DotNet.Ships.Record.DamageSplit - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / 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.
new DamageSplit(
Kinetic?,Thermal?,Explosive?,Caustic?,Absolute?,AntiXeno?,Unclassified?)
double = 0
The kinetic share.
double = 0
The thermal share.
double = 0
The explosive share.
double = 0
The caustic share.
double = 0
The absolute share, which no resistance reduces.
double = 0
The part effective against Thargoids. It overlays conventional damage rather than partitioning it, so it is not part of the conventional total.
double = 0
The damage in-game verification does not classify.
Absolute:
double
The absolute share, which no resistance reduces.
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:
double
The caustic share.
Explosive:
double
The explosive share.
Kinetic:
double
The kinetic share.
Thermal:
double
The thermal share.
Unclassified:
double
The damage in-game verification does not classify.