astro.Interface.SurfaceMaterial - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / astro / SurfaceMaterial

Interface: SurfaceMaterial

Defined in: src/astro/body-scan.ts:94

One material available at a landable body's surface, as one entry of BodyProperties.Materials.

Remarks

Name is the journal's material symbol in lower case, which is what getMaterialBySymbol (../materials) takes — the same spelling a MaterialCollected line uses.

Properties

Name

readonly Name: string

Defined in: src/astro/body-scan.ts:96

The material's journal symbol, lower-cased, e.g. "iron", "sulphur".


Name_Localised?

readonly optional Name_Localised?: string

Defined in: src/astro/body-scan.ts:98

The material's display name, when the game localised it into the line.


Percent

readonly Percent: number

Defined in: src/astro/body-scan.ts:100

Share of the body's surface materials, as a percentage out of 100.

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