Difference between revisions of "Template:5e Spell"

From Dungeons and Dragons Wiki
Jump to: navigation, search
m (school cat)
(added "i" shortcut for Instantaneous duration)
Line 28: Line 28:
 
| {{#arraymap: {{{comp}}}|, |x|[[Component::x]]}}{{#if: {{{material|}}}| ({{{material}}})|}}
 
| {{#arraymap: {{{comp}}}|, |x|[[Component::x]]}}{{#if: {{{material|}}}| ({{{material}}})|}}
 
|-
 
|-
! Duration:
+
!align="left"|Duration:
| {{#if: {{{concentration|}}}|[[SRD5:Concentration|Concentration]], {{{dur}}}{{#set: concentration=true}}|{{{dur}}} | }}
+
| {{#if: {{{concentration|}}}|[[SRD5:Concentration|Concentration]], {{{dur}}}[[Category:5e Concentration Spells]]|{{#ifeq: {{{dur}}}|i|Instantaneous|{{{dur}}} | }} | }}
 
|}<!--  Non-switch Semantic Bits Here
 
|}<!--  Non-switch Semantic Bits Here
 
-->{{#if: {{{summary|}}} | [[Summary::{{{summary}}}<br /><br />| ]] }}<!-- Set Properties
 
-->{{#if: {{{summary|}}} | [[Summary::{{{summary}}}<br /><br />| ]] }}<!-- Set Properties

Revision as of 12:17, 23 October 2017

Template documentation (for the above template, sometimes hidden or invisible)

Usage

Template for 5th edition spells.

Syntax

{{5e Spell
|name=
|sorttext=
|refs= <!--references-->
|level= <!--0 for cantrip-->
|school= <!-- Conjuration, Evocation, etc. -->
|ritual= <!-- y if ritual-->
|casttime= <!-- action, bonus, reaction, minute, hour, {freeform} -->
|casttext= <!-- text after casting time, ex. reaction condition -->
|range= <!-- 60 feet -->
|comp= <!-- V, S, M -->
|material= <!--{freeform} diamond worth 50gp-->
|concentration= <!--y or blank-->
|dur= <!-- duration i=Instantaneous, else 1 round, 1 hour, etc.-->
|summary= <!-- summary of spell -->
|fluff= <!-- if spell has fluff-text -->
|rules= <!-- text of spell mechanics -->
|higherlevels= <!-- blank or description of being cast at higher levels-->
|casters= <!-- list of classes that cast this spell -->
}}

Add'l Optional Entries

|vcomp= <!-- blank or true. valuable component. material has gp value? -->
|ccomp= <!-- blank or true. comsumable component. material consumed in casting? -->
|canon= <!-- blank or ture. true of published by WotC -->
|pointer= <!--blank, used only by Template:5e Spell Pointer-->
|racespell=
|scales= <!--blank, used only by Template:5e Spell Pointer-->

Example

{{5e Spell
|name=foo
|sorttext=
|refs=<ref name="fgtn.78">{{Cite Pub|Foo's Guide to Nothing|pages=78}} Licensed: [[Public Domain]].</ref>
|level=0<!--0 for cantrip-->
|school=Abjuration <!-- Conjuration, Evocation, etc. -->
|ritual=  <!-- y if ritual-->
|casttime=action<!-- action, bonus, reaction, minute, hour, {freeform} -->
|casttext= <!-- text after casting time, ex. reaction condition -->
|range=Touch<!-- 60 feet -->
|comp=V, S, M<!-- V, S, M -->
|material=A forked stick<!--{freeform} diamond worth 50gp-->
|concentration=y <!--y or blank-->
|dur=up to 1 {{srd5lc|Minute}}<!-- duration Instantaneous, 1 round, 1 hour, etc.-->
|summary= foo produces foo effect<!-- summary of spell -->
|fluff= You wave your hands in the air spouting gibberish<!-- if spell has fluff-text -->
|rules= You make an unarmed melee attack. If successful the target takes d6 psychic damage.<!-- text of spell mechanics -->
|higherlevels=This spell's damage increases at 5th (2d6)<!-- blank or description of being cast at higher levels-->
|casters=Bard, Sorcerer <!-- list of classes that cast this spell -->
}}

produces:


5e Spell foo[1]
Abjuration cantrip
Casting Time: 1 action
Range: Touch
Components: V, S, M (A forked stick)
Duration: Concentration, up to 1 minute
Casters: Bard, Sorcerer

You wave your hands in the air spouting gibberish

You make an unarmed melee attack. If successful the target takes d6 psychic damage.

At Higher Levels. This spell's damage increases at 5th (2d6)


Visit Template:5e Spell/doc to edit this text! (How does this work?)