BossHP: New configs & fixes

This commit is contained in:
zaCade
2017-03-19 01:30:45 +01:00
parent c9924ebe0c
commit c8128b2659
18 changed files with 309 additions and 47 deletions
@@ -0,0 +1,21 @@
"bosses"
{
"0" // Ending Counter
{
"name" "Ending"
"method" "counter"
"trigger" "EndCountTrigger:OnTrigger"
"counter" "EndCounter"
}
"1" // Boss Counter
{
"name" "Boss"
"method" "hpbar"
"trigger" "BossHumanTeleport:OnStartTouch"
"iterator" "BossHPBarInitial"
"counter" "BossHPBarPlayers"
"backup" "BossHPBarPlayersConstant"
}
}