add field for fortification_type (#1129)

This commit is contained in:
Kyℓe Hensel
2024-02-25 04:33:28 +11:00
committed by GitHub
parent d083f66811
commit c32559a6ea
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"key": "fortification_type",
"type": "combo",
"label": "Fortification Type",
"prerequisiteTag": {
"key": "archaeological_site",
"value": "fortification"
}
}
@@ -3,6 +3,7 @@
"fields": [
"name",
"archaeological_site",
"fortification_type",
"historic/civilization",
"inscription",
"access_simple"