Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 11.1 rework tracking #4256

Closed
33 of 43 tasks
syrifgit opened this issue Dec 21, 2024 · 8 comments
Closed
33 of 43 tasks

Patch 11.1 rework tracking #4256

syrifgit opened this issue Dec 21, 2024 · 8 comments
Assignees
Labels
Milestone

Comments

@syrifgit
Copy link
Collaborator

syrifgit commented Dec 21, 2024

All patch notes can be seen in the individual class tickets

Complete as of Jan 23rd notes

@syrifgit syrifgit added enhancement 🧑‍⚕️ triage Issue needs initial triage to determine if action needs to be taken. labels Dec 21, 2024
@syrifgit syrifgit pinned this issue Dec 21, 2024
@syrifgit syrifgit added retail and removed enhancement 🧑‍⚕️ triage Issue needs initial triage to determine if action needs to be taken. labels Jan 9, 2025
@syrifgit
Copy link
Collaborator Author

syrifgit commented Jan 9, 2025

Marksmanship Hunter Example

spec:RegisterGear( "tww2", 229271, 229272, 229274, 229270, 229273 )
spec:RegisterAuras( {
    -- 2-set
    -- https://www.wowhead.com/spell=1218033
    -- Jackpot! Auto shot damage increased by 200% and the time between auto shots is reduced by 0.5 sec.  
    jackpot = {
        id = 1218033,
        duration = 10,
        max_stack = 1,
    },
    tier_4_set_placeholder = {
        id = 12345,
        duration = 10,
        max_stack = 1,
    },

} )

@darkmullac
Copy link

Ret paladin -

Head - 229244
Shoulder - 229242
Legs - 229243
Gloves - 229245
Chest - 229247

2 set bonus

SpellID - 1216828
IconID - 4667423

10 stacks of winning streak increasing Divine storm and templars verdict by 2% each time

4 set

SpellID 1216837
IconID 133785

When Winning streak ends you get your last spent holy power back and for 4 seconds you can't lose holy power and your damage is increased by 10%

https://pastebin.com/dCNEdL45

@yokaii4
Copy link

yokaii4 commented Jan 11, 2025

Frost Mage

Spec: frost
tier set IDs: 229346, 229344, 229342, 229343, 229341

2-set buff

spells have a chance to proc a jackpot that generates a frostbolt valley hitting a primary target and spreading to surrounding mobs (until 8). Casting Icy Veins always procs it

frostbolt volley ID: 1216910

4-set buff

extended bankroll id - 1216914

Icy veins procs it at 100% effectiveness every 10 sec for 30s

Skeleton pastebin: ThisIsTotallyALink

Changed talents:

  1. was ID: 382103 - is: 1216953

Arcane Mage

Spec: arcane
tier set IDs: 229346, 229344, 229342, 229343, 229341

2-set buff

spells have minimal chances of granting Clearcasting + 8% more dps for 12s. Touch of the Magi always procs Jackpot

4-set buff

When you hit Jackpot you gain Aether Attunement at 100% effectiveness

Aether attunement ID: 453601

Skeleton pastebin: ThisIsTotallyALink

Changed talents: none


Fire Mage

Spec: fire
tier set IDs: 229346, 229344, 229342, 229343, 229341

2-set buff

spells have chances of getting Jackpot, which decreases Combustion cd by 3s. Using Combustion always procs Jackpot at 200% effectiveness
4-set buff

When you hit Jackpot you gain 7% more dps for 12s. If you gain jackpot from combustion the duration is increased by 100%

Skeleton pastebin: ThisIsTotallyALink

Changed talents: none


Current changes list (Jan 11th 2025)

https://www.gameleap.com/articles/wow-tww-11-1-development-notes-mage-changes#:~:text=Pyrotechnics%20has%20been%20updated%20%E2%80%93%20Critical,when%20Combustion%20is%20not%20active.

@syrifgit syrifgit added this to the 11.1 milestone Jan 16, 2025
@yokaii4
Copy link

yokaii4 commented Jan 16, 2025

DH HAVOC

spec:RegisterGear( "tww2", 229316, 229314, 229319, 229317, 229315 )
spec:RegisterAuras( {
-- 2-set
-- Winning Streak! Increase the DPS of Blade Dance and Chaos Strike by 3% stacking pu to 10 times. Blade Dance and Chaos Strike have 15% chance of removing Winning Streak! .
jackpot = {
id = 1217011,
duration = until Blade Dance/Chaos Strike removes it
max_stack = 10,
},
--4-set
-- Winning Streak persists for 7s after being cancelled. Entering Demon Form sacrifices all Winning Streak! stacks to gain 0% (?) Crit Strike Chance per stack consumed. Lasts 15s
tier_4_set_placeholder = {
id = 1217055,
duration = 15
max_stack = 1,
},

} )

@Bingo176
Copy link

Feral Druid

pec:RegisterGear( "tww2", 229307, 229305, 229310, 229308, 229306 )
spec:RegisterAuras( {
-- 2-set
-- https://www.wowhead.com/ptr-2/spell=1217236/winning-streak
-- Your spells and abilities have a chance to activate a Winning Streak! increasing the damage of your Ferocious Bite, Rip, and Primal Wrath by 3% stacking up to 10 times. Ferocious Bite, Rip, and Primal Wrath have a 15% chance to remove Winning Streak!
Winning Streak! = {
id = 1217236,
duration = 10,
max_stack = 10,
},
tier_4_set_placeholder = {
-- https://www.wowhead.com/ptr-2/spell=1217245/big-winner
id = 1217245,
duration = 6,
max_stack = 1,
},

} )

@Bingo176
Copy link

Bingo176 commented Jan 19, 2025

Guardian Druid

pec:RegisterGear( "tww2", 229307, 229305, 229310, 229308, 229306 )
spec:RegisterAuras( {
-- 2-set
-- https://www.wowhead.com/ptr-2/spell=1218553/luck-of-the-draw
-- Each time you take damage you have a chance to activate Luck of the Draw! causing you to cast Survival Instincts for 4.0 sec. Your damage done is increased by 15% for 8 sec after Luck of the Draw! activates.
Luck of the Draw! = {
id = 1218553,
duration = 8,
max_stack = 1,
},
tier_4_set_placeholder = {
-- https://www.wowhead.com/ptr-2/spell=1218537/stacked-deck
--After you gain Luck of the Draw! your next 10 Druid abilities cast another Druid ability at 125% effectiveness.
id = 1218537,
duration = 20,
max_stack = 10,
},

} )

@syrifgit
Copy link
Collaborator Author

Thanks to all who helped, 11.1 is ready as of yesterday's patch notes

@syrifgit
Copy link
Collaborator Author

It's all ogre

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants