Skip to content

ships.Interface.DamageSplit

github-actions[bot] edited this page Aug 26, 2026 · 79 revisions

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

Interface: DamageSplit

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

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:140

Absolute share — the part no resistance reduces.


antiXeno

readonly antiXeno: number

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

The part effective against Thargoids. Overlays conventional damage rather than partitioning it, so it is not part of the conventional total.


explosive

readonly explosive: number

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

Explosive share.


kinetic

readonly kinetic: number

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

Kinetic share.


thermal

readonly thermal: number

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

Thermal share.


unclassified?

readonly optional unclassified?: number

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

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

API

Guides
astro
Classes (1)
ProceduralSystem

Properties

Accessors

Methods

Interfaces (28)
Type Aliases (6)
Variables (22)
Functions (57)
Subpath modules (3)
commodities
Interfaces (1)
Type Aliases (1)
Variables (3)
Functions (3)
equipment
Interfaces (6)
Type Aliases (8)
Variables (3)
Functions (10)
Subpath modules (2)
i18n
Interfaces (1)
Type Aliases (1)
Functions (17)
materials
Enumerations (2)
Interfaces (2)
Type Aliases (2)
Variables (9)
Functions (9)
ships
Classes (3)
BuildMetrics

Methods

LoadoutEditError

Constructors

Properties

Methods

ShipLoadout

Accessors

Methods

Interfaces (125)
Type Aliases (44)
Variables (10)
Functions (85)
Subpath modules (8)

Clone this wiki locally