ships.Interface.DamageTypeValues - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / ships / DamageTypeValues

Interface: DamageTypeValues

Defined in: src/ships/resistances.ts:52

One value per damage type — whatever the value happens to be: a resistance, a pool of effective hit points, a share of incoming damage.

Remarks

Absolute damage is not listed: no resistance reduces it, so there is nothing per-type to say about it. The unit is the one the field that carries this type documents.

Properties

caustic

readonly caustic: number

Defined in: src/ships/resistances.ts:60

The caustic figure.


explosive

readonly explosive: number

Defined in: src/ships/resistances.ts:58

The explosive figure.


kinetic

readonly kinetic: number

Defined in: src/ships/resistances.ts:54

The kinetic figure.


thermal

readonly thermal: number

Defined in: src/ships/resistances.ts:56

The thermal figure.

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