Tag periodic auras that are affected by spell haste.
Johnny C. Lam [03-28-13 - 04:33]
Tag periodic auras that are affected by spell haste.
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@835 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/defaut/Chaman.lua b/defaut/Chaman.lua
index 971b718..a217a5f 100644
--- a/defaut/Chaman.lua
+++ b/defaut/Chaman.lua
@@ -37,7 +37,7 @@ Define(fire_elemental_totem 2894)
Define(fire_nova 1535)
SpellInfo(fire_nova cd=4 )
Define(flame_shock 8050)
- SpellInfo(flame_shock duration=30 tick=3 sharedcd=shock cd=6 )
+ SpellInfo(flame_shock duration=30 tick=3 haste=spell sharedcd=shock cd=6 )
SpellAddTargetDebuff(flame_shock flame_shock=1)
Define(flametongue_weapon 8024)
Define(heroism 32182)
diff --git a/defaut/Demoniste.lua b/defaut/Demoniste.lua
index a90220a..1d45f1f 100644
--- a/defaut/Demoniste.lua
+++ b/defaut/Demoniste.lua
@@ -3,20 +3,20 @@ local OvaleScripts = Ovale:GetModule("OvaleScripts")
local code = [[
Define(agony 980)
- SpellInfo(agony duration=24 tick=2 )
+ SpellInfo(agony duration=24 tick=2 haste=spell )
SpellAddTargetDebuff(agony agony=1)
Define(backdraft 117896)
Define(blood_fury 20572)
SpellInfo(blood_fury duration=15 cd=120 )
SpellAddBuff(blood_fury blood_fury=1)
Define(chaos_bolt 116858)
- SpellInfo(chaos_bolt burningembers=10 tick=1 )
+ SpellInfo(chaos_bolt burningembers=10 tick=1 haste=spell )
SpellAddTargetDebuff(chaos_bolt chaos_bolt=1)
Define(conflagrate 17962)
SpellInfo(conflagrate duration=5 )
SpellAddBuff(conflagrate conflagrate=1)
Define(corruption 172)
- SpellInfo(corruption duration=18 tick=2 stance=0)
+ SpellInfo(corruption duration=18 tick=2 haste=spell stance=0)
SpellAddTargetDebuff(corruption corruption=1)
Define(curse_of_the_elements 1490)
SpellInfo(curse_of_the_elements duration=300 )
@@ -34,10 +34,10 @@ Define(dark_soul_misery 113860)
SpellInfo(dark_soul_misery duration=20 cd=120 )
SpellAddBuff(dark_soul_misery dark_soul_misery=1)
Define(doom 603)
- SpellInfo(doom duration=60 demonicfury=60 tick=15 stance=1)
+ SpellInfo(doom duration=60 demonicfury=60 tick=15 haste=spell stance=1)
SpellAddTargetDebuff(doom doom=1)
Define(drain_soul 1120)
- SpellInfo(drain_soul duration=12 tick=2 canStopChannelling=1 )
+ SpellInfo(drain_soul duration=12 tick=2 haste=spell canStopChannelling=1 )
SpellAddTargetDebuff(drain_soul drain_soul=1)
Define(fel_flame 77799)
Define(felstorm 89751)
@@ -58,10 +58,10 @@ Define(havoc 80240)
SpellInfo(havoc duration=15 cd=25 )
SpellAddBuff(havoc havoc=1)
Define(hellfire 1949)
- SpellInfo(hellfire duration=14 tick=1 canStopChannelling=1 )
+ SpellInfo(hellfire duration=14 tick=1 haste=spell canStopChannelling=1 )
SpellAddTargetDebuff(hellfire hellfire=1)
Define(immolate 348)
- SpellInfo(immolate duration=15 tick=3 )
+ SpellInfo(immolate duration=15 tick=3 haste=spell )
SpellAddTargetDebuff(immolate immolate=1)
Define(immolation_aura 104025)
SpellInfo(immolation_aura duration=10 demonicfury=0 stance=1)
@@ -71,7 +71,7 @@ Define(life_tap 1454)
SpellInfo(life_tap mana=-15 )
SpellAddBuff(life_tap life_tap=1)
Define(malefic_grasp 103103)
- SpellInfo(malefic_grasp duration=4 tick=1 canStopChannelling=1 )
+ SpellInfo(malefic_grasp duration=4 tick=1 haste=spell canStopChannelling=1 )
SpellAddTargetDebuff(malefic_grasp malefic_grasp=1)
Define(melee 103988)
SpellInfo(melee stance=1)
@@ -85,7 +85,7 @@ Define(rain_of_fire 5740)
SpellInfo(rain_of_fire duration=6 )
SpellAddBuff(rain_of_fire rain_of_fire=1)
Define(seed_of_corruption 27243)
- SpellInfo(seed_of_corruption duration=18 tick=3 )
+ SpellInfo(seed_of_corruption duration=18 tick=3 haste=spell )
SpellAddTargetDebuff(seed_of_corruption seed_of_corruption=1)
Define(service_felguard 111898)
SpellInfo(service_felguard cd=120 )
@@ -96,7 +96,7 @@ Define(shadow_bolt 686)
Define(shadowburn 17877)
SpellInfo(shadowburn burningembers=10 )
Define(shadowflame 47960)
- SpellInfo(shadowflame duration=6 tick=1 )
+ SpellInfo(shadowflame duration=6 tick=1 haste=spell )
SpellAddTargetDebuff(shadowflame shadowflame=1)
Define(skull_banner 114207)
SpellInfo(skull_banner duration=10 cd=180 )
@@ -118,7 +118,7 @@ Define(summon_infernal 1122)
Define(touch_of_chaos 103964)
SpellInfo(touch_of_chaos demonicfury=40 stance=1)
Define(unstable_affliction 30108)
- SpellInfo(unstable_affliction duration=14 tick=2 )
+ SpellInfo(unstable_affliction duration=14 tick=2 haste=spell )
SpellAddTargetDebuff(unstable_affliction unstable_affliction=1)
Define(void_ray 115422)
SpellInfo(void_ray demonicfury=40 )
diff --git a/defaut/Druide.lua b/defaut/Druide.lua
index 6798f3b..09e8d1e 100644
--- a/defaut/Druide.lua
+++ b/defaut/Druide.lua
@@ -37,7 +37,7 @@ Define(mark_of_the_wild 1126)
SpellInfo(mark_of_the_wild duration=3600 )
SpellAddBuff(mark_of_the_wild mark_of_the_wild=1)
Define(moonfire 8921)
- SpellInfo(moonfire duration=14 tick=2 )
+ SpellInfo(moonfire duration=14 tick=2 haste=spell )
SpellAddTargetDebuff(moonfire moonfire=1)
Define(moonkin_form 24858)
SpellAddBuff(moonkin_form moonkin_form=1)
@@ -76,7 +76,7 @@ Define(starfire 2912)
Define(starsurge 78674)
SpellInfo(starsurge cd=15 )
Define(sunfire 93402)
- SpellInfo(sunfire duration=14 tick=2 )
+ SpellInfo(sunfire duration=14 tick=2 haste=spell )
SpellAddTargetDebuff(sunfire sunfire=1)
Define(thrash 106832)
Define(thrash 77758)
diff --git a/defaut/Mage.lua b/defaut/Mage.lua
index 0090a23..aba96f9 100644
--- a/defaut/Mage.lua
+++ b/defaut/Mage.lua
@@ -67,7 +67,7 @@ Define(inferno_blast 108853)
SpellInfo(inferno_blast cd=8 )
SpellInfo(inferno_blast base=624.5 bonussp=0.6)
Define(living_bomb 44457)
- SpellInfo(living_bomb duration=12 tick=3 )
+ SpellInfo(living_bomb duration=12 tick=3 haste=spell )
SpellAddTargetDebuff(living_bomb living_bomb=1)
Define(mage_armor 6117)
SpellAddBuff(mage_armor mage_armor=1)
@@ -81,7 +81,7 @@ Define(presence_of_mind 12043)
SpellInfo(presence_of_mind cd=90 )
SpellAddBuff(presence_of_mind presence_of_mind=1)
Define(pyroblast 11366)
- SpellInfo(pyroblast duration=18 tick=3 )
+ SpellInfo(pyroblast duration=18 tick=3 haste=spell )
SpellInfo(pyroblast base=2061 bonussp=1.98)
SpellAddTargetDebuff(pyroblast pyroblast=1)
Define(pyroblast_aura 48108)
diff --git a/defaut/Paladin.lua b/defaut/Paladin.lua
index c2e9b94..4bb252b 100644
--- a/defaut/Paladin.lua
+++ b/defaut/Paladin.lua
@@ -16,7 +16,7 @@ Define(crusader_strike 35395)
Define(divine_storm 53385)
SpellInfo(divine_storm holy=3 )
Define(execution_sentence 114916)
- SpellInfo(execution_sentence duration=10 tick=1 )
+ SpellInfo(execution_sentence duration=10 tick=1 haste=spell )
SpellAddTargetDebuff(execution_sentence execution_sentence=1)
Define(exorcism 879)
SpellInfo(exorcism holy=-1 cd=15 )
diff --git a/defaut/Pretre.lua b/defaut/Pretre.lua
index 311e1e6..6cb3341 100644
--- a/defaut/Pretre.lua
+++ b/defaut/Pretre.lua
@@ -29,7 +29,7 @@ Define(mind_flay 15407)
SpellInfo(mind_flay duration=3 canStopChannelling=1 )
SpellAddTargetDebuff(mind_flay mind_flay=1)
Define(mind_flay_insanity 129197)
- SpellInfo(mind_flay_insanity duration=3 tick=1 canStopChannelling=1 )
+ SpellInfo(mind_flay_insanity duration=3 tick=1 haste=spell canStopChannelling=1 )
SpellAddTargetDebuff(mind_flay_insanity mind_flay_insanity=1)
Define(mind_sear 48045)
SpellInfo(mind_sear duration=5 canStopChannelling=1 )