diff --git a/src/inspiration/kings-quest-vi-chart.mmd b/src/inspiration/kings-quest-vi-chart.mmd index ab2e777..220dd58 100644 --- a/src/inspiration/kings-quest-vi-chart.mmd +++ b/src/inspiration/kings-quest-vi-chart.mmd @@ -88,6 +88,10 @@ flowchart TD %% Love Poem (optional) A_SEARCH_BOOKSHELF["A: Search poetry bookshelf"] O_RECEIVE_LOVE_POEM["O: Receive Love Poem"] + + %% Ali's Bookstore - Rare Book trade + A_TRADE_RARE_BOOK_FOR_SPELL["A: Trade Rare Book to Ali"] + O_RECEIVE_SPELL_BOOK["O: Receive Spell Book"] end C1 --> P_PROBLEM_PAWN_SHOP @@ -245,6 +249,8 @@ flowchart TD A_SEARCH_POETRY_SHELF --> O_RECEIVE_LOVE_POEM_IOW O_RECEIVE_DANGLING_PARTICIPLE --> A_TRADE_PARTICIPLE_BOOK A_TRADE_PARTICIPLE_BOOK --> O_RECEIVE_RARE_BOOK + O_RECEIVE_RARE_BOOK --> A_TRADE_RARE_BOOK_FOR_SPELL + A_TRADE_RARE_BOOK_FOR_SPELL --> O_RECEIVE_SPELL_BOOK %% ============================================================================= %% PHASE 4: Isle of the Beast - Initial Visit @@ -421,6 +427,8 @@ flowchart TD A_LIGHT_CAVE["A: Light way with Tinderbox"] O_RECEIVE_PEPPERMINT["O: Receive Peppermint Leaves"] + O_RECEIVE_PEPPERMINT --> A_GIVE_MINT_GENIE + P_PROBLEM_POISON_LADY["Problem: Fake lady offers poison berry"] A_REJECT_POISON["A: Wait/reject fake lady"] O_SURVIVED["O: Survived poison trap"] @@ -604,7 +612,7 @@ flowchart TD P_PROBLEM_ENTER_CASTLE --> A_PAINT_DOOR P_PROBLEM_ENTER_CASTLE --> A_WEAR_DISGUISE - O_RECEIVE_BLACK_FEATHER & O_RECEIVE_SWAMP_OOZE & O_RECEIVE_STYX_WATER & O_RECEIVE_PAINTBRUSH --> A_PAINT_DOOR + O_RECEIVE_BLACK_FEATHER & O_RECEIVE_SWAMP_OOZE & O_RECEIVE_STYX_WATER & O_RECEIVE_PAINTBRUSH & O_RECEIVE_SPELL_BOOK --> A_PAINT_DOOR A_PAINT_DOOR --> A_CAST_PAINT_SPELL A_CAST_PAINT_SPELL --> O_DOOR_APPEARS O_RECEIVE_BEAUTYS_DRESS --> A_WEAR_DISGUISE @@ -715,5 +723,5 @@ flowchart TD %% ============================================================================= class START,END,C1,C2,C3,C4,C5,C6,C7,C8,C9,C10,C_RETURN,UNLOCK_ISLAND_TRAVEL,UNLOCK_GNOME_ACCESS start_end class P_PROBLEM_PAWN_SHOP,P_PROBLEM_NEED_MAP,P_PROBLEM_FERRYMAN,P_PROBLEM_JOLLO,P_PROBLEM_GNOMES,P_PROBLEM_BOILING_POOL,P_PROBLEM_MAZE_L1,P_PROBLEM_DARK_L2,P_PROBLEM_MINOTAUR,P_PROBLEM_ARCHER,P_PROBLEM_ROSE_HEDGE,P_PROBLEM_MEET_BEAST,P_PROBLEM_LOGIC_CLIFFS,P_PROBLEM_DARK_CAVE,P_PROBLEM_POISON_LADY,P_PROBLEM_SPELL_COMPONENTS,P_PROBLEM_DRUIDS,P_PROBLEM_ENTER_ROD,P_PROBLEM_ZOMBIES,P_PROBLEM_GATE,P_PROBLEM_CHARON,P_PROBLEM_STYX,P_PROBLEM_GATE_RIDDLE,P_PROBLEM_DEATH,P_PROBLEM_ENTER_CASTLE,P_PROBLEM_GUARDS,P_PROBLEM_PASSWORD,P_PROBLEM_CASSIMA,P_PROBLEM_VIZIER_CHEST,P_PROBLEM_TREASURY,P_PROBLEM_GENIE,P_PROBLEM_VIZIER problem - class A_MOVE_PLANK,A_EXAMINE_DEBRIS,A_SHOW_RING_TO_GUARDS,A_TALK_TO_PAWN_BROKER,A_TRADE_RING_FOR_MAP,A_TALK_TO_FERRYMAN,A_TALK_TO_JOLLO,A_SHOW_RING_TO_JOLLO,A_SEARCH_BOOKSHELF,A_GIVE_STINKY_FLOWER,A_PLAY_NIGHTINGALE,A_GIVE_MINT,A_GIVE_RABBIT_FOOT,A_USE_INK_ON_SELF,A_READ_BOOK_TO_OYSTER,A_PLAY_FLUTE_FLOWERS,A_PICK_ICEY_LETTUCE,A_PICK_ROTTEN_TOMATO,A_GIVE_ROTTEN_TOMATO,A_GIVE_MILK_TO_PLANT,A_GET_MILK_BOTTLE,A_GET_TEA_CUP,A_PICK_DRINK_ME_POTION,A_TALK_TO_QUEENS,A_PULL_THREAD,A_SEARCH_POETRY_SHELF,A_TRADE_PARTICIPLE_BOOK,A_COOL_POOL,A_GET_BRICK,A_GET_HUNTERS_LAMP,A_GET_DANGLING_PARTICIPLE,A_SOLVE_TILE_PUZZLE,A_NAVIGATE_TO_SKELETON,A_COLLECT_COINS,A_USE_BRICK_TRAP,A_LIGHT_TINDERBOX,A_USE_HOLE_IN_WALL,A_FIND_SHIELD,A_LURE_MINOTAUR,A_USE_SHIELD_STATUE,A_CUT_HEDGE,A_GIVE_WHITE_ROSE,A_GIVE_RING_TO_BEAUTY,A_PLACE_ROSE,A_SOLVE_CLIFF_PUZZLES,A_GET_BLACK_FEATHER,A_GET_STINKY_FLOWER,A_LIGHT_CAVE,A_REJECT_POISON,A_COLLECT_COMPONENTS,A_GET_EMBER,A_GET_HAIR,A_GET_SPOILED_EGG,A_CAST_CHARM_SPELL,A_CAST_RAIN_SPELL,A_WEAR_BEAUTYS_DRESS,A_GET_SCYTHE,A_GET_COAL,A_RIDE_NIGHTMARE,A_AVOID_ZOMBIES,A_TALK_TO_CASSIMA_PARENTS,A_TALK_TO_GHOST_MOTHER,A_GIVE_TICKET,A_PLAY_BONES,A_PAY_CHARON,A_COLLECT_STYX_WATER,A_SEARCH_KNIGHT,A_ANSWER_LOVE,A_SHOW_MIRROR_DEATH,A_PAINT_DOOR,A_CAST_PAINT_SPELL,A_WEAR_DISGUISE,A_DISTRACT_GUARDS,A_TALK_TO_GHOST_BOY,A_GIVE_LAMP_REPLICA,A_FIND_ALI_PASSWORD,A_FIND_ZEBU_PASSWORD,A_GIVE_DAGGER,A_COMBINE_PASSWORD,A_UNLOCK_CHEST,A_OPEN_TREASURY,A_USE_FAKE_LAMP,A_GIVE_MINT_GENIE,A_FIGHT_VIZIER,A_TRADE_COAL_FOR_EGG action - class O_RECEIVE_COPPER_COIN,O_RECEIVE_ROYAL_RING,O_RECEIVE_NIGHTINGALE,O_RECEIVE_MINT,O_RECEIVE_TINDERBOX,O_RECEIVE_FLUTE,O_RECEIVE_PAINTBRUSH,O_RECEIVE_INK,O_RECEIVE_MAGIC_MAP,O_RECEIVE_RABBIT_FOOT,O_RECEIVE_JOLLO_TRUST,O_RECEIVE_LOVE_POEM,O_GNOMES_SMELL_DONE,O_GNOMES_HEARING_DONE,O_GNOMES_TASTE_DONE,O_GNOMES_TOUCH_DONE,O_GNOMES_SIGHT_DONE,O_RECEIVE_PEARL,O_RECEIVE_HOLE_IN_WALL,O_RECEIVE_ICEY_LETTUCE,O_RECEIVE_ROTTEN_TOMATO,O_RECEIVE_SWAMP_OOZE,O_RECEIVE_BABYS_TEARS,O_RECEIVE_MILK,O_RECEIVE_TEA_CUP,O_RECEIVE_DRINK_ME,O_RECEIVE_RED_SCARF,O_RECEIVE_LUMP_OF_COAL,O_RECEIVE_LOVE_WORD,O_RECEIVE_SPIDER_WEB,O_RECEIVE_LOVE_POEM_IOW,O_RECEIVE_RARE_BOOK,O_RECEIVE_BRICK,O_RECEIVE_HUNTERS_LAMP,O_RECEIVE_DANGLING_PARTICIPLE,O_MAZE_PATH_OPEN,O_RECEIVE_SKULL,O_RECEIVE_COINS,O_TRAP_STOPPED,O_CAN_SEE,O_REVEAL_TAPESTRY,O_RECEIVE_SHIELD,O_RECEIVE_DAGGER,O_RECEIVE_SACRED_WATER,O_RECEIVE_ORACLE_VIAL,O_RECEIVE_SCARF_CONV,O_BEAUTY_TRUSTS,O_RECEIVE_BEAUTYS_DRESS,O_RECEIVE_MIRROR,O_RECEIVE_BEASTS_RING,O_RECEIVE_WHITE_ROSE_2,O_RECEIVE_BLACK_FEATHER,O_RECEIVE_STINKY_FLOWER,O_RECEIVE_PEPPERMINT,O_SURVIVED,O_SPELL_READY,O_RECEIVE_EMBER,O_RECEIVE_HAIR,O_RECEIVE_SPOILED_EGG,O_NIGHTMARE_MOUNT,O_RAIN_PROTECTION,O_DRUID_PROTECTION,O_RECEIVE_SCYTHE,O_RECEIVE_COAL_IOM,O_RECEIVE_SULFUR_EGG,O_ZOMBIES_PASSED,O_RECEIVE_TICKET,O_RECEIVE_HANKERCHIEF,O_RECEIVE_SKELETON_KEY,O_FERRY_ACCESS,O_RECEIVE_STYX_WATER,O_RECEIVE_GAUNTLET,O_DOOR_APPEARS,O_CASTLE_ACCESS,O_GUARDS_DISTRACTED,O_RECEIVE_PASSAGE_HINT,O_JOLLO_HELPS,O_PASSWORD_ALI,O_PASSWORD_ZEBU,O_CASSIMA_ARMED,O_RECEIVE_VIZIER_LETTER,O_TREASURY_OPEN,O_GENIE_CONTROLLED,O_GENIE_DRUNK outcome + class A_MOVE_PLANK,A_EXAMINE_DEBRIS,A_SHOW_RING_TO_GUARDS,A_TALK_TO_PAWN_BROKER,A_TRADE_RING_FOR_MAP,A_TALK_TO_FERRYMAN,A_TALK_TO_JOLLO,A_SHOW_RING_TO_JOLLO,A_SEARCH_BOOKSHELF,A_GIVE_STINKY_FLOWER,A_PLAY_NIGHTINGALE,A_GIVE_MINT,A_GIVE_RABBIT_FOOT,A_USE_INK_ON_SELF,A_READ_BOOK_TO_OYSTER,A_PLAY_FLUTE_FLOWERS,A_PICK_ICEY_LETTUCE,A_PICK_ROTTEN_TOMATO,A_GIVE_ROTTEN_TOMATO,A_GIVE_MILK_TO_PLANT,A_GET_MILK_BOTTLE,A_GET_TEA_CUP,A_PICK_DRINK_ME_POTION,A_TALK_TO_QUEENS,A_PULL_THREAD,A_SEARCH_POETRY_SHELF,A_TRADE_PARTICIPLE_BOOK,A_COOL_POOL,A_GET_BRICK,A_GET_HUNTERS_LAMP,A_GET_DANGLING_PARTICIPLE,A_SOLVE_TILE_PUZZLE,A_NAVIGATE_TO_SKELETON,A_COLLECT_COINS,A_USE_BRICK_TRAP,A_LIGHT_TINDERBOX,A_USE_HOLE_IN_WALL,A_FIND_SHIELD,A_LURE_MINOTAUR,A_USE_SHIELD_STATUE,A_CUT_HEDGE,A_GIVE_WHITE_ROSE,A_GIVE_RING_TO_BEAUTY,A_PLACE_ROSE,A_SOLVE_CLIFF_PUZZLES,A_GET_BLACK_FEATHER,A_GET_STINKY_FLOWER,A_LIGHT_CAVE,A_REJECT_POISON,A_COLLECT_COMPONENTS,A_GET_EMBER,A_GET_HAIR,A_GET_SPOILED_EGG,A_CAST_CHARM_SPELL,A_CAST_RAIN_SPELL,A_WEAR_BEAUTYS_DRESS,A_GET_SCYTHE,A_GET_COAL,A_RIDE_NIGHTMARE,A_AVOID_ZOMBIES,A_TALK_TO_CASSIMA_PARENTS,A_TALK_TO_GHOST_MOTHER,A_GIVE_TICKET,A_PLAY_BONES,A_PAY_CHARON,A_COLLECT_STYX_WATER,A_SEARCH_KNIGHT,A_ANSWER_LOVE,A_SHOW_MIRROR_DEATH,A_PAINT_DOOR,A_CAST_PAINT_SPELL,A_WEAR_DISGUISE,A_DISTRACT_GUARDS,A_TALK_TO_GHOST_BOY,A_GIVE_LAMP_REPLICA,A_FIND_ALI_PASSWORD,A_FIND_ZEBU_PASSWORD,A_GIVE_DAGGER,A_COMBINE_PASSWORD,A_UNLOCK_CHEST,A_OPEN_TREASURY,A_USE_FAKE_LAMP,A_GIVE_MINT_GENIE,A_FIGHT_VIZIER,A_TRADE_COAL_FOR_EGG,A_TRADE_RARE_BOOK_FOR_SPELL action + class O_RECEIVE_COPPER_COIN,O_RECEIVE_ROYAL_RING,O_RECEIVE_NIGHTINGALE,O_RECEIVE_MINT,O_RECEIVE_TINDERBOX,O_RECEIVE_FLUTE,O_RECEIVE_PAINTBRUSH,O_RECEIVE_INK,O_RECEIVE_MAGIC_MAP,O_RECEIVE_RABBIT_FOOT,O_RECEIVE_JOLLO_TRUST,O_RECEIVE_LOVE_POEM,O_GNOMES_SMELL_DONE,O_GNOMES_HEARING_DONE,O_GNOMES_TASTE_DONE,O_GNOMES_TOUCH_DONE,O_GNOMES_SIGHT_DONE,O_RECEIVE_PEARL,O_RECEIVE_HOLE_IN_WALL,O_RECEIVE_ICEY_LETTUCE,O_RECEIVE_ROTTEN_TOMATO,O_RECEIVE_SWAMP_OOZE,O_RECEIVE_BABYS_TEARS,O_RECEIVE_MILK,O_RECEIVE_TEA_CUP,O_RECEIVE_DRINK_ME,O_RECEIVE_RED_SCARF,O_RECEIVE_LUMP_OF_COAL,O_RECEIVE_LOVE_WORD,O_RECEIVE_SPIDER_WEB,O_RECEIVE_LOVE_POEM_IOW,O_RECEIVE_RARE_BOOK,O_RECEIVE_BRICK,O_RECEIVE_HUNTERS_LAMP,O_RECEIVE_DANGLING_PARTICIPLE,O_MAZE_PATH_OPEN,O_RECEIVE_SKULL,O_RECEIVE_COINS,O_TRAP_STOPPED,O_CAN_SEE,O_REVEAL_TAPESTRY,O_RECEIVE_SHIELD,O_RECEIVE_DAGGER,O_RECEIVE_SACRED_WATER,O_RECEIVE_ORACLE_VIAL,O_RECEIVE_SCARF_CONV,O_BEAUTY_TRUSTS,O_RECEIVE_BEAUTYS_DRESS,O_RECEIVE_MIRROR,O_RECEIVE_BEASTS_RING,O_RECEIVE_WHITE_ROSE_2,O_RECEIVE_BLACK_FEATHER,O_RECEIVE_STINKY_FLOWER,O_RECEIVE_PEPPERMINT,O_SURVIVED,O_SPELL_READY,O_RECEIVE_EMBER,O_RECEIVE_HAIR,O_RECEIVE_SPOILED_EGG,O_NIGHTMARE_MOUNT,O_RAIN_PROTECTION,O_DRUID_PROTECTION,O_RECEIVE_SCYTHE,O_RECEIVE_COAL_IOM,O_RECEIVE_SULFUR_EGG,O_ZOMBIES_PASSED,O_RECEIVE_TICKET,O_RECEIVE_HANKERCHIEF,O_RECEIVE_SKELETON_KEY,O_FERRY_ACCESS,O_RECEIVE_STYX_WATER,O_RECEIVE_GAUNTLET,O_DOOR_APPEARS,O_CASTLE_ACCESS,O_GUARDS_DISTRACTED,O_RECEIVE_PASSAGE_HINT,O_JOLLO_HELPS,O_PASSWORD_ALI,O_PASSWORD_ZEBU,O_CASSIMA_ARMED,O_RECEIVE_VIZIER_LETTER,O_TREASURY_OPEN,O_GENIE_CONTROLLED,O_GENIE_DRUNK,O_RECEIVE_SPELL_BOOK outcome diff --git a/src/inspiration/kings-quest-vi-chart.svg b/src/inspiration/kings-quest-vi-chart.svg index 3dc4314..98f0864 100644 --- a/src/inspiration/kings-quest-vi-chart.svg +++ b/src/inspiration/kings-quest-vi-chart.svg @@ -1 +1 @@ -Final ConfrontationCastle - Vizier's BedroomCastle - Secret PassageCastle - Basement / CellsCastle Infiltration - Two Paths ConvergeRealm of the Dead - Talking Gate & ThroneRealm of the Dead - River StyxRealm of the Dead - GateRealm of the Dead - PathwayRealm of the Dead - Landing PointIsle of the Mists - DruidsIsle of Sacred Mountain - Winged OnesIsle of Sacred Mountain - Clifftop & CaveIsle of Sacred Mountain - Logic CliffsIsle of the Beast - Beast's DomainIsle of the Beast - Return VisitMinotaur's LairMinotaur's Maze - Level 2 (Dark)Minotaur's Maze - Level 1Isle of the Beast - Initial VisitIsle of Wonder - Point / Book GardenIsle of Wonder - Chessboard LandIsle of Wonder - GardenIsle of Wonder - Beach (independent)Isle of Wonder - Five Senses GnomesIsle of the Crown - VillageIsle of the Crown - Castle EntryIsle of the Crown - BeachSTART: Wake on Isle of the Crown BeachA: Move debris on beachO: Receive Copper CoinA: Examine debris more closelyO: Receive Royal Insignia RingA: Show Royal Ring to guardsConsequence: Meet Vizier, then kicked outProblem: Need items from Pawn ShopA: Talk to Pawn Shop brokerO: Receive Mechanical NightingaleO: Receive MintO: Receive TinderboxO: Receive FluteO: Receive PaintbrushO: Receive Invisible Ink BottleProblem: Cannot travel to other islandsA: Trade Royal Ring for Magic MapO: Receive Magic MapProblem: Need ferry info and itemsA: Talk to Ali the ferrymanO: Receive Rabbit's FootProblem: Need Jollo's help for storyA: Talk to Jollo in BookstoreO: Receive Jollo's trustA: Show Royal Ring to JolloA: Search poetry bookshelfO: Receive Love PoemProblem: Five gnomes block path northA: Give Flower of Stench to Smell gnomeO: Smell gnome satisfiedA: Play Nightingale for Hearing gnomeO: Hearing gnome satisfiedA: Give Mint to Taste gnomeO: Taste gnome satisfiedA: Give Rabbit Foot to Touch gnomeO: Touch gnome satisfiedA: Use Invisible Ink on selfO: Sight gnome satisfiedProblem: Boiling pool blocks crossingO: Receive Flower of StenchA: Read Boring Book to OysterO: Receive PearlPath through gnomes now openA: Play Flute for shy flowersO: Receive Hole-in-the-WallA: Pick Iceberg Lettuce from gardenO: Receive Iceberg LettuceA: Pick up Rotten TomatoO: Receive Rotten TomatoA: Give Rotten Tomato to bump-on-logO: Receive Swamp OozeA: Give Milk to baby's tears plantO: Receive Baby's TearsA: Pick up Milk BottleO: Receive MilkA: Pick up Tea CupO: Receive Tea CupA: Pick up 'Drink Me' PotionO: Receive 'Drink Me' PotionA: Talk to Chessboard queensO: Receive Red ScarfO: Receive Lump of CoalA: Trade coal for sulfur eggA: Pull thread from spider webO: Receive word 'LOVE' (for Gate riddle)O: Receive Spider Web PaperA: Search poetry bookshelfO: Receive Love PoemA: Trade Dangling Participle to bookwormO: Receive Rare BookO: Receive Dangling ParticipleA: Use Iceberg Lettuce on poolPath to north area now openA: Pick up Brick from gardenO: Receive BrickA: Pick up Hunter's LampO: Receive Hunter's LampA: Get Dangling Participle from beachProblem: Navigate maze to find itemsA: Solve tile puzzle (use manual)O: Tile path opensA: Navigate maze to skeleton roomO: Receive SkullA: Collect Dead Man's CoinsO: Receive Dead Man's CoinsA: Use Brick to stop falling ceilingO: Falling ceiling trap stoppedProblem: Cannot see in dark passageA: Light Tinderbox to seeO: Dark passage illuminatedA: Use Hole-in-the-Wall at correct wallO: Minotaur tapestry revealedA: Navigate to find ShieldO: Receive ShieldProblem: Minotaur blocks exitA: Lure Minotaur with Red ScarfO: Receive DaggerO: Receive Sacred WaterO: Receive Oracle VialO: Red Scarf acquired from ChessboardO: Maze navigated, shield foundProblem: Archer statue kills youA: Use Shield to block arrowsSafe passage through archer gateProblem: Rose hedge blocks path to BeastA: Cut hedge with ScythePath to Beast's domain opensO: Receive ScytheProblem: Need to meet BeastA: Give White Rose to BeautyO: Beauty's trust gainedA: Give Beast's Ring to BeautyO: Receive Beauty's DressO: Receive MirrorO: Receive Beast's RingA: Plant White RoseO: Receive White Rose (second)Problem: Copy protection puzzles block summitA: Solve 5 cliff puzzles (manual required)Path to clifftop opensA: Pick up Black FeatherO: Receive Black FeatherA: Pick up Flower of StenchProblem: Dark cave blocks pathA: Light way with TinderboxO: Receive Peppermint LeavesProblem: Fake lady offers poison berryA: Wait/reject fake ladyO: Survived poison trapProblem: Need spell components for Night MareA: Gather Ember, Hair, Spoiled EggO: Charm Creatures spell readyA: Collect Ember from firepitO: Receive EmberA: Get Hair (Beauty's or Cassima's)O: Receive HairA: Get Spoiled EggO: Receive Spoiled EggA: Cast Charm Creatures of Night spellO: Nightmare horse mount availableProblem: Druids will burn you without protectionA: Cast Rain Spell (Baby's Tears + Milk + Hunter's Lamp)O: Rain protection activeA: Wear Beauty's DressO: Survive Druid ceremonyA: Pick up Scythe from villageA: Pick up Coal from firepitO: Receive Coal (from IoM)O: Receive Sulfur EggProblem: Need to reach Land of the DeadA: Ride Nightmare horseArrive at Land of the DeadProblem: Zombies block pathA: Navigate past zombies carefullyO: Zombies avoidedA: Talk to Cassima's parentsO: Receive Ticket to UnderworldA: Talk to Ghost MotherO: Receive HandkerchiefProblem: Need ticket for underworldA: Give ticket to skeleton gatekeeperGate to Styx opensA: Play bone xylophoneO: Receive Skeleton KeyProblem: Need to pay Charon's ferryA: Pay Charon with Dead Man's CoinsO: Ferry access grantedProblem: Need Styx Water for paint spellA: Collect Styx Water with Tea CupO: Receive Styx WaterA: Search dead knightO: Receive GauntletProblem: Gate asks riddleA: Answer 'LOVE' (from spider web)Gate opens to Death's domainProblem: Must make Death cryA: Show Mirror to DeathDeath cries, parents freedReturn to Isle of the Crown BeachProblem: Cannot enter castle normallyA: Paint door (Feather + Ooze + Styx + Paintbrush)A: Cast Magic Paint Spell (with Spellbook)O: Secret door appearsA: Wear Beauty's Dress as disguiseO: Castle access grantedProblem: Guards patrol basementA: Use Nightingale to distract guardsO: Guards distractedA: Talk to Ghost BoyO: Hint about secret armorProblem: Need Jollo's help for best endingA: Give lamp replica to JolloO: Jollo will help in finaleProblem: Need password to proceedA: Eavesdrop to learn 'ALI'A: Spy on Vizier to learn 'ZEBU'O: Password fragment 'ALI'O: Password fragment 'ZEBU'Problem: Cassima needs weaponA: Give Dagger to CassimaO: Cassima has daggerA: Combine 'ALI ZEBU'Problem: Need to open Vizier's chestA: Use Skeleton Key on chestO: Receive Vizier's LetterProblem: Treasury password requiredA: Enter 'ALI ZEBU'O: Treasury opensProblem: Genie attacksA: Use Fake Genie Lamp (from Jollo)O: Genie controlled - BEST ENDINGA: Give Peppermint Leaves to genieO: Genie incapacitated - ALT ENDINGProblem: Vizier fightsA: Fight Vizier with Sword + CassimaEND: Victory - KQVI CompleteA: Show Vizier's Letter to SaladinA: Cassima fights alongside \ No newline at end of file +Final ConfrontationCastle - Vizier's BedroomCastle - Secret PassageCastle - Basement / CellsCastle Infiltration - Two Paths ConvergeRealm of the Dead - Talking Gate & ThroneRealm of the Dead - River StyxRealm of the Dead - GateRealm of the Dead - PathwayRealm of the Dead - Landing PointIsle of the Mists - DruidsIsle of Sacred Mountain - Winged OnesIsle of Sacred Mountain - Clifftop & CaveIsle of Sacred Mountain - Logic CliffsIsle of the Beast - Beast's DomainIsle of the Beast - Return VisitMinotaur's LairMinotaur's Maze - Level 2 (Dark)Minotaur's Maze - Level 1Isle of the Beast - Initial VisitIsle of Wonder - Point / Book GardenIsle of Wonder - Chessboard LandIsle of Wonder - GardenIsle of Wonder - Beach (independent)Isle of Wonder - Five Senses GnomesIsle of the Crown - VillageIsle of the Crown - Castle EntryIsle of the Crown - BeachSTART: Wake on Isle of the Crown BeachA: Move debris on beachO: Receive Copper CoinA: Examine debris more closelyO: Receive Royal Insignia RingA: Show Royal Ring to guardsConsequence: Meet Vizier, then kicked outProblem: Need items from Pawn ShopA: Talk to Pawn Shop brokerO: Receive Mechanical NightingaleO: Receive MintO: Receive TinderboxO: Receive FluteO: Receive PaintbrushO: Receive Invisible Ink BottleProblem: Cannot travel to other islandsA: Trade Royal Ring for Magic MapO: Receive Magic MapProblem: Need ferry info and itemsA: Talk to Ali the ferrymanO: Receive Rabbit's FootProblem: Need Jollo's help for storyA: Talk to Jollo in BookstoreO: Receive Jollo's trustA: Show Royal Ring to JolloA: Search poetry bookshelfO: Receive Love PoemA: Trade Rare Book to AliO: Receive Spell BookProblem: Five gnomes block path northA: Give Flower of Stench to Smell gnomeO: Smell gnome satisfiedA: Play Nightingale for Hearing gnomeO: Hearing gnome satisfiedA: Give Mint to Taste gnomeO: Taste gnome satisfiedA: Give Rabbit Foot to Touch gnomeO: Touch gnome satisfiedA: Use Invisible Ink on selfO: Sight gnome satisfiedUNLOCK: Island TravelProblem: Boiling pool blocks crossingProblem: Copy protection puzzles block summitUNLOCK: Gnome AccessO: Receive Flower of StenchA: Read Boring Book to OysterO: Receive PearlPath through gnomes now openA: Play Flute for shy flowersO: Receive Hole-in-the-WallA: Pick Iceberg Lettuce from gardenO: Receive Iceberg LettuceA: Pick up Rotten TomatoO: Receive Rotten TomatoA: Give Rotten Tomato to bump-on-logO: Receive Swamp OozeA: Give Milk to baby's tears plantO: Receive Baby's TearsA: Pick up Milk BottleO: Receive MilkA: Pick up Tea CupO: Receive Tea CupA: Pick up 'Drink Me' PotionO: Receive 'Drink Me' PotionA: Talk to Chessboard queensO: Receive Red ScarfO: Receive Lump of CoalA: Trade coal for sulfur eggA: Pull thread from spider webO: Receive word 'LOVE' (for Gate riddle)O: Receive Spider Web PaperA: Search poetry bookshelfO: Receive Love PoemA: Trade Dangling Participle to bookwormO: Receive Rare BookO: Receive Dangling ParticipleA: Use Iceberg Lettuce on poolPath to north area now openA: Pick up Brick from gardenO: Receive BrickA: Pick up Hunter's LampO: Receive Hunter's LampA: Get Dangling Participle from beachProblem: Navigate maze to find itemsA: Solve tile puzzle (use manual)O: Tile path opensA: Navigate maze to skeleton roomO: Receive SkullA: Collect Dead Man's CoinsO: Receive Dead Man's CoinsA: Use Brick to stop falling ceilingO: Falling ceiling trap stoppedProblem: Cannot see in dark passageA: Light Tinderbox to seeO: Dark passage illuminatedA: Use Hole-in-the-Wall at correct wallO: Minotaur tapestry revealedA: Navigate to find ShieldO: Receive ShieldProblem: Minotaur blocks exitA: Lure Minotaur with Red ScarfO: Receive DaggerO: Receive Sacred WaterO: Receive Oracle VialO: Red Scarf acquired from ChessboardO: Maze navigated, shield foundProblem: Archer statue kills youA: Use Shield to block arrowsSafe passage through archer gateProblem: Rose hedge blocks path to BeastA: Cut hedge with ScythePath to Beast's domain opensO: Receive ScytheProblem: Need to meet BeastA: Give White Rose to BeautyO: Beauty's trust gainedA: Give Beast's Ring to BeautyO: Receive Beauty's DressO: Receive MirrorO: Receive Beast's RingA: Plant White RoseO: Receive White Rose (second)A: Solve 5 cliff puzzles (manual required)Path to clifftop opensA: Pick up Black FeatherO: Receive Black FeatherA: Pick up Flower of StenchProblem: Dark cave blocks pathA: Light way with TinderboxO: Receive Peppermint LeavesA: Give Peppermint Leaves to genieProblem: Fake lady offers poison berryA: Wait/reject fake ladyO: Survived poison trapProblem: Need spell components for Night MareA: Gather Ember, Hair, Spoiled EggO: Charm Creatures spell readyA: Collect Ember from firepitO: Receive EmberA: Get Hair (Beauty's or Cassima's)O: Receive HairA: Get Spoiled EggO: Receive Spoiled EggA: Cast Charm Creatures of Night spellO: Nightmare horse mount availableProblem: Druids will burn you without protectionA: Cast Rain Spell (Baby's Tears + Milk + Hunter's Lamp)O: Rain protection activeA: Wear Beauty's DressO: Survive Druid ceremonyA: Pick up Scythe from villageA: Pick up Coal from firepitO: Receive Coal (from IoM)O: Receive Sulfur EggProblem: Need to reach Land of the DeadA: Ride Nightmare horseArrive at Land of the DeadProblem: Zombies block pathA: Navigate past zombies carefullyO: Zombies avoidedA: Talk to Cassima's parentsO: Receive Ticket to UnderworldA: Talk to Ghost MotherO: Receive HandkerchiefProblem: Need ticket for underworldA: Give ticket to skeleton gatekeeperGate to Styx opensA: Play bone xylophoneO: Receive Skeleton KeyProblem: Need to pay Charon's ferryA: Pay Charon with Dead Man's CoinsO: Ferry access grantedProblem: Need Styx Water for paint spellA: Collect Styx Water with Tea CupO: Receive Styx WaterA: Search dead knightO: Receive GauntletProblem: Gate asks riddleA: Answer 'LOVE' (from spider web)Gate opens to Death's domainProblem: Must make Death cryA: Show Mirror to DeathDeath cries, parents freedReturn to Isle of the Crown BeachProblem: Cannot enter castle normallyA: Paint door (Feather + Ooze + Styx + Paintbrush)A: Cast Magic Paint Spell (with Spellbook)O: Secret door appearsA: Wear Beauty's Dress as disguiseO: Castle access grantedProblem: Guards patrol basementA: Use Nightingale to distract guardsO: Guards distractedA: Talk to Ghost BoyO: Hint about secret armorProblem: Need Jollo's help for best endingA: Give lamp replica to JolloO: Jollo will help in finaleProblem: Need password to proceedA: Eavesdrop to learn 'ALI'A: Spy on Vizier to learn 'ZEBU'O: Password fragment 'ALI'O: Password fragment 'ZEBU'Problem: Cassima needs weaponA: Give Dagger to CassimaO: Cassima has daggerA: Combine 'ALI ZEBU'Problem: Need to open Vizier's chestA: Use Skeleton Key on chestO: Receive Vizier's LetterProblem: Treasury password requiredA: Enter 'ALI ZEBU'O: Treasury opensProblem: Genie attacksA: Use Fake Genie Lamp (from Jollo)O: Genie controlled - BEST ENDINGO: Genie incapacitated - ALT ENDINGProblem: Vizier fightsA: Fight Vizier with Sword + CassimaEND: Victory - KQVI CompleteA: Show Vizier's Letter to SaladinA: Cassima fights alongside \ No newline at end of file diff --git a/todos/TODOS.md b/todos/TODOS.md index a8ce71a..caba6e5 100644 --- a/todos/TODOS.md +++ b/todos/TODOS.md @@ -120,6 +120,23 @@ Complete overhaul of the King's Quest VI puzzle dependency chart based on compre --- +## 7. Fix Rare Book and Peppermint Orphans 🔧 + +### 7a: Fix Rare Book orphan +- [x] **7a.1: Add A_TRADE_RARE_BOOK_FOR_SPELL action** +- [x] **7a.2: Add O_RECEIVE_SPELL_BOOK outcome** +- [x] **7a.3: Connect O_RECEIVE_RARE_BOOK → A_TRADE_RARE_BOOK_FOR_SPELL → O_RECEIVE_SPELL_BOOK** +- [x] **7a.4: Connect O_RECEIVE_SPELL_BOOK → A_CAST_PAINT_SPELL** + +### 7b: Fix Peppermint orphan +- [x] **7b.1: Add O_RECEIVE_PEPPERMINT → A_GIVE_MINT_GENIE edge** + +### 7c: Rebuild and verify +- [x] **7c.1: Run ./build.sh** +- [ ] **7c.2: Commit fixes** + +--- + ## 6. Gateway Process for Major Unlocks ✅ ### 6a: Analyze crossing patterns (5+ lines)
Final Confrontation
Castle - Vizier's Bedroom
Castle - Secret Passage
Castle - Basement / Cells
Castle Infiltration - Two Paths Converge
Realm of the Dead - Talking Gate & Throne
Realm of the Dead - River Styx
Realm of the Dead - Gate
Realm of the Dead - Pathway
Realm of the Dead - Landing Point
Isle of the Mists - Druids
Isle of Sacred Mountain - Winged Ones
Isle of Sacred Mountain - Clifftop & Cave
Isle of Sacred Mountain - Logic Cliffs
Isle of the Beast - Beast's Domain
Isle of the Beast - Return Visit
Minotaur's Lair
Minotaur's Maze - Level 2 (Dark)
Minotaur's Maze - Level 1
Isle of the Beast - Initial Visit
Isle of Wonder - Point / Book Garden
Isle of Wonder - Chessboard Land
Isle of Wonder - Garden
Isle of Wonder - Beach (independent)
Isle of Wonder - Five Senses Gnomes
Isle of the Crown - Village
Isle of the Crown - Castle Entry
Isle of the Crown - Beach
START: Wake on Isle of the Crown Beach
A: Move debris on beach
O: Receive Copper Coin
A: Examine debris more closely
O: Receive Royal Insignia Ring
A: Show Royal Ring to guards
Consequence: Meet Vizier, then kicked out
Problem: Need items from Pawn Shop
A: Talk to Pawn Shop broker
O: Receive Mechanical Nightingale
O: Receive Mint
O: Receive Tinderbox
O: Receive Flute
O: Receive Paintbrush
O: Receive Invisible Ink Bottle
Problem: Cannot travel to other islands
A: Trade Royal Ring for Magic Map
O: Receive Magic Map
Problem: Need ferry info and items
A: Talk to Ali the ferryman
O: Receive Rabbit's Foot
Problem: Need Jollo's help for story
A: Talk to Jollo in Bookstore
O: Receive Jollo's trust
A: Show Royal Ring to Jollo
A: Search poetry bookshelf
O: Receive Love Poem
Problem: Five gnomes block path north
A: Give Flower of Stench to Smell gnome
O: Smell gnome satisfied
A: Play Nightingale for Hearing gnome
O: Hearing gnome satisfied
A: Give Mint to Taste gnome
O: Taste gnome satisfied
A: Give Rabbit Foot to Touch gnome
O: Touch gnome satisfied
A: Use Invisible Ink on self
O: Sight gnome satisfied
Problem: Boiling pool blocks crossing
O: Receive Flower of Stench
A: Read Boring Book to Oyster
O: Receive Pearl
Path through gnomes now open
A: Play Flute for shy flowers
O: Receive Hole-in-the-Wall
A: Pick Iceberg Lettuce from garden
O: Receive Iceberg Lettuce
A: Pick up Rotten Tomato
O: Receive Rotten Tomato
A: Give Rotten Tomato to bump-on-log
O: Receive Swamp Ooze
A: Give Milk to baby's tears plant
O: Receive Baby's Tears
A: Pick up Milk Bottle
O: Receive Milk
A: Pick up Tea Cup
O: Receive Tea Cup
A: Pick up 'Drink Me' Potion
O: Receive 'Drink Me' Potion
A: Talk to Chessboard queens
O: Receive Red Scarf
O: Receive Lump of Coal
A: Trade coal for sulfur egg
A: Pull thread from spider web
O: Receive word 'LOVE' (for Gate riddle)
O: Receive Spider Web Paper
A: Trade Dangling Participle to bookworm
O: Receive Rare Book
O: Receive Dangling Participle
A: Use Iceberg Lettuce on pool
Path to north area now open
A: Pick up Brick from garden
O: Receive Brick
A: Pick up Hunter's Lamp
O: Receive Hunter's Lamp
A: Get Dangling Participle from beach
Problem: Navigate maze to find items
A: Solve tile puzzle (use manual)
O: Tile path opens
A: Navigate maze to skeleton room
O: Receive Skull
A: Collect Dead Man's Coins
O: Receive Dead Man's Coins
A: Use Brick to stop falling ceiling
O: Falling ceiling trap stopped
Problem: Cannot see in dark passage
A: Light Tinderbox to see
O: Dark passage illuminated
A: Use Hole-in-the-Wall at correct wall
O: Minotaur tapestry revealed
A: Navigate to find Shield
O: Receive Shield
Problem: Minotaur blocks exit
A: Lure Minotaur with Red Scarf
O: Receive Dagger
O: Receive Sacred Water
O: Receive Oracle Vial
O: Red Scarf acquired from Chessboard
O: Maze navigated, shield found
Problem: Archer statue kills you
A: Use Shield to block arrows
Safe passage through archer gate
Problem: Rose hedge blocks path to Beast
A: Cut hedge with Scythe
Path to Beast's domain opens
O: Receive Scythe
Problem: Need to meet Beast
A: Give White Rose to Beauty
O: Beauty's trust gained
A: Give Beast's Ring to Beauty
O: Receive Beauty's Dress
O: Receive Mirror
O: Receive Beast's Ring
A: Plant White Rose
O: Receive White Rose (second)
Problem: Copy protection puzzles block summit
A: Solve 5 cliff puzzles (manual required)
Path to clifftop opens
A: Pick up Black Feather
O: Receive Black Feather
A: Pick up Flower of Stench
Problem: Dark cave blocks path
A: Light way with Tinderbox
O: Receive Peppermint Leaves
Problem: Fake lady offers poison berry
A: Wait/reject fake lady
O: Survived poison trap
Problem: Need spell components for Night Mare
A: Gather Ember, Hair, Spoiled Egg
O: Charm Creatures spell ready
A: Collect Ember from firepit
O: Receive Ember
A: Get Hair (Beauty's or Cassima's)
O: Receive Hair
A: Get Spoiled Egg
O: Receive Spoiled Egg
A: Cast Charm Creatures of Night spell
O: Nightmare horse mount available
Problem: Druids will burn you without protection
A: Cast Rain Spell (Baby's Tears + Milk + Hunter's Lamp)
O: Rain protection active
A: Wear Beauty's Dress
O: Survive Druid ceremony
A: Pick up Scythe from village
A: Pick up Coal from firepit
O: Receive Coal (from IoM)
O: Receive Sulfur Egg
Problem: Need to reach Land of the Dead
A: Ride Nightmare horse
Arrive at Land of the Dead
Problem: Zombies block path
A: Navigate past zombies carefully
O: Zombies avoided
A: Talk to Cassima's parents
O: Receive Ticket to Underworld
A: Talk to Ghost Mother
O: Receive Handkerchief
Problem: Need ticket for underworld
A: Give ticket to skeleton gatekeeper
Gate to Styx opens
A: Play bone xylophone
O: Receive Skeleton Key
Problem: Need to pay Charon's ferry
A: Pay Charon with Dead Man's Coins
O: Ferry access granted
Problem: Need Styx Water for paint spell
A: Collect Styx Water with Tea Cup
O: Receive Styx Water
A: Search dead knight
O: Receive Gauntlet
Problem: Gate asks riddle
A: Answer 'LOVE' (from spider web)
Gate opens to Death's domain
Problem: Must make Death cry
A: Show Mirror to Death
Death cries, parents freed
Return to Isle of the Crown Beach
Problem: Cannot enter castle normally
A: Paint door (Feather + Ooze + Styx + Paintbrush)
A: Cast Magic Paint Spell (with Spellbook)
O: Secret door appears
A: Wear Beauty's Dress as disguise
O: Castle access granted
Problem: Guards patrol basement
A: Use Nightingale to distract guards
O: Guards distracted
A: Talk to Ghost Boy
O: Hint about secret armor
Problem: Need Jollo's help for best ending
A: Give lamp replica to Jollo
O: Jollo will help in finale
Problem: Need password to proceed
A: Eavesdrop to learn 'ALI'
A: Spy on Vizier to learn 'ZEBU'
O: Password fragment 'ALI'
O: Password fragment 'ZEBU'
Problem: Cassima needs weapon
A: Give Dagger to Cassima
O: Cassima has dagger
A: Combine 'ALI ZEBU'
Problem: Need to open Vizier's chest
A: Use Skeleton Key on chest
O: Receive Vizier's Letter
Problem: Treasury password required
A: Enter 'ALI ZEBU'
O: Treasury opens
Problem: Genie attacks
A: Use Fake Genie Lamp (from Jollo)
O: Genie controlled - BEST ENDING
A: Give Peppermint Leaves to genie
O: Genie incapacitated - ALT ENDING
Problem: Vizier fights
A: Fight Vizier with Sword + Cassima
END: Victory - KQVI Complete
A: Show Vizier's Letter to Saladin
A: Cassima fights alongside
A: Trade Rare Book to Ali
O: Receive Spell Book
UNLOCK: Island Travel
UNLOCK: Gnome Access