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

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

Interface: 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).

Remarks

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.

Properties

absolute

readonly absolute: number

Defined in: src/ships/weapons.ts:143

Absolute share — the part no resistance reduces.


antiXeno

readonly antiXeno: 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.


caustic

readonly caustic: number

Defined in: src/ships/weapons.ts:141

Caustic share.


explosive

readonly explosive: number

Defined in: src/ships/weapons.ts:139

Explosive share.


kinetic

readonly kinetic: number

Defined in: src/ships/weapons.ts:135

Kinetic share.


thermal

readonly thermal: number

Defined in: src/ships/weapons.ts:137

Thermal share.


unclassified?

readonly optional unclassified?: number

Defined in: src/ships/weapons.ts:145

Damage unclassified by in-game verification. Absent when zero.

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