More actions
No edit summary |
No edit summary |
||
Line 68: | 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 99: | Line 94: | ||
"label": "Faith", | "label": "Faith", | ||
"description": "The faith or religion of the character", | "description": "The faith or religion of the character", | ||
"type": "string" | "type": "string" | ||
} | } | ||
Line 119: | Line 104: | ||
"image", | "image", | ||
"race", | "race", | ||
"pronouns", | |||
"class", | "class", | ||
"subclass", | "subclass", | ||
Line 130: | Line 116: | ||
"family", | "family", | ||
"affiliations", | "affiliations", | ||
"faith" | |||
"faith | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 16:20, 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 |
Pronouns | pronouns | Pronouns of the character | String | optional |
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 |
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 |
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 |
Faith | faith | The faith or religion of the character | String | optional |