LemTestScript.lua 519 B

1234567891011121314151617
  1. --[[
  2. Script Name : Spells/Commoner/LemTestScript.lua
  3. Script Author : neatz09
  4. Script Date : 2020.08.23 08:08:35
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- On a hostile spell cast this spell will cast Malefic Fury on target of spell.
  10. -- Inflicts 229 mental damage on target
  11. -- Increases Threat to target by 1,660
  12. -- Cannot be modified except by direct means
  13. function cast(Caster, Target)
  14. end