|
Elin Decompiled Documentation EA 23.235 Nightly Patch 1
|
Public Attributes | |
| Act | act |
| int | priority |
| int | priorityMod |
| int | chance |
| Chara | tg |
| bool | pt |
| bool | aiPt |
Definition at line 7 of file GoalCombat.cs.
| Act GoalCombat.ItemAbility.act |
Definition at line 9 of file GoalCombat.cs.
Referenced by GoalCombat.TryAddAbility(), GoalCombat.TryRemoveAbility(), and GoalCombat.TryUseAbility().
| bool GoalCombat.ItemAbility.aiPt |
Definition at line 21 of file GoalCombat.cs.
Referenced by GoalCombat.TryUseAbility().
| int GoalCombat.ItemAbility.chance |
Definition at line 15 of file GoalCombat.cs.
| int GoalCombat.ItemAbility.priority |
Definition at line 11 of file GoalCombat.cs.
Referenced by GoalCombat.TryUseAbility().
| int GoalCombat.ItemAbility.priorityMod |
Definition at line 13 of file GoalCombat.cs.
Referenced by GoalCombat.TryUseAbility().
| bool GoalCombat.ItemAbility.pt |
Definition at line 19 of file GoalCombat.cs.
Referenced by GoalCombat.TryUseAbility().
| Chara GoalCombat.ItemAbility.tg |
Definition at line 17 of file GoalCombat.cs.
Referenced by GoalCombat.TryUseAbility().