Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/Data/Skills/act_int.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9614,6 +9614,11 @@ skills["HeraldOfIcePlayer"] = {
label = "Buff",
incrementalEffectiveness = 0.054999999701977,
statDescriptionScope = "herald_of_ice",
statMap = {
["display_herald_of_ice_behaviour"] = {
mod("HeraldOfIceBuff", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Ice" }),
},
},
baseFlags = {
},
stats = {
Expand Down
5 changes: 5 additions & 0 deletions src/Data/Skills/act_str.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3612,6 +3612,11 @@ skills["HeraldOfAshPlayer"] = {
label = "Buff",
incrementalEffectiveness = 0.054999999701977,
statDescriptionScope = "herald_of_ash",
statMap = {
["herald_of_ash_overkill_threshold_%"] = {
mod("HeraldOfAshBuff", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Ash" }),
},
},
baseFlags = {
},
constantStats = {
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Skills/sup_dex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1936,4 +1936,4 @@ skills["SupportWindowOfOpportunityPlayer"] = {
},
},
}
}
}
5 changes: 5 additions & 0 deletions src/Export/Skills/act_int.txt
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,11 @@ end,
#startSets
#set HeraldOfIcePlayer
#flags
statMap = {
["display_herald_of_ice_behaviour"] = {
mod("HeraldOfIceBuff", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Ice" }),
},
},
#mods
#set HeraldOfIceOnKillPlayer
#flags attack area
Expand Down
5 changes: 5 additions & 0 deletions src/Export/Skills/act_str.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@ statMap = {
#startSets
#set HeraldOfAshPlayer
#flags
statMap = {
["herald_of_ash_overkill_threshold_%"] = {
mod("HeraldOfAshBuff", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Ash" }),
},
},
#mods
#set HeraldOfAshOnKillPlayer
#flags
Expand Down