123456789101112131415161718 |
- --[[
- Script Name : Spells/Commoner/RegalArc.lua
- Script Author : neatz09
- Script Date : 2022.05.01 08:05:16
- Script Purpose :
- :
- --]]
- --[[ Info from spell_display_effects (remove from script when done)
- *Decreases power of target by 6.3% instantly and every second.
- --]]
- function cast(Caster, Target)
- end
|