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

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

Interface: BodyComposition

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

What a planet or moon is made of, as BodyProperties.Composition.

Remarks

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.

Properties

Ice

readonly Ice: number

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

Ice share of the body, 0–1.


Metal

readonly Metal: number

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

Metal share of the body, 0–1.


Rock

readonly Rock: number

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

Rock share of the body, 0–1.

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