mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
14 lines
411 B
Lua
Executable file
14 lines
411 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Transmutations.lua
|
|
Script Author : neatz09
|
|
Script Date : 2020.08.14 11:08:19
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
-- Info from spell_display_effects (remove from script when done)
|
|
-- Reduces the power cost of Transmuting reaction arts by 10%
|
|
|
|
function cast(Caster, Target)
|
|
Say(Target, "Hah, nice try! That's not implemented yet!")
|
|
end
|