From b7efc4f591dc91876c573e5361f52689705e6e50 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 24 Aug 2025 18:18:09 -0400 Subject: Added daedalus --- data/maps/daedalus/rooms/South Castle Area.txtpb | 111 +++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 data/maps/daedalus/rooms/South Castle Area.txtpb (limited to 'data/maps/daedalus/rooms/South Castle Area.txtpb') diff --git a/data/maps/daedalus/rooms/South Castle Area.txtpb b/data/maps/daedalus/rooms/South Castle Area.txtpb new file mode 100644 index 0000000..9f620b7 --- /dev/null +++ b/data/maps/daedalus/rooms/South Castle Area.txtpb @@ -0,0 +1,111 @@ +name: "South Castle Area" +display_name: "Outside Pumpkin" +# There is a teal wall in the middle of this room. +panels { + name: "AN" + path: "Panels/Castle Entrance/castle_south_helper" + clue: "an" + answer: "the" + symbols: EXAMPLE +} +panels { + name: "OFFER" + path: "Panels/Castle Entrance/castle_south_helper2" + clue: "offer" + answer: "bid" + symbols: SUN +} +panels { + name: "VILLAGE" + path: "Panels/Castle Entrance/castle_south_helper3" + clue: "village" + answer: "city" + symbols: AGE +} +panels { + name: "BEFORE" + path: "Panels/Castle Entrance/castle_south_helper4" + clue: "before" + answer: "for" + symbols: SPARKLES + symbols: ZERO +} +panels { + name: "LAIR" + path: "Panels/Castle Entrance/castle_south_helper5" + clue: "lair" + answer: "den" + symbols: SUN +} +panels { + name: "AN OFFER VILLAGE BEFORE LAIR" + path: "Panels/Castle Entrance/castle_south" + clue: "" + answer: "castle" + symbols: EXAMPLE + symbols: LINGO + required_door { name: "Castle South Hider" } +} +panels { + name: "COLOR (1)" + path: "Panels/Another Path/color_1" + clue: "color" + answer: "ppleru" + symbols: EXAMPLE + proxies { answer: "red" path: "Panels/Another Path Proxies/proxy_1_1" } + proxies { answer: "blue" path: "Panels/Another Path Proxies/proxy_1_2" } + proxies { answer: "green" path: "Panels/Another Path Proxies/proxy_1_3" } + proxies { answer: "yellow" path: "Panels/Another Path Proxies/proxy_1_4" } + proxies { answer: "purple" path: "Panels/Another Path Proxies/proxy_1_5" } + proxies { answer: "orange" path: "Panels/Another Path Proxies/proxy_1_6" } + proxies { answer: "brown" path: "Panels/Another Path Proxies/proxy_1_7" } +} +panels { + name: "COLOR (2)" + path: "Panels/Another Path/color_2" + clue: "color" + answer: "ppleru" + symbols: EXAMPLE + proxies { answer: "red" path: "Panels/Another Path Proxies/proxy_1_8" } + proxies { answer: "blue" path: "Panels/Another Path Proxies/proxy_1_9" } + proxies { answer: "green" path: "Panels/Another Path Proxies/proxy_1_10" } + proxies { answer: "yellow" path: "Panels/Another Path Proxies/proxy_1_11" } + proxies { answer: "purple" path: "Panels/Another Path Proxies/proxy_1_12" } + proxies { answer: "orange" path: "Panels/Another Path Proxies/proxy_1_13" } + proxies { answer: "brown" path: "Panels/Another Path Proxies/proxy_1_14" } +} +panels { + name: "COLOR (3)" + path: "Panels/Another Path/color_3" + clue: "color" + answer: "ppleru" + symbols: EXAMPLE + proxies { answer: "red" path: "Panels/Another Path Proxies/proxy_1_15" } + proxies { answer: "blue" path: "Panels/Another Path Proxies/proxy_1_16" } + proxies { answer: "green" path: "Panels/Another Path Proxies/proxy_1_17" } + proxies { answer: "yellow" path: "Panels/Another Path Proxies/proxy_1_18" } + proxies { answer: "purple" path: "Panels/Another Path Proxies/proxy_1_19" } + proxies { answer: "orange" path: "Panels/Another Path Proxies/proxy_1_20" } + proxies { answer: "brown" path: "Panels/Another Path Proxies/proxy_1_21" } +} +panels { + name: "COLOR (4)" + path: "Panels/Another Path/color_4" + clue: "color" + answer: "ppleru" + symbols: EXAMPLE + proxies { answer: "red" path: "Panels/Another Path Proxies/proxy_1_22" } + proxies { answer: "blue" path: "Panels/Another Path Proxies/proxy_1_23" } + proxies { answer: "green" path: "Panels/Another Path Proxies/proxy_1_24" } + proxies { answer: "yellow" path: "Panels/Another Path Proxies/proxy_1_25" } + proxies { answer: "purple" path: "Panels/Another Path Proxies/proxy_1_26" } + proxies { answer: "orange" path: "Panels/Another Path Proxies/proxy_1_27" } + proxies { answer: "brown" path: "Panels/Another Path Proxies/proxy_1_28" } +} +paintings { + name: "TRIANGLE" + path: "Components/Paintings/Group2/triangle" + move: true + enter_only: true + # TODO: required_door +} -- cgit 1.4.1