DotNet.Ships.Record.DamageSplit - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Ships / DamageSplit

Record: DamageSplit

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Weapons.cs:143

Damage split across the established, unclassified and anti-xeno types, in the same unit as the figure it splits.

Constructors

new DamageSplit()

new DamageSplit(Kinetic?, Thermal?, Explosive?, Caustic?, Absolute?, AntiXeno?, Unclassified?)

Parameters

Kinetic

double = 0

The kinetic share.

Thermal

double = 0

The thermal share.

Explosive

double = 0

The explosive share.

Caustic

double = 0

The caustic share.

Absolute

double = 0

The absolute share, which no resistance reduces.

AntiXeno

double = 0

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

Unclassified

double = 0

The damage in-game verification does not classify.

Properties

Absolute

Absolute: double

The absolute share, which no resistance reduces.

AntiXeno

AntiXeno: double

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

Caustic

Caustic: double

The caustic share.

Explosive

Explosive: double

The explosive share.

Kinetic

Kinetic: double

The kinetic share.

Thermal

Thermal: double

The thermal share.

Unclassified

Unclassified: double

The damage in-game verification does not classify.

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