DotNet.Ships.Record.WeaponsCapacitorMetrics - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / WeaponsCapacitorMetrics
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/WeaponsCapacitor.cs:32
The recharge, the drain and the endurance of one weapons capacitor.
new WeaponsCapacitorMetrics(
WeaponsPips,Capacity,RechargeRate,SustainedEnergyPerSecond,NetDrainRate,TimeToDrain)
double
The pips assigned to WEP for this result, from zero through four.
double
The WEP-capacitor capacity, in megajoules.
double
The recharge rate at the allocation, in megajoules per second.
double
The sustained draw across the firing weapons, in megajoules per second.
double
The capacity lost per second after the recharge, in megajoules per second, and never below nothing.
double
The seconds from full to empty, or infinity where the recharge keeps pace with the draw.
Capacity:
double
The WEP-capacitor capacity, in megajoules.
NetDrainRate:
double
The capacity lost per second after the recharge, in megajoules per second, and never below nothing.
RechargeRate:
double
The recharge rate at the allocation, in megajoules per second.
SustainedEnergyPerSecond:
double
The sustained draw across the firing weapons, in megajoules per second.
TimeToDrain:
double
The seconds from full to empty, or infinity where the recharge keeps pace with the draw.
WeaponsPips:
double
The pips assigned to WEP for this result, from zero through four.