Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion data/fields/castle_type.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"key": "castle_type",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"defensive": "Defensive castle",
"palace": "Palace",
"stately": "Stately home",
"manor": "Manor house",
"fortress": "Fortress",
"castrum": "Roman fort",
Comment thread
tyrasd marked this conversation as resolved.
Outdated
"shiro": "Shiro",
"kremlin": "Kremlin",
"hillfort": "Hillfort"
}
}
}