71
editsAd placeholder
Template:Spell list table row: Difference between revisions
Jump to navigation
Jump to search
Added description
mNo edit summary |
(Added description) |
||
Line 50: | Line 50: | ||
</pre> | </pre> | ||
Template to fill the rows of the Spell list table. It is intended to use inside wikitable with appropriate columns. | Template to fill the rows of the Spell list table. It is intended to use inside wikitable with appropriate columns. | ||
<templatedata> | |||
{ | |||
"params": { | |||
"image": { | |||
"description": "File name, auto-generated as \"{{spell}} Icon.png\" if not provided.", | |||
"type": "string" | |||
}, | |||
"spell": { | |||
"description": "Name of the spell", | |||
"required": true, | |||
"type": "string" | |||
}, | |||
"conc": { | |||
"description": "Does spell require concentration.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"required" | |||
] | |||
}, | |||
"casttime": { | |||
"description": "Casting time of the Spell", | |||
"type": "wiki-template-name", | |||
"default": "{{Action}}" | |||
}, | |||
"duration": { | |||
"description": " Duration of the spell.", | |||
"suggestedvalues": [ | |||
"1", | |||
"2", | |||
"3", | |||
"10", | |||
"longrest" | |||
] | |||
}, | |||
"range": { | |||
"description": "Range of the spell separated by \"/\".", | |||
"example": "9/30 to get 9m/30ft.", | |||
"default": "1.5/5", | |||
"type": "string" | |||
}, | |||
"area": { | |||
"description": "AoE range of the spell separated by \"/\".", | |||
"type": "string" | |||
}, | |||
"aoe": { | |||
"description": "AoE type of the spell.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"radius", | |||
"cone", | |||
"cube" | |||
], | |||
"default": "radius" | |||
}, | |||
"attack": { | |||
"description": "Does spell require an attack roll.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"yes", | |||
"no" | |||
] | |||
}, | |||
"save": { | |||
"description": "Does spell require a saving throw against its DC.", | |||
"suggestedvalues": [ | |||
"STR", | |||
"DEX", | |||
"CON", | |||
"INT", | |||
"WIS", | |||
"CHA" | |||
], | |||
"type": "string" | |||
}, | |||
"damage": { | |||
"description": "Type of the damage dealt by the Spell.", | |||
"suggestedvalues": [ | |||
"Fire", | |||
"Poison", | |||
"Acid", | |||
"Cold" | |||
], | |||
"type": "string" | |||
} | |||
}, | |||
"description": "Template to fill the rows of the Spell list table. It is intended to use inside wikitable with appropriate columns." | |||
} | |||
</templatedata> | |||
Example: | Example: |