diff --git a/BossHP/configs/bosshp/ze_fapescape_v1_2.cfg b/BossHP/configs/bosshp/ze_fapescape_v1_2.cfg new file mode 100644 index 00000000..69f3ffa2 --- /dev/null +++ b/BossHP/configs/bosshp/ze_fapescape_v1_2.cfg @@ -0,0 +1,69 @@ +"bosses" +{ + "0" + { + "name" "Rick Astley" + "method" "hpbar" + "trigger" "#2400:OnStartTouch" + + "iterator" "boss_hp_iterations" + "counter" "boss_hp" + "backup" "boss_hp_backup" + } + "1" + { + "name" "Pete Burns" + "method" "hpbar" + "trigger" "#3132:OnStartTouch" + + "iterator" "boss_hp_iterations3" + "counter" "boss_hp3" + "backup" "boss_hp3_backup" + } + "2" + { + "name" "Ship" + "method" "hpbar" + "trigger" "#2749:OnStartTouch" + + "iterator" "boss_hp_iterations2" + "counter" "boss_hp2" + "backup" "boss_hp2_backup" + } + "3" + { + "name" "Robot" + "method" "hpbar" + "trigger" "#3682:OnStartTouch" + + "iterator" "boss_hp_iterations5" + "counter" "boss_hp5" + "backup" "boss_hp_backup5" + } + "4" + { + "name" "Mouth" + "method" "hpbar" + "trigger" "#3684:OnStartTouch" + + "iterator" "mouth_counter" + "counter" "boss_hp4" + "backup" "boss_hp4_backup" + } + "5" + { + "name" "Eye" + "method" "counter" + "trigger" "#3693:OnStartTouch" + + "counter" "lastboss_static" + } + "6" + { + "name" "Evil Eye" + "method" "counter" + "trigger" "lastboss_static:OnHitMin" + + "counter" "lastboss_moving" + } +} \ No newline at end of file