6,366
editsAd placeholder
Template:Spell list table row: Difference between revisions
Jump to navigation
Jump to search
add spell level
(add ranged & short ranged) |
(add spell level) |
||
Line 5: | Line 5: | ||
| {{SAI|{{{spell}}}|w=40|c={{#if:{{{conc|}}}| 20 | }}|r={{#if:{{{ritual|}}}|16}}}} | | {{SAI|{{{spell}}}|w=40|c={{#if:{{{conc|}}}| 20 | }}|r={{#if:{{{ritual|}}}|16}}}} | ||
}} </td> | }} </td> | ||
<td>{{{level|}}}</td> | |||
<td>{{action icon|{{{ casttime|}}}}}</td> | <td>{{action icon|{{{ casttime|}}}}}</td> | ||
Line 73: | Line 74: | ||
{{Spell list table row | {{Spell list table row | ||
| image=Acid Splash Icon.png | | image=Acid Splash Icon.png | ||
| level=Cantrip | |||
| spell=Acid Splash | | spell=Acid Splash | ||
| area=2/7 | | area=2/7 | ||
Line 80: | Line 82: | ||
{{Spell list table row | {{Spell list table row | ||
| spell=Blade Ward | | spell=Blade Ward | ||
| level=Cantrip | |||
| casttime={{action}} | | casttime={{action}} | ||
| duration=2 | | duration=2 | ||
Line 88: | Line 91: | ||
{{Spell list table row | {{Spell list table row | ||
| spell=Firebolt? | | spell=Firebolt? | ||
| level=Cantrip | |||
| casttime={{action}} | | casttime={{action}} | ||
| duration=2 | | duration=2 | ||
Line 205: | Line 209: | ||
"description": "If specified, marks spell as ritual.", | "description": "If specified, marks spell as ritual.", | ||
"type": "boolean" | "type": "boolean" | ||
}, | |||
"level": { | |||
"description": "The level of the spell.", | |||
"suggestedvalues": [ | |||
"1", | |||
"2", | |||
"3", | |||
"4", | |||
"5", | |||
"6", | |||
"Cantrip" | |||
] | |||
} | } | ||
}, | }, | ||
Line 210: | Line 226: | ||
"paramOrder": [ | "paramOrder": [ | ||
"spell", | "spell", | ||
"level", | |||
"image", | "image", | ||
"conc", | "conc", |