Skip to content

Commit 0ca9b2d

Browse files
authored
Add support for controlled destruction (#405)
1 parent b7acb0b commit 0ca9b2d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/Data/Skills/sup_int.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,11 @@ skills["SupportControlledDestructionPlayer"] = {
810810
label = "Controlled Destruction",
811811
incrementalEffectiveness = 0.092720001935959,
812812
statDescriptionScope = "gem_stat_descriptions",
813+
statMap = {
814+
["support_controlled_destruction_spell_damage_+%_final"] = {
815+
mod("Damage", "MORE", nil, ModFlag.Spell),
816+
},
817+
},
813818
baseFlags = {
814819
},
815820
constantStats = {

src/Export/Skills/sup_int.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,11 @@ statMap = {
201201
#skill SupportControlledDestructionPlayer
202202
#startSets
203203
#set SupportControlledDestructionPlayer
204+
statMap = {
205+
["support_controlled_destruction_spell_damage_+%_final"] = {
206+
mod("Damage", "MORE", nil, ModFlag.Spell),
207+
},
208+
},
204209
#mods
205210
#skillEnd
206211

0 commit comments

Comments
 (0)