BossHP configs, thanks inGame

This commit is contained in:
BotoX
2017-04-12 00:29:37 +02:00
parent f48a78ed65
commit 11504ab115
6 changed files with 90 additions and 2 deletions
@@ -0,0 +1,33 @@
"bosses"
{
"0"
{
"name" "Angry Santa"
"method" "hpbar"
"trigger" "Lvl1_Boss_HealthTr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"1"
{
"name" "Angry Santa"
"method" "hpbar"
"trigger" "Lvl2_Boss_HealthTr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
"2"
{
"name" "Subzero"
"method" "hpbar"
"trigger" "Lvl3_Boss_HealthTr:OnStartTouch"
"iterator" "Boss_HealthCount"
"counter" "Boss_Health"
"backup" "Boss_HealthInit"
}
}