Advertisement
Azortharion

Azortharion - Racial Bonus Simulation (Use in Raidbots Advanced)

Nov 11th, 2014 (edited)
43,011
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. # HOW TO USE
  2. # Copy-paste this below your /simc output in Advanced.
  3. # Maintained by Azortharion-Kazzak aka "Azortharion" on Discord, DM me if you have issues, suggestions.
  4.  
  5. copy="Blood Elf (1% Crit)"
  6. race="blood_elf"
  7.  
  8. copy="Draenei (Primary Stat Increase)"
  9. race="draenei"
  10.  
  11. copy="Dwarf (2% Crit Damage - 4% For Pets)"
  12. race="dwarf"
  13.  
  14. copy="Gnome (1% Haste and 5% Max Mana/Focus/etc)"
  15. race="gnome"
  16.  
  17. copy="Human (+2% Multiplier To Secondary Stat Gains From Gear)"
  18. race="human"
  19.  
  20. copy="Night Elf (Night - 18:30-5:29 - 1% Haste)"
  21. race="night_elf"
  22. timeofday="night"
  23.  
  24. copy="Night Elf (Day - 05:30-18:29 - 1% Crit)"
  25. race="night_elf"
  26. timeofday="day"
  27.  
  28. copy="Orc (2-min CD - Primary Stat 15s + 1% Pet Damage)"
  29. race="orc"
  30.  
  31. copy="Tauren (2% Crit Damage - 4% For Pets)"
  32. race="tauren"
  33.  
  34. copy="Troll (3-min CD - 10% Haste for 10 sec)"
  35. race="troll"
  36.  
  37. copy="Dracthyr (1% Mastery)"
  38. race="dracthyr"
  39.  
  40. copy="Undead (Random Damage Proc)"
  41. race="undead"
  42.  
  43. copy="Goblin (1% Haste)"
  44. race="goblin"
  45.  
  46. copy="Worgen (1% Crit)"
  47. race="worgen"
  48.  
  49. copy="Pandaren (Doubled Food Buff)"
  50. race="pandaren"
  51.  
  52. copy="Highmountain Tauren (1% Vers)"
  53. race="highmountain_tauren"
  54.  
  55. copy="Void Elf (Random Damage Proc)"
  56. race="void_elf"
  57.  
  58. copy="Lightforged Draenei (2.5-min CD - Deals Some Damage)"
  59. race="lightforged_draenei"
  60.  
  61. copy="Nightborne (3-min CD - Deals Some Damage)"
  62. race="nightborne"
  63.  
  64. copy="Mag'har Orc (2-min CD - Buffs One of 2 Top Secondaries)"
  65. race="maghar_orc"
  66.  
  67. copy="Dark Iron Dwarf (2-min CD - Dispel and Primary Stat Buff - Increased per Effect Dispelled)"
  68. race="dark_iron_dwarf"
  69.  
  70. copy="Zandalari Troll (Bwonsamdi - Random Damage Proc)"
  71. race="zandalari_troll"
  72. zandalari_loa="bwonsamdi"
  73.  
  74. copy="Zandalari Troll (Kimbul - Random Damage Proc)"
  75. race="zandalari_troll"
  76. zandalari_loa="kimbul"
  77.  
  78. copy="Zandalari Troll (Pa'ku - 4% Crit Proc)"
  79. race="zandalari_troll"
  80. zandalari_loa="paku"
  81.  
  82. copy="Kul Tiran (1% Vers)"
  83. race="kul_tiran"
  84.  
  85. copy="Vulpera (1.5-min CD - Deals Some Damage)"
  86. race="vulpera"
  87.  
  88. copy="Mechagnome (Stacking Primary Stat In Combat)"
  89. race="mechagnome"
  90.  
  91. copy="Earthen Haste/Emerald (No Normal Food - Eats Gems for Secondary Stat Buff)"
  92. race=earthen
  93. earthen_mineral=emerald
  94.  
  95. copy="Earthen Mastery/Onyx (No Normal Food - Eats Gems for Secondary Stat Buff)"
  96. race=earthen
  97. earthen_mineral=onyx
  98.  
  99. copy="Earthen Crit/Ruby (No Normal Food - Eats Gems for Secondary Stat Buff)"
  100. race=earthen
  101. earthen_mineral=ruby
  102.  
  103. copy="Earthen Vers/Sapphire (No Normal Food - Eats Gems for Secondary Stat Buff)"
  104. race=earthen
  105. earthen_mineral=sapphire
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement