Skip to content

Commit c01fcf5

Browse files
committed
update maximum stacks, update config option wording and add a placeholder
1 parent 891d925 commit c01fcf5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Modules/CalcSetup.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function calcs.initModDB(env, modDB)
4242
modDB:NewMod("BloodChargesMax", "BASE", 5, "Base")
4343
modDB:NewMod("MaxLifeLeechRate", "BASE", 20, "Base")
4444
modDB:NewMod("MaxManaLeechRate", "BASE", 20, "Base")
45-
modDB:NewMod("ImpaleStacksMax", "BASE", 5, "Base")
45+
modDB:NewMod("ImpaleStacksMax", "BASE", 60, "Base")
4646
modDB:NewMod("IgniteStacksMax", "BASE", 1, "Base")
4747
modDB:NewMod("BleedStacksMax", "BASE", 1, "Base")
4848
modDB:NewMod("PoisonStacksMax", "BASE", 1, "Base")

src/Modules/ConfigOptions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ Huge sets the radius to 11.
14991499
{ var = "conditionImpaledRecently", type = "check", ifCond = "ImpaledRecently", label = "Impaled an enemy recently?", apply = function(val, modList, enemyModLIst)
15001500
modList:NewMod("Condition:ImpaledRecently", "FLAG", true, "Config", { type = "Condition", var = "Combat" })
15011501
end },
1502-
{ var = "multiplierImpalesOnEnemy", type = "countAllowZero", label = "# of Impales on enemy (if not maximum):", ifFlag = "impale", apply = function(val, modList, enemyModList)
1502+
{ var = "multiplierImpalesOnEnemy", type = "countAllowZero", label = "# of Impales Extracted on enemy:", ifFlag = "impale", defaultPlaceholderState = 1, apply = function(val, modList, enemyModList)
15031503
enemyModList:NewMod("Multiplier:ImpaleStacks", "BASE", val, "Config", { type = "Condition", var = "Combat" })
15041504
end },
15051505
{ var = "multiplierFragileRegrowth", type = "count", label = "# of Fragile Regrowth Stacks:", ifMult = "FragileRegrowthCount", apply = function(val, modList, enemyModList)

0 commit comments

Comments
 (0)