Thread Tools Display Modes
08-17-12, 04:40 PM   #1
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
MoP Debuffs

As of build 15983

I just thought I'd list those here in case someone needs them for tracking purposes. You can get the spell IDs from the wowhead links. All of them are the actual debuff IDs (checked on beta)

Take a look at Ghostcrawler's post for the basics on debuffs design for MoP.

4 out of the 6 debuff categories are represented by a single debuff, that gets applied to the target by a trigger spell:
Weakened Armor
Physical Vulnerability
Weakened Blows
Mortal Wounds
Mortal Wounds is only triggered by Mortal Strike (Arms Warrior), Wild Strike (Fury Warrior) or Rising Sun Kick (Windwalker Monk). The other two spells that fall into this category do not trigger the category debuff but apply their own debuffs instead:
Widow Venom (any hunter)
Wound Poison (any rogue)
There is also an exception to the Weakened Blows category, that does not apply the category debuff and even has a greater effect (20% instead of 10%):
Curse of Enfeeblement (any warlock)
For the Magic Vulnerability and Slow Casting categories, debuffs are appied by trigger spells as follows:

Magic Vulnerability:
Master Poisoner (any rogue)
Curse of the Elements (any warlock)
Slow Casting:
Necrotic Strike (any death knight)
Mind-numbling Poison (any rogue)
Curse of Enfeeblement (any warlock)
And here the trigger spells by debuff category in case someone needs them:

Weakened Armor:
Faerie Fire (any druid)
Expose Armor (any rogue)
Sunder Armor (any warrior)
Physical Vulnerabilty:
Frost Fever (through Brittle Bones - frost death knight)
Blood Plague (through Ebon Plaguebringer - unholy death knight)
Judgement (retribution paladin)
Colossus Smash (arms or fury warrior)
Weakened Blows:
Blood Plague (through Scarlet Fever - blood death knight)
Thrash (guardian or feral druid)
Keg Smash (brewmaster monk)
Hammer of the Righteous (protection or retribution paladin)
Thunder Clap (protection warrior)
Earth Shock (any shaman)

Last edited by Rainrider : 09-05-12 at 08:01 PM.
 
08-27-12, 07:17 AM   #2
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
Thanks for this! Saves me a lot of time.

This is the list with debuff IDs as I have it now:

Code:
-- Weakened Armor
[113746] = true,

-- Physical Vulnerability
[81326] = true,

-- Weakened Blows
[115798] = true,
[109466] = true, -- Curse of Enfeeblement

-- Mortal Wounds
[115804] = true,
[82654] = true, -- Widow Venom
[8680] = true, -- Wound Poison

-- Magic Vulnerability
[93068] = true, -- Master Poisoner
[1490] = true, -- Curse of the Elements

-- Slow Casting
[73975] = true, -- Necrotic Strike
[5760] = true, -- Mind-numbing Poison
[109466] = true, -- Curse of Enfeeblement
 
08-27-12, 09:09 AM   #3
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Thanks for posting this, a time saver for sure.
 
08-27-12, 09:20 AM   #4
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Awesome. Just finished rFilter3...this goes right onto the list.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
 
09-01-12, 07:47 AM   #5
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
Wowhead also has an updated list, which also includes the different types of raid buffs.

http://www.wowhead.com/guide=1100
 
09-01-12, 12:34 PM   #6
zohar101
A Cyclonian
 
zohar101's Avatar
Join Date: Jan 2010
Posts: 43
Ah just came across this as I was looking for buff/debuff and raid CD lists for configuring mods.
Thank you for the list, saves me a lot of work.

Here's the raid + personal CD list I ended up assembling. A little too detailed for most but should include everything:
http://www.plusheal.com/forum/m/1833...raid-buff-list

Last edited by zohar101 : 09-01-12 at 10:02 PM.
 
 

WoWInterface » Site Forums » Archived Beta Forums » MoP Beta archived threads » MoP Debuffs

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off