Skip to content

Commit 1399b52

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Poion Conc of Bouncing not counting Chains towards DPS (#8924)
Poisonous Concoction of Bouncing gains DPS from extra chains as the projectiles keep chaining to the same target Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 9a02431 commit 1399b52

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/Data/Skills/act_dex.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17504,6 +17504,9 @@ skills["PoisonousConcoctionAltX"] = {
1750417504
mod("ChaosPerLifeFlaskPercent", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 2 }),
1750517505
},
1750617506
},
17507+
baseMods = {
17508+
mod("DPS", "MORE", 100, 0, 0, { type = "PerStat", stat = "ChainMax" }),
17509+
},
1750717510
baseFlags = {
1750817511
attack = true,
1750917512
area = true,

src/Export/Skills/act_dex.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3393,6 +3393,7 @@ local skills, mod, flag, skill = ...
33933393
mod("ChaosPerLifeFlaskPercent", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 2 }),
33943394
},
33953395
},
3396+
#baseMod mod("DPS", "MORE", 100, 0, 0, { type = "PerStat", stat = "ChainMax" })
33963397
#mods
33973398

33983399
#skill Snipe

0 commit comments

Comments
 (0)