DotNet.Ships.Record.HullReinforcementParams - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / HullReinforcementParams
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Armour.cs:23
One fitted hull reinforcement package, the Guardian and meta-alloy ones included.
new HullReinforcementParams(
HullReinforcement?,HullBoost?,Resistances?)
double = 0
The hull hit points the package adds.
double = 0
Extra armour as a fraction of the hull's base armour, when the package has been engineered for it. A stock package has none, because in game the engineering modifier is the whole bonus.
DamageTypeValues? = null
The package's own resistances, as fractions.
HullBoost:
double
Extra armour as a fraction of the hull's base armour, when the package has been engineered for it. A stock package has none, because in game the engineering modifier is the whole bonus.
HullReinforcement:
double
The hull hit points the package adds.
Resistances:
DamageTypeValues?
The package's own resistances, as fractions.