From 7c9fdca6dee0ba9953427fe8ade2f7f395686322 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Wed, 16 Oct 2019 11:08:21 +0200 Subject: Add condition checks on movement. --- include/tacticians/conditions.hrl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'include/tacticians/conditions.hrl') diff --git a/include/tacticians/conditions.hrl b/include/tacticians/conditions.hrl index 8af2033..cc27972 100644 --- a/include/tacticians/conditions.hrl +++ b/include/tacticians/conditions.hrl @@ -41,3 +41,21 @@ -define(CONDITION_TRIGGER_PLAYER_DEFEAT, pd). -define(CONDITION_TRIGGER_A_CHARACTER_HAS_DIED, achd). + +-define(CONDITION_TRIGGER_ABOUT_TO_MOVE, atm). +-define(CONDITION_TRIGGER_A_CHARACTER_IS_ABOUT_TO_MOVE, aciatm). + +-define(CONDITION_TRIGGER_HAS_MOVED, hm). +-define(CONDITION_TRIGGER_A_CHARACTER_HAS_MOVED, achm). + +-define(CONDITION_TRIGGER_ABOUT_TO_SWITCH_WEAPONS, atsw). +-define(CONDITION_TRIGGER_A_CHARACTER_IS_ABOUT_TO_SWITCH_WEAPONS, aciatsw). + +-define(CONDITION_TRIGGER_HAS_SWITCHED_WEAPONS, hsw). +-define(CONDITION_TRIGGER_A_CHARACTER_HAS_SWITCHED_WEAPONS, achsw). + +-define(CONDITION_TRIGGER_ABOUT_TO_CAST_SKILL, atcs). +-define(CONDITION_TRIGGER_A_CHARACTER_IS_ABOUT_TO_CAST_SKILL, aciatcs). + +-define(CONDITION_TRIGGER_HAS_CAST_SKILL, hcs). +-define(CONDITION_TRIGGER_A_CHARACTER_HAS_CAST_SKILL, achcs). -- cgit v1.2.3-70-g09d2