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/Back Area.txtpb | 146 ++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 data/maps/the_great/rooms/Back Area.txtpb (limited to 'data/maps/the_great/rooms/Back Area.txtpb') diff --git a/data/maps/the_great/rooms/Back Area.txtpb b/data/maps/the_great/rooms/Back Area.txtpb new file mode 100644 index 0000000..0a8b168 --- /dev/null +++ b/data/maps/the_great/rooms/Back Area.txtpb @@ -0,0 +1,146 @@ +name: "Back Area" +display_name: "Back Area" +panels { + name: "PLANT" + path: "Panels/General/entry_14" + clue: "plant" + answer: "growth" + symbols: "null" +} +panels { + name: "TREE" + path: "Panels/General/entry_15" + clue: "tree" + answer: "growth" + symbols: "null" +} +panels { + name: "PAINTING" + path: "Panels/General/entry_11" + clue: "painting" + answer: "art" + symbols: "example" +} +panels { + name: "TOWEL" + path: "Panels/Towers/tower_2" + clue: "towel" + answer: "tower" + symbols: "sparkles" +} +panels { + name: "Top Landscape Top" + path: "Panels/Kiwi Room/kiwi_1" + clue: "" + answer: "one" + symbols: "question" +} +panels { + name: "Top Landscape Right" + path: "Panels/Kiwi Room/kiwi_2" + clue: "" + answer: "road" + symbols: "question" +} +panels { + name: "Top Landscape Bottom" + path: "Panels/Kiwi Room/kiwi_3" + clue: "" + answer: "many" + symbols: "question" +} +panels { + name: "Top Landscape Left" + path: "Panels/Kiwi Room/kiwi_4" + clue: "" + answer: "turns" + symbols: "question" +} +panels { + name: "Left Landscape Top" + path: "Panels/Kiwi Room/kiwi_5" + clue: "" + answer: "find" + symbols: "question" +} +panels { + name: "Left Landscape Right" + path: "Panels/Kiwi Room/kiwi_6" + clue: "" + answer: "keys" + symbols: "question" +} +panels { + name: "Left Landscape Bottom" + path: "Panels/Kiwi Room/kiwi_7" + clue: "" + answer: "write" + symbols: "question" +} +panels { + name: "Left Landscape Left" + path: "Panels/Kiwi Room/kiwi_8" + clue: "" + answer: "words" + symbols: "question" +} +panels { + name: "Right Landscape Top" + path: "Panels/Kiwi Room/kiwi_9" + clue: "" + answer: "hear" + symbols: "question" + proxies { answer: "tell" path: "Panels/Kiwi Proxies/kiwi_9_proxy_1" } +} +panels { + name: "Right Landscape Right" + path: "Panels/Kiwi Room/kiwi_10" + clue: "" + answer: "lies" + symbols: "question" +} +panels { + name: "Right Landscape Bottom" + path: "Panels/Kiwi Room/kiwi_11" + clue: "" + answer: "the" + symbols: "question" +} +panels { + name: "Right Landscape Left" + path: "Panels/Kiwi Room/kiwi_12" + clue: "" + answer: "ears" + symbols: "question" + proxies { answer: "eyes" path: "Panels/Kiwi Proxies/kiwi_12_proxy_1" } +} +paintings { + name: "SPIRAL" + path: "Components/Paintings/spiral" + enter_only: true + orientation: "north" + required_door { name: "Spiral Painting" } + # TODO: Hint painting type +} +ports { + name: "UNKEMPT" + path: "Meshes/Blocks/Warps/worldport5" + orientation: "north" +} +ports { + name: "THREEDOORS" + path: "Meshes/Blocks/Warps/worldport16" + orientation: "south" +} +ports { + name: "TOWER" + path: "Components/Warps/worldport10" + orientation: "south" + required_door { name: "Tower Entrance" } + # The reverse warp bypasses the door, so there needs to be two oneway connections. +} +ports { + name: "TREE" + path: "Meshes/Blocks/Warps/worldport17" + orientation: "north" +} -- cgit 1.4.1