Skip to content

Commit d76332d

Browse files
committed
Add support for Arakaali's Lust
1 parent 2e84d43 commit d76332d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/Data/Skills/sup_dex.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,14 @@ skills["SupportArakaalisLustPlayer"] = {
410410
label = "Arakaali's Lust",
411411
incrementalEffectiveness = 0.054999999701977,
412412
statDescriptionScope = "gem_stat_descriptions",
413+
statMap = {
414+
["support_debilitate_hit_damage_+%_final_per_poison_stack"] = {
415+
mod("Damage", "MORE", nil, 0, 0, { type = "Multiplier", actor = "enemy", var = "PoisonStacks", limitVar = "ArakaaliMaxHitDamage", limitTotal = true } ),
416+
},
417+
["support_debilitate_hit_damage_max_poison_stacks"] = {
418+
mod("Multiplier:ArakaaliMaxHitDamage", "BASE", nil),
419+
},
420+
},
413421
baseFlags = {
414422
},
415423
constantStats = {

src/Export/Skills/sup_dex.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ statMap = {
102102

103103
#skill SupportArakaalisLustPlayer
104104
#set SupportArakaalisLustPlayer
105+
statMap = {
106+
["support_debilitate_hit_damage_+%_final_per_poison_stack"] = {
107+
mod("Damage", "MORE", nil, 0, 0, { type = "Multiplier", actor = "enemy", var = "PoisonStacks", limitVar = "ArakaaliMaxHitDamage", limitTotal = true } ),
108+
},
109+
["support_debilitate_hit_damage_max_poison_stacks"] = {
110+
mod("Multiplier:ArakaaliMaxHitDamage", "BASE", nil),
111+
},
112+
},
105113
#mods
106114
#skillEnd
107115

0 commit comments

Comments
 (0)