23 lines
547 B
JSON
23 lines
547 B
JSON
|
|
{
|
||
|
|
"id": "magistrate",
|
||
|
|
"name": "Magistrate's Hall",
|
||
|
|
"category": "civic",
|
||
|
|
"footprint_w_tiles": 8,
|
||
|
|
"footprint_h_tiles": 7,
|
||
|
|
"min_tier_eligible": 2,
|
||
|
|
"weight": 0.3,
|
||
|
|
"doors": [
|
||
|
|
{ "x": 4, "y": 6, "facing": "S" }
|
||
|
|
],
|
||
|
|
"decos": [
|
||
|
|
{ "x": 4, "y": 1, "deco": "counter" },
|
||
|
|
{ "x": 3, "y": 1, "deco": "counter" },
|
||
|
|
{ "x": 1, "y": 5, "deco": "hearth" },
|
||
|
|
{ "x": 6, "y": 5, "deco": "sign" }
|
||
|
|
],
|
||
|
|
"roles": [
|
||
|
|
{ "tag": "magistrate", "spawn_at": [4, 2] },
|
||
|
|
{ "tag": "constable", "spawn_at": [2, 4], "optional": true }
|
||
|
|
]
|
||
|
|
}
|