Template:Infobox Ability: Difference between revisions
Template page
More actions
added saves |
upcasting dded |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 49: | Line 49: | ||
|label = Concentration | |label = Concentration | ||
|data = {{#ifeq: {{{concentration|}}}|0|until broken|up to {{{concentration|}}} turns}} | |data = {{#ifeq: {{{concentration|}}}|0|until broken|up to {{{concentration|}}} turns}} | ||
}}|}}<!-- | |||
-->{{#if: {{{duration|}}}|{{Infobox row | |||
|label = Duration | |||
|data = {{{duration|}}} | |||
}}|}}<!-- | |||
-->{{#if: {{{upcast|}}}|{{Infobox row | |||
|label = Upcasting | |||
|data = {{{upcast|}}} | |||
}}|}}<!-- | }}|}}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
| Line 54: | Line 62: | ||
|data = {{{damage|}}} | |data = {{{damage|}}} | ||
}}<!-- | }}<!-- | ||
-->{{#if: {{{healing|}}}|{{Infobox row | |||
|label = Healing | |||
|data = {{{healing|}}} | |||
}}|}}<!-- | |||
-->{{#if: {{{saves|}}}|{{Infobox row | -->{{#if: {{{saves|}}}|{{Infobox row | ||
|label = Save | |label = Save | ||
|data = {{{{ | |data = {{{saves|}}} | ||
}}|}}<!-- | |||
-->{{#if: {{{class|}}}|{{Infobox row | |||
|label = Classes | |||
|data = {{{class|}}} | |||
}}|}}<!-- | }}|}}<!-- | ||
-->{{#if: {{{description|}}}|{{Infobox row | -->{{#if: {{{description|}}}|{{Infobox row | ||
| Line 99: | Line 115: | ||
| radius=2 | | radius=2 | ||
| concentration=10 | | concentration=10 | ||
| duration={{{duration}}} | |||
| upcast = {{{upcast}}} | |||
| cost={{{cost}}} | | cost={{{cost}}} | ||
| type={{{type}}} | | type={{{type}}} | ||
| school={{{school}}} | | school={{{school}}} | ||
| damage={{{damage}}} | | damage={{{damage}}} | ||
| healing={{{healing}}} | |||
| saves={{{saves}}} | | saves={{{saves}}} | ||
| class={{{class}}} | |||
| description={{{description}}} | | description={{{description}}} | ||
| 5ewiki={{{5ewiki}}} | | 5ewiki={{{5ewiki}}} | ||
| Line 116: | Line 136: | ||
| target = | | target = | ||
| cost = | | cost = | ||
| duration = | |||
| upcast = | |||
| damage = | | damage = | ||
| healing = | |||
| saves = | | saves = | ||
| level = | | level = | ||
| school = | | school = | ||
| type = | | type = | ||
| class = | |||
| description = | | description = | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 02:14, 23 April 2026
This template is for abilities (spells, skills, powers, etc.).
| [[File:{{{image}}}|128x128px|thumb|center|{{{caption}}}]] | |
| {{{name}}} | |
|---|---|
| Type | [[{{{type}}}]] |
| School | {{{school}}} |
| Range | {{{range}}} tiles |
| Target | Area of Effect (2 tiles radius) |
| Cost | {{{cost}}} |
| Concentration | up to 10 turns |
| Duration | {{{duration}}} |
| Upcasting | {{{upcast}}} |
| Damage | {{{damage}}} |
| Healing | {{{healing}}} |
| Save | {{{saves}}} |
| Classes | {{{class}}} |
| Description | |
| {{{description}}} | |
| External Links | |
| {{{name}}} on D&D 5e Wiki | |
Usage
{{Infobox Ability
| name =
| image =
| caption =
| range =
| target =
| cost =
| duration =
| upcast =
| damage =
| healing =
| saves =
| level =
| school =
| type =
| class =
| description =
}}