From 1eacf01378d4dff3aed73fffcc42e0352b93835e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 10:48:01 -0400 Subject: Trying out protobuf I guess --- data/maps/the_entry/rooms/Least Blue Last.txtpb | 86 +++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 data/maps/the_entry/rooms/Least Blue Last.txtpb (limited to 'data/maps/the_entry/rooms/Least Blue Last.txtpb') diff --git a/data/maps/the_entry/rooms/Least Blue Last.txtpb b/data/maps/the_entry/rooms/Least Blue Last.txtpb new file mode 100644 index 0000000..08d3dd8 --- /dev/null +++ b/data/maps/the_entry/rooms/Least Blue Last.txtpb @@ -0,0 +1,86 @@ +name: "Least Blue Last" +display_name: "Red Blue Area" +panels { + name: "CAPABLE (1)" + path: "Panels/LBL/lbl_1" + clue: "capable" + answer: "able" + symbols: "sun" +} +panels { + name: "CAPABLE (2)" + path: "Panels/LBL/lbl_2" + clue: "capable" + answer: "able" + symbols: "sparkles" +} +panels { + name: "LUSTRE" + path: "Panels/LBL/lbl_3" + clue: "lustre" + answer: "lust" + symbols: "sparkles" +} +panels { + name: "WANT" + path: "Panels/LBL/lbl_4" + clue: "want" + answer: "lust" + symbols: "sun" +} +panels { + name: "STEALER" + path: "Panels/LBL/lbl_5" + clue: "stealer" + answer: "stale" + symbols: "sparkles" +} +panels { + name: "OLD" + path: "Panels/LBL/lbl_6" + clue: "old" + answer: "stale" + symbols: "sun" +} +panels { + name: "TRUST" + path: "Panels/LBL/lbl_7" + clue: "trust" + answer: "lust" + symbols: "zero" +} +panels { + name: "LABEL" + path: "Panels/LBL/lbl_8" + clue: "label" + answer: "able" + symbols: "zero" +} +panels { + name: "AIL" + path: "Panels/LBL/lbl_9" + clue: "ail" + answer: "stale" + symbols: "zero" +} +panels { + name: "CORNERS" + path: "Panels/Back Right/br_14" + clue: "corners" + answer: "born" + required_door { name: "Four Corner Panels" } +} +ports { + name: "DARKROOM" + path: "Components/Warps/worldport5" + orientation: "south" +} +paintings { + name: "PAINS" + path: "Components/Paintings/pains" + orientation: "east" + enter_only: true + required_door { name: "Corners Painting" } + display_name: "Corners Painting" +} +letters { key: "l" } \ No newline at end of file -- cgit 1.4.1