From 136edae65c807a4fdfa8ae061b6a03c38ea75acb Mon Sep 17 00:00:00 2001 From: Oleg Tsvetkov Date: Sat, 8 Apr 2017 21:52:15 +0300 Subject: [PATCH] BossHP: Added config for ze_bowser_in_the_fire_sea_v1e --- .../bosshp/ze_bowser_in_the_fire_sea_v1e.cfg | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 BossHP/configs/bosshp/ze_bowser_in_the_fire_sea_v1e.cfg diff --git a/BossHP/configs/bosshp/ze_bowser_in_the_fire_sea_v1e.cfg b/BossHP/configs/bosshp/ze_bowser_in_the_fire_sea_v1e.cfg new file mode 100644 index 00000000..0789a86f --- /dev/null +++ b/BossHP/configs/bosshp/ze_bowser_in_the_fire_sea_v1e.cfg @@ -0,0 +1,35 @@ +"bosses" +{ + "0" + { + "name" "BOWSER" + "method" "counter" + "trigger" "ins_score_trigger:OnStartTouch" + + "counter" "final_counter" + } + "1" + { + "name" "BOWSER" + "method" "counter" + "trigger" "boss_hp_inc_hard:OnStartTouch" + + "counter" "boss_hp_counter" + } + "2" + { + "name" "BOWSER" + "method" "counter" + "trigger" "boss_hp_inc_vh:OnStartTouch" + + "counter" "boss_hp_counter" + } + "3" + { + "name" "BOWSER" + "method" "counter" + "trigger" "boss_hp_inc_ins:OnStartTouch" + + "counter" "boss_hp_counter" + } +} \ No newline at end of file