summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-06-04 14:53:34 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-06-04 14:53:34 +0200 |
commit | 124cc7160d80bc9fcafd1a1592fa046ef44d6ef7 (patch) | |
tree | 6146e6394453b4fc7b26d44500625a6b401b9bc2 /src/battle/struct/btl_attack.erl | |
parent | 0157365585c1201c53aa29cac84cd977de7434a1 (diff) |
...
Diffstat (limited to 'src/battle/struct/btl_attack.erl')
-rw-r--r-- | src/battle/struct/btl_attack.erl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/battle/struct/btl_attack.erl b/src/battle/struct/btl_attack.erl index 481e07f..189cb0e 100644 --- a/src/battle/struct/btl_attack.erl +++ b/src/battle/struct/btl_attack.erl @@ -5,7 +5,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% TYPES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% --type order() :: ('first' | 'second' | 'counter'). +-type order() :: ('first' | 'second' | 'counter' | 'opportunity'). -type precision() :: ('misses' | 'grazes' | 'hits'). -record @@ -35,7 +35,8 @@ [ get_sequence/3, get_description_of/5, - apply_to_healths_and_lucks/5 + apply_to_healths_and_lucks/5, + new_opportunity/2, ] ). |