DotNet.Materials.Record.MicroResource - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Materials / MicroResource
Defined in: dotnet/src/EliteDangerousAlmanac/Materials/MicroResource.cs:45
One Odyssey micro resource in Frontier's registry.
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.
new MicroResource(
Symbol,Category,Name)
string
Frontier's internal symbol, such as graphene — the id the player journal reports, matched without regard to case.
Which on-foot inventory the micro resource belongs to.
string
Display name, such as Graphene.
Category:
MicroResourceCategory
Which on-foot inventory the micro resource belongs to.
Name:
string
Display name, such as Graphene.
Symbol:
string
Frontier's internal symbol, such as graphene — the id the player journal reports, matched without regard to case.