{
  "contractVersion": "1.0.0",
  "mapId": "echo-station-service-deck",
  "startNodeId": "orbital-galley",
  "nodes": [
    {
      "id": "orbital-galley",
      "name": "Orbital Galley",
      "regionId": "service-deck",
      "visibility": {
        "kind": "party"
      },
      "tags": [
        "start",
        "kitchen"
      ]
    },
    {
      "id": "service-corridor",
      "name": "Humming Service Corridor",
      "regionId": "service-deck",
      "visibility": {
        "kind": "party"
      },
      "tags": [
        "transit",
        "hazard"
      ]
    },
    {
      "id": "zero-g-pantry",
      "name": "Zero-G Pantry",
      "regionId": "service-deck",
      "visibility": {
        "kind": "branch",
        "branchId": "galley-team"
      },
      "tags": [
        "hidden",
        "objective"
      ]
    },
    {
      "id": "diplomatic-lounge",
      "name": "Diplomatic Lounge",
      "regionId": "guest-deck",
      "visibility": {
        "kind": "party"
      },
      "tags": [
        "finale"
      ]
    }
  ],
  "edges": [
    {
      "id": "galley-corridor",
      "from": "orbital-galley",
      "to": "service-corridor",
      "bidirectional": true,
      "travelCost": 1,
      "blocksLineOfSight": true
    },
    {
      "id": "corridor-pantry",
      "from": "service-corridor",
      "to": "zero-g-pantry",
      "bidirectional": true,
      "travelCost": 1,
      "requiredItemId": "mag-key",
      "blocksLineOfSight": true
    },
    {
      "id": "corridor-lounge",
      "from": "service-corridor",
      "to": "diplomatic-lounge",
      "bidirectional": true,
      "travelCost": 2,
      "blocksLineOfSight": true
    }
  ]
}
