6,366
editsMore actions
add upcastable
(add spell level) |
(add upcastable) |
||
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>{{{level|}}}{{#if:{{{upcastable|}}}| {{upcastable}} }}</td> | ||
<td>{{action icon|{{{ casttime|}}}}}</td> | <td>{{action icon|{{{ casttime|}}}}}</td> | ||
Line 43: | Line 43: | ||
Example: | Example: | ||
<pre> | <pre> | ||
{ | {{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 58: | Line 51: | ||
| damage=Acid | | damage=Acid | ||
}} | }} | ||
{{ | {{Spell list table row | ||
| spell=Blade Ward | | spell=Blade Ward | ||
| level=Cantrip | |||
| casttime={{action}} | | casttime={{action}} | ||
| duration=2 | | duration=2 | ||
Line 66: | Line 60: | ||
| attack=no | | attack=no | ||
}} | }} | ||
|} | {{Spell list table row | ||
| spell=Firebolt? | |||
| level=Cantrip | |||
| upcastable=yes | |||
| casttime={{action}} | |||
| duration=2 | |||
| range=self | |||
| ritual=true | |||
| attack=no | |||
}} | |||
</pre> | </pre> | ||
Line 92: | Line 95: | ||
| spell=Firebolt? | | spell=Firebolt? | ||
| level=Cantrip | | level=Cantrip | ||
| upcastable=y | |||
| casttime={{action}} | | casttime={{action}} | ||
| duration=2 | | duration=2 | ||
Line 221: | Line 225: | ||
"Cantrip" | "Cantrip" | ||
] | ] | ||
}, | |||
"upcastable": { | |||
"description": "If specified, adds the upcastable marker next to the level.", | |||
"type": "boolean" | |||
} | } | ||
}, | }, | ||
Line 227: | Line 235: | ||
"spell", | "spell", | ||
"level", | "level", | ||
"upcastable", | |||
"image", | "image", | ||
"conc", | "conc", |