Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/Data/Skills/sup_dex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,14 @@ skills["SupportArakaalisLustPlayer"] = {
label = "Arakaali's Lust",
incrementalEffectiveness = 0.054999999701977,
statDescriptionScope = "gem_stat_descriptions",
statMap = {
["support_debilitate_hit_damage_+%_final_per_poison_stack"] = {
mod("Damage", "MORE", nil, 0, 0, { type = "Multiplier", actor = "enemy", var = "PoisonStacks", limitVar = "ArakaaliMaxHitDamage", limitTotal = true } ),
},
["support_debilitate_hit_damage_max_poison_stacks"] = {
mod("Multiplier:ArakaaliMaxHitDamage", "BASE", nil),
},
},
baseFlags = {
},
constantStats = {
Expand Down
8 changes: 8 additions & 0 deletions src/Export/Skills/sup_dex.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ statMap = {

#skill SupportArakaalisLustPlayer
#set SupportArakaalisLustPlayer
statMap = {
["support_debilitate_hit_damage_+%_final_per_poison_stack"] = {
mod("Damage", "MORE", nil, 0, 0, { type = "Multiplier", actor = "enemy", var = "PoisonStacks", limitVar = "ArakaaliMaxHitDamage", limitTotal = true } ),
},
["support_debilitate_hit_damage_max_poison_stacks"] = {
mod("Multiplier:ArakaaliMaxHitDamage", "BASE", nil),
},
},
#mods
#skillEnd

Expand Down
Loading