More actions
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 48: | Line 48: | ||
"label": "Occupation", | "label": "Occupation", | ||
"description": "Job of the character", | "description": "Job of the character", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 73: | Line 68: | ||
"label": "Affiliations", | "label": "Affiliations", | ||
"description": "Relationships to other characters or factions", | "description": "Relationships to other characters or factions", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 89: | Line 79: | ||
"label": "Pronouns", | "label": "Pronouns", | ||
"description": "Pronouns of the character", | "description": "Pronouns of the character", | ||
"type": "string" | |||
}, | |||
"subclass": { | |||
"label": "Subclass", | |||
"description": "Subclass of this character", | |||
"type": "string" | |||
}, | |||
"religions": { | |||
"label": "Religions", | |||
"description": "Religion of the character", | |||
"type": "string" | |||
}, | |||
"faith": { | |||
"label": "Faith", | |||
"description": "The faith or religion of the character", | |||
"type": "string" | |||
}, | |||
"locations": { | |||
"label": "Locations", | |||
"description": "Locations important to this character", | |||
"type": "string" | |||
}, | |||
"structures": { | |||
"label": "Structures", | |||
"description": "Structures important to this character", | |||
"type": "string" | |||
}, | |||
"settlements": { | |||
"label": "Settlements", | |||
"description": "Settlements important to this character", | |||
"type": "string" | |||
}, | |||
"regions": { | |||
"label": "Regions", | |||
"description": "Regions Important to this character", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Line 100: | Line 125: | ||
"race", | "race", | ||
"class", | "class", | ||
"subclass", | |||
"creature_type", | "creature_type", | ||
"pronouns", | |||
"aliases", | "aliases", | ||
"age", | "age", | ||
"occupation", | "occupation", | ||
"faith", | "faith", | ||
"religions", | |||
"status", | "status", | ||
"languages", | "languages", | ||
"family", | "family", | ||
"affiliations", | "affiliations", | ||
"regions", | |||
"locations", | "locations", | ||
" | "settlements", | ||
"structures" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 16:26, 30 May 2025
Descriptive information about any character
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the character | String | required |
Character Title | appellation | Lengthier title of the character | String | optional |
Character Type | character_type | PC or NPC | String | required |
Image | image | Image of the character | File | optional |
Race | race | Race of the character | String | required |
Class | class | Class of the character | String | optional |
Subclass | subclass | Subclass of this character | String | optional |
Creature Type | creature_type | Type of the creature, physically | String | optional |
Pronouns | pronouns | Pronouns of the character | String | optional |
Aliases | aliases | Other names the character goes by | String | optional |
Age | age | Age of the character | Number | optional |
Occupation | occupation | Job of the character | String | optional |
Faith | faith | The faith or religion of the character | String | optional |
Religions | religions | Religion of the character | String | optional |
Status | status | Status of the character | String | optional |
Languages | languages | Languages the character knows | String | optional |
Family | family | Family members of the character | String | optional |
Affiliations | affiliations | Relationships to other characters or factions | String | optional |
Regions | regions | Regions Important to this character | String | optional |
Locations | locations | Locations important to this character | String | optional |
Settlements | settlements | Settlements important to this character | String | optional |
Structures | structures | Structures important to this character | String | optional |