DotNet.Ships.Record.ShieldRecoveryMetrics - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / ShieldRecoveryMetrics
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ShieldRecovery.cs:36
The time and the rates for a shield to return after collapsing.
new ShieldRecoveryMetrics(
RegenRate,BrokenRegenRate,RecoveryTime,RegenTime)
double
The megajoules per second regenerated while the shield is raised.
double
The megajoules per second regenerated while the shield is broken.
double
The seconds from collapse to the half-strength threshold where the shield rises, the sixteen second delay included.
double
The seconds from the half-strength threshold to full strength.
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.
RegenRate:
double
The megajoules per second regenerated while the shield is raised.
RegenTime:
double
The seconds from the half-strength threshold to full strength.