✓ 10 procedural SFX via Web Audio API — zero asset files
SFX inventory — SoundManager.js
playBossEntry — 38→110 Hz freq sweep
playBossHit — descending blip
playBossKill — C5→E6 arpeggio
playWaveIntro — boss drone / normal pulse
playBreach — triple alarm (game over)
playRespawn — G4→C5→G5 rise
playMilestone — minor pentatonic fanfare
playSpinTick — reel click (80ms interval)
playCardReveal — upgrade land tone
playPause — soft descend beep
Fable 5 Story Bible · Delivered + Integrated
Complete
✓ Wave intro lines 51–100 — in WAVE_INTRO_LINES
✓ Pilot dossiers — LODESTAR / BULWARK / AUDIT in characters.js
✓ TIDE-01 "SOUNDING" → TIDE-12 "ANTECEDENT" in config.js
✓ Milestone speeches 25/50/100/250/500/1000 — on intro cards
Original handoff prompt (archived)
You are the narrative writer for VOID TIDE, a retro space shooter
(Space Invaders tone, Phaser 3, endless wave ladder). The AI mascot
is The Warden — a sentinel who briefs pilots before each wave.
VOICE: Terse. Military. Urgent. Short clipped sentences. No metaphors.
Think mission briefing, not poetry.
EXISTING LINES — match this tone exactly:
Wave 1: "Orbital sensors confirm contacts. This is not a drill."
Wave 12: "This is what holds the rift open. Kill it and it closes."
Wave 25: "Wave 25. You should be dead. Keep going."
Wave 40: "Wave 40. You've outlived every model the Void built."
DELIVER FOUR THINGS — paste-ready JavaScript format:
━━━ 1. WAVE_INTRO_LINES — waves 51 through 100 ━━━━━━━━━━━━━━━━━━━━
Format:
51: "line text",
52: "line text",
...
100: "line text",
Rules: The Warden speaks directly to the pilot. Build cumulative dread
+ reluctant respect. Reference: the rift widening, the Void learning
the pilot, The Warden's growing alarm at what the pilot has become.
━━━ 2. PILOT DOSSIERS — 3 files (~90 words each) ━━━━━━━━━━━━━━━━━━━
Pilots:
Vega — balanced, agile instincts
Frank — tanky brawler, deliberate under fire
Ms. Rivera — skill maximizer, lighter loadout, highest brag mult
Mission-file format per pilot:
NAME · DESIGNATION · SHIP CLASS
TACTICAL PROFILE
KNOWN TENDENCIES
WARDEN ASSESSMENT
━━━ 3. BOSS DESIGNATIONS — TIDE-01 through TIDE-12 ━━━━━━━━━━━━━━━━━
Bosses appear at waves 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48.
Format: ['TIDE-01', 'TIDE-02', ... 'TIDE-12']
Escalation: early = probes, middle = commanders,
late = things without human names.
━━━ 4. MILESTONE_LINES — waves 25, 50, 100, 250, 500, 1000 ━━━━━━━━━
Format: { 25: "text", 50: "text", 100: "text",
250: "text", 500: "text", 1000: "text" }
Tone: The Warden acknowledges something unprecedented has happened.
Reluctant respect. Growing alarm at what the pilot represents.