forked from UNLOZE/sm-plugins
BossHP_Ranking: show difference between hit- and dmg-based bosses
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"name" "Dwarven Sphere"
|
||||
"method" "breakable"
|
||||
"trigger" "smalldwboss_template1:OnEntitySpawned"
|
||||
"hurttrigger" "smalldwboss_physbox2:OnHealthChanged"
|
||||
"hurttrigger" "smalldwboss_physbox2:OnTakeDamage"
|
||||
"multitrigger" "1"
|
||||
|
||||
"breakable" "smalldwboss_physbox2"
|
||||
@@ -48,7 +48,7 @@
|
||||
"name" "Dragonpriest"
|
||||
"method" "breakable"
|
||||
"trigger" "phbox:OnAwakened"
|
||||
"hurttrigger" "phbox:OnHealthChanged"
|
||||
"hurttrigger" "phbox:OnTakeDamage"
|
||||
|
||||
"breakable" "phbox"
|
||||
}
|
||||
@@ -68,7 +68,7 @@
|
||||
"name" "Nightingale"
|
||||
"method" "breakable"
|
||||
"trigger" "night_phbox:OnTakeDamage"
|
||||
"hurttrigger" "st1_dragonphysbox:OnHealthChanged"
|
||||
"hurttrigger" "st1_dragonphysbox:OnTakeDamage"
|
||||
"timeout" "3"
|
||||
|
||||
"breakable" "night_phbox"
|
||||
@@ -114,7 +114,7 @@
|
||||
"name" "Dragonpriest"
|
||||
"method" "breakable"
|
||||
"trigger" "dr_phbox:OnTakeDamage"
|
||||
"hurttrigger" "st1_dragonphysbox:OnHealthChanged"
|
||||
"hurttrigger" "st1_dragonphysbox:OnTakeDamage"
|
||||
"timeout" "3"
|
||||
|
||||
"breakable" "dr_phbox"
|
||||
|
||||
Reference in New Issue
Block a user