BossHP: new configs, thanks inGame
This commit is contained in:
parent
11504ab115
commit
f03620755b
25
BossHP/configs/bosshp/ze_evernight_a2_2s.cfg
Normal file
25
BossHP/configs/bosshp/ze_evernight_a2_2s.cfg
Normal file
@ -0,0 +1,25 @@
|
||||
"bosses"
|
||||
{
|
||||
"0"
|
||||
{
|
||||
"name" "Crystal"
|
||||
"method" "counter"
|
||||
"trigger" "act1_crystal:OnHealthChanged"
|
||||
"counter" "crystal_hp"
|
||||
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "Basileusis"
|
||||
"method" "counter"
|
||||
"trigger" "act1_brige_count_trigger:OnStartTouch"
|
||||
"counter" "imagebasileusis_hp"
|
||||
}
|
||||
"2"
|
||||
{
|
||||
"name" "Magic Ball"
|
||||
"method" "counter"
|
||||
"trigger" "act2_boss_hpadd:OnStartTouch"
|
||||
"counter" "act2_boss_hp"
|
||||
}
|
||||
}
|
10
BossHP/configs/bosshp/ze_hold_em_v10.cfg
Normal file
10
BossHP/configs/bosshp/ze_hold_em_v10.cfg
Normal file
@ -0,0 +1,10 @@
|
||||
"bosses"
|
||||
{
|
||||
"0"
|
||||
{
|
||||
"name" "Billy"
|
||||
"method" "counter"
|
||||
"trigger" "end_trigger:OnStartTouch"
|
||||
"counter" "boss_hp"
|
||||
}
|
||||
}
|
10
BossHP/configs/bosshp/ze_lila_panic_escape_v3_1.cfg
Normal file
10
BossHP/configs/bosshp/ze_lila_panic_escape_v3_1.cfg
Normal file
@ -0,0 +1,10 @@
|
||||
"bosses"
|
||||
{
|
||||
"0"
|
||||
{
|
||||
"name" "Pedobear"
|
||||
"method" "counter"
|
||||
"trigger" "boss_trigger_start:OnTrigger"
|
||||
"counter" "boss_hp"
|
||||
}
|
||||
}
|
75
BossHP/configs/bosshp/ze_stalker_ultimate_v2_3.cfg
Normal file
75
BossHP/configs/bosshp/ze_stalker_ultimate_v2_3.cfg
Normal file
@ -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"
|
||||
}
|
||||
}
|
20
BossHP/configs/bosshp/ze_temple_raider_b4.cfg
Normal file
20
BossHP/configs/bosshp/ze_temple_raider_b4.cfg
Normal file
@ -0,0 +1,20 @@
|
||||
"bosses"
|
||||
{
|
||||
"0"
|
||||
{
|
||||
"name" "Dragon"
|
||||
"method" "hpbar"
|
||||
"trigger" "Boss_Add_Hp:OnStartTouch"
|
||||
|
||||
"iterator" "Boss_Health_Overlay_Counter"
|
||||
"counter" "Boss_Health"
|
||||
"backup" "Boss_Health_Init"
|
||||
}
|
||||
"1"
|
||||
{
|
||||
"name" "UFO"
|
||||
"method" "counter"
|
||||
"trigger" "End_Boss_AddHP:OnStartTouch"
|
||||
"counter" "End_Boss_Health"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user