about summary refs log tree commit diff stats
path: root/data/maps/the_linear
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_linear')
-rw-r--r--data/maps/the_linear/doors.txtpb14
-rw-r--r--data/maps/the_linear/metadata.txtpb1
-rw-r--r--data/maps/the_linear/rooms/Room.txtpb62
3 files changed, 77 insertions, 0 deletions
diff --git a/data/maps/the_linear/doors.txtpb b/data/maps/the_linear/doors.txtpb new file mode 100644 index 0000000..9a57158 --- /dev/null +++ b/data/maps/the_linear/doors.txtpb
@@ -0,0 +1,14 @@
1doors {
2 name: "Behind The Keen Gravestone"
3 type: GRAVESTONE
4 panels { room: "Room" name: "HORN" }
5 panels { room: "Room" name: "ION" }
6 panels { room: "Room" name: "TON" }
7 panels { room: "Room" name: "ROT" }
8 panels { room: "Room" name: "IT" }
9 panels { room: "Room" name: "HIT" }
10 panels { room: "Room" name: "INTO" }
11 panels { room: "Room" name: "NOR" }
12 location_room: "Room"
13 location_name: "Gravestone"
14}
diff --git a/data/maps/the_linear/metadata.txtpb b/data/maps/the_linear/metadata.txtpb new file mode 100644 index 0000000..989463d --- /dev/null +++ b/data/maps/the_linear/metadata.txtpb
@@ -0,0 +1 @@
display_name: "The Linear"
diff --git a/data/maps/the_linear/rooms/Room.txtpb b/data/maps/the_linear/rooms/Room.txtpb new file mode 100644 index 0000000..c47ce0c --- /dev/null +++ b/data/maps/the_linear/rooms/Room.txtpb
@@ -0,0 +1,62 @@
1name: "Room"
2panels {
3 name: "HORN"
4 path: "Panels/entry_1"
5 clue: "horn"
6 answer: "thorn"
7 symbols: SPARKLES
8}
9panels {
10 name: "ION"
11 path: "Panels/entry_2"
12 clue: "ion"
13 answer: "iron"
14 symbols: SPARKLES
15}
16panels {
17 name: "TON"
18 path: "Panels/entry_3"
19 clue: "ton"
20 answer: "torn"
21 symbols: SPARKLES
22}
23panels {
24 name: "ROT"
25 path: "Panels/entry_4"
26 clue: "rot"
27 answer: "riot"
28 symbols: SPARKLES
29}
30panels {
31 name: "IT"
32 path: "Panels/entry_5"
33 clue: "it"
34 answer: "hit"
35 symbols: SPARKLES
36}
37panels {
38 name: "HIT"
39 path: "Panels/entry_6"
40 clue: "hit"
41 answer: "hint"
42 symbols: SPARKLES
43}
44panels {
45 name: "INTO"
46 path: "Panels/entry_7"
47 clue: "into"
48 answer: "intro"
49 symbols: SPARKLES
50}
51panels {
52 name: "NOR"
53 path: "Panels/entry_8"
54 clue: "nor"
55 answer: "north"
56 symbols: SPARKLES
57}
58ports {
59 name: "GREAT"
60 path: "Components/Warps/worldport"
61 orientation: "south"
62}