diff options
Diffstat (limited to 'data/maps/the_stormy')
| -rw-r--r-- | data/maps/the_stormy/connections.txtpb | 35 | ||||
| -rw-r--r-- | data/maps/the_stormy/doors.txtpb | 40 | ||||
| -rw-r--r-- | data/maps/the_stormy/metadata.txtpb | 1 | ||||
| -rw-r--r-- | data/maps/the_stormy/rooms/Center.txtpb | 36 | ||||
| -rw-r--r-- | data/maps/the_stormy/rooms/Nuclear Side.txtpb | 8 | ||||
| -rw-r--r-- | data/maps/the_stormy/rooms/Nuclear Vestibule.txtpb | 8 | ||||
| -rw-r--r-- | data/maps/the_stormy/rooms/Rain Side.txtpb | 17 | ||||
| -rw-r--r-- | data/maps/the_stormy/rooms/Tornado Side.txtpb | 8 | ||||
| -rw-r--r-- | data/maps/the_stormy/rooms/Tornado Vestibule.txtpb | 8 | ||||
| -rw-r--r-- | data/maps/the_stormy/rooms/Volcano Side.txtpb | 15 | ||||
| -rw-r--r-- | data/maps/the_stormy/rooms/X2 Room.txtpb | 14 |
11 files changed, 190 insertions, 0 deletions
| diff --git a/data/maps/the_stormy/connections.txtpb b/data/maps/the_stormy/connections.txtpb new file mode 100644 index 0000000..d935e68 --- /dev/null +++ b/data/maps/the_stormy/connections.txtpb | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | connections { | ||
| 2 | from_room: "Center" | ||
| 3 | to_room: "Nuclear Side" | ||
| 4 | door { name: "Nuclear Wall" } | ||
| 5 | } | ||
| 6 | connections { | ||
| 7 | from_room: "Center" | ||
| 8 | to_room: "Rain Side" | ||
| 9 | door { name: "Rain Wall" } | ||
| 10 | } | ||
| 11 | connections { | ||
| 12 | from_room: "Center" | ||
| 13 | to_room: "Tornado Side" | ||
| 14 | door { name: "Tornado Wall" } | ||
| 15 | } | ||
| 16 | connections { | ||
| 17 | from_room: "Center" | ||
| 18 | to_room: "Volcano Side" | ||
| 19 | door { name: "Volcano Wall" } | ||
| 20 | } | ||
| 21 | connections { | ||
| 22 | from_room: "Nuclear Side" | ||
| 23 | to_room: "Nuclear Vestibule" | ||
| 24 | door { name: "Side Doors" } | ||
| 25 | } | ||
| 26 | connections { | ||
| 27 | from_room: "Tornado Side" | ||
| 28 | to_room: "Tornado Vestibule" | ||
| 29 | door { name: "Side Doors" } | ||
| 30 | } | ||
| 31 | connections { | ||
| 32 | from_room: "Nuclear Side" | ||
| 33 | to_room: "X2 Room" | ||
| 34 | door { name: "X Door" } | ||
| 35 | } | ||
| diff --git a/data/maps/the_stormy/doors.txtpb b/data/maps/the_stormy/doors.txtpb new file mode 100644 index 0000000..c3ee7cb --- /dev/null +++ b/data/maps/the_stormy/doors.txtpb | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | doors { | ||
| 2 | name: "Nuclear Wall" | ||
| 3 | type: EVENT | ||
| 4 | panels { room: "Center" name: "REACTOR" } | ||
| 5 | } | ||
| 6 | doors { | ||
| 7 | name: "Rain Wall" | ||
| 8 | type: EVENT | ||
| 9 | panels { room: "Center" name: "CLOUD" } | ||
| 10 | } | ||
| 11 | doors { | ||
| 12 | name: "Tornado Wall" | ||
| 13 | type: EVENT | ||
| 14 | panels { room: "Center" name: "WIND" } | ||
| 15 | } | ||
| 16 | doors { | ||
| 17 | name: "Volcano Wall" | ||
| 18 | type: EVENT | ||
| 19 | panels { room: "Center" name: "VOLCANO" } | ||
| 20 | } | ||
| 21 | doors { | ||
| 22 | name: "Side Doors" | ||
| 23 | type: EVENT | ||
| 24 | panels { room: "Center" name: "REACTOR" } | ||
| 25 | panels { room: "Center" name: "VOLCANO" } | ||
| 26 | panels { room: "Center" name: "CLOUD" } | ||
| 27 | panels { room: "Center" name: "WIND" } | ||
| 28 | panels { room: "Nuclear Side" name: "GERM" } | ||
| 29 | panels { room: "Tornado Side" name: "PUDDLE" } | ||
| 30 | panels { room: "Rain Side" name: "CLOUD" } | ||
| 31 | panels { room: "Rain Side" name: "WIND" } | ||
| 32 | panels { room: "Volcano Side" name: "SNOW" } | ||
| 33 | panels { room: "Volcano Side" name: "RAIN" } | ||
| 34 | } | ||
| 35 | doors { | ||
| 36 | name: "X Door" | ||
| 37 | type: EVENT | ||
| 38 | panels { room: "Nuclear Vestibule" name: "STORM" } | ||
| 39 | panels { room: "Tornado Vestibule" name: "SHIP" } | ||
| 40 | } | ||
| diff --git a/data/maps/the_stormy/metadata.txtpb b/data/maps/the_stormy/metadata.txtpb new file mode 100644 index 0000000..42b1814 --- /dev/null +++ b/data/maps/the_stormy/metadata.txtpb | |||
| @@ -0,0 +1 @@ | |||
| display_name: "The Stormy" | |||
| diff --git a/data/maps/the_stormy/rooms/Center.txtpb b/data/maps/the_stormy/rooms/Center.txtpb new file mode 100644 index 0000000..f0e3e39 --- /dev/null +++ b/data/maps/the_stormy/rooms/Center.txtpb | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | name: "Center" | ||
| 2 | panels { | ||
| 3 | name: "REACTOR" | ||
| 4 | path: "Panels/Room_1/panel_7" | ||
| 5 | clue: "reactor" | ||
| 6 | answer: "meltdown" | ||
| 7 | symbols: CROSS | ||
| 8 | } | ||
| 9 | panels { | ||
| 10 | name: "VOLCANO" | ||
| 11 | path: "Panels/Room_1/panel_8" | ||
| 12 | clue: "volcano" | ||
| 13 | answer: "eruption" | ||
| 14 | symbols: AGE | ||
| 15 | } | ||
| 16 | panels { | ||
| 17 | name: "CLOUD" | ||
| 18 | path: "Panels/Room_1/panel_9" | ||
| 19 | clue: "cloud" | ||
| 20 | answer: "rain" | ||
| 21 | symbols: AGE | ||
| 22 | display_name: "CLOUD (1)" | ||
| 23 | } | ||
| 24 | panels { | ||
| 25 | name: "WIND" | ||
| 26 | path: "Panels/Room_1/panel_10" | ||
| 27 | clue: "wind" | ||
| 28 | answer: "tornado" | ||
| 29 | symbols: CROSS | ||
| 30 | display_name: "WIND (1)" | ||
| 31 | } | ||
| 32 | ports { | ||
| 33 | name: "ENTRY" | ||
| 34 | path: "Components/Warps/worldport" | ||
| 35 | orientation: "west" | ||
| 36 | } | ||
| diff --git a/data/maps/the_stormy/rooms/Nuclear Side.txtpb b/data/maps/the_stormy/rooms/Nuclear Side.txtpb new file mode 100644 index 0000000..7704cfb --- /dev/null +++ b/data/maps/the_stormy/rooms/Nuclear Side.txtpb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | name: "Nuclear Side" | ||
| 2 | panels { | ||
| 3 | name: "GERM" | ||
| 4 | path: "Panels/Room_1/panel_2" | ||
| 5 | clue: "germ" | ||
| 6 | answer: "pandemic" | ||
| 7 | symbols: PLANET | ||
| 8 | } | ||
| diff --git a/data/maps/the_stormy/rooms/Nuclear Vestibule.txtpb b/data/maps/the_stormy/rooms/Nuclear Vestibule.txtpb new file mode 100644 index 0000000..34a6715 --- /dev/null +++ b/data/maps/the_stormy/rooms/Nuclear Vestibule.txtpb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | name: "Nuclear Vestibule" | ||
| 2 | panels { | ||
| 3 | name: "STORM" | ||
| 4 | path: "Panels/Room 2/panel_11" | ||
| 5 | clue: "storm" | ||
| 6 | answer: "hurricane" | ||
| 7 | symbols: PYRAMID | ||
| 8 | } | ||
| diff --git a/data/maps/the_stormy/rooms/Rain Side.txtpb b/data/maps/the_stormy/rooms/Rain Side.txtpb new file mode 100644 index 0000000..1babef2 --- /dev/null +++ b/data/maps/the_stormy/rooms/Rain Side.txtpb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | name: "Rain Side" | ||
| 2 | panels { | ||
| 3 | name: "CLOUD" | ||
| 4 | path: "Panels/Room_1/panel_4" | ||
| 5 | clue: "cloud" | ||
| 6 | answer: "lightning" | ||
| 7 | symbols: CROSS | ||
| 8 | display_name: "CLOUD (2)" | ||
| 9 | } | ||
| 10 | panels { | ||
| 11 | name: "WIND" | ||
| 12 | path: "Panels/Room_1/panel_5" | ||
| 13 | clue: "wind" | ||
| 14 | answer: "whirlwind" | ||
| 15 | symbols: PYRAMID | ||
| 16 | display_name: "WIND (2)" | ||
| 17 | } | ||
| diff --git a/data/maps/the_stormy/rooms/Tornado Side.txtpb b/data/maps/the_stormy/rooms/Tornado Side.txtpb new file mode 100644 index 0000000..1e5ca69 --- /dev/null +++ b/data/maps/the_stormy/rooms/Tornado Side.txtpb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | name: "Tornado Side" | ||
| 2 | panels { | ||
| 3 | name: "PUDDLE" | ||
| 4 | path: "Panels/Room_1/panel_6" | ||
| 5 | clue: "puddle" | ||
| 6 | answer: "flood" | ||
| 7 | symbols: PYRAMID | ||
| 8 | } | ||
| diff --git a/data/maps/the_stormy/rooms/Tornado Vestibule.txtpb b/data/maps/the_stormy/rooms/Tornado Vestibule.txtpb new file mode 100644 index 0000000..e6c7e60 --- /dev/null +++ b/data/maps/the_stormy/rooms/Tornado Vestibule.txtpb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | name: "Tornado Vestibule" | ||
| 2 | panels { | ||
| 3 | name: "SHIP" | ||
| 4 | path: "Panels/Room 2/panel_12" | ||
| 5 | clue: "ship" | ||
| 6 | answer: "shipwreck" | ||
| 7 | symbols: AGE | ||
| 8 | } | ||
| diff --git a/data/maps/the_stormy/rooms/Volcano Side.txtpb b/data/maps/the_stormy/rooms/Volcano Side.txtpb new file mode 100644 index 0000000..73c7ae4 --- /dev/null +++ b/data/maps/the_stormy/rooms/Volcano Side.txtpb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | name: "Volcano Side" | ||
| 2 | panels { | ||
| 3 | name: "SNOW" | ||
| 4 | path: "Panels/Room_1/panel_1" | ||
| 5 | clue: "snow" | ||
| 6 | answer: "blizzard" | ||
| 7 | symbols: PYRAMID | ||
| 8 | } | ||
| 9 | panels { | ||
| 10 | name: "RAIN" | ||
| 11 | path: "Panels/Room_1/panel_3" | ||
| 12 | clue: "rain" | ||
| 13 | answer: "hail" | ||
| 14 | symbols: CROSS | ||
| 15 | } | ||
| diff --git a/data/maps/the_stormy/rooms/X2 Room.txtpb b/data/maps/the_stormy/rooms/X2 Room.txtpb new file mode 100644 index 0000000..3be4def --- /dev/null +++ b/data/maps/the_stormy/rooms/X2 Room.txtpb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | name: "X2 Room" | ||
| 2 | letters { | ||
| 3 | key: "x" | ||
| 4 | level2: true | ||
| 5 | path: "Components/Collectables/collectable" | ||
| 6 | } | ||
| 7 | paintings { | ||
| 8 | name: "PARTHENON" | ||
| 9 | path: "Components/Paintings/parthenon" | ||
| 10 | orientation: "west" | ||
| 11 | # Probably shouldn't let this be an exit because then what's the point of the | ||
| 12 | # rest of the map. | ||
| 13 | enter_only: true | ||
| 14 | } | ||
