From 83f6dfe9650104967f77ab5f5a14df711f4fd7fa Mon Sep 17 00:00:00 2001 From: h4sard Date: Fri, 24 Mar 2017 02:50:02 +0100 Subject: [PATCH] BossHP: add westersand v7_2 --- .../bosshp/ze_FFXII_Westersand_v7_2.cfg | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 BossHP/configs/bosshp/ze_FFXII_Westersand_v7_2.cfg diff --git a/BossHP/configs/bosshp/ze_FFXII_Westersand_v7_2.cfg b/BossHP/configs/bosshp/ze_FFXII_Westersand_v7_2.cfg new file mode 100644 index 00000000..d3d0915c --- /dev/null +++ b/BossHP/configs/bosshp/ze_FFXII_Westersand_v7_2.cfg @@ -0,0 +1,65 @@ +"bosses" +{ + "0" + { + "name" "Dragon" + "method" "hpbar" + "trigger" "Boss_Health_Init:OutValue" + + "iterator" "Boss_Overlay_Counter" + "counter" "Boss_Health" + "backup" "Boss_Health_Init" + } + "1" + { + "name" "Dragon" + "method" "counter" + "trigger" "Ehe_Dragon:OnUser2" + + "counter" "Ehe_Dragon_HP" + } + "2" + { + "name" "Gabranth" + "method" "counter" + "trigger" "#896598:OnStartTouch" + + "counter" "Ehe_Guardian_HP" + } + "3" + { + "name" "Gabranth" + "method" "hpbar" + "trigger" "Guard_Health_Init:OutValue" + + "iterator" "Boss_Overlay_Counter" + "counter" "Guard_Health" + "backup" "Guard_Health_Init" + } + "4" + { + "name" "Healer" + "method" "counter" + "trigger" "Guard_2_Physbox:OnTakeDamage" + "timeout" "3" + + "counter" "Guard_2_Health" + } + "5" + { + "name" "Battlemage" + "method" "counter" + "trigger" "Guard_3_Physbox:OnTakeDamage" + "timeout" "3" + + "counter" "Guard_3_Health" + } + "6" + { + "name" "Chaos" + "method" "counter" + "trigger" "#558327:OnStartTouch" + + "counter" "Airship_Ending_Boss_Health" + } +} \ No newline at end of file