21 lines
436 B
JSON
21 lines
436 B
JSON
|
|
{
|
||
|
|
"id": "shop_general",
|
||
|
|
"name": "General Store",
|
||
|
|
"category": "shop",
|
||
|
|
"footprint_w_tiles": 6,
|
||
|
|
"footprint_h_tiles": 5,
|
||
|
|
"min_tier_eligible": 4,
|
||
|
|
"weight": 1.0,
|
||
|
|
"doors": [
|
||
|
|
{ "x": 3, "y": 4, "facing": "S" }
|
||
|
|
],
|
||
|
|
"decos": [
|
||
|
|
{ "x": 4, "y": 1, "deco": "counter" },
|
||
|
|
{ "x": 4, "y": 2, "deco": "counter" },
|
||
|
|
{ "x": 1, "y": 1, "deco": "sign" }
|
||
|
|
],
|
||
|
|
"roles": [
|
||
|
|
{ "tag": "shopkeeper", "spawn_at": [4, 3] }
|
||
|
|
]
|
||
|
|
}
|