266 lines
4.9 KiB
JSON
266 lines
4.9 KiB
JSON
{
|
|
"locations": [
|
|
{
|
|
"id": "FRP",
|
|
"name": "The freight platform",
|
|
"objects": [
|
|
{
|
|
"id": "CRATE",
|
|
"count": 5
|
|
},
|
|
{
|
|
"id": "CRATE_2",
|
|
"count": 17
|
|
},
|
|
{
|
|
"id": "CANNISTER",
|
|
"count": 3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "WTR",
|
|
"name": "The waiting room",
|
|
"objects": [
|
|
{
|
|
"id": "BENCH",
|
|
"count": 3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "PSP",
|
|
"name": "The passenger platform",
|
|
"objects": [
|
|
{
|
|
"id": "BENCH",
|
|
"count": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "ENG_L",
|
|
"name": "The lower engine room",
|
|
"objects": [
|
|
{
|
|
"id": "ENGINE",
|
|
"count": 1
|
|
},
|
|
{
|
|
"id": "RACK",
|
|
"count": 2
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "ENT",
|
|
"name": "The entrance hallway",
|
|
"objects": [
|
|
{
|
|
"id": "WARDROBE",
|
|
"count": 2
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "DNH",
|
|
"name": "The dining hall",
|
|
"objects": [
|
|
{
|
|
"id": "TABLE",
|
|
"count": 3
|
|
},
|
|
{
|
|
"id": "CHAIR",
|
|
"count": 24
|
|
},
|
|
{
|
|
"id": "LAMP",
|
|
"count": 6
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "SLN",
|
|
"name": "The outlook salon"
|
|
},
|
|
{
|
|
"id": "GLY",
|
|
"name": "The galley"
|
|
},
|
|
{
|
|
"id": "FST",
|
|
"name": "The food storage"
|
|
},
|
|
{
|
|
"id": "WHL",
|
|
"name": "The wheelhouse"
|
|
},
|
|
{
|
|
"id": "ENG_U",
|
|
"name": "The upper engine room"
|
|
},
|
|
{
|
|
"id": "GHL",
|
|
"name": "The left balloon gangway"
|
|
},
|
|
{
|
|
"id": "GHR",
|
|
"name": "The right balloon gangway"
|
|
},
|
|
{
|
|
"id": "CBG",
|
|
"name": "The cabin gangway"
|
|
},
|
|
{
|
|
"id": "FRC",
|
|
"name": "The freight compartiment"
|
|
},
|
|
{
|
|
"id": "RYL",
|
|
"name": "The royal suite"
|
|
},
|
|
{
|
|
"id": "FCL_1",
|
|
"name": "First class suite 1"
|
|
},
|
|
{
|
|
"id": "FCL_2",
|
|
"name": "First class suite 2"
|
|
},
|
|
{
|
|
"id": "BNK_1",
|
|
"name": "Bunkbed cabin 1"
|
|
},
|
|
{
|
|
"id": "BNK_2",
|
|
"name": "Bunkbed cabin 2"
|
|
},
|
|
{
|
|
"id": "CRW_1",
|
|
"name": "Crew compartiments 1"
|
|
},
|
|
{
|
|
"id": "CRW_2",
|
|
"name": "Crew compartiments 2"
|
|
},
|
|
{
|
|
"id": "STR",
|
|
"name": "Storage closet"
|
|
}
|
|
],
|
|
"connections": [
|
|
{
|
|
"locations": ["PSP", "ENT"],
|
|
"type": "Steel sealed rolling door",
|
|
"blocked": {
|
|
"reason": "The rolling door is closed and sealed shut."
|
|
}
|
|
},
|
|
{
|
|
"locations": ["FRP", "FRC"],
|
|
"type": "Steel sealed rolling door",
|
|
"blocked": {
|
|
"reason": "The rolling door is closed and sealed shut."
|
|
}
|
|
},
|
|
{
|
|
"locations": ["PSP", "FRP"]
|
|
},
|
|
{
|
|
"locations": ["WTR", "PSP"]
|
|
},
|
|
{
|
|
"locations": ["CBG", "ENT"]
|
|
},
|
|
{
|
|
"locations": ["FST", "ENT"],
|
|
"type": "Reinforced door",
|
|
"blocked": {
|
|
"reason": "It's locked.",
|
|
"key": ""
|
|
}
|
|
},
|
|
{
|
|
"locations": ["GLY", "ENT"],
|
|
"type": "Reinforced door"
|
|
},
|
|
{
|
|
"locations": ["DNH", "ENT"],
|
|
"type": "Reinforced door"
|
|
},
|
|
{
|
|
"locations": ["DNH", "SLN"],
|
|
"type": "Stairs"
|
|
},
|
|
{
|
|
"locations": ["WHL", "SLN"],
|
|
"type": "Stairs"
|
|
},
|
|
{
|
|
"locations": ["WHL", "GHR"],
|
|
"type": "Reinforced door"
|
|
},
|
|
{
|
|
"locations": ["WHL", "GHL"],
|
|
"type": "Reinforced door"
|
|
},
|
|
{
|
|
"locations": ["ENG_U", "GHR"]
|
|
},
|
|
{
|
|
"locations": ["ENG_U", "GHL"]
|
|
},
|
|
{
|
|
"locations": ["ENG_U", "ENG_L"],
|
|
"type": "welded steel ladder"
|
|
},
|
|
{
|
|
"locations": ["ENG_L", "FRC"]
|
|
},
|
|
{
|
|
"locations": ["FRC", "CBG"]
|
|
},
|
|
{
|
|
"locations": ["RYL", "CBG"],
|
|
"type": "Reinforced door",
|
|
"blocked": {
|
|
"reason": "It's locked.",
|
|
"key": ""
|
|
}
|
|
},
|
|
{
|
|
"locations": ["FCL_1", "CBG"],
|
|
"type": "Reinforced door"
|
|
},
|
|
{
|
|
"locations": ["FCL_2", "CBG"],
|
|
"type": "Reinforced door"
|
|
},
|
|
{
|
|
"locations": ["BNK_1", "CBG"],
|
|
"type": "Reinforced door"
|
|
},
|
|
{
|
|
"locations": ["BNK_2", "CBG"],
|
|
"type": "Reinforced door"
|
|
},
|
|
{
|
|
"locations": ["CRW_1", "CBG"],
|
|
"type": "Reinforced door"
|
|
},
|
|
{
|
|
"locations": ["CRW_2", "CBG"],
|
|
"type": "Reinforced door"
|
|
},
|
|
{
|
|
"locations": ["STR", "CBG"],
|
|
"type": "Reinforced door",
|
|
"blocked": {
|
|
"reason": "It's locked.",
|
|
"key": ""
|
|
}
|
|
}
|
|
]
|
|
}
|