BossHP_Ranking: show difference between hit- and dmg-based bosses

This commit is contained in:
neon
2018-12-29 16:06:15 +01:00
parent 41d902c0af
commit ba11285aa0
26 changed files with 122 additions and 95 deletions
@@ -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"
}