More actions
No edit summary |
No edit summary |
||
Line 87: | Line 87: | ||
"label": "Parent Location", | "label": "Parent Location", | ||
"description": "Parent location this location is within", | "description": "Parent location this location is within", | ||
"type": "string" | |||
}, | |||
"aliases": { | |||
"label": "Aliases", | |||
"description": "Aliases of this settlement", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Line 108: | Line 113: | ||
"religions", | "religions", | ||
"affiliations", | "affiliations", | ||
"plane" | "plane", | ||
"aliases" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 19:23, 21 May 2025
Any settled area of people (e.g. City, Town, Encampment, etc)
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the settlement | String | required |
Settlement Type | settlement_type | The type of settlement | String | required |
Image | image | no description | File | optional |
Parent Region | parent_region | Region this settlement is in | String | optional |
Parent Location | parent_location | Parent location this location is within | String | optional |
Population | population | Population of settlement | Number | optional |
Leader | leader | Leader of the settlement | String | optional |
Leader Title | leader_title | Title of the leader of this settlement | String | optional |
Demographics | demographics | Demographic breakdown of this settlement | String | optional |
Districts | districts | Districts inside this settlement | String | optional |
Child Locations | child_locations | Locations of interest inside this settlement | String | optional |
Guards | guards | Name of the guards in this settlement | String | optional |
Imports | imports | Imported goods | String | optional |
Exports | exports | Exported goods | String | optional |
Religions | religions | Religions practiced in this settlement | String | optional |
Affiliations | affiliations | Factions, characters, etc associated with this settlement | String | optional |
Plane | plane | Plane of existence this location is within | String | optional |
Aliases | aliases | Aliases of this settlement | String | optional |