{
  "schemaVersion": "adventure-draft/v1",
  "sourceAdventureId": "orbiting-buffet-audit",
  "characters": [
    {
      "id": "inspector-zix",
      "name": "Inspector Zix",
      "role": "Galactic Safety Inspector",
      "motivation": "Complete the audit before the summit docks to avoid a diplomatic catastrophe.",
      "visibility": {
        "kind": "public"
      }
    },
    {
      "id": "manager-blorp",
      "name": "Manager Blorp",
      "role": "Station Chief",
      "motivation": "Keep the buffet operational and avoid fines or humiliation.",
      "visibility": {
        "kind": "public"
      }
    }
  ],
  "storyFacts": [
    {
      "id": "fact-contradictory",
      "statement": "A formal complaint about the buffet's safety contains conflicting claims: it cites both 'zero-G drift' and 'excessive gravity anchoring' as hazards.",
      "visibility": {
        "kind": "public"
      }
    },
    {
      "id": "fact-gravity",
      "statement": "The station's artificial gravity generators are calibrated to a steady 0.38 G, as logged in the maintenance records.",
      "visibility": {
        "kind": "public"
      }
    },
    {
      "id": "fact-schedule",
      "statement": "The lunch summit is scheduled to dock within the hour.",
      "visibility": {
        "kind": "public"
      }
    }
  ],
  "clocks": [
    {
      "id": "audit-clock",
      "label": "Audit Deadline",
      "segments": 3,
      "initialValue": 0,
      "advanceSignals": [
        "audit-30m",
        "audit-10m",
        "audit-dock"
      ],
      "whenFull": "The lunch summit docks and the automated auditor flags the buffet as unsafe."
    }
  ],
  "scenes": [
    {
      "id": "control-room",
      "kind": "opening",
      "title": "Control Room Briefing",
      "summary": "Inspector Zix briefs the crew about the contradictory complaint and the gravity audit. The station manager nervously explains the buffet's safety features.",
      "locationId": "control-room",
      "participantIds": [
        "inspector-zix",
        "manager-blorp"
      ],
      "requiredFactIds": [
        "fact-contradictory",
        "fact-gravity"
      ],
      "exits": [
        {
          "id": "proceed-to-buffet",
          "outcome": "success",
          "when": "Crew agrees to inspect the buffet deck",
          "nextSceneId": "buffet-deck",
          "consequences": [
            "Inspector Zix remains skeptical but follows."
          ]
        }
      ]
    },
    {
      "id": "buffet-deck",
      "kind": "challenge",
      "title": "Buffet Deck Inspection",
      "summary": "The crew must demonstrate that the buffet remains safe under gravity, while dodging malfunctions like an overenthusiastic condiment dispenser and a rogue dessert tray.",
      "locationId": "buffet-deck",
      "participantIds": [
        "inspector-zix",
        "manager-blorp"
      ],
      "requiredFactIds": [
        "fact-contradictory",
        "fact-gravity"
      ],
      "exits": [
        {
          "id": "prove-safe",
          "outcome": "success",
          "when": "Crew proves gravity is stable and that the complaint is contradictory",
          "nextSceneId": "docking-bay",
          "consequences": [
            "Inspector Zix updates the audit log favorably."
          ]
        },
        {
          "id": "mishap-fails",
          "outcome": "failure",
          "failForward": true,
          "when": "Crew fails to convince inspector or a slapstick accident undermines confidence",
          "nextSceneId": "docking-bay",
          "consequences": [
            "Inspector Zix records a provisional failure, but agrees to a final hearing."
          ]
        }
      ]
    },
    {
      "id": "docking-bay",
      "kind": "finale",
      "title": "Docking Bay Summit",
      "summary": "The lunch summit shuttle approaches. The crew must present their final case to Inspector Zix and the arriving diplomats before the automated audit concludes.",
      "locationId": "docking-bay",
      "participantIds": [
        "inspector-zix",
        "manager-blorp"
      ],
      "requiredFactIds": [
        "fact-contradictory",
        "fact-gravity"
      ],
      "exits": [
        {
          "id": "convince-success",
          "outcome": "success",
          "when": "Crew makes a compelling argument that shames the complaint author and assures diplomats",
          "endingId": "gravity-success",
          "consequences": [
            "Audit passes, complaint deemed frivolous."
          ]
        },
        {
          "id": "audit-fails-final",
          "outcome": "failure",
          "failForward": true,
          "when": "Crew cannot overcome bureaucratic doubt or clock runs out",
          "endingId": "floating-feast",
          "consequences": [
            "The audit fails, but the diplomats are charmed by the crew's earnestness."
          ]
        }
      ]
    }
  ],
  "endings": [
    {
      "id": "gravity-success",
      "label": "Summit Served with Gravity",
      "summary": "The buffet passes inspection. The contradictory complaint is exposed as a rival station's prank. The lunch summit proceeds with delicious, anchored canapés, and the station earns a commendation."
    },
    {
      "id": "floating-feast",
      "label": "Floating Feast",
      "summary": "The audit fails, but the diplomats still dine. The crew's good humor wins them over, and the complaint is later rescinded after a viral holo-vid of the mishap. The station becomes a beloved diplomatic oddity."
    }
  ],
  "improvisation": {
    "allowed": [
      "social problem-solving",
      "slapstick without humiliation"
    ],
    "prohibitedAdditions": [
      "graphic violence",
      "sexual content",
      "borrowed IP",
      "NEVER_INCLUDE_SENTINEL_9J7K"
    ]
  }
}