Skip to content

Commit cb27827

Browse files
Add support for Rapid Casting III (#1965)
1 parent 0db8a91 commit cb27827

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Data/SkillStatMap.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,9 @@ return {
617617
["grenade_skill_cooldown_speed_+%"] = {
618618
mod("CooldownRecovery", "INC", nil),
619619
},
620+
["cast_speed_+%_per_num_unique_spells_cast_in_last_8_seconds"] = {
621+
mod("Speed", "INC", nil, ModFlag.Cast, 0, { type = "Multiplier", var = "NonInstantSpellCastRecently" }),
622+
},
620623
-- AoE
621624
["active_skill_base_area_of_effect_radius"] = {
622625
skill("radius", nil),

0 commit comments

Comments
 (0)