diff options
Diffstat (limited to 'data/maps/the_shop')
| -rw-r--r-- | data/maps/the_shop/doors.txtpb | 3 | ||||
| -rw-r--r-- | data/maps/the_shop/rooms/Main Area.txtpb | 5 |
2 files changed, 7 insertions, 1 deletions
| diff --git a/data/maps/the_shop/doors.txtpb b/data/maps/the_shop/doors.txtpb index 5362614..2ce7c71 100644 --- a/data/maps/the_shop/doors.txtpb +++ b/data/maps/the_shop/doors.txtpb | |||
| @@ -33,5 +33,8 @@ doors { | |||
| 33 | doors { | 33 | doors { |
| 34 | name: "N Entered" | 34 | name: "N Entered" |
| 35 | type: EVENT | 35 | type: EVENT |
| 36 | latch: true | ||
| 37 | receivers: "Components/Doors/entry_1" | ||
| 38 | receivers: "Components/Doors/entry_2" | ||
| 36 | keyholders { room: "Main Area" name: "N" key: "n" } | 39 | keyholders { room: "Main Area" name: "N" key: "n" } |
| 37 | } | 40 | } |
| diff --git a/data/maps/the_shop/rooms/Main Area.txtpb b/data/maps/the_shop/rooms/Main Area.txtpb index eb0e696..df1cb14 100644 --- a/data/maps/the_shop/rooms/Main Area.txtpb +++ b/data/maps/the_shop/rooms/Main Area.txtpb | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | name: "Main Area" | 1 | name: "Main Area" |
| 2 | display_name: "Shop" | ||
| 3 | panels { | 2 | panels { |
| 4 | name: "DUCKS" | 3 | name: "DUCKS" |
| 5 | path: "Panels/Books/panel_1" | 4 | path: "Panels/Books/panel_1" |
| @@ -156,9 +155,13 @@ panels { | |||
| 156 | } | 155 | } |
| 157 | ports { | 156 | ports { |
| 158 | name: "ENTRY" | 157 | name: "ENTRY" |
| 158 | display_name: "Entrance" | ||
| 159 | path: "Components/Warps/worldport" | 159 | path: "Components/Warps/worldport" |
| 160 | destination { x: 4 y: 0 z: 12 } | ||
| 161 | rotation: 90 | ||
| 160 | } | 162 | } |
| 161 | keyholders { | 163 | keyholders { |
| 162 | name: "N" | 164 | name: "N" |
| 163 | path: "Components/KeyHolders/keyHolderN" | 165 | path: "Components/KeyHolders/keyHolderN" |
| 166 | key: "n" | ||
| 164 | } | 167 | } |
