29 lines
628 B
JSON
29 lines
628 B
JSON
|
|
{
|
||
|
|
"id": "mine.tunnel_T",
|
||
|
|
"name": "Tunnel T-Junction",
|
||
|
|
"type": "mine",
|
||
|
|
"built_by": "none",
|
||
|
|
"size_class": "small",
|
||
|
|
"roles_eligible": ["transit"],
|
||
|
|
"footprint_w_tiles": 10,
|
||
|
|
"footprint_h_tiles": 6,
|
||
|
|
"grid": [
|
||
|
|
"##########",
|
||
|
|
"#........#",
|
||
|
|
"D........D",
|
||
|
|
"#...@@...#",
|
||
|
|
"#........D",
|
||
|
|
"##########"
|
||
|
|
],
|
||
|
|
"doors": [
|
||
|
|
{ "x": 0, "y": 2, "facing": "W" },
|
||
|
|
{ "x": 9, "y": 2, "facing": "E" },
|
||
|
|
{ "x": 9, "y": 4, "facing": "E" }
|
||
|
|
],
|
||
|
|
"encounter_slots": [
|
||
|
|
{ "x": 4, "y": 3, "kind": "Brigand", "weight": 1.0 },
|
||
|
|
{ "x": 5, "y": 3, "kind": "Brigand", "weight": 1.0 }
|
||
|
|
],
|
||
|
|
"weight": 1.0
|
||
|
|
}
|