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

EliteDangerousAlmanac / Ships / HeatWeapon

Record: HeatWeapon

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Heat.cs:17

One enabled weapon's contribution to a build's heat.

Constructors

new HeatWeapon()

new HeatWeapon(HeatPerSecond?, DistributorDraw?)

Parameters

HeatPerSecond

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.

DistributorDraw

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.

Properties

DistributorDraw

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

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.

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