From 01261a9f464dad3f350253be54f98f57f017e2a9 Mon Sep 17 00:00:00 2001 From: Oleg Tsvetkov Date: Sat, 8 Apr 2017 21:54:14 +0300 Subject: [PATCH] BossHP: Added config for ze_stalker_ultimate_v3 --- .../configs/bosshp/ze_stalker_ultimate_v3.cfg | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 BossHP/configs/bosshp/ze_stalker_ultimate_v3.cfg diff --git a/BossHP/configs/bosshp/ze_stalker_ultimate_v3.cfg b/BossHP/configs/bosshp/ze_stalker_ultimate_v3.cfg new file mode 100644 index 0000000..b118628 --- /dev/null +++ b/BossHP/configs/bosshp/ze_stalker_ultimate_v3.cfg @@ -0,0 +1,51 @@ +"bosses" +{ + "0" // Stage 4 + { + "name" "Controller" + "method" "counter" + "trigger" "l4_boss_start:OnStartTouch" + + "counter" "mob_grudge_math1" + } + "1" // Stage 5 + { + "name" "Controller" + "method" "counter" + "trigger" "l5_boss_start:OnStartTouch" + + "counter" "mob_grudge_math1" + } + "2" // Stage + { + "name" "Energy Ball" + "method" "counter" + "trigger" "start_healthpush1:OnStartTouch" + + "counter" "mob_grudge_math_1" + } + "3" // Stage + { + "name" "Energy Ball" + "method" "counter" + "trigger" "boss3_healthpush:OnStartTouch" + + "counter" "boss3_health" + } + "4" // Stage + { + "name" "Bloodsucker" + "method" "counter" + "trigger" "bloodsucker_healthpush:OnStartTouch" + + "counter" "boss_hp" + } + "5" // Stage + { + "name" "Controller" + "method" "counter" + "trigger" "dw_rot2:OnTrigger" + + "counter" "mob_grudge_math" + } +} \ No newline at end of file