DotNet.Materials.Record.MicroResource - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Materials / MicroResource

Record: MicroResource

Defined in: dotnet/src/EliteDangerousAlmanac/Materials/MicroResource.cs:45

One Odyssey micro resource in Frontier's registry.

Remarks

A pure registry record: it says what a micro resource is, not where it is found or what it is worth. Unlike a ship-side Material, a micro resource has no grade and no line.

Constructors

new MicroResource()

new MicroResource(Symbol, Category, Name)

Parameters

Symbol

string

Frontier's internal symbol, such as graphene — the id the player journal reports, matched without regard to case.

Category

MicroResourceCategory

Which on-foot inventory the micro resource belongs to.

Name

string

Display name, such as Graphene.

Properties

Category

Category: MicroResourceCategory

Which on-foot inventory the micro resource belongs to.

Name

Name: string

Display name, such as Graphene.

Symbol

Symbol: string

Frontier's internal symbol, such as graphene — the id the player journal reports, matched without regard to case.

⚠️ **GitHub.com Fallback** ⚠️