first commit

This commit is contained in:
2024-08-04 21:09:59 +08:00
commit 85d65d596a
2711 changed files with 540473 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"key": "building:colour",
"type": "colour",
"label": "Façade Color",
"terms": [
"building color",
"facade color"
]
}
+7
View File
@@ -0,0 +1,7 @@
{
"key": "building:flats",
"type": "number",
"minValue": 0,
"label": "Units",
"placeholder": "2, 4, 6, 8..."
}
+7
View File
@@ -0,0 +1,7 @@
{
"key": "building:levels",
"type": "number",
"minValue": 0,
"label": "Levels",
"placeholder": "2, 4, 6..."
}
@@ -0,0 +1,10 @@
{
"key": "building:levels:underground",
"type": "number",
"minValue": 0,
"label": "Underground Levels",
"placeholder": "2, 4, 6...",
"terms": [
"basement levels"
]
}
+11
View File
@@ -0,0 +1,11 @@
{
"key": "building:levels",
"type": "number",
"minValue": 0,
"label": "{building/levels}",
"placeholder": "{building/levels}",
"prerequisiteTag": {
"key": "building",
"valueNot": "no"
}
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "building:material",
"type": "combo",
"label": "Material"
}
+6
View File
@@ -0,0 +1,6 @@
{
"key": "building:part",
"type": "combo",
"default": "yes",
"label": "Building Part"
}
+10
View File
@@ -0,0 +1,10 @@
{
"key": "building:prefabricated",
"type": "check",
"terms": [
"manufactured",
"modular",
"portable"
],
"label": "Prefabricated"
}