forked from UNLOZE/sm-plugins
BossHP configs, thanks inGame
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user