Skip to content

Commit b379a86

Browse files
authored
Add support for Arakaali's Lust (#1694)
1 parent 98c8b4a commit b379a86

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

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, ModFlag.Hit, 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, ModFlag.Hit, 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)