astro.Interface.MassStabilityAssessment - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / astro / MassStabilityAssessment
Defined in: src/astro/star-physics.ts:85
A star whose mass exceeds a limit its kind should not be able to exceed.
readonlylimit:MassStabilityLimit
Defined in: src/astro/star-physics.ts:87
The limit that was passed.
readonlylimitSolarMasses:number
Defined in: src/astro/star-physics.ts:89
That limit's value, in solar masses.
readonlyseverity:"warning"|"danger"
Defined in: src/astro/star-physics.ts:96
How far outside expectation the star is: warning for a neutron star past the
theoretical TOV limit but still in the mass range the game generates freely, danger
for a white dwarf past the Chandrasekhar limit, which should not be a white dwarf at
all, or a neutron star past the mass where the game's own population drops off.