Dicewars-Siedler/assets/buildings/forest_hut/level2/cabin.json
2026-02-21 07:09:44 +01:00

14 lines
262 B
JSON

{
"name": "cabin2",
"allowedTileResources" : ["stone"],
"cost" : {"wood": 15},
"modelStages": [
{
"name": "cabin2-base",
"filename": "cabin2.obj",
"conditionKey": "fillRatio",
"minValue": 0.0,
"maxValue": 0.1
}
]
}