Skip to content

Commit bd8d2a6

Browse files
author
LocalIdentity
committed
Weapon swap speed
1 parent 884b981 commit bd8d2a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/CalcSetup.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ function calcs.initEnv(build, mode, override, specEnv)
610610
modDB:NewMod("CharmLimit", "BASE", 0, "Base")
611611
modDB:NewMod("ManaDegenPercent", "BASE", 1, "Base", { type = "Multiplier", var = "EffectiveManaBurnStacks" })
612612
modDB:NewMod("LifeDegenPercent", "BASE", 1, "Base", { type = "Multiplier", var = "WeepingWoundsStacks" })
613-
modDB:NewMod("WeaponSwapSpeed", "BASE", 250, "Base") -- 250ms
613+
modDB:NewMod("WeaponSwapSpeed", "BASE", data.characterConstants["base_weapon_swap_duration_ms"], "Base") -- 250ms
614614
modDB:NewMod("Speed", "INC", 3, "Base", ModFlag.Attack, { type = "Multiplier", var = "Tailwind", limit = 10 })
615615
modDB:NewMod("Speed", "INC", 3, "Base", ModFlag.Cast, { type = "Multiplier", var = "Tailwind", limit = 10 })
616616
modDB:NewMod("MovementSpeed", "INC", 1, "Base", { type = "Multiplier", var = "Tailwind", limit = 10 })

0 commit comments

Comments
 (0)