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:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user