6,366
editsAd placeholder
Template:Spell list table row: Difference between revisions
Jump to navigation
Jump to search
Add "ritual" parameter
(Rearrange documentation) |
(Add "ritual" parameter) |
||
Line 3: | Line 3: | ||
<td>{{#if: {{{image|}}} | <td>{{#if: {{{image|}}} | ||
| {{IconLink|{{{image}}}|{{{spell}}}}} | | {{IconLink|{{{image}}}|{{{spell}}}}} | ||
| {{SAI|{{{spell}}}|w=40|c={{# | | {{SAI|{{{spell}}}|w=40|c={{#if:{{{conc|}}}| 20 | }}|r={{#if:{{{ritual|}}}|16}}}} | ||
}} </td> | }} </td> | ||
Line 81: | Line 81: | ||
| range=self | | range=self | ||
| conc=required | | conc=required | ||
| attack=no | |||
}} | |||
{{Spell list table row | |||
| spell=Firebolt? | |||
| casttime={{action}} | |||
| duration=2 | |||
| range=self | |||
| ritual=true | |||
| attack=no | | attack=no | ||
}} | }} | ||
Line 99: | Line 107: | ||
}, | }, | ||
"conc": { | "conc": { | ||
"description": " | "description": "If specified, marks spell as requiring concentration.", | ||
"type": " | "type": "boolean", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"required" | "required" | ||
Line 190: | Line 198: | ||
], | ], | ||
"type": "string" | "type": "string" | ||
}, | |||
"ritual": { | |||
"description": "If specified, marks spell as ritual.", | |||
"type": "boolean" | |||
} | } | ||
}, | }, | ||
Line 197: | Line 209: | ||
"image", | "image", | ||
"conc", | "conc", | ||
"ritual", | |||
"casttime", | "casttime", | ||
"duration", | "duration", |