diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-15 13:44:24 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-15 13:44:24 -0400 |
commit | b58e1154edb450ebeb7cef97384ef6f3c579b326 (patch) | |
tree | ab50ebe580876683df32e0c4ea573ba58d2b9467 /data/maps/the_linear/rooms/Room.txtpb | |
parent | 92ecbb7dd395600a1a88436d7b1ee0f6fbf5dd2f (diff) | |
download | lingo2-archipelago-b58e1154edb450ebeb7cef97384ef6f3c579b326.tar.gz lingo2-archipelago-b58e1154edb450ebeb7cef97384ef6f3c579b326.tar.bz2 lingo2-archipelago-b58e1154edb450ebeb7cef97384ef6f3c579b326.zip |
Added the_linear
Diffstat (limited to 'data/maps/the_linear/rooms/Room.txtpb')
-rw-r--r-- | data/maps/the_linear/rooms/Room.txtpb | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/data/maps/the_linear/rooms/Room.txtpb b/data/maps/the_linear/rooms/Room.txtpb new file mode 100644 index 0000000..375eced --- /dev/null +++ b/data/maps/the_linear/rooms/Room.txtpb | |||
@@ -0,0 +1,63 @@ | |||
1 | name: "Room" | ||
2 | display_name: "Room" | ||
3 | panels { | ||
4 | name: "HORN" | ||
5 | path: "Panels/entry_1" | ||
6 | clue: "horn" | ||
7 | answer: "thorn" | ||
8 | symbols: "sparkles" | ||
9 | } | ||
10 | panels { | ||
11 | name: "ION" | ||
12 | path: "Panels/entry_2" | ||
13 | clue: "ion" | ||
14 | answer: "iron" | ||
15 | symbols: "sparkles" | ||
16 | } | ||
17 | panels { | ||
18 | name: "TON" | ||
19 | path: "Panels/entry_3" | ||
20 | clue: "ton" | ||
21 | answer: "torn" | ||
22 | symbols: "sparkles" | ||
23 | } | ||
24 | panels { | ||
25 | name: "ROT" | ||
26 | path: "Panels/entry_4" | ||
27 | clue: "rot" | ||
28 | answer: "riot" | ||
29 | symbols: "sparkles" | ||
30 | } | ||
31 | panels { | ||
32 | name: "IT" | ||
33 | path: "Panels/entry_5" | ||
34 | clue: "it" | ||
35 | answer: "hit" | ||
36 | symbols: "sparkles" | ||
37 | } | ||
38 | panels { | ||
39 | name: "HIT" | ||
40 | path: "Panels/entry_6" | ||
41 | clue: "hit" | ||
42 | answer: "hint" | ||
43 | symbols: "sparkles" | ||
44 | } | ||
45 | panels { | ||
46 | name: "INTO" | ||
47 | path: "Panels/entry_7" | ||
48 | clue: "into" | ||
49 | answer: "intro" | ||
50 | symbols: "sparkles" | ||
51 | } | ||
52 | panels { | ||
53 | name: "NOR" | ||
54 | path: "Panels/entry_8" | ||
55 | clue: "nor" | ||
56 | answer: "north" | ||
57 | symbols: "sparkles" | ||
58 | } | ||
59 | ports { | ||
60 | name: "GREAT" | ||
61 | path: "Components/Warps/worldport" | ||
62 | orientation: "south" | ||
63 | } | ||