BossHP: New configs & fixes

This commit is contained in:
zaCade
2017-03-19 01:30:45 +01:00
parent c9924ebe0c
commit c8128b2659
18 changed files with 309 additions and 47 deletions
@@ -0,0 +1,77 @@
"bosses"
{
"0" // Stage 1
{
"name" "Pencil"
"method" "hpbar"
"trigger" "#459232:OnStartTouch"
"iterator" "boss_hp_iterations"
"counter" "boss_hp"
"backup" "boss_hp_backup"
}
"1" // Stage 2
{
"name" "Kappa"
"method" "hpbar"
"trigger" "#465328:OnStartTouch"
"iterator" "boss_hp2_iterations"
"counter" "boss_hp2"
"backup" "boss_hp2_backup"
}
"2" // Stage 3
{
"name" "Pingu"
"method" "hpbar"
"trigger" "#1257636:OnStartTouch"
"iterator" "boss_hp3_iterations"
"counter" "boss_hp3"
"backup" "boss_hp3_backup"
}
"3" // Stage 1 @ Extreme
{
"name" "Robot"
"method" "hpbar"
"trigger" "#1532233:OnStartTouch"
"iterator" "boss_hp_ex1_iterations"
"counter" "boss_hp_ex1"
"backup" "boss_hp_ex1_backup"
}
"4" // Stage 2 @ Extreme
{
"name" "Robot"
"method" "hpbar"
"trigger" "#1342349:OnStartTouch"
"iterator" "boss_hp_ex2_iterations"
"counter" "boss_hp_ex2"
"backup" "boss_hp_ex2_backup"
}
"5" // Stage 3 @ Extreme
{
"name" "Evil Eye - Phase 1"
"method" "counter"
"trigger" "#3403461:OnStartTouch"
"counter" "boss_hp4_phase1"
}
"6"
{
"name" "Evil Eye - Phase 2"
"method" "counter"
"trigger" "#1761267:OnHitMin"
"counter" "boss_hp4_phase2"
}
"7"
{
"name" "Evil Eye - Phase 3"
"method" "counter"
"trigger" "#1930773:OnHitMin"
"counter" "boss_hp4_phase3"
}
}