DotNet.Ships.Record.ShieldBoosterParams - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / ShieldBoosterParams
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Shields.cs:73
One fitted, powered shield booster's contribution.
new ShieldBoosterParams(
ShieldBoost?)
double = 0
The strength bonus, as a fraction. A fifth is a twenty percent boost.
Resistances:
DamageTypeValues
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Shields.cs:76
The booster's own resistances, each a fraction.
ShieldBoost:
double
The strength bonus, as a fraction. A fifth is a twenty percent boost.
staticFromStats(stats):ShieldBoosterParams
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Shields.cs:82
Reads a booster's bonus and resistances off a module's stats.
The module's stats, post-engineering.
The booster constants the stats carry.
ArgumentNullException
stats is null.