Vixen
caa30e12
csharp
public readonly record struct AbilityHit

What an ability did to one thing it hit.

Read the guide page for this →

Fields and properties (7)

  • public ulong Target

    Who.

  • public float Amount

    How much landed.

  • public float Absorbed

    How much a shield soaked.

  • public float Mitigated

    How much resistance took off.

  • public bool Critical

    Whether it crit.

  • public float Threat

    How much threat it made.

  • public bool Killed

    Whether it killed them.

Methods (1)

  • public AbilityHit(ulong Target, float Amount, float Absorbed, float Mitigated, bool Critical, float Threat, bool Killed)

    What an ability did to one thing it hit.

Used by (2)

  • CombatResolverVixen.Gameplay.Combat
  • CombatResolverTestsVixen.Gameplay.Combat.Tests