Skip to content

Commit

Permalink
People like flashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Feb 3, 2025
1 parent 3034397 commit 346cbd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions TheWarWithin/ShamanElemental.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2506,7 +2506,7 @@ spec:RegisterAbilities( {
if buff.vesper_totem.up and vesper_totem_dmg_charges > 0 then trigger_vesper_damage() end
end,

bind = "tempest",
bind = "tempest"
},

-- Hurls a bolt of lightning at the target, dealing $s1 Nature damage.$?a343725[ |cFFFFFFFFGenerates $343725s1 Maelstrom.|r][]
Expand Down Expand Up @@ -2579,7 +2579,8 @@ spec:RegisterAbilities( {
if buff.vesper_totem.up and vesper_totem_dmg_charges > 0 then trigger_vesper_damage() end
end,

bind = "lightning_bolt"
bind = "lightning_bolt",
flash = 188196
},

-- Talent: Grips the target in lightning, stunning and dealing $305485o1 Nature damage over $305485d while the target is lassoed. Can move while channeling.
Expand Down
3 changes: 2 additions & 1 deletion TheWarWithin/ShamanEnhancement.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2301,7 +2301,8 @@ spec:RegisterAbilities( {
end,

bind = "lightning_bolt",
copy = { 454009, 454015 }
copy = { 454009, 454015 },
flash = 188196
},

-- Talent: Grips the target in lightning, stunning and dealing $305485o1 Nature damage over $305485d while the target is lassoed. Can move while channeling.
Expand Down

0 comments on commit 346cbd3

Please sign in to comment.