ships.Interface.CellBankInput - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / ships / CellBankInput

Interface: CellBankInput

Defined in: src/ships/shield-recovery.ts:52

One fitted shield cell bank, reduced to the figures used by cellBankSummary.

Properties

cells

readonly cells: number

Defined in: src/ships/shield-recovery.ts:60

Cells carried when fully rearmed.


duration

readonly duration: number

Defined in: src/ships/shield-recovery.ts:64

Reinforcement duration, in seconds.


heat

readonly heat: number

Defined in: src/ships/shield-recovery.ts:66

Heat generated by one activation, in the game's thermal-load units.


powered

readonly powered: boolean

Defined in: src/ships/shield-recovery.ts:68

Whether the fitted bank is switched on and receiving power. Must be a boolean.


reinforcementRate

readonly reinforcementRate: number

Defined in: src/ships/shield-recovery.ts:58

Shield reinforcement rate while one cell runs, in MJ/s.


slot

readonly slot: string

Defined in: src/ships/shield-recovery.ts:54

Slot key carrying the bank.


spinUp

readonly spinUp: number

Defined in: src/ships/shield-recovery.ts:62

Delay before reinforcement starts, in seconds.


symbol

readonly symbol: string

Defined in: src/ships/shield-recovery.ts:56

Module symbol.

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