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/Spiral Ramp.txtpb | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 data/maps/icarus/rooms/Spiral Ramp.txtpb (limited to 'data/maps/icarus/rooms/Spiral Ramp.txtpb') diff --git a/data/maps/icarus/rooms/Spiral Ramp.txtpb b/data/maps/icarus/rooms/Spiral Ramp.txtpb new file mode 100644 index 0000000..bd2013a --- /dev/null +++ b/data/maps/icarus/rooms/Spiral Ramp.txtpb @@ -0,0 +1,29 @@ +name: "Spiral Ramp" +panels { + name: "FIREMAN" + path: "Panels/Room_1/fireman" + clue: "fireman" + answer: "firefighter" + symbols: GENDER +} +paintings { + name: "WINGS6" + path: "Components/Paintings/oneways/wings6" + required_door { name: "Near Fireman Wings Painting" } +} +paintings { + name: "SUN5" + path: "Components/Paintings/sun5" + required_door { name: "Sun Painting To Drone" } +} +paintings { + name: "WINGS7" + path: "Components/Paintings/oneways/wings7" +} +paintings { + name: "WINGS11" + path: "Components/Paintings/other 30 degrees/wings11" + exit_only: true + # There is a ledge near the painting so we might want to turn off exit_only + # at some point. +} -- cgit 1.4.1