More actions
No edit summary |
No edit summary |
||
| Line 55: | Line 55: | ||
"label": "Affiliations", | "label": "Affiliations", | ||
"description": "Factions, characters, etc associated with this location", | "description": "Factions, characters, etc associated with this location", | ||
"type": "string" | |||
}, | |||
"plane": { | |||
"label": "Plane", | |||
"description": "Plane of existence this structure is within", | |||
"type": "string" | "type": "string" | ||
} | } | ||
| Line 69: | Line 74: | ||
"parent_settlement", | "parent_settlement", | ||
"district", | "district", | ||
"affiliations" | "affiliations", | ||
"plane" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 18:40, 21 May 2025
Any building of interest (e.g. Tavern, Stores, etc)
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the building | String | required |
| Image | image | no description | File | optional |
| Type | structure_type | Type of structure | String | required |
| Owner | owner | Owner of the building | String | optional |
| Staff | staff | Staff of the structure | String | optional |
| Services | services | Services offered in this structure | Unknown | required |
| Region | parent_region | Region that this structure is in | String | suggested |
| Settlement | parent_settlement | Settlement this structure is in | String | suggested |
| District | district | District this structure is in | String | suggested |
| Affiliations | affiliations | Factions, characters, etc associated with this location | String | optional |
| Plane | plane | Plane of existence this structure is within | String | optional |