Skip to content

Commit

Permalink
Rsham, BM
Browse files Browse the repository at this point in the history
Groundwork for Restosham healing maintenance, Rsham preferred shield spec option groundwork (commented out until future PR), BM fix to stop "surprise" killshot in opener (it is not a surprise it's 100% guaranteed).
  • Loading branch information
syrifgit committed Sep 16, 2024
1 parent 1de3d63 commit 36dada7
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 36dada7

Please sign in to comment.