diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-21 08:46:42 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-21 08:46:42 -0400 |
| commit | a5ccb21fcd037f5675a7c7209884be92d383a159 (patch) | |
| tree | fdc0d2abd1b5d0351cea2da0e2da7b1312ceb775 /data/maps/the_digital | |
| parent | 9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521 (diff) | |
| download | lingo2-archipelago-a5ccb21fcd037f5675a7c7209884be92d383a159.tar.gz lingo2-archipelago-a5ccb21fcd037f5675a7c7209884be92d383a159.tar.bz2 lingo2-archipelago-a5ccb21fcd037f5675a7c7209884be92d383a159.zip | |
Added the_unyielding
Diffstat (limited to 'data/maps/the_digital')
| -rw-r--r-- | data/maps/the_digital/connections.txtpb | 5 | ||||
| -rw-r--r-- | data/maps/the_digital/rooms/Main Area.txtpb | 6 | ||||
| -rw-r--r-- | data/maps/the_digital/rooms/Unyielding Entrance.txtpb | 6 |
3 files changed, 11 insertions, 6 deletions
| diff --git a/data/maps/the_digital/connections.txtpb b/data/maps/the_digital/connections.txtpb index 04d612e..67cd4dc 100644 --- a/data/maps/the_digital/connections.txtpb +++ b/data/maps/the_digital/connections.txtpb | |||
| @@ -33,3 +33,8 @@ connections { | |||
| 33 | to_room: "Main Area" | 33 | to_room: "Main Area" |
| 34 | door { name: "Tree Entrance" } | 34 | door { name: "Tree Entrance" } |
| 35 | } | 35 | } |
| 36 | connections { | ||
| 37 | from_room: "Main Area" | ||
| 38 | to_room: "Unyielding Entrance" | ||
| 39 | door { name: "Control Center Blue Door" } | ||
| 40 | } | ||
| diff --git a/data/maps/the_digital/rooms/Main Area.txtpb b/data/maps/the_digital/rooms/Main Area.txtpb index a97d52a..ee5c208 100644 --- a/data/maps/the_digital/rooms/Main Area.txtpb +++ b/data/maps/the_digital/rooms/Main Area.txtpb | |||
| @@ -41,9 +41,3 @@ ports { | |||
| 41 | path: "Components/Worldports/worldport2" | 41 | path: "Components/Worldports/worldport2" |
| 42 | orientation: "south" | 42 | orientation: "south" |
| 43 | } | 43 | } |
| 44 | ports { | ||
| 45 | name: "UNYIELDING" | ||
| 46 | path: "Components/Warps/worldport5" | ||
| 47 | orientation: "east" | ||
| 48 | required_door { name: "Control Center Blue Door" } | ||
| 49 | } | ||
| diff --git a/data/maps/the_digital/rooms/Unyielding Entrance.txtpb b/data/maps/the_digital/rooms/Unyielding Entrance.txtpb new file mode 100644 index 0000000..0370928 --- /dev/null +++ b/data/maps/the_digital/rooms/Unyielding Entrance.txtpb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | name: "Unyielding Entrance" | ||
| 2 | ports { | ||
| 3 | name: "UNYIELDING" | ||
| 4 | path: "Components/Warps/worldport5" | ||
| 5 | orientation: "east" | ||
| 6 | } | ||
