diff options
Diffstat (limited to 'data/maps/the_butterfly')
-rw-r--r-- | data/maps/the_butterfly/connections.txtpb | 5 | ||||
-rw-r--r-- | data/maps/the_butterfly/doors.txtpb | 23 | ||||
-rw-r--r-- | data/maps/the_butterfly/rooms/Main Area.txtpb | 133 | ||||
-rw-r--r-- | data/maps/the_butterfly/rooms/Mastery.txtpb | 6 |
4 files changed, 167 insertions, 0 deletions
diff --git a/data/maps/the_butterfly/connections.txtpb b/data/maps/the_butterfly/connections.txtpb new file mode 100644 index 0000000..98b9556 --- /dev/null +++ b/data/maps/the_butterfly/connections.txtpb | |||
@@ -0,0 +1,5 @@ | |||
1 | connections { | ||
2 | from_room: "Main Area" | ||
3 | to_room: "Mastery" | ||
4 | door { name: "Panels" } | ||
5 | } | ||
diff --git a/data/maps/the_butterfly/doors.txtpb b/data/maps/the_butterfly/doors.txtpb new file mode 100644 index 0000000..1994d2f --- /dev/null +++ b/data/maps/the_butterfly/doors.txtpb | |||
@@ -0,0 +1,23 @@ | |||
1 | # TODO: The gallery painting | ||
2 | doors { | ||
3 | name: "Panels" | ||
4 | type: EVENT | ||
5 | panels { room: "Main Area" name: "SPECIES" } | ||
6 | panels { room: "Main Area" name: "PERSONALITY" } | ||
7 | panels { room: "Main Area" name: "CONSTITUION" } | ||
8 | panels { room: "Main Area" name: "GAME" } | ||
9 | panels { room: "Main Area" name: "SCIENCE" } | ||
10 | panels { room: "Main Area" name: "SCHOOL" } | ||
11 | panels { room: "Main Area" name: "BUILDING" } | ||
12 | panels { room: "Main Area" name: "STRUCTURE" } | ||
13 | panels { room: "Main Area" name: "CATERPILLAR" } | ||
14 | panels { room: "Main Area" name: "KNOWLEDGE" } | ||
15 | panels { room: "Main Area" name: "GENE" } | ||
16 | panels { room: "Main Area" name: "CREATURE" } | ||
17 | panels { room: "Main Area" name: "ARTICLE" } | ||
18 | panels { room: "Main Area" name: "BOOK" } | ||
19 | panels { room: "Main Area" name: "TEXT" } | ||
20 | panels { room: "Main Area" name: "POSITION (1)" } | ||
21 | panels { room: "Main Area" name: "POSITION (2)" } | ||
22 | panels { room: "Main Area" name: "POSITION (3)" } | ||
23 | } | ||
diff --git a/data/maps/the_butterfly/rooms/Main Area.txtpb b/data/maps/the_butterfly/rooms/Main Area.txtpb new file mode 100644 index 0000000..f21863c --- /dev/null +++ b/data/maps/the_butterfly/rooms/Main Area.txtpb | |||
@@ -0,0 +1,133 @@ | |||
1 | name: "Main Area" | ||
2 | display_name: "Main Area" | ||
3 | panels { | ||
4 | name: "SPECIES" | ||
5 | path: "Panels/Room_1/panel_1" | ||
6 | clue: "species" | ||
7 | answer: "evolution" | ||
8 | symbols: "null" | ||
9 | } | ||
10 | panels { | ||
11 | name: "PERSONALITY" | ||
12 | path: "Panels/Room_1/panel_2" | ||
13 | clue: "personality" | ||
14 | answer: "growth" | ||
15 | symbols: "null" | ||
16 | } | ||
17 | panels { | ||
18 | name: "CONSTITUTION" | ||
19 | path: "Panels/Room_1/panel_3" | ||
20 | clue: "constitution" | ||
21 | answer: "amendment" | ||
22 | symbols: "null" | ||
23 | } | ||
24 | panels { | ||
25 | name: "GAME" | ||
26 | path: "Panels/Room_1/panel_4" | ||
27 | clue: "game" | ||
28 | answer: "expansion" | ||
29 | symbols: "null" | ||
30 | } | ||
31 | panels { | ||
32 | name: "SCIENCE" | ||
33 | path: "Panels/Room_1/panel_5" | ||
34 | clue: "science" | ||
35 | answer: "discovery" | ||
36 | symbols: "null" | ||
37 | } | ||
38 | panels { | ||
39 | name: "SCHOOL" | ||
40 | path: "Panels/Room_1/panel_6" | ||
41 | clue: "school" | ||
42 | answer: "graduation" | ||
43 | symbols: "null" | ||
44 | } | ||
45 | panels { | ||
46 | name: "BUILDING" | ||
47 | path: "Panels/Room_1/panel_7" | ||
48 | clue: "building" | ||
49 | answer: "construction" | ||
50 | symbols: "null" | ||
51 | } | ||
52 | panels { | ||
53 | name: "STRUCTURE" | ||
54 | path: "Panels/Room_1/panel_8" | ||
55 | clue: "structure" | ||
56 | answer: "construction" | ||
57 | symbols: "null" | ||
58 | } | ||
59 | panels { | ||
60 | name: "CATERPILLAR" | ||
61 | path: "Panels/Room_1/panel_9" | ||
62 | clue: "caterpillar" | ||
63 | answer: "metamorphosis" | ||
64 | symbols: "null" | ||
65 | } | ||
66 | panels { | ||
67 | name: "KNOWLEDGE" | ||
68 | path: "Panels/Room_1/panel_10" | ||
69 | clue: "knowledge" | ||
70 | answer: "learning" | ||
71 | symbols: "null" | ||
72 | } | ||
73 | panels { | ||
74 | name: "GENE" | ||
75 | path: "Panels/Room_1/panel_11" | ||
76 | clue: "gene" | ||
77 | answer: "mutation" | ||
78 | symbols: "null" | ||
79 | } | ||
80 | panels { | ||
81 | name: "CREATURE" | ||
82 | path: "Panels/Room_1/panel_12" | ||
83 | clue: "creature" | ||
84 | answer: "mutation" | ||
85 | symbols: "null" | ||
86 | } | ||
87 | panels { | ||
88 | name: "ARTICLE" | ||
89 | path: "Panels/Room_1/panel_13" | ||
90 | clue: "article" | ||
91 | answer: "revision" | ||
92 | symbols: "null" | ||
93 | } | ||
94 | panels { | ||
95 | name: "BOOK" | ||
96 | path: "Panels/Room_1/panel_14" | ||
97 | clue: "book" | ||
98 | answer: "revision" | ||
99 | symbols: "null" | ||
100 | } | ||
101 | panels { | ||
102 | name: "TEXT" | ||
103 | path: "Panels/Room_1/panel_15" | ||
104 | clue: "text" | ||
105 | answer: "revision" | ||
106 | symbols: "null" | ||
107 | } | ||
108 | panels { | ||
109 | name: "POSITION (1)" | ||
110 | path: "Panels/Room_1/panel_16" | ||
111 | clue: "position" | ||
112 | answer: "motion" | ||
113 | symbols: "null" | ||
114 | } | ||
115 | panels { | ||
116 | name: "POSITION (2)" | ||
117 | path: "Panels/Room_1/panel_17" | ||
118 | clue: "position" | ||
119 | answer: "acceleration" | ||
120 | symbols: "null" | ||
121 | } | ||
122 | panels { | ||
123 | name: "POSITION (3)" | ||
124 | path: "Panels/Room_1/panel_18" | ||
125 | clue: "position" | ||
126 | answer: "jerk" | ||
127 | symbols: "null" | ||
128 | } | ||
129 | ports { | ||
130 | name: "GALLERY" | ||
131 | path: "Components/Warps/worldport" | ||
132 | orientation: "southwest" # uhhhh this is new | ||
133 | } | ||
diff --git a/data/maps/the_butterfly/rooms/Mastery.txtpb b/data/maps/the_butterfly/rooms/Mastery.txtpb new file mode 100644 index 0000000..f494fde --- /dev/null +++ b/data/maps/the_butterfly/rooms/Mastery.txtpb | |||
@@ -0,0 +1,6 @@ | |||
1 | name: "Mastery" | ||
2 | display_name: "Main Area" | ||
3 | masteries { | ||
4 | name: "MASTERY" | ||
5 | path: "Components/Collectables/collectable" | ||
6 | } | ||