summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-10-12 22:27:44 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-10-12 22:27:44 +0200
commitcdb5923969af99911840eec19373c7f55e5ebf6a (patch)
tree21e510bbe07143af77bcaa8cd5112766c0b953f6 /include/tacticians/conditions.hrl
parent2df0db54d42a54fe5bec35bdf9996376164c23e7 (diff)
...
Diffstat (limited to 'include/tacticians/conditions.hrl')
-rw-r--r--include/tacticians/conditions.hrl11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/tacticians/conditions.hrl b/include/tacticians/conditions.hrl
index be0f98e..5c0f82a 100644
--- a/include/tacticians/conditions.hrl
+++ b/include/tacticians/conditions.hrl
@@ -1,26 +1,35 @@
-define(CONDITION_TRIGGER_START_OF_OWN_ATTACK, soowa).
-define(CONDITION_TRIGGER_START_OF_OTHER_ATTACK, soota).
+-define(CONDITION_TRIGGER_START_OF_ANY_ATTACK, soana).
-define(CONDITION_TRIGGER_END_OF_OWN_ATTACK, eoowa).
-define(CONDITION_TRIGGER_END_OF_OTHER_ATTACK, eoota).
+-define(CONDITION_TRIGGER_END_OF_ANY_ATTACK, eoana).
-define(CONDITION_TRIGGER_COMPUTED_OWN_ATTACK_DAMAGE, cowad).
--define(CONDITION_TRIGGER_COMPUTER_OTHER_ATTACK_DAMAGE, cotad).
+-define(CONDITION_TRIGGER_COMPUTED_OTHER_ATTACK_DAMAGE, cotad).
+-define(CONDITION_TRIGGER_COMPUTED_ANY_ATTACK_DAMAGE, canad).
-define(CONDITION_TRIGGER_END_OF_OWN_HIT, eoowh).
-define(CONDITION_TRIGGER_END_OF_OTHER_HIT, eooth).
+-define(CONDITION_TRIGGER_END_OF_ANY_HIT, eoanh).
-define(CONDITION_TRIGGER_ROLLED_FOR_OWN_CRITICAL_HITS, rfowch).
-define(CONDITION_TRIGGER_ROLLED_FOR_OTHER_CRITICAL_HITS, rfotch).
+-define(CONDITION_TRIGGER_ROLLED_FOR_ANY_CRITICAL_HITS, rfanch).
-define(CONDITION_TRIGGER_ROLLED_FOR_OWN_PRECISION, rfowpr).
-define(CONDITION_TRIGGER_ROLLED_FOR_OTHER_PRECISION, rfotpr).
+-define(CONDITION_TRIGGER_ROLLED_FOR_ANY_PRECISION, rfanpr).
-define(CONDITION_TRIGGER_ROLLED_FOR_OWN_PARRY, rfowpa).
-define(CONDITION_TRIGGER_ROLLED_FOR_OTHER_PARRY, rfotpa).
+-define(CONDITION_TRIGGER_ROLLED_FOR_ANY_PARRY, rfanpa).
-define(CONDITION_TRIGGER_ROLLED_FOR_OWN_DOUBLE_HITS, rfowdh).
-define(CONDITION_TRIGGER_ROLLED_FOR_OTHER_DOUBLE_HITS, rfotdh).
+-define(CONDITION_TRIGGER_ROLLED_FOR_ANY_DOUBLE_HITS, rfandh).
-define(CONDITION_TRIGGER_DEFINED_ACTORS_FOR_OWN_HIT, dafowh).
-define(CONDITION_TRIGGER_DEFINED_ACTORS_FOR_OTHER_HIT, dafoth).
+-define(CONDITION_TRIGGER_DEFINED_ACTORS_FOR_ANY_HIT, dafanh).