materials.Interface.MicroResource - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / materials / MicroResource
Defined in: src/materials/micro-resources.ts:86
One Odyssey micro resource in Frontier's registry.
A pure registry record — it tells you what a micro resource is (symbol, name, category), not where it is found or what it is worth. Unlike the ship-side Material, a micro resource has no grade or line.
readonlycategory:MicroResourceCategory
Defined in: src/materials/micro-resources.ts:94
Which on-foot inventory the micro resource belongs to.
readonlyname:string
Defined in: src/materials/micro-resources.ts:96
Display name, e.g. "Graphene".
readonlysymbol:string
Defined in: src/materials/micro-resources.ts:92
Frontier's internal symbol, e.g. "graphene" — the id the player journal
reports (case-insensitively). This is the same field, with the same meaning,
as symbol on a ship, module or material.