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>
This commit is contained in:
LocalIdentity
2025-08-07 19:19:34 +10:00
committed by GitHub
parent 9a02431069
commit 1399b52876
2 changed files with 4 additions and 0 deletions

View File

@@ -17504,6 +17504,9 @@ skills["PoisonousConcoctionAltX"] = {
mod("ChaosPerLifeFlaskPercent", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 2 }),
},
},
baseMods = {
mod("DPS", "MORE", 100, 0, 0, { type = "PerStat", stat = "ChainMax" }),
},
baseFlags = {
attack = true,
area = true,

View File

@@ -3393,6 +3393,7 @@ local skills, mod, flag, skill = ...
mod("ChaosPerLifeFlaskPercent", "BASE", nil, 0, 0, { type = "SkillPart", skillPart = 2 }),
},
},
#baseMod mod("DPS", "MORE", 100, 0, 0, { type = "PerStat", stat = "ChainMax" })
#mods
#skill Snipe