astro.Interface.BodyComposition - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / astro / BodyComposition
Defined in: src/astro/body-scan.ts:111
What a planet or moon is made of, as BodyProperties.Composition.
Each share is a fraction of 1, not a percentage, and the three sum to 1. This is the body's bulk composition; BodyProperties.Materials is the separate question of what can be collected from its surface.
readonlyIce:number
Defined in: src/astro/body-scan.ts:113
Ice share of the body, 0–1.
readonlyMetal:number
Defined in: src/astro/body-scan.ts:117
Metal share of the body, 0–1.
readonlyRock:number
Defined in: src/astro/body-scan.ts:115
Rock share of the body, 0–1.