SprintintoBattle.lua 439 B

123456789101112131415
  1. --[[
  2. Script Name : Spells/SprintintoBattle.lua
  3. Script Author : neatz09
  4. Script Date : 2020.08.14 03:08:48
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Reduces the initial power cost by 30%.
  10. -- Increases the base speed of sprint by 10.
  11. function cast(Caster, Target)
  12. Say(Target, "Hah, nice try! That's not implemented yet!")
  13. end