20 lines
401 B
JSON
20 lines
401 B
JSON
|
|
{
|
||
|
|
"id": "house_small",
|
||
|
|
"name": "Cottage",
|
||
|
|
"category": "house",
|
||
|
|
"footprint_w_tiles": 5,
|
||
|
|
"footprint_h_tiles": 4,
|
||
|
|
"min_tier_eligible": 5,
|
||
|
|
"weight": 1.5,
|
||
|
|
"doors": [
|
||
|
|
{ "x": 2, "y": 3, "facing": "S" }
|
||
|
|
],
|
||
|
|
"decos": [
|
||
|
|
{ "x": 1, "y": 1, "deco": "hearth" },
|
||
|
|
{ "x": 3, "y": 2, "deco": "bed" }
|
||
|
|
],
|
||
|
|
"roles": [
|
||
|
|
{ "tag": "resident", "spawn_at": [2, 2], "optional": true }
|
||
|
|
]
|
||
|
|
}
|