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

63 lines
1.4 KiB
INI

"bosses"
{
"0"
{
"name" "Exorath"
"method" "hpbar"
"trigger" "boss_all_trigger_hpcounter:OnStartTouch"
"hurttrigger" "boss_all_firepoint:OnHealthChanged"
"iterator" "healbar_count_total2"
"counter" "healbar_counter_extreme"
"backup" "healbar_count_total"
}
"1"
{
"name" "Exorath"
"method" "hpbar"
"trigger" "boss_all_trigger_hpcounter:OnStartTouch"
"hurttrigger" "boss_all_firepoint:OnHealthChanged"
"iterator" "healbar_count_total2"
"counter" "healbar_counter_god"
"backup" "healbar_count_total"
}
"2"
{
"name" "Exorath"
"method" "hpbar"
"trigger" "boss_all_trigger_hpcounter:OnStartTouch"
"hurttrigger" "boss_all_firepoint:OnHealthChanged"
"iterator" "healbar_count_total2"
"counter" "healbar_counter_impossible"
"backup" "healbar_count_total"
}
"3"
{
"name" "Plants left"
"method" "counter"
"trigger" "map_stages:OnCase03"
"counter" "nuke_secret_counter"
"showtrigger" "nuke_secret_counter:OutValue"
"timeout" "3"
}
"4"
{
"name" "Plants left"
"method" "counter"
"trigger" "map_stages:OnCase04"
"counter" "nuke_secret_counter"
"showtrigger" "nuke_secret_counter:OutValue"
"timeout" "3"
}
"5"
{
"name" "Plants left"
"method" "counter"
"trigger" "map_stages:OnCase05"
"counter" "nuke_secret_counter"
"showtrigger" "nuke_secret_counter:OutValue"
"timeout" "3"
}
}