From 511d813113b6e7986aff665603ca0196799e232d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 18 Aug 2025 22:04:08 -0400 Subject: Added the_shop --- data/maps/the_shop/doors.txtpb | 37 +++++++ data/maps/the_shop/rooms/Main Area.txtpb | 164 +++++++++++++++++++++++++++++++ 2 files changed, 201 insertions(+) create mode 100644 data/maps/the_shop/doors.txtpb create mode 100644 data/maps/the_shop/rooms/Main Area.txtpb (limited to 'data/maps') diff --git a/data/maps/the_shop/doors.txtpb b/data/maps/the_shop/doors.txtpb new file mode 100644 index 0000000..5362614 --- /dev/null +++ b/data/maps/the_shop/doors.txtpb @@ -0,0 +1,37 @@ +doors { + name: "Books Puzzles" + type: LOCATION_ONLY + panels { room: "Main Area" name: "DUCKS" } + panels { room: "Main Area" name: "BREAK" } + panels { room: "Main Area" name: "LIGHTNING" } + panels { room: "Main Area" name: "BRAIN" } + panels { room: "Main Area" name: "STONE" } + panels { room: "Main Area" name: "MUTANT" } + panels { room: "Main Area" name: "DAY" } + panels { room: "Main Area" name: "CARNIVAL" } + panels { room: "Main Area" name: "LARKS" } + panels { room: "Main Area" name: "COBRAS" } + panels { room: "Main Area" name: "STIM" } + panels { room: "Main Area" name: "ALIVE" } + location_room: "Main Area" +} +doors { + name: "Games Puzzles" + type: LOCATION_ONLY + panels { room: "Main Area" name: "BALD" } + panels { room: "Main Area" name: "FENCE" } + panels { room: "Main Area" name: "LIFE" } + panels { room: "Main Area" name: "POOL" } + panels { room: "Main Area" name: "CARDS" } + panels { room: "Main Area" name: "CIRCUS" } + panels { room: "Main Area" name: "DRESS" } + panels { room: "Main Area" name: "BLOCK" } + panels { room: "Main Area" name: "STAB" } + panels { room: "Main Area" name: "TADPOLES" } + location_room: "Main Area" +} +doors { + name: "N Entered" + type: EVENT + keyholders { room: "Main Area" name: "N" key: "n" } +} diff --git a/data/maps/the_shop/rooms/Main Area.txtpb b/data/maps/the_shop/rooms/Main Area.txtpb new file mode 100644 index 0000000..e25ca39 --- /dev/null +++ b/data/maps/the_shop/rooms/Main Area.txtpb @@ -0,0 +1,164 @@ +name: "Main Area" +display_name: "Shop" +panels { + name: "DUCKS" + path: "Panels/Books/panel_1" + clue: "ducks" + answer: "bills" + symbols: "boxes" +} +panels { + name: "BREAK" + path: "Panels/Books/panel_2" + clue: "break" + answer: "brake" + symbols: "zero" +} +panels { + name: "LIGHTNING" + path: "Panels/Books/panel_3" + clue: "lightning" + answer: "thunder" + symbols: "age" +} +panels { + name: "BRAIN" + path: "Panels/Books/panel_4" + clue: "brain" + answer: "head" + symbols: "stars" +} +panels { + name: "STONE" + path: "Panels/Books/panel_5" + clue: "stone" + answer: "onyx" + symbols: "example" +} +panels { + name: "MUTANT" + path: "Panels/Books/panel_6" + clue: "mutant" + answer: "storm" + symbols: "example" +} +panels { + name: "DAY" + path: "Panels/Books/panel_7" + clue: "day" + answer: "night" + symbols: "sun" +} +panels { + name: "CARNIVAL" + path: "Panels/Books/panel_8" + clue: "carnival" + answer: "circus" + symbols: "example" +} +panels { + name: "LARKS" + path: "Panels/Books/panel_9" + clue: "larks" + answer: "songbirds" + symbols: "example" +} +panels { + name: "COBRAS" + path: "Panels/Books/panel_10" + clue: "cobras" + answer: "snakes" + symbols: "example" +} +panels { + name: "STIM" + path: "Panels/Books/panel_11" + clue: "stim" + answer: "mist" + symbols: "anagram" +} +panels { + name: "ALIVE" + path: "Panels/Books/panel_12" + clue: "alive" + answer: "born" + symbols: "age" +} +panels { + name: "BALD" + path: "Panels/Games/panel_1" + clue: "bald" + answer: "balder" + symbols: "pyramid" +} +panels { + name: "FENCE" + path: "Panels/Games/panel_2" + clue: "fence" + answer: "gate" + symbols: "boxes" +} +panels { + name: "LIFE" + path: "Panels/Games/panel_3" + clue: "life" + answer: "death" + symbols: "age" +} +panels { + name: "POOL" + path: "Panels/Games/panel_4" + clue: "pool" + answer: "loop" + symbols: "anagram" +} +panels { + name: "CARDS" + path: "Panels/Games/panel_5" + clue: "cards" + answer: "poker" + symbols: "example" +} +panels { + name: "CIRCUS" + path: "Panels/Games/panel_6" + clue: "circus" + answer: "clown" + symbols: "stars" +} +panels { + name: "DRESS" + path: "Panels/Games/panel_7" + clue: "dress" + answer: "veil" + symbols: "boxes" +} +panels { + name: "BLOCK" + path: "Panels/Games/panel_8" + clue: "block" + answer: "guard" + symbols: "sun" +} +panels { + name: "STAB" + path: "Panels/Games/panel_9" + clue: "stab" + answer: "poke" + symbols: "pyramid" +} +panels { + name: "TADPOLES" + path: "Panels/Games/panel_10" + clue: "tadpoles" + answer: "toads" + symbols: "age" +} +ports { + name: "ENTRY" + path: "Components/Warps/worldport" +} +keyholders { + name: "N" + path: "Components/KeyHolders/keyHolderN" +} -- cgit 1.4.1