65,724
editsMore actions
Updated documentation
HiddenDragon (talk | contribs) (Updated examples) |
HiddenDragon (talk | contribs) (Updated documentation) |
||
Line 235: | Line 235: | ||
"name": { | "name": { | ||
"label": "Spell name", | "label": "Spell name", | ||
"description": "The | "description": "The name of the spell, as it is displayed.", | ||
"example": "Fireball", | "example": "Fireball", | ||
"type": "string", | "type": "string", | ||
" | "suggested": true | ||
}, | }, | ||
"image": { | "image": { | ||
"label": "Spell image/icon", | "label": "Spell image/icon", | ||
"description": "This is the spell's in-game | "description": "This is the spell's in-game tooltip image.", | ||
"example": "Fireball | "example": "Fireball.webp", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Line 261: | Line 261: | ||
"6" | "6" | ||
], | ], | ||
" | "suggested": true | ||
}, | }, | ||
"school": { | "school": { | ||
Line 278: | Line 278: | ||
"Transmutation" | "Transmutation" | ||
], | ], | ||
" | "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", | ||
" | "suggested": true | ||
}, | }, | ||
"description": { | "description": { |