From 11504ab115d8b333e8ca9acc5be72cf6ed9c6642 Mon Sep 17 00:00:00 2001 From: BotoX Date: Wed, 12 Apr 2017 00:29:37 +0200 Subject: [PATCH] BossHP configs, thanks inGame --- BossHP/configs/bosshp/ze_Pidaras_v1_4fix3.cfg | 45 +++++++++++++++++++ BossHP/configs/bosshp/ze_christmas_beta3f.cfg | 33 ++++++++++++++ .../bosshp/ze_hellz_rescuebase_v5_a27.cfg | 2 +- BossHP/configs/bosshp/ze_notredame_v1_3.cfg | 10 +++++ ...andom_v10fix.cfg => ze_random_v10_fix.cfg} | 0 .../bosshp/ze_tilex_escape_sakura_v1_4.cfg | 2 +- 6 files changed, 90 insertions(+), 2 deletions(-) create mode 100644 BossHP/configs/bosshp/ze_Pidaras_v1_4fix3.cfg create mode 100644 BossHP/configs/bosshp/ze_christmas_beta3f.cfg create mode 100644 BossHP/configs/bosshp/ze_notredame_v1_3.cfg rename BossHP/configs/bosshp/{ze_random_v10fix.cfg => ze_random_v10_fix.cfg} (100%) diff --git a/BossHP/configs/bosshp/ze_Pidaras_v1_4fix3.cfg b/BossHP/configs/bosshp/ze_Pidaras_v1_4fix3.cfg new file mode 100644 index 00000000..b65149c4 --- /dev/null +++ b/BossHP/configs/bosshp/ze_Pidaras_v1_4fix3.cfg @@ -0,0 +1,45 @@ +"bosses" +{ + "0" + { + "name" "Pyramigay" + "method" "counter" + "trigger" "trigger_pyramid_1:OnStartTouch" + "counter" "trigger_pyramid_counter" + } + "1" + { + "name" "Eye - Phase 1/2" + "method" "counter" + "trigger" "space_boss_trigger:OnStartTouch" + "counter" "space_counter1" + } + "2" + { + "name" "Eye - Phase 2/2" + "method" "counter" + "trigger" "space_boss_trigger:OnStartTouch" + "counter" "space_counter2" + } + "3" + { + "name" "Roshi" + "method" "counter" + "trigger" "trig_laser:OnStartTouch" + "counter" "roshi_counter" + } + "4" + { + "name" "Bahatard" + "method" "counter" + "trigger" "trig_bahamut_vie:OnStartTouch" + "counter" "npc_bahamut_counter" + } + "5" + { + "name" "Meshlem" + "method" "counter" + "trigger" "Meshlem_Boss_Hp_To_Boss:OnStartTouch" + "counter" "Boss_Health" + } +} \ No newline at end of file diff --git a/BossHP/configs/bosshp/ze_christmas_beta3f.cfg b/BossHP/configs/bosshp/ze_christmas_beta3f.cfg new file mode 100644 index 00000000..9a9d7560 --- /dev/null +++ b/BossHP/configs/bosshp/ze_christmas_beta3f.cfg @@ -0,0 +1,33 @@ +"bosses" +{ + "0" + { + "name" "Angry Santa" + "method" "hpbar" + "trigger" "Lvl1_Boss_HealthTr:OnStartTouch" + + "iterator" "Boss_HealthCount" + "counter" "Boss_Health" + "backup" "Boss_HealthInit" + } + "1" + { + "name" "Angry Santa" + "method" "hpbar" + "trigger" "Lvl2_Boss_HealthTr:OnStartTouch" + + "iterator" "Boss_HealthCount" + "counter" "Boss_Health" + "backup" "Boss_HealthInit" + } + "2" + { + "name" "Subzero" + "method" "hpbar" + "trigger" "Lvl3_Boss_HealthTr:OnStartTouch" + + "iterator" "Boss_HealthCount" + "counter" "Boss_Health" + "backup" "Boss_HealthInit" + } +} \ No newline at end of file diff --git a/BossHP/configs/bosshp/ze_hellz_rescuebase_v5_a27.cfg b/BossHP/configs/bosshp/ze_hellz_rescuebase_v5_a27.cfg index 17909c3c..e49d8e54 100644 --- a/BossHP/configs/bosshp/ze_hellz_rescuebase_v5_a27.cfg +++ b/BossHP/configs/bosshp/ze_hellz_rescuebase_v5_a27.cfg @@ -34,7 +34,7 @@ "breakable" "Item_Balrog_HitBox" } - "3" // Stage + "3" // Stage { "name" "Hasard Wing" "method" "breakable" diff --git a/BossHP/configs/bosshp/ze_notredame_v1_3.cfg b/BossHP/configs/bosshp/ze_notredame_v1_3.cfg new file mode 100644 index 00000000..21a9ce25 --- /dev/null +++ b/BossHP/configs/bosshp/ze_notredame_v1_3.cfg @@ -0,0 +1,10 @@ +"bosses" +{ + "0" + { + "name" "Great Jack" + "method" "counter" + "trigger" "hp_to_boss:OnStartTouch" + "counter" "boss_hp" + } +} \ No newline at end of file diff --git a/BossHP/configs/bosshp/ze_random_v10fix.cfg b/BossHP/configs/bosshp/ze_random_v10_fix.cfg similarity index 100% rename from BossHP/configs/bosshp/ze_random_v10fix.cfg rename to BossHP/configs/bosshp/ze_random_v10_fix.cfg diff --git a/BossHP/configs/bosshp/ze_tilex_escape_sakura_v1_4.cfg b/BossHP/configs/bosshp/ze_tilex_escape_sakura_v1_4.cfg index 1946fdc5..988e0230 100644 --- a/BossHP/configs/bosshp/ze_tilex_escape_sakura_v1_4.cfg +++ b/BossHP/configs/bosshp/ze_tilex_escape_sakura_v1_4.cfg @@ -8,4 +8,4 @@ "counter" "lastboss_hpcounter" } -} \ No newline at end of file +} \ No newline at end of file