4,595
edits
No edit summary |
No edit summary |
||
Line 76: | Line 76: | ||
"alignment": { | "alignment": { | ||
"label": "Alignment", | "label": "Alignment", | ||
"description": "alignment of the deity and their followers", | "description": "link to the category page of the alignment of the deity and their followers", | ||
"type": " | "type": "wiki-page-name", | ||
"required": true | "required": true, | ||
"example": "[[:Category:Lawful Good Deities|Lawful Good]]" | |||
}, | }, | ||
"domains": { | "domains": { | ||
"label": "Domains", | "label": "Domains", | ||
"description": "list of the deities domains", | "description": "list of the deities domains, and a link to the domain category page", | ||
"type": " | "type": "wiki-page-name", | ||
"required": true | "required": true, | ||
"example": "[[:Category:Arcana Deities|Arcana]]" | |||
}, | }, | ||
"power": { | "power": { | ||
Line 100: | Line 102: | ||
"homeplane": { | "homeplane": { | ||
"label": "Homeplane", | "label": "Homeplane", | ||
"description": "the homeplane of the deity", | "description": "link to the homeplane of the deity", | ||
"type": " | "type": "wiki-page-name" | ||
}, | }, | ||
"followers": { | "followers": { | ||
"label": "Followers", | "label": "Followers", | ||
"description": "who worships the deity", | "description": "list of peoples who worships the deity", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"setting": { | "setting": { | ||
"label": "Setting", | "label": "Setting", | ||
"description": "the setting where the deity resides", | "description": "link to the setting where the deity resides", | ||
"type": " | "type": "wiki-page-name" | ||
} | } | ||
}, | }, |