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/North Landscape.txtpb | 62 +++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 data/maps/the_great/rooms/North Landscape.txtpb (limited to 'data/maps/the_great/rooms/North Landscape.txtpb') diff --git a/data/maps/the_great/rooms/North Landscape.txtpb b/data/maps/the_great/rooms/North Landscape.txtpb new file mode 100644 index 0000000..9f2f1f9 --- /dev/null +++ b/data/maps/the_great/rooms/North Landscape.txtpb @@ -0,0 +1,62 @@ +name: "North Landscape" +display_name: "North Landscape" +panels { + name: "WEATHER" + path: "Panels/General/platforms_1" + clue: "weather" + answer: "nature" + symbols: "boxes" +} +panels { + name: "ANIMALS" + path: "Panels/General/platforms_2" + clue: "animals" + answer: "nature" + symbols: "boxes" +} +panels { + name: "PLANTS" + path: "Panels/General/platforms_3" + clue: "plants" + answer: "nature" + symbols: "boxes" +} +panels { + name: "LAUGH" + path: "Panels/General/dyk_4" + clue: "laugh" + answer: "half" + symbols: "zero" +} +panels { + name: "FINISHED" + path: "Panels/General/dyk_5" + clue: "finished" + answer: "done" + symbols: "sun" +} +panels { + name: "LAUGH FINISHED" + path: "Panels/General/dyk_6" + clue: "" + answer: "shed" + symbols: "lingo" +} +panels { + name: "INSIDE" + path: "Panels/General/nature_1" + clue: "inside" + answer: "outside" + symbols: "sun" +} +keyholders { + name: "X" + path: "Components/KeyHolders/keyHolderX" +} +ports { + name: "INVISIBLE" + path: "Meshes/Blocks/Warps/worldport20" + orientation: "north" + # Note that this can be easily entered from the other side. + required_door { name: "Invisible Entrance" } +} -- cgit 1.4.1