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

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

Interface: ShieldCapacitorOptions

Defined in: src/ships/build-metrics.ts:136

Optional SYS allocation for BuildMetrics.shieldCapacitorMetricsResult.

Remarks

Its own type, rather than one shared with ShieldRecoveryOptions, because the two answer different questions from the same allocation — resistance here, recharge there — and each is free to document its own rule. BuildMetrics.shieldMetricsResult takes no allocation at all: the bare shield is pip-free.

Properties

systemsPips?

readonly optional systemsPips?: number

Defined in: src/ships/build-metrics.ts:142

Pips to the systems capacitor, 04. Defaults to 4 — a full SYS capacitor, the condition the game's own panel quotes. Pass 0 for the bare shield, whose effective figures then equal BuildMetrics.shieldMetricsResult.

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