diff --git a/src/Data/SkillStatMap.lua b/src/Data/SkillStatMap.lua index bc7ae5ef5..ea1bdc81c 100644 --- a/src/Data/SkillStatMap.lua +++ b/src/Data/SkillStatMap.lua @@ -601,6 +601,9 @@ return { ["grenade_skill_cooldown_speed_+%"] = { mod("CooldownRecovery", "INC", nil), }, +["cast_speed_+%_per_num_unique_spells_cast_in_last_8_seconds"] = { + mod("Speed", "INC", nil, ModFlag.Cast, 0, { type = "Multiplier", var = "NonInstantSpellCastRecently" }), +}, -- AoE ["active_skill_base_area_of_effect_radius"] = { skill("radius", nil),