diff --git a/BossHP/configs/bosshp/ze_rizomata_z33s.cfg b/BossHP/configs/bosshp/ze_rizomata_z33s.cfg new file mode 100644 index 00000000..d632c96d --- /dev/null +++ b/BossHP/configs/bosshp/ze_rizomata_z33s.cfg @@ -0,0 +1,33 @@ +"bosses" +{ + "0" // Stage 2 + { + "name" "Ball" + "method" "counter" + "trigger" "2_boss_hptrigger:OnStartTouch" + + "iterator" "2_boss_hpmasscounter" + "counter" "2_boss_hpcounter" + "backup" "2_boss_attackchangecounter" + } + "1" // Stage 3 + { + "name" "Ball" + "method" "counter" + "trigger" "3_boss_hptrigger:OnStartTouch" + + "iterator" "3_boss_hpmasscounter" + "counter" "3_boss_hpcounter" + "backup" "3_boss_attackchangecounter" + } + "2" // Stage 4 + { + "name" "Ball" + "method" "counter" + "trigger" "4_boss_hptrigger:OnStartTouch" + + "iterator" "4_boss_hpmasscounter" + "counter" "4_boss_hpcounter" + "backup" "4_boss_attackchangecounter" + } +} \ No newline at end of file