DotNet.Ships.Record.HeatWeapon - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / HeatWeapon
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Heat.cs:17
One enabled weapon's contribution to a build's heat.
new HeatWeapon(
HeatPerSecond?,DistributorDraw?)
double = 0
The heat per second the weapon generates while firing, in thermal-load units. A weapon's sustained figure is the one to pass, because it folds in the reloads a long engagement spends not firing.
double = 0
The weapons-capacitor draw of one discharge, in megajoules. Read together with the distributor's capacity, it says how much the capacitor's state amplifies the weapon's heat.
DistributorDraw:
double
The weapons-capacitor draw of one discharge, in megajoules. Read together with the distributor's capacity, it says how much the capacitor's state amplifies the weapon's heat.
HeatPerSecond:
double
The heat per second the weapon generates while firing, in thermal-load units. A weapon's sustained figure is the one to pass, because it folds in the reloads a long engagement spends not firing.