mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
17 lines
519 B
Lua
Executable file
17 lines
519 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Commoner/LemTestScript.lua
|
|
Script Author : neatz09
|
|
Script Date : 2020.08.23 08:08:35
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
-- Info from spell_display_effects (remove from script when done)
|
|
-- On a hostile spell cast this spell will cast Malefic Fury on target of spell.
|
|
-- Inflicts 229 mental damage on target
|
|
-- Increases Threat to target by 1,660
|
|
-- Cannot be modified except by direct means
|
|
|
|
function cast(Caster, Target)
|
|
|
|
end
|