More actions
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 93: | Line 93: | ||
"description": "Aliases of this settlement", | "description": "Aliases of this settlement", | ||
"type": "string" | "type": "string" | ||
}, | |||
"child_structures": { | |||
"label": "Child Structures", | |||
"description": "Structures inside this settlement" | |||
} | } | ||
}, | }, | ||
| Line 100: | Line 104: | ||
"settlement_type", | "settlement_type", | ||
"image", | "image", | ||
"aliases", | |||
"plane", | |||
"parent_region", | "parent_region", | ||
"parent_location", | "parent_location", | ||
"leader_title", | |||
"leader", | |||
"guards", | |||
"population", | "population", | ||
"demographics", | "demographics", | ||
"imports", | "imports", | ||
"exports", | "exports", | ||
"religions", | "religions", | ||
"affiliations", | "affiliations", | ||
" | "districts", | ||
" | "child_locations", | ||
"child_structures" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 21:51, 24 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 |
| Aliases | aliases | Aliases of this settlement | String | optional |
| Plane | plane | Plane of existence this location is within | String | optional |
| Parent Region | parent_region | Region this settlement is in | String | optional |
| Parent Location | parent_location | Parent location this location is within | String | optional |
| Leader Title | leader_title | Title of the leader of this settlement | String | optional |
| Leader | leader | Leader of the settlement | String | optional |
| Guards | guards | Name of the guards in this settlement | String | optional |
| Population | population | Population of settlement | Number | optional |
| Demographics | demographics | Demographic breakdown of 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 |
| Districts | districts | Districts inside this settlement | String | optional |
| Child Locations | child_locations | Locations of interest inside this settlement | String | optional |
| Child Structures | child_structures | Structures inside this settlement | Unknown | optional |