Skip to content

Commit ca9b1fe

Browse files
committed
Fixes 1288: Herald of Blood buff not applying for conditional mods
1 parent 873f311 commit ca9b1fe

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/Data/Skills/act_str.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5244,6 +5244,11 @@ skills["HeraldOfBloodPlayer"] = {
52445244
label = "Buff",
52455245
incrementalEffectiveness = 0.054999999701977,
52465246
statDescriptionScope = "herald_of_blood",
5247+
statMap = {
5248+
["display_herald_of_blood_behaviour"] = {
5249+
mod("HeraldOfBloodBuff", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Blood" } ),
5250+
},
5251+
},
52475252
baseFlags = {
52485253
},
52495254
stats = {

src/Export/Skills/act_str.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,11 @@ statMap = {
359359
#skill HeraldOfBloodPlayer
360360
#set HeraldOfBloodPlayer
361361
#flags
362+
statMap = {
363+
["display_herald_of_blood_behaviour"] = {
364+
mod("HeraldOfBloodBuff", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Blood" } ),
365+
},
366+
},
362367
#mods
363368
#set HeraldOfBloodExplosionPlayer
364369
#flags

0 commit comments

Comments
 (0)