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

EliteDangerousAlmanac / Ships / WeaponsCapacitorMetrics

Record: WeaponsCapacitorMetrics

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/WeaponsCapacitor.cs:32

The recharge, the drain and the endurance of one weapons capacitor.

Constructors

new WeaponsCapacitorMetrics()

new WeaponsCapacitorMetrics(WeaponsPips, Capacity, RechargeRate, SustainedEnergyPerSecond, NetDrainRate, TimeToDrain)

Parameters

WeaponsPips

double

The pips assigned to WEP for this result, from zero through four.

Capacity

double

The WEP-capacitor capacity, in megajoules.

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.

NetDrainRate

double

The capacity lost per second after the recharge, in megajoules per second, and never below nothing.

TimeToDrain

double

The seconds from full to empty, or infinity where the recharge keeps pace with the draw.

Properties

Capacity

Capacity: double

The WEP-capacitor capacity, in megajoules.

NetDrainRate

NetDrainRate: double

The capacity lost per second after the recharge, in megajoules per second, and never below nothing.

RechargeRate

RechargeRate: double

The recharge rate at the allocation, in megajoules per second.

SustainedEnergyPerSecond

SustainedEnergyPerSecond: double

The sustained draw across the firing weapons, in megajoules per second.

TimeToDrain

TimeToDrain: double

The seconds from full to empty, or infinity where the recharge keeps pace with the draw.

WeaponsPips

WeaponsPips: double

The pips assigned to WEP for this result, from zero through four.

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