123456789101112131415 |
- --[[
- Script Name : Spells/Traditions/ClockworkExpertise.lua
- Script Author : neatz09
- Script Date : 2020.08.14 04:08:07
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- -- Increases Tinkering of caster by 10.0
- -- Reduces the power cost of tinkering skills by 25%
- function cast(Caster, Target)
- Say(Target, "Hah, nice try! That's not implemented yet!")
- end
|