forked from UNLOZE/sm-plugins
update and clean map configs
This commit is contained in:
+36
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user