Ad placeholder

Template:Spell page/doc: Difference between revisions

Jump to navigation Jump to search
Updated documentation
(Updated examples)
(Updated documentation)
Line 235: Line 235:
"name": {
"name": {
"label": "Spell name",
"label": "Spell name",
"description": "The full name of the spell.",
"description": "The name of the spell, as it is displayed.",
"example": "Fireball",
"example": "Fireball",
"type": "string",
"type": "string",
"required": true
"suggested": true
},
},
"image": {
"image": {
"label": "Spell image/icon",
"label": "Spell image/icon",
"description": "This is the spell's in-game icon.",
"description": "This is the spell's in-game tooltip image.",
"example": "Fireball Icon.png",
"example": "Fireball.webp",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
Line 261: Line 261:
"6"
"6"
],
],
"required": true
"suggested": true
},
},
"school": {
"school": {
Line 278: Line 278:
"Transmutation"
"Transmutation"
],
],
"required": true
"suggested": true
},
},
"ritual": {
"ritual": {
Line 302: Line 302:
"example": "This spell allows the caster to unleash a streak of fire from their hands that ignites into a large explosion at a chosen point within range.",
"example": "This spell allows the caster to unleash a streak of fire from their hands that ignites into a large explosion at a chosen point within range.",
"type": "content",
"type": "content",
"required": true
"suggested": true
},
},
"description": {
"description": {

Navigation menu