Difference between revisions of "Template:Spell"

From Sourcebook Wiki
Jump to: navigation, search
m (quick refresh for whitespace)
(show the spell template example)
Line 68: Line 68:
 
| desc=Supplemental subtitle info
 
| desc=Supplemental subtitle info
 
}}
 
}}
 +
 +
Source code was:
 +
<pre><nowiki>{{Spell
 +
| name=Touch of Fatigue
 +
| school=Necromancy
 +
| class1=Sor/Wiz
 +
| class1lvl=0
 +
| class2=Drd
 +
| class2lvl=8
 +
| class3=Pal
 +
| class3lvl=1
 +
| class4=
 +
| class4lvl=
 +
| class5=
 +
| class5lvl=
 +
| comp=V, S, M
 +
| casttime=1 standard action
 +
| range=Touch
 +
| tsea=t
 +
| subj=Creature touched
 +
| dur=1 round/level
 +
| save=Fortitude negates
 +
| sr=Yes
 +
| desc=Supplemental subtitle info
 +
}}</nowiki></pre>
 
</noinclude>
 
</noinclude>

Revision as of 20:36, 15 February 2011

Example for testing:


Touch of Fatigue
Necromancy
Level: Sor/Wiz 0 Drd 8 Pal 1
Components: V, S, M
Casting time: 1 standard action
Range: Touch
Target: Creature touched
Duration: 1 round/level
Saving Throw: Fortitude negates
Spell Resistance: Yes


Source code was:

{{Spell
| name=Touch of Fatigue
| school=Necromancy
| class1=Sor/Wiz
| class1lvl=0
| class2=Drd
| class2lvl=8
| class3=Pal
| class3lvl=1
| class4=
| class4lvl=
| class5=
| class5lvl=
| comp=V, S, M
| casttime=1 standard action
| range=Touch
| tsea=t
| subj=Creature touched
| dur=1 round/level
| save=Fortitude negates
| sr=Yes
| desc=Supplemental subtitle info
}}