1234567891011121314151617 |
- --[[
- 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
|