DotNet.Ships.Record.CellBankSummary - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / CellBankSummary
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ShieldRecovery.cs:84
Every fitted shield cell bank, and the pool the powered ones make between them.
new CellBankSummary(
Banks,TotalRestorable,TotalCells)
IReadOnlyList<CellBankMetrics>
The fitted banks in slot order.
double
The megajoules restorable across every powered bank and cell.
double
The cells aboard across every powered bank.
Banks:
IReadOnlyList<CellBankMetrics>
The fitted banks in slot order.
TotalCells:
double
The cells aboard across every powered bank.
TotalRestorable:
double
The megajoules restorable across every powered bank and cell.