diff options
Diffstat (limited to 'data/maps/the_between')
-rw-r--r-- | data/maps/the_between/connections.txtpb | 43 | ||||
-rw-r--r-- | data/maps/the_between/rooms/B2 Back Room.txtpb | 17 | ||||
-rw-r--r-- | data/maps/the_between/rooms/B2 Front Room.txtpb | 12 | ||||
-rw-r--r-- | data/maps/the_between/rooms/B2 Room.txtpb | 8 | ||||
-rw-r--r-- | data/maps/the_between/rooms/Main Area.txtpb | 6 | ||||
-rw-r--r-- | data/maps/the_between/rooms/Plaza Entrance.txtpb | 7 |
6 files changed, 78 insertions, 15 deletions
diff --git a/data/maps/the_between/connections.txtpb b/data/maps/the_between/connections.txtpb index e2e7dc8..4e2e9a5 100644 --- a/data/maps/the_between/connections.txtpb +++ b/data/maps/the_between/connections.txtpb | |||
@@ -5,6 +5,47 @@ connections { | |||
5 | } | 5 | } |
6 | connections { | 6 | connections { |
7 | from_room: "Main Area" | 7 | from_room: "Main Area" |
8 | to_room: "B2 Room" | 8 | to_room: "B2 Front Room" |
9 | door { name: "B2 Door" } | 9 | door { name: "B2 Door" } |
10 | } | 10 | } |
11 | connections { | ||
12 | from { | ||
13 | painting { | ||
14 | room: "B2 Front Room" | ||
15 | name: "EYES4" | ||
16 | } | ||
17 | } | ||
18 | to { | ||
19 | painting { | ||
20 | room: "B2 Back Room" | ||
21 | name: "EYES3" | ||
22 | } | ||
23 | } | ||
24 | oneway: true | ||
25 | } | ||
26 | connections { | ||
27 | from { | ||
28 | painting { | ||
29 | room: "B2 Front Room" | ||
30 | name: "EYES" | ||
31 | } | ||
32 | } | ||
33 | to { | ||
34 | painting { | ||
35 | room: "B2 Back Room" | ||
36 | name: "EYES2" | ||
37 | } | ||
38 | } | ||
39 | oneway: true | ||
40 | } | ||
41 | connections { | ||
42 | from_room: "B2 Back Room" | ||
43 | to_room: "B2 Front Room" | ||
44 | # via collecting B2 | ||
45 | oneway: true | ||
46 | } | ||
47 | connections { | ||
48 | from_room: "Main Area" | ||
49 | to_room: "Plaza Entrance" | ||
50 | door { name: "Plaza Entrance" } | ||
51 | } | ||
diff --git a/data/maps/the_between/rooms/B2 Back Room.txtpb b/data/maps/the_between/rooms/B2 Back Room.txtpb new file mode 100644 index 0000000..132ba56 --- /dev/null +++ b/data/maps/the_between/rooms/B2 Back Room.txtpb | |||
@@ -0,0 +1,17 @@ | |||
1 | name: "B2 Back Room" | ||
2 | display_name: "B2 Room" | ||
3 | letters { | ||
4 | key: "b" | ||
5 | level2: true | ||
6 | path: "Components/Collectables/collectable" | ||
7 | } | ||
8 | paintings { | ||
9 | name: "EYES2" | ||
10 | path: "Components/Paintings/eyes2" | ||
11 | orientation: "east" | ||
12 | } | ||
13 | paintings { | ||
14 | name: "EYES3" | ||
15 | path: "Components/Paintings/eyes3" | ||
16 | orientation: "west" | ||
17 | } | ||
diff --git a/data/maps/the_between/rooms/B2 Front Room.txtpb b/data/maps/the_between/rooms/B2 Front Room.txtpb new file mode 100644 index 0000000..02c09fb --- /dev/null +++ b/data/maps/the_between/rooms/B2 Front Room.txtpb | |||
@@ -0,0 +1,12 @@ | |||
1 | name: "B2 Front Room" | ||
2 | display_name: "B2 Room" | ||
3 | paintings { | ||
4 | name: "EYES" | ||
5 | path: "Components/Paintings/eyes" | ||
6 | orientation: "east" | ||
7 | } | ||
8 | paintings { | ||
9 | name: "EYES4" | ||
10 | path: "Components/Paintings/eyes4" | ||
11 | orientation: "west" | ||
12 | } | ||
diff --git a/data/maps/the_between/rooms/B2 Room.txtpb b/data/maps/the_between/rooms/B2 Room.txtpb deleted file mode 100644 index aad5d15..0000000 --- a/data/maps/the_between/rooms/B2 Room.txtpb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | name: "B2 Room" | ||
2 | display_name: "B2 Room" | ||
3 | letters { | ||
4 | key: "b" | ||
5 | level2: true | ||
6 | path: "Components/Collectables/collectable" | ||
7 | } | ||
8 | # Uhh idk if the paintings and door in here should be randomized. | ||
diff --git a/data/maps/the_between/rooms/Main Area.txtpb b/data/maps/the_between/rooms/Main Area.txtpb index 1e0e291..164493d 100644 --- a/data/maps/the_between/rooms/Main Area.txtpb +++ b/data/maps/the_between/rooms/Main Area.txtpb | |||
@@ -201,9 +201,3 @@ ports { | |||
201 | path: "Components/Warps/worldport" | 201 | path: "Components/Warps/worldport" |
202 | orientation: "east" | 202 | orientation: "east" |
203 | } | 203 | } |
204 | ports { | ||
205 | name: "PLAZA" | ||
206 | path: "Components/Warps/worldport4" | ||
207 | orientation: "north" | ||
208 | required_door { name: "Plaza Entrance" } | ||
209 | } | ||
diff --git a/data/maps/the_between/rooms/Plaza Entrance.txtpb b/data/maps/the_between/rooms/Plaza Entrance.txtpb new file mode 100644 index 0000000..b99081a --- /dev/null +++ b/data/maps/the_between/rooms/Plaza Entrance.txtpb | |||
@@ -0,0 +1,7 @@ | |||
1 | name: "Plaza Entrance" | ||
2 | display_name: "Main Area" | ||
3 | ports { | ||
4 | name: "PLAZA" | ||
5 | path: "Components/Warps/worldport4" | ||
6 | orientation: "north" | ||
7 | } | ||