Skip to content

ships.Interface.DamageSplit

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

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

Interface: DamageSplit

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

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

Absolute share — the part no resistance reduces.


antiXeno

readonly antiXeno: number

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

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

Explosive share.


kinetic

readonly kinetic: number

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

Kinetic share.


thermal

readonly thermal: number

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

Thermal share.


unclassified?

readonly optional unclassified?: number

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

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

API

Guides
astro
Classes (1)
ProceduralSystem

Properties

Accessors

Methods

Interfaces (16)
Type Aliases (3)
Variables (11)
Functions (37)
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