Skip to content

Commit 170036d

Browse files
authored
Add support for Deadly Herald (#959)
1 parent 2e7d73b commit 170036d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/Data/Skills/sup_dex.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,11 @@ skills["SupportDeadlyHeraldsPlayer"] = {
893893
label = "Deadly Herald",
894894
incrementalEffectiveness = 0.054999999701977,
895895
statDescriptionScope = "gem_stat_descriptions",
896+
statMap = {
897+
["support_deadly_heralds_damage_+%_final"] = {
898+
mod("Damage", "MORE", nil),
899+
}
900+
},
896901
baseFlags = {
897902
},
898903
constantStats = {

src/Export/Skills/sup_dex.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ statMap = {
191191

192192
#skill SupportDeadlyHeraldsPlayer
193193
#set SupportDeadlyHeraldsPlayer
194+
statMap = {
195+
["support_deadly_heralds_damage_+%_final"] = {
196+
mod("Damage", "MORE", nil),
197+
}
198+
},
194199
#mods
195200
#skillEnd
196201

0 commit comments

Comments
 (0)