More actions
Created page with " <templatedata> { "params": { "name": { "label": "Name", "description": "Name of the settlement", "type": "string" }, "population": { "label": "Population", "description": "Population of settlement", "type": "number" }, "leader": { "label": "Leader", "description": "Leader of the settlement", "type": "string" }, "leader_title": { "label": "Leader Title", "description": "Title of the leader of this settlement", "type": "s..." |
No edit summary |
||
Line 67: | Line 67: | ||
"description": "Region this settlement is in", | "description": "Region this settlement is in", | ||
"type": "string" | "type": "string" | ||
}, | |||
"image": { | |||
"label": "Image", | |||
"type": "wiki-file-name" | |||
} | } | ||
}, | }, | ||
Line 72: | Line 76: | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
"image", | |||
"parent_region", | "parent_region", | ||
"population", | "population", |
Revision as of 18:15, 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 | optional |
Image | image | no description | File | optional |
Region | parent_region | Region this settlement is in | 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 |
Locations | locations | Locations of interest inside this settlement | String | optional |
Settlement Type | settlement_type | The type of 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 |