diff --git a/BossHP/configs/bosshp/ze_Ancient_wrath_v1_fix2.cfg b/BossHP/configs/bosshp/ze_Ancient_wrath_v1_fix2.cfg new file mode 100644 index 00000000..49e8c3b9 --- /dev/null +++ b/BossHP/configs/bosshp/ze_Ancient_wrath_v1_fix2.cfg @@ -0,0 +1,46 @@ +"bosses" + +{ + "0" + { + "name" "Energy Beam 1" + "method" "breakable" + "trigger" "boss_3_energy_trigger:OnStartTouch" + + "breakable" "boss_3_energy_1" + } + "1" + { + "name" "Energy Beam 2" + "method" "breakable" + "trigger" "boss_3_energy_trigger:OnStartTouch" + + "breakable" "boss_3_energy_2" + } + "2" + { + "name" "Container" + "method" "breakable" + "trigger" "boss_3_energy_counter:OnHitMax" + + "breakable" "boss_3_container" + } + "3" + { + "name" "Boss" + "method" "counter" + "trigger" "boss_2_player_counter_trigger:OnStartTouch" + + "counter" "boss_2_knockback_1_counter" + "counter" "boss_2_knockback_2_counter" + "counter" "boss_2_knockback_3_counter" + } + "4" + { + "name" "Boss" + "method" "counter" + "trigger" "boss_2_quad_path_2:OnPass" + + "counter" "boss_3_knockback_1_counter" + } +} \ No newline at end of file diff --git a/BossHP/configs/bosshp/ze_alien_shooter_v7.cfg b/BossHP/configs/bosshp/ze_alien_shooter_v7.cfg new file mode 100644 index 00000000..8732f359 --- /dev/null +++ b/BossHP/configs/bosshp/ze_alien_shooter_v7.cfg @@ -0,0 +1,20 @@ +"bosses" +{ + "0" + { + "name" "Alien" + "method" "hpbar" + "trigger" "Noctali_Boss_Hp_To_Boss:OnStartTouch" + + "iterator" "counter3" + "counter" "counter1" + "backup" "counter2" + } + "1" + { + "name" "Alien" + "method" "counter" + "trigger" "trigger_hp_add_lasers:OnStartTouch" + "counter" "roshi_counter" + } +} \ No newline at end of file diff --git a/BossHP/configs/bosshp/ze_johnny_nukem_beta6.cfg b/BossHP/configs/bosshp/ze_johnny_nukem_beta6.cfg new file mode 100644 index 00000000..328b3e1f --- /dev/null +++ b/BossHP/configs/bosshp/ze_johnny_nukem_beta6.cfg @@ -0,0 +1,27 @@ +"bosses" +{ + "0" // Frog + { + "name" "Frog" + "method" "counter" + "trigger" "stage1_ship_trigger:OnStartTouch" + + "counter" "Frog_Counter" + } + "1" // Frog2 + { + "name" "Frog" + "method" "counter" + "trigger" "Frog2_Boss_Push_HP:OnStartTouch" + + "counter" "Frog2_Counter" + } + "2" // Paper + { + "name" "Paper Monster" + "method" "counter" + "trigger" "Solid_Paper_Boss_Push_HP:OnStartTouch" + + "counter" "Solid_Paper_Counter" + } +} \ No newline at end of file diff --git a/BossHP/configs/bosshp/ze_sandstorm_f.cfg b/BossHP/configs/bosshp/ze_sandstorm_f.cfg new file mode 100644 index 00000000..61cbbe9e --- /dev/null +++ b/BossHP/configs/bosshp/ze_sandstorm_f.cfg @@ -0,0 +1,51 @@ +"bosses" +{ + "0" + { + "name" "UFO" + "method" "hpbar" + "trigger" "mutant_add_hit1:OnStartTouch" + + "iterator" "mutant_hp_iterations1" + "counter" "mutant_counter1" + "backup" "mutant_hp_backup1" + } + "1" + { + "name" "Gargantua" + "method" "hpbar" + "trigger" "grg_add_hit:OnStartTouch" + + "iterator" "grg_hp_iterations" + "counter" "grg_counter" + "backup" "grg_hp_backup" + } + "2" + { + "name" "Gargantua" + "method" "hpbar" + "trigger" "add_hp_garg:OnStartTouch" + + "iterator" "garg_hp_iterations" + "counter" "garg_counter" + "backup" "garg_hp_backup" + } + "3" + { + "name" "Mutant" + "method" "hpbar" + "trigger" "mutant_add_hit:OnStartTouch" + + "iterator" "mutant_hp_iterations" + "counter" "mutant_counter" + "backup" "mutant_hp_backup" + } + "4" + { + "name" "Crystal" + "method" "breakable" + "trigger" "level_relay5:OnTrigger" + + "breakable" "ph_crystal_ph" + } +} diff --git a/BossHP/configs/bosshp/ze_shroomforest2_v1.cfg b/BossHP/configs/bosshp/ze_shroomforest2_v1.cfg new file mode 100644 index 00000000..575e8d83 --- /dev/null +++ b/BossHP/configs/bosshp/ze_shroomforest2_v1.cfg @@ -0,0 +1,73 @@ +"bosses" +{ + "0" + { + "name" "Groke" + "method" "hpbar" + "trigger" "Lvl1_Boss_Tr:OnStartTouch" + + "iterator" "Boss_HealthCount" + "counter" "Boss_Health" + "backup" "Boss_HealthInit" + } + "1" + { + "name" "TV" + "method" "hpbar" + "trigger" "Lvl2_Boss_Tr:OnStartTouch" + + "iterator" "Boss_HealthCount" + "counter" "Boss_Health" + "backup" "Boss_HealthInit" + } + "2" + { + "name" "God" + "method" "hpbar" + "trigger" "Lvl3_Boss_Tr:OnStartTouch" + + "iterator" "Boss_HealthCount" + "counter" "Boss_Health" + "backup" "Boss_HealthInit" + } + "3" + { + "name" "Spider" + "method" "hpbar" + "trigger" "Ext2_Boss_Tr:OnStartTouch" + + "iterator" "Boss_HealthCount" + "counter" "Boss_Health" + "backup" "Boss_HealthInit" + } + "4" + { + "name" "Fallen Angel" + "method" "hpbar" + "trigger" "Ext3_Boss_Tr:OnStartTouch" + + "iterator" "Boss_HealthCount" + "counter" "Boss_Health" + "backup" "Boss_HealthInit" + } + "5" + { + "name" "Dragon" + "method" "hpbar" + "trigger" "Rescue_B_Path4:OnPass" + + "iterator" "Boss_HealthCount" + "counter" "Boss_Health" + "backup" "Boss_HealthInit" + } + "6" + { + "name" "Satan" + "method" "hpbar" + "trigger" "Part3_Relay:OnTrigger" + + "iterator" "Boss_HealthCount" + "counter" "Boss_Health" + "backup" "Boss_HealthInit" + } +} \ No newline at end of file diff --git a/BossHP/configs/bosshp/ze_surf_sahok_t5_9.cfg b/BossHP/configs/bosshp/ze_surf_sahok_t5_9.cfg new file mode 100644 index 00000000..b2f1d99c --- /dev/null +++ b/BossHP/configs/bosshp/ze_surf_sahok_t5_9.cfg @@ -0,0 +1,11 @@ +"bosses" +{ + "1" + { + "name" "Guardian" + "method" "counter" + "trigger" "Noctali_Boss_Hp_To_Boss:OnStartTouch" + + "counter" "Noctali_Boss_Health" + } +} \ No newline at end of file