Enum LS.HitChance
Represents the chance of hitting an enemy.
Namespace: Oasys.Common.Logic
Assembly: Oasys.Common.dll
Syntax
public enum HitChance
Fields
Name | Description |
---|---|
Dashing | The unit is dashing. |
High | High probability of hitting the target. |
Immobile | The target is immobile. |
Impossible | Impossible to hit the target. |
Low | Low probability of hitting the target. |
Medium | Medium probability of hitting the target. |
OutOfRange | The target is out of range. |
VeryHigh | Very high probability of hitting the target. |