Files
TheriapolisV3/Content/Data/building_templates/inn_small.json
T

22 lines
464 B
JSON
Raw Normal View History

{
"id": "inn_small",
"name": "Small Inn",
"category": "inn",
"footprint_w_tiles": 8,
"footprint_h_tiles": 6,
"min_tier_eligible": 4,
"weight": 1.0,
"doors": [
{ "x": 4, "y": 5, "facing": "S" }
],
"decos": [
{ "x": 1, "y": 1, "deco": "hearth" },
{ "x": 6, "y": 1, "deco": "counter" },
{ "x": 2, "y": 4, "deco": "bed" },
{ "x": 5, "y": 4, "deco": "bed" }
],
"roles": [
{ "tag": "innkeeper", "spawn_at": [6, 2] }
]
}