From 139c7252dffad17f2f3345fa1aa41f673fcfea03 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 22 Oct 2025 17:52:20 -0400 Subject: Added icarus --- data/maps/icarus/rooms/Pillar Ramp.txtpb | 65 ++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 data/maps/icarus/rooms/Pillar Ramp.txtpb (limited to 'data/maps/icarus/rooms/Pillar Ramp.txtpb') diff --git a/data/maps/icarus/rooms/Pillar Ramp.txtpb b/data/maps/icarus/rooms/Pillar Ramp.txtpb new file mode 100644 index 0000000..9b056f7 --- /dev/null +++ b/data/maps/icarus/rooms/Pillar Ramp.txtpb @@ -0,0 +1,65 @@ +name: "Pillar Ramp" +panels { + name: "ASTEROID" + path: "Panels/Room_1/asteroid" + clue: "asteroid" + answer: "belt" + symbols: PLANET +} +panels { + name: "BUNCH" + path: "Panels/Room_1/bunch" + clue: "bunch" + answer: "banana" + symbols: PLANET +} +panels { + name: "PRINCES" + path: "Panels/Room_1/princes" + clue: "princes" + answer: "princess" + symbols: PLANET +} +panels { + name: "PATRICIDE" + path: "Panels/Room_1/patricide" + clue: "patricide" + answer: "murder" + symbols: GENDER +} +panels { + name: "DRONE" + path: "Panels/Room_1/ant3" + clue: "drone" + answer: "ant" + symbols: GENDER +} +panels { + name: "PEA (1)" + path: "Panels/Room_1/pea" + clue: "pea" + answer: "pod" + symbols: PLANET +} +paintings { + name: "SUN6" + path: "Components/Paintings/sun6" +} +paintings { + name: "GO10" + path: "Components/Paintings/QuickTravel/go10" + required_door { name: "Quick Travel 10" } +} +paintings { + name: "STOP10" + path: "Components/Paintings/QuickTravel/stop10" +} +paintings { + name: "GO6" + path: "Components/Paintings/QuickTravel/go6" + required_door { name: "Quick Travel 6" } +} +paintings { + name: "STOP6" + path: "Components/Paintings/QuickTravel/stop6" +} -- cgit 1.4.1