diff --git a/src/inspiration/monkey-island-1-chart.svg b/src/inspiration/monkey-island-1-chart.svg new file mode 100644 index 0000000..85ce0d9 --- /dev/null +++ b/src/inspiration/monkey-island-1-chart.svg @@ -0,0 +1 @@ +

**LECHUCK'S FORTRESS - Infiltration**

**PHATT ISLAND - Governor's Mansion**

**BOOTY ISLAND - Cannibal Village**

**SCABB ISLAND - Governor's Mansion**

**MELEE ISLAND - Scumm Bar & Town**

fontsize=18

**START**

A: Talk to Bartender

A: Explore Melee Island

A: Find Map Vendor

A: Buy Map Pieces from Vendor

O: Learn Three Trials

A: Get Scumm Bar Key

O: Receive Key

A: Unlock Lookout

O: Lookout Unlocked

A: Use Spyglass

O: See Shipwreck Island

O: Map Trial Complete

P: Trial 1 - Sword Fighting

P: Trial 2 - Thievery

P: Trial 3 - Treasure Map

A: Go to Beach

A: Challenge Swordmaster

O: Lose First Fight

A: Learn Insults from Pirates

O: Learn Comebacks

A: Challenge Swordmaster Again

O: Sword Trial Complete

A: Go to Graveyard

A: Use Shovel on Grave

O: Receive Shovelful of Dirt

A: Go to Carpenter Shop

A: Give Dirt to Dog

O: Dog Distracted

A: Take Rubber Chicken

O: Receive Rubber Chicken

O: Thievery Trial Complete

O: Learn Map Piece Locations

C1: All Trials Complete

A: Show Map Pieces to Dockmaster

O: Receive Ship and Crew

**UNLOCK: Island Travel**

P: Scabb Island - Get Map Piece

P: Booty Island - Get Map Piece

P: Phatt Island - Get Map Piece

A: Explore Scabb Town

A: Find Governor's Mansion

P: Mansion Guarded

A: Create Diversion

A: Get Can of Oil

O: Receive Oil

A: Oil Chandelier Pulley

A: Use Rubber Chicken on Pulley

O: Chandelier Falls

C2: Diversion Created

A: Sneak Upstairs

A: Open Safe

O: Receive Scabb Map Piece

A: Explore Swamp

A: Find Cannibal Village

P: Captured by Cannibals

A: Escape Cooking Pot

O: Escape from Pot

A: Become Cannibal Leader

O: Receive Booty Map Piece

A: Explore Phatt Island

A: Find Governor Phatt's Mansion

A: Search Library

O: Receive Phatt Map Piece

C3: All Map Pieces Collected

A: Combine Map Pieces

O: Receive Complete Map

O: Fortress Location Revealed

**UNLOCK: Fortress Access**

P: Sail to LeChuck's Fortress

A: Navigate Fortress Grounds

A: Find Kitchen

A: Get Root Beer

O: Receive Root Beer

A: Find Chapel

P: Confront LeChuck

A: Use Root Beer on LeChuck

O: LeChuck Defeated

A: Rescue Elaine

O: Elaine Freed

A: Escape Fortress

A: Return to Melee Island

O: Become Pirate

**END**

\ No newline at end of file diff --git a/todos/TODOS.md b/todos/TODOS.md index 71cccd8..606deb3 100644 --- a/todos/TODOS.md +++ b/todos/TODOS.md @@ -4,6 +4,8 @@ - Pattern Learning: Insult sword fighting (7 pairs memorized and applied) - Multi-Faceted Plan: Four map pieces gathered in parallel across islands - Sensory Exploitation: Root beer defeats ghost LeChuck +- [x] **Generate monkey-island-1-chart.svg** + - Converted .mmd to .svg using mermaid-cli/mmdc ---