astro.Interface.SurfaceMaterial - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / astro / SurfaceMaterial
Defined in: src/astro/body-scan.ts:94
One material available at a landable body's surface, as one entry of BodyProperties.Materials.
Name is the journal's material symbol in lower case, which is what
getMaterialBySymbol (../materials) takes — the same spelling a MaterialCollected
line uses.
readonlyName:string
Defined in: src/astro/body-scan.ts:96
The material's journal symbol, lower-cased, e.g. "iron", "sulphur".
readonlyoptionalName_Localised?:string
Defined in: src/astro/body-scan.ts:98
The material's display name, when the game localised it into the line.
readonlyPercent:number
Defined in: src/astro/body-scan.ts:100
Share of the body's surface materials, as a percentage out of 100.