mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
14 lines
353 B
Lua
Executable file
14 lines
353 B
Lua
Executable file
--[[
|
|
Script Name : ItemScripts/Snowball.lua
|
|
Script Author : neatz09
|
|
Script Date : 2019.08.18 09:08:57
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
-- Info from spell_display_effects (remove from script when done)
|
|
-- Applies Basic Firework when Activated. Lasts for 3.0 seconds.
|
|
|
|
function cast(Caster, Target)
|
|
|
|
end
|