astro.Interface.BodyRing - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / astro / BodyRing
Defined in: src/astro/body-scan.ts:54
One ring or belt around a body, as one entry of BodyProperties.Rings.
The same shape covers a planet's rings and a star's asteroid belts; Name tells them
apart, ending in " A Ring" or " A Belt". Radii are metres from the body's
centre, and MassMT is megatonnes — the one mass in this module that is neither
solar nor Earth masses.
readonlyInnerRad:number
Defined in: src/astro/body-scan.ts:69
Inner radius, in metres from the body's centre.
readonlyMassMT:number
Defined in: src/astro/body-scan.ts:67
The ring's total mass, in megatonnes.
readonlyName:string
Defined in: src/astro/body-scan.ts:56
The ring's in-game name, e.g. "Synuefe EN-H d11-96 A 1 A Ring".
readonlyOuterRad:number
Defined in: src/astro/body-scan.ts:71
Outer radius, in metres from the body's centre.
readonlyRingClass:string
Defined in: src/astro/body-scan.ts:65
The ring's material class, as the game's internal token: "eRingClass_Rocky",
"eRingClass_Icy", "eRingClass_MetalRich" or "eRingClass_Metalic".
"eRingClass_Metalic" is spelt that way by the game. It is Frontier's token, not a
typo introduced here, and a consumer matching on the string must spell it likewise.