forked from UNLOZE/sm-plugins
Add BossHP
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
"bosses"
|
||||
{
|
||||
"0" // Stage 1 Dragon
|
||||
{
|
||||
"name" "Alduin"
|
||||
"method" "hpbar"
|
||||
"trigger" "boss_hp:OnStartTouch"
|
||||
|
||||
"iterator" "BossHpIterations4"
|
||||
"counter" "counter_1"
|
||||
"backup" "counter_1_backup"
|
||||
}
|
||||
"1" // Stage 2 Dragon
|
||||
{
|
||||
"name" "Alduin"
|
||||
"method" "hpbar"
|
||||
"trigger" "boss_hp_2:OnStartTouch"
|
||||
|
||||
"iterator" "BossHpIterations3"
|
||||
"counter" "counter_2"
|
||||
"backup" "counter_2_backup"
|
||||
}
|
||||
"2" // Stage 4 Centurion
|
||||
{
|
||||
"name" "Centurion"
|
||||
"method" "hpbar"
|
||||
"trigger" "stage_4_bosshp:OnStartTouch"
|
||||
|
||||
"iterator" "BossHpIterations2"
|
||||
"counter" "dw_hp"
|
||||
"backup" "dw_hp_backup"
|
||||
}
|
||||
"3" // Stage 4 Small Centurion
|
||||
{
|
||||
"name" "Small Centurion"
|
||||
"method" "breakable"
|
||||
"trigger" "smalldwboss_relay:OnTrigger"
|
||||
|
||||
"breakable" "smalldwboss_physbox2"
|
||||
}
|
||||
"4" // Stage 5 Dragonpriest @ Teleporter
|
||||
{
|
||||
"name" "Dragonpriest"
|
||||
"method" "breakable"
|
||||
"trigger" "phbox:OnAwakened"
|
||||
|
||||
"breakable" "phbox"
|
||||
}
|
||||
"5" // Stage 5 Dragon
|
||||
{
|
||||
"name" "Alduin"
|
||||
"method" "hpbar"
|
||||
"trigger" "boss_hp_3_ex:OnStartTouch"
|
||||
|
||||
"iterator" "BossHpIterations"
|
||||
"counter" "counter_3"
|
||||
"backup" "bosshpbackup"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user