21 lines
424 B
JSON
21 lines
424 B
JSON
|
|
{
|
||
|
|
"id": "shop_smithy",
|
||
|
|
"name": "Smithy",
|
||
|
|
"category": "shop",
|
||
|
|
"footprint_w_tiles": 6,
|
||
|
|
"footprint_h_tiles": 5,
|
||
|
|
"min_tier_eligible": 3,
|
||
|
|
"weight": 0.7,
|
||
|
|
"doors": [
|
||
|
|
{ "x": 3, "y": 4, "facing": "S" }
|
||
|
|
],
|
||
|
|
"decos": [
|
||
|
|
{ "x": 1, "y": 1, "deco": "hearth" },
|
||
|
|
{ "x": 2, "y": 1, "deco": "hearth" },
|
||
|
|
{ "x": 4, "y": 1, "deco": "counter" }
|
||
|
|
],
|
||
|
|
"roles": [
|
||
|
|
{ "tag": "smith", "spawn_at": [4, 3] }
|
||
|
|
]
|
||
|
|
}
|