Template:Spell: Difference between revisions

From Tael
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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
NameName

The name of the spell

Unknownrequired
Spell ImageSpell Image

no description

Filesuggested
GradeGrade

The grade of the spell

Suggested values
0 1 2 3 4 5 6 7 8 9 10
Numberrequired
CastingCasting

The Time it takes to cast this spell

Suggested values
Spell-Action Bonus Action Preparation
Stringrequired
RangeRange

The Range of the spell

Suggested values
Touch 5 Meter 10 Meter 20 Meter
Stringrequired
DurationDuration

The duration of the spell effect

Suggested values
None 1 Minute 10 Minutes 1 Hour 1 Day 1 Week
Stringrequired
RequirementsRequirements

The Requirements to cast the spell (F - Focus required, V - Voice required)

Suggested values
None F & V F V
Stringrequired
DescriptionDescription

The spell's description

Stringrequired
SchoolsSchools

A list of all the schools of magic contain this spell

Stringrequired
Additional InfosAdditional Infos

Adds Additional Information to the spell

Suggested values
Meditate Focusing Meditate, Focusing Heavy
Stringoptional