From c9139577e690baff59da1b1edf13ef209c00ee40 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 18 Aug 2025 18:50:04 -0400 Subject: Added the_repetitive --- data/maps/the_entry/connections.txtpb | 28 +++++++++++++++++++++- .../the_entry/rooms/Composite Room Entrance.txtpb | 7 ++++++ data/maps/the_entry/rooms/Daedalus Entrance.txtpb | 7 ++++++ data/maps/the_entry/rooms/Digital Entrance.txtpb | 7 ++++++ .../maps/the_entry/rooms/Repetitive Entrance.txtpb | 7 ++++++ data/maps/the_entry/rooms/Starting Room.txtpb | 24 ------------------- 6 files changed, 55 insertions(+), 25 deletions(-) create mode 100644 data/maps/the_entry/rooms/Composite Room Entrance.txtpb create mode 100644 data/maps/the_entry/rooms/Daedalus Entrance.txtpb create mode 100644 data/maps/the_entry/rooms/Digital Entrance.txtpb create mode 100644 data/maps/the_entry/rooms/Repetitive Entrance.txtpb (limited to 'data/maps/the_entry') diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index 5171a76..bec0642 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb @@ -157,4 +157,30 @@ connections { from_room: "D Room" to_room: "D Room Final" door { name: "D Room Panels" } -} \ No newline at end of file +} +connections { + from_room: "Starting Room" + to_room: "Digital Entrance" + door { name: "Second Room Left Door" } + oneway: true +} +connections { + from_room: "Digital Entrance" + to_room: "Starting Room" + oneway: true +} +connections { + from_room: "Starting Room" + to_room: "Daedalus Entrance" + door { name: "Daedalus Entrance" } +} +connections { + from_room: "Starting Room" + to_room: "Composite Room Entrance" + door { name: "Composite Room Entrance" } +} +connections { + from_room: "Starting Room" + to_room: "Repetitive Entrance" + door { name: "Repetitive Entrance" } +} diff --git a/data/maps/the_entry/rooms/Composite Room Entrance.txtpb b/data/maps/the_entry/rooms/Composite Room Entrance.txtpb new file mode 100644 index 0000000..4c18625 --- /dev/null +++ b/data/maps/the_entry/rooms/Composite Room Entrance.txtpb @@ -0,0 +1,7 @@ +name: "Composite Room Entrance" +display_name: "Starting Room" +ports { + name: "COMPOSITE" + path: "Components/Warps/worldport12" + orientation: "east" +} diff --git a/data/maps/the_entry/rooms/Daedalus Entrance.txtpb b/data/maps/the_entry/rooms/Daedalus Entrance.txtpb new file mode 100644 index 0000000..60b41cb --- /dev/null +++ b/data/maps/the_entry/rooms/Daedalus Entrance.txtpb @@ -0,0 +1,7 @@ +name: "Daedalus Entrance" +display_name: "Starting Room" +ports { + name: "DAEDALUS" + path: "Components/Warps/worldport6" + orientation: "west" +} diff --git a/data/maps/the_entry/rooms/Digital Entrance.txtpb b/data/maps/the_entry/rooms/Digital Entrance.txtpb new file mode 100644 index 0000000..5713a8d --- /dev/null +++ b/data/maps/the_entry/rooms/Digital Entrance.txtpb @@ -0,0 +1,7 @@ +name: "Digital Entrance" +display_name: "Starting Room" +ports { + name: "DIGITAL" + path: "Components/Warps/worldport" + orientation: "west" +} diff --git a/data/maps/the_entry/rooms/Repetitive Entrance.txtpb b/data/maps/the_entry/rooms/Repetitive Entrance.txtpb new file mode 100644 index 0000000..982e3f3 --- /dev/null +++ b/data/maps/the_entry/rooms/Repetitive Entrance.txtpb @@ -0,0 +1,7 @@ +name: "Repetitive Entrance" +display_name: "Starting Room" +ports { + name: "REPETITIVE" + path: "Components/Warps/worldport7" + orientation: "north" +} diff --git a/data/maps/the_entry/rooms/Starting Room.txtpb b/data/maps/the_entry/rooms/Starting Room.txtpb index 93c9df5..0a7c222 100644 --- a/data/maps/the_entry/rooms/Starting Room.txtpb +++ b/data/maps/the_entry/rooms/Starting Room.txtpb @@ -77,27 +77,3 @@ paintings { required_door { name: "Near D Room Painting" } display_name: "Near D Room Painting" } -ports { - name: "DIGITAL" - path: "Components/Warps/worldport" - orientation: "west" - required_door { name: "Second Room Left Door" } -} -ports { - name: "DAEDALUS" - path: "Components/Warps/worldport6" - orientation: "west" - required_door { name: "Daedalus Entrance" } -} -ports { - name: "REPETITIVE" - path: "Components/Warps/worldport7" - orientation: "north" - required_door { name: "Repetitive Entrance" } -} -ports { - name: "COMPOSITE" - path: "Components/Warps/worldport12" - orientation: "east" - required_door { name: "Composite Room Entrance" } -} -- cgit 1.4.1