Skip to content

Commit c32559a

Browse files
authored
add field for fortification_type (#1129)
1 parent d083f66 commit c32559a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"key": "fortification_type",
3+
"type": "combo",
4+
"label": "Fortification Type",
5+
"prerequisiteTag": {
6+
"key": "archaeological_site",
7+
"value": "fortification"
8+
}
9+
}

data/presets/historic/archaeological_site.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"fields": [
44
"name",
55
"archaeological_site",
6+
"fortification_type",
67
"historic/civilization",
78
"inscription",
89
"access_simple"

0 commit comments

Comments
 (0)