Difference between revisions of "Template:Ability"
From AmtWiki
Line 22: | Line 22: | ||
*effect: The effect of the ability | *effect: The effect of the ability | ||
*limit: Any limitations of the ability. | *limit: Any limitations of the ability. | ||
− | *note: Additional notes.</noinclude><includeonly>{|class="wikitable" | + | *note: Additional notes.</noinclude><includeonly>{| class="wikitable" |
+ | {{#if: {{{type|}}} |- | ||
! [[Type]] | ! [[Type]] | ||
| {{ Spelltype|{{{type}}} }} | | {{ Spelltype|{{{type}}} }} | ||
− | |- | + | }} |
+ | {{#if: {{{school|}}} |- | ||
! [[School]] | ! [[School]] | ||
| {{ Spellschool|{{{school}}} }} | | {{ Spellschool|{{{school}}} }} | ||
− | |- | + | }} |
+ | {{#if: {{{range|}}} |- | ||
! [[Range]] | ! [[Range]] | ||
− | | {{{range|}}} | + | | {{{range}}} |
− | |- | + | }} |
− | ![[Incantation]] | + | {{#if: {{{incant|}}} |- |
− | | {{{incant|}}} | + | ! [[Incantation]] |
− | |- | + | | {{{incant}}} |
− | ![[Materials]] | + | }} |
− | | {{{materials|}}} | + | {{#if: {{{materials|}}} |- |
− | |- | + | ! [[Materials]] |
+ | | {{{materials}}} | ||
+ | }} | ||
+ | {{#if: {{{effect|}}} |- | ||
! [[Effect]]s | ! [[Effect]]s | ||
− | | {{{effect|}}} | + | | {{{effect}}} |
− | |- | + | }} |
+ | {{#if: {{{limit|}}} |- | ||
! Limitations or Restrictions | ! Limitations or Restrictions | ||
− | | {{{limit|}}} | + | | {{{limit}}} |
− | |- | + | }} |
+ | {{#if: {{{note|}}} |- | ||
! Notes | ! Notes | ||
− | | {{{note | + | | {{{note}}} |
− | + | }} | |
|} | |} | ||
[[Category: Magic and Abilities]] | [[Category: Magic and Abilities]] |
Revision as of 03:35, 16 February 2025
Usage
{{Ability |ruleset= |type= |school= |range= |incant= |materials= |effect= |limit= |note= }}
Parameters
- ruleset: The rulebook this ability comes from, ie.. V8, Dor Un Avarthar X, Nautical Nights, etc...
- type: From the Types of magic, ie verbal, enchantment, etc..
- school: The School of magic, ie Sorcery, Proctection, etc..
- range: The range of the ability
- incant: The incantation
- materials: Any material components required.
- effect: The effect of the ability
- limit: Any limitations of the ability.
- note: Additional notes.