csharp
public readonly record struct AbilityHitWhat an ability did to one thing it hit.
Fields and properties (7)
public ulong TargetWho.
public float AmountHow much landed.
public float AbsorbedHow much a shield soaked.
public float MitigatedHow much resistance took off.
public bool CriticalWhether it crit.
public float ThreatHow much threat it made.
public bool KilledWhether 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