getDamageReduction

public double getDamageReduction(int skillLevel)

The damage reduction the surge applies while it is running. Clamped so this path can never invert the damage * (1 - reduction) formula.

Return

The reduction, in the range [0, MAX_DEFENSIVE_REDUCTION]

Parameters

skillLevel

The player's skill level