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/Big U.txtpb | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 data/maps/icarus/rooms/Big U.txtpb (limited to 'data/maps/icarus/rooms/Big U.txtpb') diff --git a/data/maps/icarus/rooms/Big U.txtpb b/data/maps/icarus/rooms/Big U.txtpb new file mode 100644 index 0000000..ea61640 --- /dev/null +++ b/data/maps/icarus/rooms/Big U.txtpb @@ -0,0 +1,40 @@ +name: "Big U" +panels { + name: "DECK" + path: "Panels/Room_1/deck" + clue: "deck" + answer: "card" + symbols: PLANET +} +panels { + name: "COLONY" + path: "Panels/Room_1/ant2" + clue: "colony" + answer: "ant" + symbols: PLANET +} +panels { + name: "MANOR" + path: "Panels/Room_1/manor" + clue: "manor" + answer: "mentor" + symbols: SPARKLES + symbols: PLANET +} +paintings { + name: "STOP3" + path: "Components/Paintings/QuickTravel/stop3" +} +paintings { + name: "GO3" + path: "Components/Paintings/QuickTravel/go3" + required_door { name: "Quick Travel 3" } +} +paintings { + name: "STOP1" + path: "Components/Paintings/QuickTravel/stop1" +} +paintings { + name: "GO1" + path: "Components/Paintings/QuickTravel/go1" +} -- cgit 1.4.1