{
  "schemaVersion": "adventure-draft/v1",
  "sourceAdventureId": "orbiting-buffet-audit",
  "characters": [
    {
      "id": "ambassador-crumb",
      "name": "Ambassador Crumb",
      "role": "Chief Diplomat",
      "motivation": "Ensure the lunch summit succeeds to finalize a crucial trade agreement.",
      "visibility": {
        "kind": "public"
      }
    },
    {
      "id": "auditor-zeg",
      "name": "Auditor Zeg",
      "role": "Gravity Safety Inspector",
      "motivation": "He needs to justify his department's budget by finding a flaw, but secretly hopes the station is safe because he's a foodie.",
      "visibility": {
        "kind": "public"
      }
    },
    {
      "id": "chef-bot-5",
      "name": "Chef Bot 5",
      "role": "Automated Buffet Server",
      "motivation": "Serve flawless meals despite its malfunctioning gravity compensator, which causes slapstick food incidents.",
      "visibility": {
        "kind": "public"
      }
    }
  ],
  "storyFacts": [
    {
      "id": "grav-hiccup",
      "statement": "The station's gravity generator occasionally causes items to float briefly.",
      "visibility": {
        "kind": "public"
      }
    },
    {
      "id": "complaint-contradiction",
      "statement": "An anonymous complaint alleges the buffet is both dangerously heavy and dangerously light at the same time.",
      "visibility": {
        "kind": "public"
      }
    },
    {
      "id": "audit-required",
      "statement": "A passing gravity audit is mandatory for the station's safety certification before the summit can dock.",
      "visibility": {
        "kind": "public"
      }
    },
    {
      "id": "summit-schedule",
      "statement": "The diplomatic lunch summit will dock in 60 minutes and cannot be delayed.",
      "visibility": {
        "kind": "public"
      }
    }
  ],
  "clocks": [
    {
      "id": "audit-pressure",
      "label": "Audit Pressure",
      "segments": 4,
      "initialValue": 0,
      "advanceSignals": [
        "food-glitch",
        "grav-spike",
        "complaint-mention"
      ],
      "whenFull": "The gravity audit officially fails, the station is shut down, and the summit is canceled."
    }
  ],
  "scenes": [
    {
      "id": "buffet-reception",
      "kind": "opening",
      "title": "Welcome to the Orbiting Buffet",
      "summary": "The players arrive at the diplomatic snack station just as Gravity Inspector Zeg begins his investigation. Ambassador Crumb outlines the contradictory complaint and stresses that the audit must be passed before the lunch summit docks.",
      "locationId": "orbital-buffet-hall",
      "participantIds": [
        "ambassador-crumb",
        "auditor-zeg",
        "chef-bot-5"
      ],
      "requiredFactIds": [
        "complaint-contradiction",
        "audit-required"
      ],
      "exits": [
        {
          "id": "smooth-start",
          "outcome": "success",
          "when": "The buffet operates normally during Zeg’s initial scan.",
          "nextSceneId": "chaotic-inspection",
          "consequences": [
            "Zeg remains skeptical but agrees to proceed with the full inspection."
          ]
        },
        {
          "id": "frosting-face",
          "outcome": "failure",
          "failForward": true,
          "when": "A gravity hiccup launches a tray of cupcakes onto Zeg’s face.",
          "nextSceneId": "chaotic-inspection",
          "consequences": [
            "Zeg laughs through the frosting, adds an incident note, and his mood unexpectedly lightens."
          ]
        }
      ]
    },
    {
      "id": "chaotic-inspection",
      "kind": "challenge",
      "title": "The Contradictory Complaint",
      "summary": "During gravity calibration, the contradictory complaint surfaces fully. Zeg demands proof that the buffet is neither too heavy nor too light while the field glitches unpredictably, sending trays adrift and forcing the players to balance physics and bureaucracy.",
      "locationId": "grav-lab",
      "participantIds": [
        "ambassador-crumb",
        "auditor-zeg",
        "chef-bot-5"
      ],
      "requiredFactIds": [
        "grav-hiccup"
      ],
      "exits": [
        {
          "id": "stabilize-grav",
          "outcome": "success",
          "when": "The players stabilize the gravity field and demonstrate that the contradictory complaint is physically impossible, satisfying Zeg.",
          "nextSceneId": "summit-preparations",
          "consequences": [
            "Zeg is impressed and prepares a final practical test while the summit ship begins docking procedures."
          ]
        }
      ]
    },
    {
      "id": "summit-preparations",
      "kind": "finale",
      "title": "Final Countdown to Summit",
      "summary": "The summit ship is minutes from docking. Zeg demands one final live demonstration: the buffet must flawlessly serve a full diplomatic meal under controlled gravity. However, a rival diplomat's sabotage drone threatens to ruin the test and the audit.",
      "locationId": "docking-hub",
      "participantIds": [
        "ambassador-crumb",
        "auditor-zeg",
        "chef-bot-5"
      ],
      "requiredFactIds": [
        "audit-required",
        "summit-schedule"
      ],
      "exits": [
        {
          "id": "sabotage-thwarted",
          "outcome": "success",
          "when": "The drone is disabled and the meal is served without a single spill.",
          "endingId": "summit-on-schedule",
          "consequences": [
            "Zeg signs the approval, the lunch summit begins, and the rival's scheme is exposed as frivolous."
          ]
        },
        {
          "id": "food-fight-finale",
          "outcome": "failure",
          "failForward": true,
          "when": "The drone triggers a glorious food fight, but Zeg uncovers the rival's interference during the chaos.",
          "endingId": "breakthrough-complaint",
          "consequences": [
            "The audit formally fails due to the mess, but the exposed sabotage turns the rival into a diplomatic pariah, forging unexpected unity."
          ]
        }
      ]
    }
  ],
  "endings": [
    {
      "id": "summit-on-schedule",
      "label": "Summit on Schedule",
      "summary": "The gravity audit is passed, the contradictory complaint is dismissed, and the diplomatic lunch summit proceeds smoothly, strengthening interstellar relations."
    },
    {
      "id": "breakthrough-complaint",
      "label": "Breakthrough Complaint",
      "summary": "Though the station fails the audit on a technicality, the revealed sabotage backfires spectacularly, uniting the delegates against the saboteur and creating an unexpected bond."
    }
  ],
  "improvisation": {
    "allowed": [
      "social problem-solving",
      "slapstick without humiliation",
      "bureaucratic absurdity"
    ],
    "prohibitedAdditions": [
      "graphic violence",
      "sexual content",
      "borrowed IP",
      "NEVER_INCLUDE_SENTINEL_9J7K"
    ]
  }
}