From f531a757c6d9488094f2df4b85a4135b211097e9 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 12 Aug 2025 23:53:00 -0400 Subject: Added the_extravagant --- data/maps/the_extravagant/rooms/E Room.txtpb | 6 +++++ data/maps/the_extravagant/rooms/Engine Room.txtpb | 29 ++++++++++++++++++++ data/maps/the_extravagant/rooms/Hat Chamber.txtpb | 22 +++++++++++++++ .../the_extravagant/rooms/X Minus Middle Leg.txtpb | 9 +++++++ .../the_extravagant/rooms/X Minus Right Leg.txtpb | 9 +++++++ data/maps/the_extravagant/rooms/X Minus.txtpb | 23 ++++++++++++++++ .../the_extravagant/rooms/X Plus Middle Leg.txtpb | 9 +++++++ .../the_extravagant/rooms/X Plus Right Leg.txtpb | 9 +++++++ data/maps/the_extravagant/rooms/X Plus.txtpb | 27 +++++++++++++++++++ .../rooms/Y Minus First Floor.txtpb | 28 +++++++++++++++++++ .../rooms/Y Minus Second Floor.txtpb | 21 +++++++++++++++ .../rooms/Y Minus Third Floor.txtpb | 9 +++++++ .../the_extravagant/rooms/Y Plus First Floor.txtpb | 16 +++++++++++ .../the_extravagant/rooms/Y Plus Third Floor.txtpb | 31 ++++++++++++++++++++++ 14 files changed, 248 insertions(+) create mode 100644 data/maps/the_extravagant/rooms/E Room.txtpb create mode 100644 data/maps/the_extravagant/rooms/Engine Room.txtpb create mode 100644 data/maps/the_extravagant/rooms/Hat Chamber.txtpb create mode 100644 data/maps/the_extravagant/rooms/X Minus Middle Leg.txtpb create mode 100644 data/maps/the_extravagant/rooms/X Minus Right Leg.txtpb create mode 100644 data/maps/the_extravagant/rooms/X Minus.txtpb create mode 100644 data/maps/the_extravagant/rooms/X Plus Middle Leg.txtpb create mode 100644 data/maps/the_extravagant/rooms/X Plus Right Leg.txtpb create mode 100644 data/maps/the_extravagant/rooms/X Plus.txtpb create mode 100644 data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb create mode 100644 data/maps/the_extravagant/rooms/Y Minus Second Floor.txtpb create mode 100644 data/maps/the_extravagant/rooms/Y Minus Third Floor.txtpb create mode 100644 data/maps/the_extravagant/rooms/Y Plus First Floor.txtpb create mode 100644 data/maps/the_extravagant/rooms/Y Plus Third Floor.txtpb (limited to 'data/maps/the_extravagant/rooms') diff --git a/data/maps/the_extravagant/rooms/E Room.txtpb b/data/maps/the_extravagant/rooms/E Room.txtpb new file mode 100644 index 0000000..4b1f284 --- /dev/null +++ b/data/maps/the_extravagant/rooms/E Room.txtpb @@ -0,0 +1,6 @@ +name: "E Room" +display_name: "3" +letters { + key: "e" + path: "Components/Collectables/e" +} diff --git a/data/maps/the_extravagant/rooms/Engine Room.txtpb b/data/maps/the_extravagant/rooms/Engine Room.txtpb new file mode 100644 index 0000000..b724a65 --- /dev/null +++ b/data/maps/the_extravagant/rooms/Engine Room.txtpb @@ -0,0 +1,29 @@ +name: "Engine Room" +display_name: "Engine Room" +panels { + name: "ENGINE" + path: "Panels/panel_8" + clue: "engine" + answer: "train" + symbols: "boxes" +} +panels { + name: "CABOOSE" + path: "Panels/panel_9" + clue: "caboose" + answer: "train" + symbols: "boxes" +} +paintings { + name: "UNDUE" + path: "Components/Paintings/undue3" + gravity: Z_PLUS + orientation: "south" # TODO: this is meaningless with Z-axis gravity :/ + display_name: "E Side Painting On E" +} +ports { + name: "GALLERY" + path: "Components/Warps/worldport2" + gravity: Z_PLUS + # TODO: orientation is not well defined with Z-axis gravity +} diff --git a/data/maps/the_extravagant/rooms/Hat Chamber.txtpb b/data/maps/the_extravagant/rooms/Hat Chamber.txtpb new file mode 100644 index 0000000..62ac741 --- /dev/null +++ b/data/maps/the_extravagant/rooms/Hat Chamber.txtpb @@ -0,0 +1,22 @@ +name: "Hat Chamber" +display_name: "3" +panels { + name: "BRIM" + path: "Panels/panel_14" + clue: "brim" + answer: "hat" + symbols: "boxes" +} +panels { + name: "OUTFIT" + path: "Panels/panel_15" + clue: "outfit" + answer: "hat" + symbols: "boxes" +} +paintings { + name: "UNDUE" + path: "Components/Paintings/undue" + orientation: "north" + display_name: "Hat Chamber Painting" +} diff --git a/data/maps/the_extravagant/rooms/X Minus Middle Leg.txtpb b/data/maps/the_extravagant/rooms/X Minus Middle Leg.txtpb new file mode 100644 index 0000000..f1ecdb2 --- /dev/null +++ b/data/maps/the_extravagant/rooms/X Minus Middle Leg.txtpb @@ -0,0 +1,9 @@ +name: "X Minus Middle Leg" +display_name: "W" +panels { + name: "ANTENNA" + path: "Panels/panel_7" + clue: "antenna" + answer: "ant" + symbols: "boxes" +} diff --git a/data/maps/the_extravagant/rooms/X Minus Right Leg.txtpb b/data/maps/the_extravagant/rooms/X Minus Right Leg.txtpb new file mode 100644 index 0000000..54fe1d4 --- /dev/null +++ b/data/maps/the_extravagant/rooms/X Minus Right Leg.txtpb @@ -0,0 +1,9 @@ +name: "X Minus Right Leg" +display_name: "W" +panels { + name: "ROWBOAT" + path: "Panels/panel_13" + clue: "rowboat" + answer: "oar" + symbols: "boxes" +} diff --git a/data/maps/the_extravagant/rooms/X Minus.txtpb b/data/maps/the_extravagant/rooms/X Minus.txtpb new file mode 100644 index 0000000..45847e1 --- /dev/null +++ b/data/maps/the_extravagant/rooms/X Minus.txtpb @@ -0,0 +1,23 @@ +name: "X Minus" +display_name: "W" +panels { + name: "DUO" + path: "Panels/panel_1" + clue: "duo" + answer: "trio" + symbols: "boxes" +} +paintings { + name: "SMILE" + path: "Components/Paintings/smile3" + gravity: X_MINUS + orientation: "up" + display_name: "W Side Right Painting" +} +paintings { + name: "UNDONE" + path: "Components/Paintings/undone2" + gravity: X_MINUS + orientation: "up" + display_name: "W Side Left Painting" +} diff --git a/data/maps/the_extravagant/rooms/X Plus Middle Leg.txtpb b/data/maps/the_extravagant/rooms/X Plus Middle Leg.txtpb new file mode 100644 index 0000000..b117781 --- /dev/null +++ b/data/maps/the_extravagant/rooms/X Plus Middle Leg.txtpb @@ -0,0 +1,9 @@ +name: "X Plus Middle Leg" +display_name: "M" +panels { + name: "COLONY" + path: "Panels/panel_10" + clue: "colony" + answer: "ant" + symbols: "boxes" +} diff --git a/data/maps/the_extravagant/rooms/X Plus Right Leg.txtpb b/data/maps/the_extravagant/rooms/X Plus Right Leg.txtpb new file mode 100644 index 0000000..9b258fb --- /dev/null +++ b/data/maps/the_extravagant/rooms/X Plus Right Leg.txtpb @@ -0,0 +1,9 @@ +name: "X Plus Right Leg" +display_name: "M" +panels { + name: "HEAD" + path: "Panels/panel_4" + clue: "head" + answer: "hair" + symbols: "boxes" +} diff --git a/data/maps/the_extravagant/rooms/X Plus.txtpb b/data/maps/the_extravagant/rooms/X Plus.txtpb new file mode 100644 index 0000000..f8c08d0 --- /dev/null +++ b/data/maps/the_extravagant/rooms/X Plus.txtpb @@ -0,0 +1,27 @@ +name: "X Plus" +display_name: "M" +panels { + name: "ROSE" + path: "Panels/panel_16" + clue: "rose" + answer: "thorn" + symbols: "boxes" +} +paintings { + name: "UNLESS" + path: "Components/Paintings/unless" + gravity: X_PLUS + orientation: "south" + display_name: "M Side Left Painting" +} +paintings { + name: "UNDONE" + path: "Components/Paintings/undone" + gravity: X_PLUS + orientation: "south" + display_name: "M Side Right Painting" +} +keyholders { + name: "M" + path: "Components/KeyHolders/keyHolderM" +} diff --git a/data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb b/data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb new file mode 100644 index 0000000..fb674c0 --- /dev/null +++ b/data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb @@ -0,0 +1,28 @@ +name: "Y Minus First Floor" +display_name: "3" +panels { + name: "RHINO" + path: "Panels/panel_2" + clue: "rhino" + answer: "horn" + symbols: "boxes" +} +panels { + name: "HORN" + path: "Panels/panel_3" + clue: "horn" + answer: "rhino" + symbols: "boxes" +} +paintings { + name: "GALLERY" + path: "Components/Paintings/unless3" + orientation: "south" + display_name: "3 Side First Floor Near Panels Painting" +} +paintings { + name: "SMILE" + path: "Components/Paintings/smile" + orientation: "east" + display_name: "3 Side First Floor Other Painting" +} diff --git a/data/maps/the_extravagant/rooms/Y Minus Second Floor.txtpb b/data/maps/the_extravagant/rooms/Y Minus Second Floor.txtpb new file mode 100644 index 0000000..71c819f --- /dev/null +++ b/data/maps/the_extravagant/rooms/Y Minus Second Floor.txtpb @@ -0,0 +1,21 @@ +name: "Y Minus Second Floor" +display_name: "3" +panels { + name: "COMPASS" + path: "Panels/panel_5" + clue: "compass" + answer: "north" + symbols: "boxes" +} +paintings { + name: "UNMORE" + path: "Components/Paintings/unmore" + orientation: "east" + display_name: "3 Side Second Floor Other Painting" +} +paintings { + name: "SMILE" + path: "Components/Paintings/smile2" + orientation: "south" + display_name: "3 Side Second Floor Near Panel Painting" +} diff --git a/data/maps/the_extravagant/rooms/Y Minus Third Floor.txtpb b/data/maps/the_extravagant/rooms/Y Minus Third Floor.txtpb new file mode 100644 index 0000000..f5ebe14 --- /dev/null +++ b/data/maps/the_extravagant/rooms/Y Minus Third Floor.txtpb @@ -0,0 +1,9 @@ +name: "Y Minus Third Floor" +display_name: "3" +panels { + name: "WHISKERS" + path: "Panels/panel_11" + clue: "whiskers" + answer: "rat" + symbols: "boxes" +} diff --git a/data/maps/the_extravagant/rooms/Y Plus First Floor.txtpb b/data/maps/the_extravagant/rooms/Y Plus First Floor.txtpb new file mode 100644 index 0000000..9c8120c --- /dev/null +++ b/data/maps/the_extravagant/rooms/Y Plus First Floor.txtpb @@ -0,0 +1,16 @@ +name: "Y Plus First Floor" +display_name: "E" +paintings { + name: "UNDUE" + path: "Components/Paintings/undue4" + gravity: Y_PLUS + orientation: "south" + display_name: "E Side Painting On E" +} +paintings { + name: "UNLESS" + path: "Components/Paintings/unless2" + gravity: Y_PLUS + orientation: "east" + display_name: "E Side First Floor Painting On Wall" +} diff --git a/data/maps/the_extravagant/rooms/Y Plus Third Floor.txtpb b/data/maps/the_extravagant/rooms/Y Plus Third Floor.txtpb new file mode 100644 index 0000000..3fd845b --- /dev/null +++ b/data/maps/the_extravagant/rooms/Y Plus Third Floor.txtpb @@ -0,0 +1,31 @@ +name: "Y Plus Third Floor" +# It's the second floor too... +display_name: "E" +panels { + name: "CACTUS" + path: "Panels/panel_6" + clue: "cactus" + answer: "thorn" + symbols: "boxes" +} +panels { + name: "TAIL" + path: "Panels/panel_12" + clue: "tail" + answer: "rat" + symbols: "boxes" +} +paintings { + name: "UNMORE" + path: "Components/Paintings/unmore2" + gravity: Y_PLUS + orientation: "east" + display_name: "E Side Third Floor Painting" +} +paintings { + name: "UNDUE" + path: "Components/Paintings/undue2" + gravity: Y_PLUS + orientation: "south" + display_name: "Hat Chamber Upside Down Painting" +} -- cgit 1.4.1