diff options
Diffstat (limited to 'data/maps/the_repetitive/rooms')
4 files changed, 18 insertions, 5 deletions
| diff --git a/data/maps/the_repetitive/rooms/Anti Room.txtpb b/data/maps/the_repetitive/rooms/Anti Room.txtpb index 641fede..65a99ff 100644 --- a/data/maps/the_repetitive/rooms/Anti Room.txtpb +++ b/data/maps/the_repetitive/rooms/Anti Room.txtpb | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | name: "Anti Room" | 1 | name: "Anti Room" |
| 2 | # Ignore the collectible. The mod should remove it and the back wall too. | ||
| 3 | panels { | 2 | panels { |
| 4 | name: "HA (1)" | 3 | name: "HA (1)" |
| 5 | path: "Panels/Entry/panel_7" | 4 | path: "Panels/Entry/panel_7" |
| @@ -38,9 +37,17 @@ panels { | |||
| 38 | symbols: EXAMPLE | 37 | symbols: EXAMPLE |
| 39 | } | 38 | } |
| 40 | panels { | 39 | panels { |
| 41 | name: "EYE" | 40 | name: "EYE (1)" |
| 42 | path: "Panels/Entry/panel4" | 41 | path: "Panels/Entry/panel4" |
| 43 | clue: "eye" | 42 | clue: "eye" |
| 44 | answer: "iris" | 43 | answer: "iris" |
| 45 | symbols: BOXES | 44 | symbols: BOXES |
| 46 | } | 45 | } |
| 46 | panels { | ||
| 47 | # This appears after grabbing the anti-collectable. | ||
| 48 | name: "EYE (2)" | ||
| 49 | path: "Components/Doors/Door3/Hinge/panel_i" | ||
| 50 | clue: "eye" | ||
| 51 | answer: "i" | ||
| 52 | symbols: ZERO | ||
| 53 | } | ||
| diff --git a/data/maps/the_repetitive/rooms/Entry Connector.txtpb b/data/maps/the_repetitive/rooms/Entry Connector.txtpb index b6795c2..1508145 100644 --- a/data/maps/the_repetitive/rooms/Entry Connector.txtpb +++ b/data/maps/the_repetitive/rooms/Entry Connector.txtpb | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | name: "Entry Connector" | 1 | name: "Entry Connector" |
| 2 | ports { | 2 | ports { |
| 3 | name: "ENTRY" | 3 | name: "ENTRY" |
| 4 | display_name: "Northwest Worldport" | ||
| 4 | path: "Components/Warps/worldport2" | 5 | path: "Components/Warps/worldport2" |
| 5 | orientation: "south" | 6 | destination { x: -11 y: 0 z: 13 } |
| 7 | rotation: 90 | ||
| 6 | } | 8 | } |
| diff --git a/data/maps/the_repetitive/rooms/Main Room.txtpb b/data/maps/the_repetitive/rooms/Main Room.txtpb index 8a2feb0..623204c 100644 --- a/data/maps/the_repetitive/rooms/Main Room.txtpb +++ b/data/maps/the_repetitive/rooms/Main Room.txtpb | |||
| @@ -138,6 +138,8 @@ paintings { | |||
| 138 | } | 138 | } |
| 139 | ports { | 139 | ports { |
| 140 | name: "CC" | 140 | name: "CC" |
| 141 | display_name: "Southwest Worldport" | ||
| 141 | path: "Components/Warps/worldport3" | 142 | path: "Components/Warps/worldport3" |
| 142 | orientation: "east" | 143 | destination { x: -5.5 y: 0 z: 56 } |
| 144 | rotation: 90 | ||
| 143 | } | 145 | } |
| diff --git a/data/maps/the_repetitive/rooms/Plaza Connector.txtpb b/data/maps/the_repetitive/rooms/Plaza Connector.txtpb index 1ed66b4..b26fdb0 100644 --- a/data/maps/the_repetitive/rooms/Plaza Connector.txtpb +++ b/data/maps/the_repetitive/rooms/Plaza Connector.txtpb | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | name: "Plaza Connector" | 1 | name: "Plaza Connector" |
| 2 | ports { | 2 | ports { |
| 3 | name: "PLAZA" | 3 | name: "PLAZA" |
| 4 | display_name: "Northeast Worldport" | ||
| 4 | path: "Components/Warps/worldport" | 5 | path: "Components/Warps/worldport" |
| 5 | orientation: "north" | 6 | destination { x: 15 y: 0 z: 13 } |
| 7 | rotation: 0 | ||
| 6 | } | 8 | } |
