We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455ccba commit cc3c3faCopy full SHA for cc3c3fa
1 file changed
src/Modules/CalcSections.lua
@@ -925,7 +925,6 @@ return {
925
{ label = "inflict # additional poisons (Main Hand)", flag = "weapon1Attack", modName = { "AdditionalPoisonStacks" }, modType = "BASE", cfg = "weapon1" },
926
{ label = "inflict # additional poisons (Off Hand)", flag = "weapon2Attack", modName = { "AdditionalPoisonStacks" }, modType = "BASE", cfg = "weapon2" },
927
{ label = "Poison Stack Limits", modName = { "PoisonStackLimit", "CannotMultiplePoison", "Condition:NonPoisonedOnly" }, cfg = "skill" },
928
- { label = "Poison Stack Limits", modName = { "Condition:NonPoisonedOnly" } },
929
}, },
930
{ label = "Total Increased", { format = "{0:mod:1}%", { modName = { "Damage", "ChaosDamage" }, modType = "INC", cfg = "poison" }, }, },
931
{ label = "Total More", { format = "{0:mod:1}%", { modName = { "Damage", "ChaosDamage" }, modType = "MORE", cfg = "poison" }, }, },
0 commit comments