DotNet.Ships.Record.ShieldRecoveryMetrics - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Ships / ShieldRecoveryMetrics

Record: ShieldRecoveryMetrics

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ShieldRecovery.cs:36

The time and the rates for a shield to return after collapsing.

Constructors

new ShieldRecoveryMetrics()

new ShieldRecoveryMetrics(RegenRate, BrokenRegenRate, RecoveryTime, RegenTime)

Parameters

RegenRate

double

The megajoules per second regenerated while the shield is raised.

BrokenRegenRate

double

The megajoules per second regenerated while the shield is broken.

RecoveryTime

double

The seconds from collapse to the half-strength threshold where the shield rises, the sixteen second delay included.

RegenTime

double

The seconds from the half-strength threshold to full strength.

Properties

BrokenRegenRate

BrokenRegenRate: double

The megajoules per second regenerated while the shield is broken.

RecoveryTime

RecoveryTime: double

The seconds from collapse to the half-strength threshold where the shield rises, the sixteen second delay included.

RegenRate

RegenRate: double

The megajoules per second regenerated while the shield is raised.

RegenTime

RegenTime: double

The seconds from the half-strength threshold to full strength.

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