Skip to content

Commit 551a2ff

Browse files
authored
Add support for Deliberation Damage Mod (#1165)
1 parent 05632bc commit 551a2ff

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
@@ -1077,6 +1077,11 @@ skills["SupportDeliberationPlayer"] = {
10771077
label = "Deliberation",
10781078
incrementalEffectiveness = 0.054999999701977,
10791079
statDescriptionScope = "gem_stat_descriptions",
1080+
statMap = {
1081+
["support_deliberation_damage_+%_final"] = {
1082+
mod("Damage", "MORE", nil),
1083+
},
1084+
},
10801085
baseFlags = {
10811086
},
10821087
constantStats = {

src/Export/Skills/sup_dex.txt

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

251251
#skill SupportDeliberationPlayer
252252
#set SupportDeliberationPlayer
253+
statMap = {
254+
["support_deliberation_damage_+%_final"] = {
255+
mod("Damage", "MORE", nil),
256+
},
257+
},
253258
#mods
254259
#skillEnd
255260

0 commit comments

Comments
 (0)