ships.TypeAlias.DamageType - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships / DamageType
DamageType = keyof
DamageTypeValues
Defined in: src/ships/resistances.ts:107
One of the four damage types a DamageTypeValues carries a figure for.
This is the defensive set — what a shield or a hull resists. Absolute damage is
absent because nothing resists it. A weapon's output is broken down over a different
set, DamageDistribution in ./modules, which shares these four names but also
carries absolute, antiXeno and unclassified shares; the two are not
interchangeable.