An example testing mod
-This mod lets you test the effects of effect 10 by
-varying the damage, which behaves like a bitfield.
#modname "Spell Modding Test"
#version 1.00
#domversion 3.04
#newspell
#name"Test Spell"
#descr"This spell reveals the inner workings of magic."
#school 0
#researchlevel 0
#path 0 7
#pathlevel 0 1
#aoe 0
#damage 1
#effect 10
#fatiguecost 5
#flightspr -1
#explspr -1
#nreff 1
#range 100
#precision 100
#sound 87
#spec 0
#end
|