Quantcast

Mage: Add Water Jet debuff and fix Arcane Power's GCD in spell database.

Johnny C. Lam [12-28-14 - 19:01]
Mage: Add Water Jet debuff and fix Arcane Power's GCD in spell database.
Filename
scripts/ovale_mage_spells.lua
diff --git a/scripts/ovale_mage_spells.lua b/scripts/ovale_mage_spells.lua
index eaf2373..a726504 100644
--- a/scripts/ovale_mage_spells.lua
+++ b/scripts/ovale_mage_spells.lua
@@ -38,7 +38,7 @@ Define(arcane_orb 153626)
 	SpellAddDebuff(arcane_orb arcane_charge_debuff=1 if_spell=arcane_charge)
 Define(arcane_orb_talent 21)
 Define(arcane_power 12042)
-	SpellInfo(arcane_power cd=90)
+	SpellInfo(arcane_power cd=90 gcd=0)
 	SpellInfo(arcane_power addcd=90 glyph=glyph_of_arcane_power)
 	SpellAddBuff(arcane_power arcane_power_buff=1)
 Define(arcane_power_buff 12042)
@@ -173,6 +173,9 @@ Define(pet_freeze 33395)
 	SpellAddBuff(pet_freeze fingers_of_frost_buff=1 if_spell=fingers_of_frost)
 Define(pet_water_jet 135029)
 	SpellInfo(pet_water_jet cd=25 gcd=0)
+	SpellAddTargetDebuff(pet_water_jet pet_water_jet_debuff=1)
+Define(pet_water_jet_debuff 135029)
+	SpellInfo(pet_water_jet_debuff duration=4)
 Define(potent_flames_buff 145254)
 	SpellInfo(potent_flames_buff duration=5 max_stacks=5)
 Define(presence_of_mind 12043)