diff options
Diffstat (limited to 'data/maps/the_stormy/doors.txtpb')
-rw-r--r-- | data/maps/the_stormy/doors.txtpb | 40 |
1 files changed, 40 insertions, 0 deletions
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 | } | ||