diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-18 18:50:04 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-18 18:50:04 -0400 |
| commit | c9139577e690baff59da1b1edf13ef209c00ee40 (patch) | |
| tree | 43b457907230d3734dde7ea15ecfc1be8fc359aa /data/maps/the_entry/rooms | |
| parent | 59a1f9e9c96d6ce89cffcb93e567b5ee601ed4ab (diff) | |
| download | lingo2-archipelago-c9139577e690baff59da1b1edf13ef209c00ee40.tar.gz lingo2-archipelago-c9139577e690baff59da1b1edf13ef209c00ee40.tar.bz2 lingo2-archipelago-c9139577e690baff59da1b1edf13ef209c00ee40.zip | |
Added the_repetitive
Diffstat (limited to 'data/maps/the_entry/rooms')
5 files changed, 28 insertions, 24 deletions
| 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 @@ | |||
| 1 | name: "Composite Room Entrance" | ||
| 2 | display_name: "Starting Room" | ||
| 3 | ports { | ||
| 4 | name: "COMPOSITE" | ||
| 5 | path: "Components/Warps/worldport12" | ||
| 6 | orientation: "east" | ||
| 7 | } | ||
| 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 @@ | |||
| 1 | name: "Daedalus Entrance" | ||
| 2 | display_name: "Starting Room" | ||
| 3 | ports { | ||
| 4 | name: "DAEDALUS" | ||
| 5 | path: "Components/Warps/worldport6" | ||
| 6 | orientation: "west" | ||
| 7 | } | ||
| 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 @@ | |||
| 1 | name: "Digital Entrance" | ||
| 2 | display_name: "Starting Room" | ||
| 3 | ports { | ||
| 4 | name: "DIGITAL" | ||
| 5 | path: "Components/Warps/worldport" | ||
| 6 | orientation: "west" | ||
| 7 | } | ||
| 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 @@ | |||
| 1 | name: "Repetitive Entrance" | ||
| 2 | display_name: "Starting Room" | ||
| 3 | ports { | ||
| 4 | name: "REPETITIVE" | ||
| 5 | path: "Components/Warps/worldport7" | ||
| 6 | orientation: "north" | ||
| 7 | } | ||
| 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 { | |||
| 77 | required_door { name: "Near D Room Painting" } | 77 | required_door { name: "Near D Room Painting" } |
| 78 | display_name: "Near D Room Painting" | 78 | display_name: "Near D Room Painting" |
| 79 | } | 79 | } |
| 80 | ports { | ||
| 81 | name: "DIGITAL" | ||
| 82 | path: "Components/Warps/worldport" | ||
| 83 | orientation: "west" | ||
| 84 | required_door { name: "Second Room Left Door" } | ||
| 85 | } | ||
| 86 | ports { | ||
| 87 | name: "DAEDALUS" | ||
| 88 | path: "Components/Warps/worldport6" | ||
| 89 | orientation: "west" | ||
| 90 | required_door { name: "Daedalus Entrance" } | ||
| 91 | } | ||
| 92 | ports { | ||
| 93 | name: "REPETITIVE" | ||
| 94 | path: "Components/Warps/worldport7" | ||
| 95 | orientation: "north" | ||
| 96 | required_door { name: "Repetitive Entrance" } | ||
| 97 | } | ||
| 98 | ports { | ||
| 99 | name: "COMPOSITE" | ||
| 100 | path: "Components/Warps/worldport12" | ||
| 101 | orientation: "east" | ||
| 102 | required_door { name: "Composite Room Entrance" } | ||
| 103 | } | ||
