Hekili Priority Helper

Hekili Priority Helper

53M Downloads

Warlock 11.1 Changes

syrifgit opened this issue · 3 comments

commented

Changes non-specific to 11.1

Destruction

  • pandemonium doesn't exist anymore

11.1 Warlock changes

Patch Notes

Tier Set

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

Affliction

  • Soul Rot:
    • Redesigned to deal Shadow damage to the primary target and up to 4 nearby targets.
    • Damage dealt also heals for 50% of the damage done.

Demonology

  • Doom:
    • Duration is reduced by 1 second per Soul Shard spent on Hand of Gul’dan.
    • Consuming Demonic Core no longer reduces Doom's duration.
  • Demonic Calling:
    • Now has a 20% chance to make the next Call Dreadstalkers cost 2 fewer Soul Shards and have no cast time (was 10%).

Destruction

  • New Talent: Demonfire Infusion:
    • Immolate/Wither periodic damage has a 4% chance to fire a Demonfire bolt at 100% increased effectiveness.
    • Incinerate has a 25% chance to fire a Demonfire bolt at 100% increased effectiveness.
  • Dimension Ripper:
    • Redesigned to make Immolate/Wither periodic damage have a 5% chance to tear open a Dimensional Rift.
    • Now a choice against Dimensional Rift.
  • Havoc:
    • Duration increased to 15 seconds (was 12 seconds).
  • Rain of Fire:
    • Added as a choice node to allow changing targeting from a reticle to the current target.
commented

Destruction

spec:RegisterGear( "tww2", 229325, 229323, 229328, 229326, 229324 )
spec:RegisterAuras( {
-- 2-set
-- https://www.wowhead.com/ptr-2/spell=1217798/jackpot
-- Hitting a Jackpot! increases your Mastery by 3% and your spells gain maximum benefit from Mastery: Chaotic Energies for 10 sec. = {
id = 1217798,
duration = 10,
max_stack = 1,
},
tier_4_set_placeholder = { https://www.wowhead.com/ptr-2/spell=1217798/jackpot
-- Hitting a Jackpot! increases your Mastery by 3% and your spells gain maximum benefit from Mastery: Chaotic Energies for 10 sec
id = 1217798,
duration = 10,
max_stack = 1,
},

} )

commented

Affliction

spec:RegisterGear( "tww2", 229325, 229323, 229328, 229326, 229324 )
spec:RegisterAuras( {
-- 2-set
-- https://www.wowhead.com/ptr-2/spell=1219034/jackpot
-- Your spells and abilities have a chance to hit a Jackpot! that increases your haste by 12% for 12 sec. Casting Summon Darkglare always hits a Jackpot! = {
id = 1219034,
duration = 12,
max_stack = 1,
},
tier_4_set_placeholder = { https://www.wowhead.com/ptr-2/spell=1219036/warlock-affliction-11-1-class-set-4pc
-- This says the aura is hidden
id = 1219034,
duration = 12,
max_stack = 1,
},

} )

commented

Warlock ready with 11.1 changes, thanks Theo