DotNet.Ships.Record.CellBankMetrics - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / CellBankMetrics
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ShieldRecovery.cs:70
One fitted bank as a summary reports it.
new CellBankMetrics(
Slot,Symbol,Reinforcement,Cells,SpinUp,Duration,Heat,Powered)
string
The slot key carrying the bank.
string
The module symbol.
double
The megajoules one complete cell activation restores.
double
The cells carried when fully rearmed.
double
The delay before reinforcement starts, in seconds.
double
The reinforcement duration, in seconds.
double
The heat one activation generates, in the game's thermal-load units.
bool
Whether the fitted bank is switched on and receiving power.
Cells:
double
The cells carried when fully rearmed.
Duration:
double
The reinforcement duration, in seconds.
Heat:
double
The heat one activation generates, in the game's thermal-load units.
Powered:
bool
Whether the fitted bank is switched on and receiving power.
Reinforcement:
double
The megajoules one complete cell activation restores.
Slot:
string
The slot key carrying the bank.
SpinUp:
double
The delay before reinforcement starts, in seconds.
Symbol:
string
The module symbol.