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

EliteDangerousAlmanac / Ships / CellBankSummary

Record: CellBankSummary

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

Every fitted shield cell bank, and the pool the powered ones make between them.

Constructors

new CellBankSummary()

new CellBankSummary(Banks, TotalRestorable, TotalCells)

Parameters

Banks

IReadOnlyList<CellBankMetrics>

The fitted banks in slot order.

TotalRestorable

double

The megajoules restorable across every powered bank and cell.

TotalCells

double

The cells aboard across every powered bank.

Properties

Banks

Banks: IReadOnlyList<CellBankMetrics>

The fitted banks in slot order.

TotalCells

TotalCells: double

The cells aboard across every powered bank.

TotalRestorable

TotalRestorable: double

The megajoules restorable across every powered bank and cell.

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