33 lines
878 B
JSON
33 lines
878 B
JSON
|
|
{
|
||
|
|
"id": "imperium.sarcophagus_chamber",
|
||
|
|
"name": "Sarcophagus Chamber",
|
||
|
|
"type": "imperium",
|
||
|
|
"built_by": "imperium",
|
||
|
|
"size_class": "medium",
|
||
|
|
"roles_eligible": ["transit", "loot"],
|
||
|
|
"footprint_w_tiles": 10,
|
||
|
|
"footprint_h_tiles": 8,
|
||
|
|
"grid": [
|
||
|
|
"##########",
|
||
|
|
"#........#",
|
||
|
|
"#..@..@..#",
|
||
|
|
"D........#",
|
||
|
|
"#...C....#",
|
||
|
|
"#........#",
|
||
|
|
"#........#",
|
||
|
|
"##########"
|
||
|
|
],
|
||
|
|
"doors": [
|
||
|
|
{ "x": 0, "y": 3, "facing": "W" }
|
||
|
|
],
|
||
|
|
"encounter_slots": [
|
||
|
|
{ "x": 3, "y": 2, "kind": "PoiGuard", "weight": 1.0 },
|
||
|
|
{ "x": 6, "y": 2, "kind": "PoiGuard", "weight": 1.0 }
|
||
|
|
],
|
||
|
|
"container_slots": [
|
||
|
|
{ "x": 4, "y": 4, "loot_table_band": "t2", "locked": true, "lock": "medium" }
|
||
|
|
],
|
||
|
|
"narrative_text": "Two stone sarcophagi flank a third, larger one in the center. The lid of the central tomb has been pried open from within.",
|
||
|
|
"weight": 1.0
|
||
|
|
}
|