BossHP: new configs, thanks inGame

This commit is contained in:
BotoX
2017-04-19 19:37:56 +02:00
parent 11504ab115
commit f03620755b
5 changed files with 140 additions and 0 deletions
@@ -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"
}
}