Template:Spell: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| |+ | style='text-align:center;font-weight:bold;font-size:1.5em;' colspan='4' | {{{Name|}}} |- | rowspan="5" colspan="2" style='text-align:center;width:128px;' | {{{Spell Image|}}} | style='text-align:right;width:70px' |Grade: | {{{Grade|}}} |- | style='text-align:right' |<span style='text-align:right'>Casting time:</span> | {{{Casting|}}} |- | style='text-align:right' |Range: | {{{Range|}}} |- | style='text-align:right' |Duration: | {{{Duration|}}} |- | style='text-al...") |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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 30: | Line 33: | ||
"params": { | "params": { | ||
"Spell Image": { | "Spell Image": { | ||
"type": "wiki-file-name" | "type": "wiki-file-name", | ||
"suggested": true | |||
}, | }, | ||
"Grade": { | "Grade": { | ||
Line 104: | Line 108: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"Name": { | |||
"description": "The name of the spell", | |||
"required": true | |||
}, | |||
"Additional Infos": { | |||
"description": "Adds Additional Information to the spell", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Meditate", | |||
"Focusing", | |||
"Meditate, Focusing", | |||
"Heavy" | |||
] | |||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"Name", | |||
"Spell Image", | |||
"Grade", | |||
"Casting", | |||
"Range", | |||
"Duration", | |||
"Requirements", | |||
"Description", | |||
"Schools", | |||
"Additional Infos" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 22:11, 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 |