mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
18 lines
368 B
Lua
Executable file
18 lines
368 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Commoner/RegalArc.lua
|
|
Script Author : neatz09
|
|
Script Date : 2022.05.01 08:05:16
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
--[[ Info from spell_display_effects (remove from script when done)
|
|
|
|
*Decreases power of target by 6.3% instantly and every second.
|
|
|
|
--]]
|
|
|
|
|
|
function cast(Caster, Target)
|
|
|
|
end
|