From eb23fc8152fa0f7033f3efeafbc0b9bec4ab865b Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 14 Aug 2025 14:18:48 -0400 Subject: Added the_great --- data/maps/the_great/rooms/West Side.txtpb | 79 +++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 data/maps/the_great/rooms/West Side.txtpb (limited to 'data/maps/the_great/rooms/West Side.txtpb') diff --git a/data/maps/the_great/rooms/West Side.txtpb b/data/maps/the_great/rooms/West Side.txtpb new file mode 100644 index 0000000..f72cce7 --- /dev/null +++ b/data/maps/the_great/rooms/West Side.txtpb @@ -0,0 +1,79 @@ +name: "West Side" +display_name: "West Side" +panels { + name: "ERASE" + path: "Panels/General/entry_9" + clue: "erase" + answer: "write" + symbols: "sun" +} +panels { + name: "TEACH" + path: "Panels/Magnet Room/magnet_1" + clue: "teach" + answer: "learn" + symbols: "sun" +} +panels { + name: "RIGHT" + path: "Panels/Impressive/entry_1" + clue: "right" + answer: "wrong" + symbols: "sun" +} +panels { + name: "SAVORY" + path: "Panels/Favors/favors_1" + clue: "savory" + answer: "unsavory" + symbols: "sun" +} +panels { + name: "FLAVORS" + path: "Panels/Favors/favors_2" + clue: "flavors" + answer: "favors" + symbols: "sparkles" +} +panels { + name: "COLOR" + path: "Panels/General/entry_5" + clue: "color" + answer: "red" + symbols: "example" +} +panels { + name: "CLUE" + path: "Panels/General/entry_3" + clue: "clue" + answer: "hint" + symbols: "sun" +} +letters { + key: "a" + path: "Components/Collectables/a" +} +paintings { + name: "EXTRAVAGANT" + path: "Components/Paintings/unless" + orientation: "north" + move: true + enter_only: true + required_door { name: "Savory Painting" } +} +ports { + name: "IMPRESSIVE" + path: "Meshes/Blocks/Warps/worldport2" + orientation: "south" +} +ports { + name: "CC" + path: "Meshes/Blocks/Warps/worldport9" + orientation: "north" +} +ports { + name: "PARTIAL" + path: "Meshes/Blocks/Warps/worldport7" + orientation: "east" + # ER with this is weird; make sure to place on the surface +} -- cgit 1.4.1