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

52 lines
925 B
INI

"bosses"
{
"0"
{
"name" "UFO"
"method" "hpbar"
"trigger" "mutant_add_hit1:OnStartTouch"
"iterator" "mutant_hp_iterations1"
"counter" "mutant_counter1"
"backup" "mutant_hp_backup1"
}
"1"
{
"name" "Gargantua"
"method" "hpbar"
"trigger" "grg_add_hit:OnStartTouch"
"iterator" "grg_hp_iterations"
"counter" "grg_counter"
"backup" "grg_hp_backup"
}
"2"
{
"name" "Gargantua"
"method" "hpbar"
"trigger" "add_hp_garg:OnStartTouch"
"iterator" "garg_hp_iterations"
"counter" "garg_counter"
"backup" "garg_hp_backup"
}
"3"
{
"name" "Mutant"
"method" "hpbar"
"trigger" "mutant_add_hit:OnStartTouch"
"iterator" "mutant_hp_iterations"
"counter" "mutant_counter"
"backup" "mutant_hp_backup"
}
"4"
{
"name" "Crystal"
"method" "breakable"
"trigger" "level_relay5:OnTrigger"
"breakable" "ph_crystal_ph"
}
}