materials.Interface.MicroResource - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / materials / MicroResource

Interface: MicroResource

Defined in: src/materials/micro-resources.ts:86

One Odyssey micro resource in Frontier's registry.

Remarks

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.

Properties

category

readonly category: MicroResourceCategory

Defined in: src/materials/micro-resources.ts:94

Which on-foot inventory the micro resource belongs to.


name

readonly name: string

Defined in: src/materials/micro-resources.ts:96

Display name, e.g. "Graphene".


symbol

readonly symbol: 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.

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