Enum AttackResult
Represents the resolved outcome of an individual attack.
public enum AttackResult
- Extension Methods
Fields
AutomaticHit = 7The attack was an automatic hit.
Concealed = 8The target was concealed.
CriticalHit = 3The attack resulted in a critical hit.
DevastatingCritical = 10The attack resulted in a devastating critical hit.
Hit = 1The attack hit the target.
Miss = 4The attack missed the target.
MissChance = 9The attack failed due to miss chance.
Parried = 2The attack was parried.
Resisted = 5The attack was resisted.
Unknown = 0Outcome could not be determined.