From 86662c036f1c2274f0042f1f6f0a4088eb7f9d6d Mon Sep 17 00:00:00 2001 From: Tarik <50704992+TarikBeentjes61@users.noreply.github.com> Date: Sun, 24 May 2026 21:20:10 +0200 Subject: [PATCH] Adds support for rapid casting 3 --- src/Data/SkillStatMap.lua | 3 +++ 1 file changed, 3 insertions(+) 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),