Template:Spell: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{| | {| class="wikitable" | ||
|+ | |+ | ||
| style='text-align:center;font-weight:bold;font-size:1.5em;' colspan='4' | {{{Name|}}} | | style='text-align:center;font-weight:bold;font-size:1.5em;' colspan='4' | {{{Name|}}} | ||
Line 24: | Line 24: | ||
| style='text-align:right;' |Schools of Magic: | | style='text-align:right;' |Schools of Magic: | ||
| colspan="3" | {{{Schools|}}} | | colspan="3" | {{{Schools|}}} | ||
|- | |||
| style='text-align:right;' |Additional Tags: | |||
| style='text-align:center;' colspan="4" | {{{Additional Infos|}}} | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
Line 109: | Line 112: | ||
"description": "The name of the spell", | "description": "The name of the spell", | ||
"required": true | "required": true | ||
}, | |||
"Additional Infos": { | |||
"description": "Adds Additional Information to the spell", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Meditate", | |||
"Focusing", | |||
"Meditate, Focusing" | |||
] | |||
} | } | ||
}, | }, | ||
Line 120: | Line 132: | ||
"Requirements", | "Requirements", | ||
"Description", | "Description", | ||
"Schools" | "Schools", | ||
"Additional Infos" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 21:51, 27 March 2024
Grade: | ||||
Casting time: | ||||
Range: | ||||
Duration: | ||||
Requirements: | ||||
Description: | ||||
Schools of Magic: | ||||
Additional Tags: |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | Name | The name of the spell | Unknown | required |
Spell Image | Spell Image | no description | File | suggested |
Grade | Grade | The grade of the spell
| Number | required |
Casting | Casting | The Time it takes to cast this spell
| String | required |
Range | Range | The Range of the spell
| String | required |
Duration | Duration | The duration of the spell effect
| String | required |
Requirements | Requirements | The Requirements to cast the spell (F - Focus required, V - Voice required)
| String | required |
Description | Description | The spell's description | String | required |
Schools | Schools | A list of all the schools of magic contain this spell | String | required |
Additional Infos | Additional Infos | Adds Additional Information to the spell
| String | optional |