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

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

Interface: ShieldRecovery

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

Time and rates for a shield to return after collapsing.

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

brokenRegenRate

readonly brokenRegenRate: number

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

Megajoules per second regenerated while the shield is broken.


recoveryTime

readonly recoveryTime: number

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

Seconds from collapse to the 50% threshold where the shield rises, including the 16 s delay.


regenRate

readonly regenRate: number

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

Megajoules per second regenerated while the shield is raised.


regenTime

readonly regenTime: number

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

Seconds from the 50% threshold to full strength.

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