Skip to content

Commit

Permalink
Merge pull request #3786 from syrifgit/thewarwithin
Browse files Browse the repository at this point in the history
Rsham, BM
  • Loading branch information
Hekili authored Sep 16, 2024
2 parents 590f62c + 36dada7 commit 4357073
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions TheWarWithin/HunterBeastMastery.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1485,6 +1485,7 @@ spec:RegisterAbilities( {

handler = function()
applyDebuff( "target", "black_arrow" )
if talent.death_shade.enabled then applyBuff ( "hunters_prey" ) end
end,
},

Expand Down
1 change: 1 addition & 0 deletions TheWarWithin/ShamanElemental.lua
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ spec:RegisterAuras( {
type = "Magic",
max_stack = function() return 9 + 3 * talent.earthen_communion.rank end,
dot = "buff",
friendly = true,
shared = "player",
copy = { 383648, 974 }
},
Expand Down
12 changes: 12 additions & 0 deletions TheWarWithin/ShamanRestoration.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,18 @@ spec:RegisterSetting( "experimental_msg", nil, {
width = "full",
} )

--[[spec:RegisterSetting( "second_shield", "earth_shield", {
name = "|T136082:0|t Preferred 2nd shield",
desc = "Specify which shield you want to use alongside water shield when you have talented into Elemental Orbit",
type = "select",
values = function()
return {
earth_shield = class.abilityList.earth_shield,
lightning_shield = class.abilityList.lightning_shield,
}
end,
width = "normal"
} )--]]

spec:RegisterRanges( "lightning_bolt", "flame_shock", "wind_shear", "primal_strike" )

Expand Down

0 comments on commit 4357073

Please sign in to comment.