diff options
Diffstat (limited to 'data/maps/the_entry/rooms')
| -rw-r--r-- | data/maps/the_entry/rooms/Four Rooms Entrance.txtpb | 2 | ||||
| -rw-r--r-- | data/maps/the_entry/rooms/Rabbit Hole.txtpb | 2 | ||||
| -rw-r--r-- | data/maps/the_entry/rooms/Repetitive Entrance.txtpb | 3 | ||||
| -rw-r--r-- | data/maps/the_entry/rooms/Starting Room.txtpb | 19 |
4 files changed, 21 insertions, 5 deletions
| diff --git a/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb b/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb index 4d94d5a..d4650f0 100644 --- a/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb +++ b/data/maps/the_entry/rooms/Four Rooms Entrance.txtpb | |||
| @@ -5,5 +5,5 @@ ports { | |||
| 5 | path: "Components/Warps/worldport9" | 5 | path: "Components/Warps/worldport9" |
| 6 | destination { x: -41 y: 6 z: -17.5 } | 6 | destination { x: -41 y: 6 z: -17.5 } |
| 7 | rotation: 0 | 7 | rotation: 0 |
| 8 | gravity: Y_PLUS | 8 | # This isn't actually Y_PLUS gravity! A nearby warp sneakily flips you. |
| 9 | } | 9 | } |
| diff --git a/data/maps/the_entry/rooms/Rabbit Hole.txtpb b/data/maps/the_entry/rooms/Rabbit Hole.txtpb index 4ffeb84..4799fde 100644 --- a/data/maps/the_entry/rooms/Rabbit Hole.txtpb +++ b/data/maps/the_entry/rooms/Rabbit Hole.txtpb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | name: "Rabbit Hole" | 1 | name: "Rabbit Hole" |
| 2 | panel_display_name: "Red Blue Area" | 2 | panel_display_name: "Red Blue Area" |
| 3 | panels { | 3 | panels { |
| 4 | name: "PUZZLE" | 4 | name: "Blank" |
| 5 | path: "Panels/Back Right/br_6" | 5 | path: "Panels/Back Right/br_6" |
| 6 | clue: "" | 6 | clue: "" |
| 7 | answer: "down" | 7 | answer: "down" |
| diff --git a/data/maps/the_entry/rooms/Repetitive Entrance.txtpb b/data/maps/the_entry/rooms/Repetitive Entrance.txtpb index 25c3307..a83eea4 100644 --- a/data/maps/the_entry/rooms/Repetitive Entrance.txtpb +++ b/data/maps/the_entry/rooms/Repetitive Entrance.txtpb | |||
| @@ -6,7 +6,4 @@ ports { | |||
| 6 | path: "Components/Warps/worldport7" | 6 | path: "Components/Warps/worldport7" |
| 7 | destination { x: -20 y: 0 z: -16 } | 7 | destination { x: -20 y: 0 z: -16 } |
| 8 | rotation: 180 | 8 | rotation: 180 |
| 9 | # TODO: this is part of what makes the keyholder dependent connection from CC | ||
| 10 | # safe in vanilla doors | ||
| 11 | no_shuffle: true | ||
| 12 | } | 9 | } |
| diff --git a/data/maps/the_entry/rooms/Starting Room.txtpb b/data/maps/the_entry/rooms/Starting Room.txtpb index 8e8373b..d01d807 100644 --- a/data/maps/the_entry/rooms/Starting Room.txtpb +++ b/data/maps/the_entry/rooms/Starting Room.txtpb | |||
| @@ -46,6 +46,25 @@ panels { | |||
| 46 | clue: "than" | 46 | clue: "than" |
| 47 | answer: "than" | 47 | answer: "than" |
| 48 | } | 48 | } |
| 49 | panels { | ||
| 50 | name: "Gift Maps" | ||
| 51 | # TODO: exclude from panelsanity | ||
| 52 | path: "Components/GiftMapEntrance/Panel" | ||
| 53 | clue: "player" | ||
| 54 | answer: "" | ||
| 55 | # The puzzle solution doesn't matter. We'll change it to the player's name | ||
| 56 | # for fun. | ||
| 57 | symbols: QUESTION | ||
| 58 | proxies { answer: "gongus" path: "Components/GiftMapEntrance/GongusPanel" } | ||
| 59 | proxies { answer: "hatkirby" path: "Components/GiftMapEntrance/HatkirbyPanel" } | ||
| 60 | proxies { answer: "icely" path: "Components/GiftMapEntrance/IcelyPanel" } | ||
| 61 | proxies { answer: "kirby" path: "Components/GiftMapEntrance/KirbyPanel" } | ||
| 62 | proxies { answer: "kiwi" path: "Components/GiftMapEntrance/KiwiPanel" } | ||
| 63 | proxies { answer: "q" path: "Components/GiftMapEntrance/QPanel" } | ||
| 64 | proxies { answer: "souvey" path: "Components/GiftMapEntrance/SouveyPanel" } | ||
| 65 | proxies { answer: "star" path: "Components/GiftMapEntrance/StarPanel" } | ||
| 66 | required_door { name: "Gift Maps Entrance" } | ||
| 67 | } | ||
| 49 | letters { | 68 | letters { |
| 50 | key: "h" | 69 | key: "h" |
| 51 | path: "Components/Collectables/h" | 70 | path: "Components/Collectables/h" |
