{
  "schemaVersion": "adventure-draft/v1",
  "sourceAdventureId": "orbiting-buffet-audit",
  "characters": [
    {
      "id": "auditor",
      "name": "Auditor Vex",
      "role": "Galactic Food Safety Bureau Inspector",
      "motivation": "Exploit impossible gravity regulations to delay the summit and embarrass the station.",
      "visibility": {
        "kind": "gm"
      }
    },
    {
      "id": "chef",
      "name": "Chef Byte",
      "role": "Station Buffet AI",
      "motivation": "Protect the buffet's reputation and ensure every guest enjoys a perfectly plated meal.",
      "visibility": {
        "kind": "public"
      }
    },
    {
      "id": "aide",
      "name": "Aide Lumen Pin",
      "role": "Diplomatic Attaché",
      "motivation": "Keep the lunch summit on schedule to secure a vital trade agreement, avoiding scandal.",
      "visibility": {
        "kind": "public"
      }
    }
  ],
  "storyFacts": [
    {
      "id": "dual-gravity-zones",
      "statement": "Gastronomica-7 has two gravity zones: Zone A (standard) and Zone B (microgravity for fun dining).",
      "visibility": {
        "kind": "public"
      }
    },
    {
      "id": "floating-food-complaint",
      "statement": "An official complaint states that food items dangerously float in Zone B, violating Section 12-Gal.4 of the Snack Safety Code.",
      "visibility": {
        "kind": "public"
      }
    },
    {
      "id": "gravity-sabotage",
      "statement": "The Zone B gravity generator was deliberately reprogrammed to fluctuate, creating the floating hazard.",
      "visibility": {
        "kind": "gm"
      }
    }
  ],
  "clocks": [
    {
      "id": "summit-impatience",
      "label": "Summit Impatience",
      "segments": 4,
      "initialValue": 0,
      "advanceSignals": [
        "first-delay",
        "aide-warning",
        "summit-call",
        "ultimatum"
      ],
      "whenFull": "The summit delegation refuses to dock, causing a diplomatic incident and cold buffet."
    }
  ],
  "scenes": [
    {
      "id": "opening-welcome",
      "kind": "opening",
      "title": "Welcome to Gastronomica-7",
      "summary": "Players arrive at the orbital buffet station and are greeted by Auditor Vex, who immediately cites the floating-food complaint. Chef Byte insists the food is perfectly safe and accuses the auditor of sabotage. Aide Lumen pleads for a quick resolution to avoid summit delays.",
      "locationId": "station-docking-bay",
      "participantIds": [
        "auditor",
        "chef",
        "aide"
      ],
      "requiredFactIds": [
        "dual-gravity-zones",
        "floating-food-complaint"
      ],
      "exits": [
        {
          "id": "begin-audit",
          "outcome": "success",
          "when": "The players agree to investigate the gravity issue and accompany the auditor to Zone B.",
          "nextSceneId": "gravity-shuffle",
          "consequences": [
            "Auditor Vex insists on witnessing the tests.",
            "Chef Byte provides snack samples."
          ]
        }
      ]
    },
    {
      "id": "gravity-shuffle",
      "kind": "challenge",
      "title": "Gravity Calibration Shuffle",
      "summary": "In Zone B, players must diagnose the fluctuating gravity while filling absurd paperwork demanded by Vex. They can attempt to stabilize the generator or uncover the sabotage.",
      "locationId": "zone-b-dining",
      "participantIds": [
        "auditor",
        "chef",
        "aide"
      ],
      "requiredFactIds": [],
      "exits": [
        {
          "id": "solution-found",
          "outcome": "success",
          "when": "The players either recalibrate the gravity or gather evidence of sabotage while the forms are completed.",
          "nextSceneId": "final-lunch",
          "consequences": [
            "The gravity stabilizes.",
            "Auditor Vex looks nervous."
          ]
        }
      ]
    },
    {
      "id": "final-lunch",
      "kind": "finale",
      "title": "The Last Lunch",
      "summary": "Back at the docking bay, the summit delegation is about to arrive. Players must present their findings to the summit liaison and either prove the buffet safe or expose the saboteur. Aide Lumen makes one final plea for timeliness.",
      "locationId": "station-docking-bay",
      "participantIds": [
        "aide",
        "auditor",
        "chef"
      ],
      "requiredFactIds": [],
      "exits": [
        {
          "id": "buffet-approved",
          "outcome": "success",
          "when": "The players convince the liaison that the buffet is safe and compliant, with Vex's sabotage exposed.",
          "endingId": "smooth-sailing",
          "consequences": [
            "The summit delegation docks happily.",
            "Auditor Vex is arrested for sabotage."
          ]
        },
        {
          "id": "time-up",
          "outcome": "failure",
          "when": "The clock runs out or players fail to provide sufficient proof; the summit delegation refuses to dock.",
          "endingId": "cold-cuts",
          "consequences": [
            "Summit is cancelled, but Vex's plot is partially exposed.",
            "Diplomatic relations survive thanks to Aide Lumen's quick thinking."
          ],
          "failForward": true
        }
      ]
    }
  ],
  "endings": [
    {
      "id": "smooth-sailing",
      "label": "Smooth Sailing Snacks",
      "summary": "The buffet passes inspection, the summit proceeds with delightful microgravity dining, and the diplomatic talks succeed. Chef Byte becomes a hero."
    },
    {
      "id": "cold-cuts",
      "label": "Cold Cuts and Cold Feet",
      "summary": "The summit cancels the meal, but the exposure of sabotage leads to reforms in the audit process. The diplomats reschedule for snacks next week, and Aide Lumen gains a promotion for salvaging relations."
    }
  ],
  "improvisation": {
    "allowed": [
      "social-problem-solving",
      "slapstick-without-humiliation",
      "bureaucratic-absurdity",
      "hopeful-resolution"
    ],
    "prohibitedAdditions": [
      "graphic-violence",
      "sexual-content",
      "borrowed-ip",
      "NEVER_INCLUDE_SENTINEL_9J7K"
    ]
  }
}