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

EliteDangerousAlmanac / Ships / CellBankMetrics

Record: CellBankMetrics

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ShieldRecovery.cs:70

One fitted bank as a summary reports it.

Constructors

new CellBankMetrics()

new CellBankMetrics(Slot, Symbol, Reinforcement, Cells, SpinUp, Duration, Heat, Powered)

Parameters

Slot

string

The slot key carrying the bank.

Symbol

string

The module symbol.

Reinforcement

double

The megajoules one complete cell activation restores.

Cells

double

The cells carried when fully rearmed.

SpinUp

double

The delay before reinforcement starts, in seconds.

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.

Properties

Cells

Cells: double

The cells carried when fully rearmed.

Duration

Duration: double

The reinforcement duration, in seconds.

Heat

Heat: double

The heat one activation generates, in the game's thermal-load units.

Powered

Powered: bool

Whether the fitted bank is switched on and receiving power.

Reinforcement

Reinforcement: double

The megajoules one complete cell activation restores.

Slot

Slot: string

The slot key carrying the bank.

SpinUp

SpinUp: double

The delay before reinforcement starts, in seconds.

Symbol

Symbol: string

The module symbol.

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