ships.Interface.DamageSplit - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships / DamageSplit
Defined in: src/ships/weapons.ts:133
Damage split across the established, unclassified and anti-xeno types, in the same unit as the figure it splits (for example, damage per second when splitting DPS).
Frozen — nested records and lists included — so a result can be held, cached and shared without a defensive copy. Derive a changed figure with a spread rather than by assigning into one.
readonlyabsolute:number
Defined in: src/ships/weapons.ts:143
Absolute share — the part no resistance reduces.
readonlyantiXeno:number
Defined in: src/ships/weapons.ts:150
The part effective against Thargoids. Overlays conventional damage rather than partitioning it, so it is not part of the conventional total.
readonlycaustic:number
Defined in: src/ships/weapons.ts:141
Caustic share.
readonlyexplosive:number
Defined in: src/ships/weapons.ts:139
Explosive share.
readonlykinetic:number
Defined in: src/ships/weapons.ts:135
Kinetic share.
readonlythermal:number
Defined in: src/ships/weapons.ts:137
Thermal share.
readonlyoptionalunclassified?:number
Defined in: src/ships/weapons.ts:145
Damage unclassified by in-game verification. Absent when zero.