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

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

Interface: DistributorMetrics

Defined in: src/ships/distributor.ts:72

All three capacitor figures for one power distributor and pip allocation.

Remarks

Frozen — nested records and lists included — so a result can be held, cached and shared without a defensive copy. Derive a changed figure with a spread rather than by assigning into one.

Properties

engines

readonly engines: DistributorCapacitorMetrics

Defined in: src/ships/distributor.ts:76

ENG-capacitor capacity and recharge.


pips

readonly pips: DistributorPips

Defined in: src/ships/distributor.ts:80

Pip allocation used to calculate the three recharge rates.


systems

readonly systems: DistributorCapacitorMetrics

Defined in: src/ships/distributor.ts:74

SYS-capacitor capacity and recharge.


weapons

readonly weapons: DistributorCapacitorMetrics

Defined in: src/ships/distributor.ts:78

WEP-capacitor capacity and recharge.

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