From f03620755bba260df9d78ea1c0d267b3628a78f3 Mon Sep 17 00:00:00 2001 From: BotoX Date: Wed, 19 Apr 2017 19:37:56 +0200 Subject: [PATCH] BossHP: new configs, thanks inGame --- BossHP/configs/bosshp/ze_evernight_a2_2s.cfg | 25 +++++++ BossHP/configs/bosshp/ze_hold_em_v10.cfg | 10 +++ .../bosshp/ze_lila_panic_escape_v3_1.cfg | 10 +++ .../bosshp/ze_stalker_ultimate_v2_3.cfg | 75 +++++++++++++++++++ BossHP/configs/bosshp/ze_temple_raider_b4.cfg | 20 +++++ 5 files changed, 140 insertions(+) create mode 100644 BossHP/configs/bosshp/ze_evernight_a2_2s.cfg create mode 100644 BossHP/configs/bosshp/ze_hold_em_v10.cfg create mode 100644 BossHP/configs/bosshp/ze_lila_panic_escape_v3_1.cfg create mode 100644 BossHP/configs/bosshp/ze_stalker_ultimate_v2_3.cfg create mode 100644 BossHP/configs/bosshp/ze_temple_raider_b4.cfg diff --git a/BossHP/configs/bosshp/ze_evernight_a2_2s.cfg b/BossHP/configs/bosshp/ze_evernight_a2_2s.cfg new file mode 100644 index 00000000..6670c697 --- /dev/null +++ b/BossHP/configs/bosshp/ze_evernight_a2_2s.cfg @@ -0,0 +1,25 @@ +"bosses" +{ + "0" + { + "name" "Crystal" + "method" "counter" + "trigger" "act1_crystal:OnHealthChanged" + "counter" "crystal_hp" + + } + "1" + { + "name" "Basileusis" + "method" "counter" + "trigger" "act1_brige_count_trigger:OnStartTouch" + "counter" "imagebasileusis_hp" + } + "2" + { + "name" "Magic Ball" + "method" "counter" + "trigger" "act2_boss_hpadd:OnStartTouch" + "counter" "act2_boss_hp" + } +} \ No newline at end of file diff --git a/BossHP/configs/bosshp/ze_hold_em_v10.cfg b/BossHP/configs/bosshp/ze_hold_em_v10.cfg new file mode 100644 index 00000000..d4f5642c --- /dev/null +++ b/BossHP/configs/bosshp/ze_hold_em_v10.cfg @@ -0,0 +1,10 @@ +"bosses" +{ + "0" + { + "name" "Billy" + "method" "counter" + "trigger" "end_trigger:OnStartTouch" + "counter" "boss_hp" + } +} \ No newline at end of file diff --git a/BossHP/configs/bosshp/ze_lila_panic_escape_v3_1.cfg b/BossHP/configs/bosshp/ze_lila_panic_escape_v3_1.cfg new file mode 100644 index 00000000..a0dbaf0e --- /dev/null +++ b/BossHP/configs/bosshp/ze_lila_panic_escape_v3_1.cfg @@ -0,0 +1,10 @@ +"bosses" +{ + "0" + { + "name" "Pedobear" + "method" "counter" + "trigger" "boss_trigger_start:OnTrigger" + "counter" "boss_hp" + } +} \ No newline at end of file diff --git a/BossHP/configs/bosshp/ze_stalker_ultimate_v2_3.cfg b/BossHP/configs/bosshp/ze_stalker_ultimate_v2_3.cfg new file mode 100644 index 00000000..0892e4e1 --- /dev/null +++ b/BossHP/configs/bosshp/ze_stalker_ultimate_v2_3.cfg @@ -0,0 +1,75 @@ +"bosses" +{ + "0" + { + "name" "Electric Ball" + "method" "counter" + "trigger" "boss3_healthpush:OnStartTouch" + + "counter" "boss3_health" + } + "1" + { + "name" "Bloodsucker" + "method" "counter" + "trigger" "bloodsucker_healthpush:OnStartTouch" + + "counter" "boss_hp" + } + "2" + { + "name" "Fire Ball" + "method" "counter" + "trigger" "start_healthpush1:OnStartTouch" + + "counter" "mob_grudge_math_1" + } + "3" + { + "name" "Controller - Phase 1/2" + "method" "counter" + "trigger" "l4_boss_start:OnStartTouch" + + "counter" "mob_grudge_math1" + } + "4" + { + "name" "Controller - Phase 2/2" + "method" "counter" + "trigger" "l5_boss2_hp:OnTrigger" + + "counter" "boss4_hp" + } + "5" + { + "name" "Controller - Phase 1/2" + "method" "counter" + "trigger" "l5_boss_start:OnStartTouch" + + "counter" "mob_grudge_math1" + } + "6" + { + "name" "Controller - Phase 2/2" + "method" "counter" + "trigger" "dw_rot2:OnTrigger" + + "counter" "mob_grudge_math" + } + "7" + { + "name" "Electric Ball" + "method" "counter" + "trigger" "l5_boss2_push:OnStartTouch" + + "counter" "boss4_hp" + } + "8" + { + "name" "Fire Ball" + "method" "counter" + "trigger" "l5_boss2_push:OnStartTouch" + + "counter" "boss5_hp" + } +} \ No newline at end of file diff --git a/BossHP/configs/bosshp/ze_temple_raider_b4.cfg b/BossHP/configs/bosshp/ze_temple_raider_b4.cfg new file mode 100644 index 00000000..fe1934cf --- /dev/null +++ b/BossHP/configs/bosshp/ze_temple_raider_b4.cfg @@ -0,0 +1,20 @@ +"bosses" +{ + "0" + { + "name" "Dragon" + "method" "hpbar" + "trigger" "Boss_Add_Hp:OnStartTouch" + + "iterator" "Boss_Health_Overlay_Counter" + "counter" "Boss_Health" + "backup" "Boss_Health_Init" + } + "1" + { + "name" "UFO" + "method" "counter" + "trigger" "End_Boss_AddHP:OnStartTouch" + "counter" "End_Boss_Health" + } +} \ No newline at end of file