sm-plugins/BossHP/configs/bosshp/ze_bioshock_v6_3.cfg

57 lines
1.2 KiB
INI

"bosses"
{
"0"
{
"name" "Bouncer"
"method" "hpbar"
"trigger" "welcome_bouncer_enter_path1:OnPass"
"hurttrigger" "bouncer_physbox_hp:OnHealthChanged"
"iterator" "bouncer_Health_HP"
"counter" "bouncer_Health_BarHP"
"backup" "bouncer_Health_Init"
}
"4"
{
"name" "Fontaine"
"method" "hpbar"
"trigger" "fontaine_1_Start:OnTrigger"
"hurttrigger" "fontaine_1_hitbox:OnHealthChanged"
"iterator" "fontaine_Health_HP"
"counter" "fontaine_Health_BarHP"
"backup" "fontaine_Health_Init"
}
"4"
{
"name" "Cohen"
"method" "hpbar"
"trigger" "cohen_spawn_relay:OnTrigger"
"hurttrigger" "cohen_hitbox:OnHealthChanged"
"iterator" "cohen_Health_HP"
"counter" "cohen_Health_BarHP"
"backup" "cohen_Health_Init"
}
"4"
{
"name" "Songbird"
"method" "hpbar"
"trigger" "songbird_addhealth_movelinear:OnFullyOpen"
"hurttrigger" "songbird_hitbox_head:OnHealthChanged"
"iterator" "songbird_Health_HP"
"counter" "songbird_Health_BarHP"
"backup" "songbird_Health_Init"
}
"5"
{
"name" "Patriot"
"method" "breakable"
"trigger" "columbia_patriot_timer:OnTimer"
"hurttrigger" "columbia_patriot_health:OnTakeDamage"
"breakable" "columbia_patriot_health"
}
}