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

EliteDangerousAlmanac / Ships / HullReinforcementParams

Record: HullReinforcementParams

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Armour.cs:23

One fitted hull reinforcement package, the Guardian and meta-alloy ones included.

Constructors

new HullReinforcementParams()

new HullReinforcementParams(HullReinforcement?, HullBoost?, Resistances?)

Parameters

HullReinforcement

double = 0

The hull hit points the package adds.

HullBoost

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.

Resistances

DamageTypeValues? = null

The package's own resistances, as fractions.

Properties

HullBoost

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

HullReinforcement: double

The hull hit points the package adds.

Resistances

Resistances: DamageTypeValues?

The package's own resistances, as fractions.

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