DeviousBlade.lua 684 B

1234567891011121314151617181920212223
  1. --[[
  2. Script Name : Spells/Scout/Rogue/Swashbuckler/DeviousBlade.lua
  3. Script Author : neatz09
  4. Script Date : 2019.11.04 10:11:32
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Inflicts 443 - 542 melee damage on target
  10. --[[function cast(Caster, Target)
  11. SpellDamage(Target, DmgType, MinVal, MaxVal)
  12. if LastSpellAttackHit() then
  13. AddProc
  14. end--]]
  15. -- On a melee hit this spell will cast Blamed on target of attack. Lasts for 10.0 seconds.
  16. -- Increases Hate Gain of target by 30.0%
  17. -- Grants a total of 1 trigger of the spell.
  18. -- AddSpellBonus(Target, 624, Hate)