update and clean map configs

This commit is contained in:
BotoX
2019-09-23 11:45:34 +02:00
parent 9fba0657fa
commit a184a1f0e4
575 changed files with 4590 additions and 4620 deletions
+36
View File
@@ -0,0 +1,36 @@
"bosses"
{
"0"
{
"name" "Santa"
"method" "hpbar"
"trigger" "Lvl1_Boss_HealthTr:OnStartTouch"
"hurttrigger" "Santa_GiantPhys:OnHealthChanged"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"1"
{
"name" "Santa"
"method" "hpbar"
"trigger" "Lvl2_Boss_HealthTr:OnStartTouch"
"hurttrigger" "Boss2_Phys:OnHealthChanged"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"2"
{
"name" "Sub Zero"
"method" "hpbar"
"trigger" "Lvl3_Boss_HealthTr:OnStartTouch"
"hurttrigger" "SubZero_Phys:OnHealthChanged"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
}