Skip to content

Commit 86662c0

Browse files
Adds support for rapid casting 3
1 parent 445ade0 commit 86662c0

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
@@ -601,6 +601,9 @@ return {
601601
["grenade_skill_cooldown_speed_+%"] = {
602602
mod("CooldownRecovery", "INC", nil),
603603
},
604+
["cast_speed_+%_per_num_unique_spells_cast_in_last_8_seconds"] = {
605+
mod("Speed", "INC", nil, ModFlag.Cast, 0, { type = "Multiplier", var = "NonInstantSpellCastRecently" }),
606+
},
604607
-- AoE
605608
["active_skill_base_area_of_effect_radius"] = {
606609
skill("radius", nil),

0 commit comments

Comments
 (0)