forked from UNLOZE/sm-plugins
BossHP_Ranking: show difference between hit- and dmg-based bosses
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
"method" "breakable"
|
||||
"trigger" "Summon_Belias_Temp:OnEntitySpawned"
|
||||
"multitrigger" "1"
|
||||
"hurttrigger" "Belias_Summon_Physbox:OnHealthChanged"
|
||||
"hurttrigger" "Belias_Summon_Physbox:OnTakeDamage"
|
||||
|
||||
"breakable" "Belias_Summon_Physbox"
|
||||
}
|
||||
@@ -113,7 +113,7 @@
|
||||
"method" "breakable"
|
||||
"trigger" "Summon_Chaos_Temp:OnEntitySpawned"
|
||||
"multitrigger" "1"
|
||||
"hurttrigger" "Chaos_Summon_Physbox:OnHealthChanged"
|
||||
"hurttrigger" "Chaos_Summon_Physbox:OnTakeDamage"
|
||||
|
||||
"breakable" "Chaos_Summon_Physbox"
|
||||
}
|
||||
@@ -123,7 +123,7 @@
|
||||
"method" "breakable"
|
||||
"trigger" "Summon_Mateus_Temp:OnEntitySpawned"
|
||||
"multitrigger" "1"
|
||||
"hurttrigger" "Mateus_Summon_Physbox:OnHealthChanged"
|
||||
"hurttrigger" "Mateus_Summon_Physbox:OnTakeDamage"
|
||||
|
||||
"breakable" "Mateus_Summon_Physbox"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user