/sql/old/3.3.5a/2011_09_03_06_world_spell_threat.sql

http://github.com/TrinityCore/TrinityCore · SQL · 134 lines · 117 code · 1 blank · 16 comment · 0 complexity · d6752aacb4d933566d7f17c9c9805de2 MD5 · raw file

  1. -- ----------
  2. -- Tank Class Passive Threat
  3. -- ----------
  4. DELETE FROM spell_linked_spell WHERE spell_effect IN (57340, 57339);
  5. INSERT INTO spell_linked_spell VALUES
  6. (7376, 57339, 2, 'Defensive Stance Passive - Tank Class Passive Threat'),
  7. (21178, 57339, 2, 'Bear Form (Passive2) - Tank Class Passive Threat'),
  8. (25780, 57340, 2, 'Righteous Fury - Tank Class Passive Threat'),
  9. (48263, 57340, 2, 'Frost Presence - Tank Class Passive Threat');
  10. -- ----------
  11. -- restructure spell_threat
  12. -- ----------
  13. TRUNCATE TABLE `spell_threat`;
  14. ALTER TABLE `spell_threat` CHANGE `Threat` `flatMod` int(6);
  15. ALTER TABLE `spell_threat` ADD COLUMN `pctMod` FLOAT NOT NULL DEFAULT 1.0 COMMENT 'threat multiplier for damage/healing' AFTER `flatMod`;
  16. ALTER TABLE `spell_threat` ADD COLUMN `apPctMod` FLOAT NOT NULL DEFAULT 0.0 COMMENT 'additional threat bonus from attack power' AFTER `pctMod`;
  17. INSERT INTO `spell_threat` VALUES
  18. -- Other
  19. -- Src: SELECT id, SpellNameEN, RankEN FROM `Spell` WHERE `DescriptionEN` LIKE '%threat%' AND `SpellFamilyName` <> '0' AND NOT (Attributes & 0x40) GROUP BY SpellNameEN ORDER BY RankEN DESC;
  20. (5676, 0, 2.00, 0.0), -- Searing Pain (Rank 1) (Warlock)
  21. (28176, 0, 0.00, 0.0), -- Fel Armor - Heal (Rank 1) (Warlock) [Assumption]
  22. (8056, 0, 2.00, 0.0), -- Frost Shock (Rank 1) (Shaman) [Assumption]
  23. (26688, 0, 0.00, 0.0), -- Anesthetic Poison - Proc (Rank 1) (Rogue)
  24. (15237, 0, 0.00, 0.0), -- Holy Nova - Heal (Rank 1) (Priest)
  25. (23455, 0, 0.00, 0.0), -- Holy Nova - Damage (Rank 1) (Priest)
  26. (32546, 0, 0.50, 0.0), -- Binding Heal (Rank 1) (Priest) [Assumption]
  27. (33619, 0, 0.00, 0.0), -- Reflective Shield - Proc (Priest)
  28. (2139, 180, 1.00, 0.0), -- Counterspell (Mage) [Assumption]
  29. -- Death Knight
  30. -- Src: http://www.tankspot.com/showthread.php?40485-Death-Knight-threat-values&p=113584#post113584
  31. (63611, 0, 0.00, 0.0), -- Blood Presence - Heal
  32. (45524, 240, 1.00, 0.0), -- Chains of Ice
  33. (43265, 0, 1.90, 0.0), -- Death and Decay
  34. (49576, 110, 1.00, 0.0), -- Death Grip
  35. (48743, 0, 0.00, 0.0), -- Death Pact
  36. (65142, 0, 0.00, 0.0), -- Ebon Plague
  37. (47568, 0, 0.00, 0.0), -- Empower Rune Weapon
  38. (51209, 112, 1.00, 0.0), -- Hungering Cold
  39. (49039, 110, 1.00, 0.0), -- Lichborn
  40. (56815, 0, 1.75, 0.0), -- Rune Strike
  41. (50422, 0, 0.00, 0.0), -- Scent of Blood - Proc
  42. (55090, 51, 1.00, 0.0), -- Scourge Strike (Rank 1)
  43. (55265, 63, 1.00, 0.0), -- Scourge Strike (Rank 2)
  44. (55270, 98, 1.00, 0.0), -- Scourge Strike (Rank 3)
  45. (55271, 120, 1.00, 0.0), -- Scourge Strike (Rank 4)
  46. (49916, 138, 1.00, 0.0), -- Strangulate
  47. (50181, 0, 0.00, 0.0), -- Vendetta - Proc
  48. -- Druid
  49. -- Src: http://www.tankspot.com/showthread.php?47813-WOTLK-Bear-Threat-Values&p=200948#post200948
  50. (17057, 0, 0.00, 0.0), -- Furor - Proc
  51. (5211, 53, 1.00, 0.0), -- Bash (Rank 3)
  52. (6798, 105, 1.00, 0.0), -- Bash (Rank 2)
  53. (8983, 158, 1.00, 0.0), -- Bash (Rank 1)
  54. (45334, 40, 1.00, 0.0), -- Feral Charge (Bear) - Root
  55. (19675, 80, 1.00, 0.0), -- Feral Charge (Bear) - Interrupt
  56. (34299, 0, 0.00, 0.0), -- Improved Leader of the Pack - Heal
  57. (6807, 13, 1.00, 0.0), -- Maul (Rank 1)
  58. (6808, 20, 1.00, 0.0), -- Maul (Rank 2)
  59. (6809, 27, 1.00, 0.0), -- Maul (Rank 3)
  60. (8972, 47, 1.00, 0.0), -- Maul (Rank 4)
  61. (9745, 75, 1.00, 0.0), -- Maul (Rank 5)
  62. (9880, 106, 1.00, 0.0), -- Maul (Rank 6)
  63. (9881, 140, 1.00, 0.0), -- Maul (Rank 7)
  64. (26996, 212, 1.00, 0.0), -- Maul (Rank 8)
  65. (48479, 345, 1.00, 0.0), -- Maul (Rank 9)
  66. (48480, 422, 1.00, 0.0), -- Maul (Rank 10)
  67. (60089, 638, 1.00, 0.0), -- Faerie Fire (Feral) - Proc
  68. (33745, 182, 0.50, 0.0), -- Lacerate (Rank 1)
  69. (48567, 409, 0.50, 0.0), -- Lacerate (Rank 2)
  70. (48568, 515, 0.50, 0.0), -- Lacerate (Rank 3)
  71. (779, 0, 1.50, 0.0), -- Swipe (Bear) (Rank 1)
  72. (5209, 98, 1.00, 0.0), -- Challenging Roar
  73. (29166, 0, 10.0, 0.0), -- Innervate [base is 5 per 1 mana]
  74. -- Paladin
  75. -- Src: http://www.tankspot.com/showthread.php?39761-Paladin-Threat-Values-(Updated-for-3.2.2)&p=103813#post103813
  76. (7294, 0, 2.00, 0.0), -- Retribution Aura
  77. (20185, 0, 0.00, 0.0), -- Judgement of Light
  78. (19742, 0, 0.00, 0.0), -- Blessing of Wisdom (Rank 1)
  79. (25894, 0, 0.00, 0.0), -- Greater Blessing of Wisdom (Rank 1)
  80. (20470, 0, 0.00, 0.0), -- Righteous Fury
  81. (498, 0, 0.00, 0.0), -- Divine Protection
  82. -- Warrior
  83. -- Src: http://www.tankspot.com/showthread.php?39775-WoW-3.0-Threat-Values-(Warrior)&p=103972#post103972
  84. (845, 8, 1.00, 0.0), -- Cleave (Rank 1)
  85. (7369, 15, 1.00, 0.0), -- Cleave (Rank 2)
  86. (11608, 25, 1.00, 0.0), -- Cleave (Rank 3)
  87. (11609, 35, 1.00, 0.0), -- Cleave (Rank 4)
  88. (20569, 48, 1.00, 0.0), -- Cleave (Rank 5)
  89. (25231, 68, 1.00, 0.0), -- Cleave (Rank 6)
  90. (47519, 95, 1.00, 0.0), -- Cleave (Rank 7)
  91. (47520, 112, 1.00, 0.0), -- Cleave (Rank 8)
  92. (78, 5, 1.00, 0.0), -- Heroic Strike (Rank 1)
  93. (284, 10, 1.00, 0.0), -- Heroic Strike (Rank 2)
  94. (285, 16, 1.00, 0.0), -- Heroic Strike (Rank 3)
  95. (1608, 22, 1.00, 0.0), -- Heroic Strike (Rank 4)
  96. (11564, 31, 1.00, 0.0), -- Heroic Strike (Rank 5)
  97. (11565, 48, 1.00, 0.0), -- Heroic Strike (Rank 6)
  98. (11566, 70, 1.00, 0.0), -- Heroic Strike (Rank 7)
  99. (11567, 92, 1.00, 0.0), -- Heroic Strike (Rank 8)
  100. (25286, 104, 1.00, 0.0), -- Heroic Strike (Rank 9)
  101. (29707, 121, 1.00, 0.0), -- Heroic Strike (Rank 10)
  102. (30324, 164, 1.00, 0.0), -- Heroic Strike (Rank 11)
  103. (47449, 224, 1.00, 0.0), -- Heroic Strike (Rank 12)
  104. (47450, 259, 1.00, 0.0), -- Heroic Strike (Rank 13)
  105. (57755, 0, 1.50, 0.0), -- Heroic Throw
  106. (6572, 7, 1.00, 0.0), -- Revenge (Rank 1)
  107. (6574, 11, 1.00, 0.0), -- Revenge (Rank 2)
  108. (7379, 15, 1.00, 0.0), -- Revenge (Rank 3)
  109. (11600, 27, 1.00, 0.0), -- Revenge (Rank 4)
  110. (11601, 41, 1.00, 0.0), -- Revenge (Rank 5)
  111. (25288, 53, 1.00, 0.0), -- Revenge (Rank 6)
  112. (25269, 58, 1.00, 0.0), -- Revenge (Rank 7)
  113. (30357, 71, 1.00, 0.0), -- Revenge (Rank 8)
  114. (57823, 121, 1.00, 0.0), -- Revenge (Rank 9)
  115. (23922, 228, 1.00, 0.0), -- Shield Slam (Rank 1)
  116. (23923, 268, 1.00, 0.0), -- Shield Slam (Rank 2)
  117. (23924, 307, 1.00, 0.0), -- Shield Slam (Rank 3)
  118. (23925, 347, 1.00, 0.0), -- Shield Slam (Rank 4)
  119. (25258, 387, 1.00, 0.0), -- Shield Slam (Rank 5)
  120. (30356, 426, 1.00, 0.0), -- Shield Slam (Rank 6)
  121. (47487, 650, 1.00, 0.0), -- Shield Slam (Rank 7)
  122. (47488, 770, 1.00, 0.0), -- Shield Slam (Rank 8)
  123. (1464, 18, 1.00, 0.0), -- Slam (Rank 1)
  124. (8820, 24, 1.00, 0.0), -- Slam (Rank 2)
  125. (11604, 38, 1.00, 0.0), -- Slam (Rank 3)
  126. (11605, 49, 1.00, 0.0), -- Slam (Rank 4)
  127. (25241, 59, 1.00, 0.0), -- Slam (Rank 5)
  128. (25242, 78, 1.00, 0.0), -- Slam (Rank 6)
  129. (47474, 123, 1.00, 0.0), -- Slam (Rank 7)
  130. (47475, 140, 1.00, 0.0), -- Slam (Rank 8)
  131. (7386, 345, 1.00, 0.05), -- Sunder Armor
  132. (20243, 0, 1.00, 0.05), -- Devastate (Rank 1)
  133. (6343, 0, 1.85, 0.0); -- Thunder Clap (Rank 1)