Hekili Priority Helper

Hekili Priority Helper

53M Downloads

Warrior 11.1 Changes

syrifgit opened this issue · 4 comments

commented

Non-11.1 Changes

Recklessness double rage generation might be important

Warrior 11.1 Changes

Checklist updated as of Jan 15th notes

  • New Talent Skeleton
  • Season 2 Tier Set
    • Item IDs
    • 2-set Auras and Interactions if applicable
    • 4-set Auras and Interactions if applicable

General Changes

  • Overwhelming Rage:
    • Now a 1-point talent increasing maximum Rage by 30.
  • Weapon Specializations:
    • Two-Handed Weapon Specialization (Arms) grants 3% damage and 2% AoE damage reduction per point.
    • Dual Wield Specialization (Fury) grants 3% damage and 2% movement speed per point.
    • One-Handed Weapon Specialization (Protection) grants 3% damage and 2% Leech per point.
  • Endurance Training:
    • Removed.

Arms

  • Bloodsurge:
    • Damage from Deep Wounds now has a chance to generate 3 Rage.
  • Colossus:
    • Colossal Might is no longer applied by Execute.
  • Slayer:
    • Cleave triggers Reap the Storm only if 3 or more targets are hit.
    • Imminent Demise and Death Drive now correctly require the Sudden Death talent.

Fury

  • Titan’s Torment:
    • While Avatar is active, Rampage’s Rage cost is reduced by 20, and Bloodthirst’s cooldown is reduced by 1.5 seconds.
  • Reckless Abandon:
    • Recklessness generates 50 Rage and replaces Raging Blow and Bloodthirst with:
      • Crushing Blow: Deals 10% increased Critical Strike damage.
      • Bloodbath: Applies a Bleed extended by its full duration when reapplied.

Protection

  • Impenetrable Wall:
    • No longer increases Rage generated by Shield Slam.
  • Booming Voice:
    • Demoralizing Shout generates 20 Rage (was 30).
  • Champion’s Bulwark:
    • No longer increases Rage generated by Shield Charge.
  • Bloodsurge:
    • Deep Wounds damage now has a chance to generate 3 Rage.
  • Violent Outburst:
    • Simplified tracking; additional Rage reduced to 50% (was 100%).
  • Shield Wall:
    • Cooldown reduced to 3 minutes (was 3.5 minutes).
  • Colossus:
    • Colossal Might is no longer applied by Execute.
  • Brace for Impact:
    • Stacks up to 3 times (was 5), granting:
      • 10% Shield Slam damage.
      • 5% shield block value (was 3%).
  • Bloodsurge:
    • Increased chance to trigger; generates 5 Rage (was 3).
  • Instigate:
    • Devastator generates 2 Rage (was 1).
  • Practiced Strikes:
    • Increases Rage from Shield Slam by 3.
  • Mountain Thane:
    • Avatar of the Storm grants 6 seconds of Avatar (was 4 seconds).
commented

Arms

spec:RegisterGear( "tww2", 229235, 229233, 229238, 229236, 229234 )
spec:RegisterAuras( {
-- 2-set
-- https://www.wowhead.com/ptr-2/spell=1216552/winning-streak
-- Mortal Strike and Cleave damage increased by 2%. = {
id = 1216562,
duration = 30,
max_stack = 10,
},
tier_4_set_placeholder = { https://www.wowhead.com/ptr-2/spell=1216556/hedged-bets
-- Overpower damage increased by 20%and recharge rate increased by 75%.
id = 1216556,
duration = Variable based on charges consumed,
max_stack = 1,
},

} )

commented

Protection

spec:RegisterGear( "tww2", 229235, 229233, 229238, 229236, 229234 )
spec:RegisterAuras( {
-- 2-set
-- https://www.wowhead.com/ptr-2/spell=1218163/luck-of-the-draw
-- Each time you take damage you have a chance to cast Shield Wall for 4.0 sec and gain Luck of the Draw!, which increases your damage dealt by 15% for 10 sec. = {
id = 1218163,
duration = 10,
max_stack = 1,
},
tier_4_set_placeholder = { https://www.wowhead.com/ptr-2/spell=1218163/luck-of-the-draw
-- Damage and healing increased by 15%[. Shield Slam critical strike chance increased by 0% and its critical strikes reduce the cooldown of Shield Charge by 6.0 sec.]
id = 1218163,
duration = 10,
max_stack = 1,
},

} )

commented

Fury

spec:RegisterGear( "tww2", 229235, 229233, 229238, 229236, 229234 )
spec:RegisterAuras( {
-- 2-set
-- https://www.wowhead.com/ptr-2/spell=1216561/winning-streak
-- Rampage damage increased by 2%. = {
id = 1216561,
duration = 30,
max_stack = 10,
},
tier_4_set_placeholder = { https://www.wowhead.com/ptr-2/spell=1216565/double-down
-- Bloodthirst damage increased by 15% and critical strike chance increased by 25%.
id = 1216565,
duration = 12,
max_stack = 1,
--https://www.wowhead.com/ptr-2/spell=1216569/double-down
--Raging Blow damage increased by 15% and Rage generated increased by (w2 / 10).
id = 1216569,
duration = 12,
max_stack = 1,

},

} )

commented

Warrior Ready for 11.1, up to and including Jan 15th patch notes. Thanks theo!