BossHP: add fapescape v1_2
This commit is contained in:
parent
3db92a4244
commit
e7c6023dfb
69
BossHP/configs/bosshp/ze_fapescape_v1_2.cfg
Normal file
69
BossHP/configs/bosshp/ze_fapescape_v1_2.cfg
Normal file
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user