Vixen
c7401864
csharp
public sealed class ShieldAbsorbRule

Absorb: what a shield soaks, out of what mitigation left.

Read the guide page for this →

Fields and properties (2)

  • public DamageStage Stage

    Which stage it runs in.

  • public int Order

    Where it sits among the rules of that stage. Lower runs first.

Methods (2)

  • public ShieldAbsorbRule(CombatAttributes attributes)

    Absorb: what a shield soaks, out of what mitigation left.

  • public void Apply(ref DamageEvent hit)

Used by (1)

  • DamagePipelineVixen.Gameplay.Combat