From 2b0b477dcd7a12202ae13d24cde4ba3171ee7edf Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 6 Oct 2025 10:09:13 -0400 Subject: Shortened some location names in the_great --- data/maps/the_great/rooms/Back Area.txtpb | 86 ------------------------- data/maps/the_great/rooms/The Landscapes.txtpb | 88 ++++++++++++++++++++++++++ data/maps/the_great/rooms/Whole Room.txtpb | 2 +- 3 files changed, 89 insertions(+), 87 deletions(-) create mode 100644 data/maps/the_great/rooms/The Landscapes.txtpb (limited to 'data/maps/the_great/rooms') diff --git a/data/maps/the_great/rooms/Back Area.txtpb b/data/maps/the_great/rooms/Back Area.txtpb index c57a76f..33da394 100644 --- a/data/maps/the_great/rooms/Back Area.txtpb +++ b/data/maps/the_great/rooms/Back Area.txtpb @@ -28,92 +28,6 @@ panels { 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" diff --git a/data/maps/the_great/rooms/The Landscapes.txtpb b/data/maps/the_great/rooms/The Landscapes.txtpb new file mode 100644 index 0000000..2912843 --- /dev/null +++ b/data/maps/the_great/rooms/The Landscapes.txtpb @@ -0,0 +1,88 @@ +name: "The Landscapes" +panel_display_name: "The Landscapes" +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" } +} diff --git a/data/maps/the_great/rooms/Whole Room.txtpb b/data/maps/the_great/rooms/Whole Room.txtpb index daa174c..989241a 100644 --- a/data/maps/the_great/rooms/Whole Room.txtpb +++ b/data/maps/the_great/rooms/Whole Room.txtpb @@ -1,5 +1,5 @@ name: "Whole Room" -panel_display_name: "North Landscape" +panel_display_name: "Building Building" panels { name: "VAULT" path: "Panels/Whole Room/whole_1" -- cgit 1.4.1