diff --git a/src/Data/Skills/act_int.lua b/src/Data/Skills/act_int.lua index 0e4991a3bb..c66eea81d7 100644 --- a/src/Data/Skills/act_int.lua +++ b/src/Data/Skills/act_int.lua @@ -11469,7 +11469,7 @@ skills["HeraldOfIcePlayer"] = { statDescriptionScope = "herald_of_ice", statMap = { ["display_herald_of_ice_behaviour"] = { - mod("HeraldOfIceBuff", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Ice" }), + flag("Condition:EnemiesExplode", { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Ice" }), }, }, baseFlags = { diff --git a/src/Data/Skills/act_str.lua b/src/Data/Skills/act_str.lua index b9e26f158c..a43ef000bc 100644 --- a/src/Data/Skills/act_str.lua +++ b/src/Data/Skills/act_str.lua @@ -5244,6 +5244,11 @@ skills["HeraldOfBloodPlayer"] = { label = "Buff", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "herald_of_blood", + statMap = { + ["display_herald_of_blood_behaviour"] = { + flag("Condition:EnemiesExplode", { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Blood" } ), + }, + }, baseFlags = { }, stats = { diff --git a/src/Export/Skills/act_int.txt b/src/Export/Skills/act_int.txt index 7e9fa235f9..b3b0d16ae8 100644 --- a/src/Export/Skills/act_int.txt +++ b/src/Export/Skills/act_int.txt @@ -681,7 +681,7 @@ end, #flags statMap = { ["display_herald_of_ice_behaviour"] = { - mod("HeraldOfIceBuff", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Ice" }), + flag("Condition:EnemiesExplode", { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Ice" }), }, }, #mods diff --git a/src/Export/Skills/act_str.txt b/src/Export/Skills/act_str.txt index 4516c8e2ee..c98e9f4e6d 100644 --- a/src/Export/Skills/act_str.txt +++ b/src/Export/Skills/act_str.txt @@ -359,6 +359,11 @@ statMap = { #skill HeraldOfBloodPlayer #set HeraldOfBloodPlayer #flags +statMap = { + ["display_herald_of_blood_behaviour"] = { + flag("Condition:EnemiesExplode", { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Blood" } ), + }, +}, #mods #set HeraldOfBloodExplosionPlayer #flags