More actions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
"label": "Name", | "label": "Name", | ||
"description": "Name of the settlement", | "description": "Name of the settlement", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
"population": { | "population": { | ||
Line 31: | Line 32: | ||
"label": "Districts", | "label": "Districts", | ||
"description": "Districts inside this settlement", | "description": "Districts inside this settlement", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 41: | Line 37: | ||
"label": "Settlement Type", | "label": "Settlement Type", | ||
"description": "The type of settlement", | "description": "The type of settlement", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
"guards": { | "guards": { | ||
Line 64: | Line 61: | ||
}, | }, | ||
"parent_region": { | "parent_region": { | ||
"label": "Region", | "label": "Parent Region", | ||
"description": "Region this settlement is in", | "description": "Region this settlement is in", | ||
"type": "string" | "type": "string" | ||
Line 71: | Line 68: | ||
"label": "Image", | "label": "Image", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | |||
"plane": { | |||
"label": "Plane", | |||
"description": "Plane of existence this location is within", | |||
"type": "string" | |||
}, | |||
"affiliations": { | |||
"label": "Affiliations", | |||
"description": "Factions, characters, etc associated with this settlement", | |||
"type": "string" | |||
}, | |||
"child_locations": { | |||
"label": "Child Locations", | |||
"description": "Locations of interest inside this settlement", | |||
"type": "string" | |||
}, | |||
"parent_location": { | |||
"label": "Parent Location", | |||
"description": "Parent location this location is within", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
Line 76: | Line 93: | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
"settlement_type", | |||
"image", | "image", | ||
"parent_region", | "parent_region", | ||
"parent_location", | |||
"population", | "population", | ||
"leader", | "leader", | ||
Line 83: | Line 102: | ||
"demographics", | "demographics", | ||
"districts", | "districts", | ||
" | "child_locations", | ||
"guards", | "guards", | ||
"imports", | "imports", | ||
"exports", | "exports", | ||
"religions" | "religions", | ||
"affiliations", | |||
"plane" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 18:44, 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 |