mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
12 lines
No EOL
293 B
Lua
Executable file
12 lines
No EOL
293 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Commoner/Nihilistics.lua
|
|
Script Author : neatz09
|
|
Script Date : 2020.09.26 04:09:01
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
|
|
function cast(Caster, Target, DmgType, MinVal, MaxVal)
|
|
SpellDamage(Target, DmgType, MinVal, MaxVal)
|
|
end |