diff options
Diffstat (limited to 'data/maps/the_jubilant')
| -rw-r--r-- | data/maps/the_jubilant/doors.txtpb | 11 | ||||
| -rw-r--r-- | data/maps/the_jubilant/metadata.txtpb | 4 | ||||
| -rw-r--r-- | data/maps/the_jubilant/rooms/J Room.txtpb | 1 | ||||
| -rw-r--r-- | data/maps/the_jubilant/rooms/Main Area.txtpb | 5 | ||||
| -rw-r--r-- | data/maps/the_jubilant/rooms/Side Area.txtpb | 2 |
5 files changed, 19 insertions, 4 deletions
| diff --git a/data/maps/the_jubilant/doors.txtpb b/data/maps/the_jubilant/doors.txtpb index 02db1ff..90bfd0f 100644 --- a/data/maps/the_jubilant/doors.txtpb +++ b/data/maps/the_jubilant/doors.txtpb | |||
| @@ -31,3 +31,14 @@ doors { | |||
| 31 | panels { room: "Main Area" name: "QUEEN" answer: "jack" } | 31 | panels { room: "Main Area" name: "QUEEN" answer: "jack" } |
| 32 | location_room: "Main Area" | 32 | location_room: "Main Area" |
| 33 | } | 33 | } |
| 34 | doors { | ||
| 35 | name: "Side Room Puzzles" | ||
| 36 | type: LOCATION_ONLY | ||
| 37 | panels { room: "Side Area" name: "CALLBACK" } | ||
| 38 | panels { room: "Side Area" name: "CALL" } | ||
| 39 | panels { room: "Side Area" name: "PUSHBACK" } | ||
| 40 | panels { room: "Side Area" name: "PUSH" } | ||
| 41 | panels { room: "Side Area" name: "FLASHBACK" } | ||
| 42 | panels { room: "Side Area" name: "FLASH" } | ||
| 43 | location_room: "Side Area" | ||
| 44 | } | ||
| diff --git a/data/maps/the_jubilant/metadata.txtpb b/data/maps/the_jubilant/metadata.txtpb index 7de7b85..4af1874 100644 --- a/data/maps/the_jubilant/metadata.txtpb +++ b/data/maps/the_jubilant/metadata.txtpb | |||
| @@ -1 +1,5 @@ | |||
| 1 | display_name: "The Jubilant" | 1 | display_name: "The Jubilant" |
| 2 | worldport_entrance { | ||
| 3 | room: "Main Area" | ||
| 4 | name: "GREAT" | ||
| 5 | } | ||
| diff --git a/data/maps/the_jubilant/rooms/J Room.txtpb b/data/maps/the_jubilant/rooms/J Room.txtpb index 35abc54..19425f1 100644 --- a/data/maps/the_jubilant/rooms/J Room.txtpb +++ b/data/maps/the_jubilant/rooms/J Room.txtpb | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | name: "J Room" | 1 | name: "J Room" |
| 2 | display_name: "Jubilant" | ||
| 3 | letters { | 2 | letters { |
| 4 | key: "j" | 3 | key: "j" |
| 5 | path: "Components/Collectables/q" # yeah lol | 4 | path: "Components/Collectables/q" # yeah lol |
| diff --git a/data/maps/the_jubilant/rooms/Main Area.txtpb b/data/maps/the_jubilant/rooms/Main Area.txtpb index 3d7d31f..b38fafd 100644 --- a/data/maps/the_jubilant/rooms/Main Area.txtpb +++ b/data/maps/the_jubilant/rooms/Main Area.txtpb | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | name: "Main Area" | 1 | name: "Main Area" |
| 2 | display_name: "Jubilant" | ||
| 3 | panels { | 2 | panels { |
| 4 | name: "GEMSTONE" | 3 | name: "GEMSTONE" |
| 5 | path: "Panels/Main/panel_1" | 4 | path: "Panels/Main/panel_1" |
| @@ -98,6 +97,8 @@ panels { | |||
| 98 | } | 97 | } |
| 99 | ports { | 98 | ports { |
| 100 | name: "GREAT" | 99 | name: "GREAT" |
| 100 | display_name: "Entrance" | ||
| 101 | path: "Components/Warps/worldport" | 101 | path: "Components/Warps/worldport" |
| 102 | orientation: "west" | 102 | destination { x: -3 y: 0 z: 9 } |
| 103 | rotation: 270 | ||
| 103 | } | 104 | } |
| diff --git a/data/maps/the_jubilant/rooms/Side Area.txtpb b/data/maps/the_jubilant/rooms/Side Area.txtpb index 0e904aa..807f044 100644 --- a/data/maps/the_jubilant/rooms/Side Area.txtpb +++ b/data/maps/the_jubilant/rooms/Side Area.txtpb | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | name: "Side Area" | 1 | name: "Side Area" |
| 2 | display_name: "Jubilant" | ||
| 3 | panels { | 2 | panels { |
| 4 | name: "CALLBACK" | 3 | name: "CALLBACK" |
| 5 | path: "Panels/Back Helpers/back_1" | 4 | path: "Panels/Back Helpers/back_1" |
| @@ -39,4 +38,5 @@ panels { | |||
| 39 | keyholders { | 38 | keyholders { |
| 40 | name: "J" | 39 | name: "J" |
| 41 | path: "Components/KeyHolders/keyHolderJ" | 40 | path: "Components/KeyHolders/keyHolderJ" |
| 41 | key: "j" | ||
| 42 | } | 42 | } |
