mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
11 lines
No EOL
328 B
Lua
Executable file
11 lines
No EOL
328 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Generic/SingleTargetDD.lua
|
|
Script Author : neatz09
|
|
Script Date : 2022.05.21 06:05:25
|
|
Script Purpose : Handles single target DD spells
|
|
:
|
|
--]]
|
|
|
|
function cast(Caster, Target, DmgType, MinVal, MaxVal)
|
|
SpellDamage(Target, DmgType, MinVal, MaxVal)
|
|
end |