Vixen
c7401864
csharp
public sealed class ResistanceRule

Mitigate: what resistance takes off.

Read the guide page for this →

Fields and properties (3)

  • public const float Cap

    The most any resistance may take off. Above this, damage stops meaning anything.

  • 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)

Used by (2)

  • DamagePipelineVixen.Gameplay.Combat
  • DamageRuleTestsVixen.Gameplay.Combat.Tests