35 lines
779 B
JSON
35 lines
779 B
JSON
|
|
{
|
||
|
|
"id": "imperium.pillar_room_cardinal",
|
||
|
|
"name": "Pillared Antechamber",
|
||
|
|
"type": "imperium",
|
||
|
|
"built_by": "imperium",
|
||
|
|
"size_class": "medium",
|
||
|
|
"roles_eligible": ["transit", "loot"],
|
||
|
|
"footprint_w_tiles": 10,
|
||
|
|
"footprint_h_tiles": 8,
|
||
|
|
"grid": [
|
||
|
|
"##########",
|
||
|
|
"#........#",
|
||
|
|
"#.P....P.#",
|
||
|
|
"D........D",
|
||
|
|
"#...C....#",
|
||
|
|
"#.P....P.#",
|
||
|
|
"#........#",
|
||
|
|
"##########"
|
||
|
|
],
|
||
|
|
"doors": [
|
||
|
|
{ "x": 0, "y": 3, "facing": "W" },
|
||
|
|
{ "x": 9, "y": 3, "facing": "E" }
|
||
|
|
],
|
||
|
|
"container_slots": [
|
||
|
|
{ "x": 4, "y": 4, "loot_table_band": "t2" }
|
||
|
|
],
|
||
|
|
"decos": [
|
||
|
|
{ "x": 2, "y": 2, "deco": "pillar" },
|
||
|
|
{ "x": 7, "y": 2, "deco": "pillar" },
|
||
|
|
{ "x": 2, "y": 5, "deco": "pillar" },
|
||
|
|
{ "x": 7, "y": 5, "deco": "pillar" }
|
||
|
|
],
|
||
|
|
"weight": 1.0
|
||
|
|
}
|