BossHP: update configs

This commit is contained in:
neon
2018-12-26 21:52:10 +01:00
parent 537126b4e0
commit 41d902c0af
124 changed files with 4406 additions and 1000 deletions
+51
View File
@@ -0,0 +1,51 @@
"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"
}
}