diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 16:23:58 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 16:23:58 -0400 |
| commit | 9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521 (patch) | |
| tree | 43b96868c78ee7e42d778f838006b2cb77d28603 /data/maps/the_great/rooms | |
| parent | 8c3428b900e1696c3c3edcc5fb513988ddbe8c41 (diff) | |
| download | lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.tar.gz lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.tar.bz2 lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.zip | |
Converted puzzle symbols to an enum
Diffstat (limited to 'data/maps/the_great/rooms')
33 files changed, 145 insertions, 145 deletions
| diff --git a/data/maps/the_great/rooms/Back Area.txtpb b/data/maps/the_great/rooms/Back Area.txtpb index 013b0e2..3701249 100644 --- a/data/maps/the_great/rooms/Back Area.txtpb +++ b/data/maps/the_great/rooms/Back Area.txtpb | |||
| @@ -5,91 +5,91 @@ panels { | |||
| 5 | path: "Panels/General/entry_14" | 5 | path: "Panels/General/entry_14" |
| 6 | clue: "plant" | 6 | clue: "plant" |
| 7 | answer: "growth" | 7 | answer: "growth" |
| 8 | symbols: "null" | 8 | symbols: NULL |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "TREE" | 11 | name: "TREE" |
| 12 | path: "Panels/General/entry_15" | 12 | path: "Panels/General/entry_15" |
| 13 | clue: "tree" | 13 | clue: "tree" |
| 14 | answer: "growth" | 14 | answer: "growth" |
| 15 | symbols: "null" | 15 | symbols: NULL |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "PAINTING" | 18 | name: "PAINTING" |
| 19 | path: "Panels/General/entry_11" | 19 | path: "Panels/General/entry_11" |
| 20 | clue: "painting" | 20 | clue: "painting" |
| 21 | answer: "art" | 21 | answer: "art" |
| 22 | symbols: "example" | 22 | symbols: EXAMPLE |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "TOWEL" | 25 | name: "TOWEL" |
| 26 | path: "Panels/Towers/tower_2" | 26 | path: "Panels/Towers/tower_2" |
| 27 | clue: "towel" | 27 | clue: "towel" |
| 28 | answer: "tower" | 28 | answer: "tower" |
| 29 | symbols: "sparkles" | 29 | symbols: SPARKLES |
| 30 | } | 30 | } |
| 31 | panels { | 31 | panels { |
| 32 | name: "Top Landscape Top" | 32 | name: "Top Landscape Top" |
| 33 | path: "Panels/Kiwi Room/kiwi_1" | 33 | path: "Panels/Kiwi Room/kiwi_1" |
| 34 | clue: "" | 34 | clue: "" |
| 35 | answer: "one" | 35 | answer: "one" |
| 36 | symbols: "question" | 36 | symbols: QUESTION |
| 37 | } | 37 | } |
| 38 | panels { | 38 | panels { |
| 39 | name: "Top Landscape Right" | 39 | name: "Top Landscape Right" |
| 40 | path: "Panels/Kiwi Room/kiwi_2" | 40 | path: "Panels/Kiwi Room/kiwi_2" |
| 41 | clue: "" | 41 | clue: "" |
| 42 | answer: "road" | 42 | answer: "road" |
| 43 | symbols: "question" | 43 | symbols: QUESTION |
| 44 | } | 44 | } |
| 45 | panels { | 45 | panels { |
| 46 | name: "Top Landscape Bottom" | 46 | name: "Top Landscape Bottom" |
| 47 | path: "Panels/Kiwi Room/kiwi_3" | 47 | path: "Panels/Kiwi Room/kiwi_3" |
| 48 | clue: "" | 48 | clue: "" |
| 49 | answer: "many" | 49 | answer: "many" |
| 50 | symbols: "question" | 50 | symbols: QUESTION |
| 51 | } | 51 | } |
| 52 | panels { | 52 | panels { |
| 53 | name: "Top Landscape Left" | 53 | name: "Top Landscape Left" |
| 54 | path: "Panels/Kiwi Room/kiwi_4" | 54 | path: "Panels/Kiwi Room/kiwi_4" |
| 55 | clue: "" | 55 | clue: "" |
| 56 | answer: "turns" | 56 | answer: "turns" |
| 57 | symbols: "question" | 57 | symbols: QUESTION |
| 58 | } | 58 | } |
| 59 | panels { | 59 | panels { |
| 60 | name: "Left Landscape Top" | 60 | name: "Left Landscape Top" |
| 61 | path: "Panels/Kiwi Room/kiwi_5" | 61 | path: "Panels/Kiwi Room/kiwi_5" |
| 62 | clue: "" | 62 | clue: "" |
| 63 | answer: "find" | 63 | answer: "find" |
| 64 | symbols: "question" | 64 | symbols: QUESTION |
| 65 | } | 65 | } |
| 66 | panels { | 66 | panels { |
| 67 | name: "Left Landscape Right" | 67 | name: "Left Landscape Right" |
| 68 | path: "Panels/Kiwi Room/kiwi_6" | 68 | path: "Panels/Kiwi Room/kiwi_6" |
| 69 | clue: "" | 69 | clue: "" |
| 70 | answer: "keys" | 70 | answer: "keys" |
| 71 | symbols: "question" | 71 | symbols: QUESTION |
| 72 | } | 72 | } |
| 73 | panels { | 73 | panels { |
| 74 | name: "Left Landscape Bottom" | 74 | name: "Left Landscape Bottom" |
| 75 | path: "Panels/Kiwi Room/kiwi_7" | 75 | path: "Panels/Kiwi Room/kiwi_7" |
| 76 | clue: "" | 76 | clue: "" |
| 77 | answer: "write" | 77 | answer: "write" |
| 78 | symbols: "question" | 78 | symbols: QUESTION |
| 79 | } | 79 | } |
| 80 | panels { | 80 | panels { |
| 81 | name: "Left Landscape Left" | 81 | name: "Left Landscape Left" |
| 82 | path: "Panels/Kiwi Room/kiwi_8" | 82 | path: "Panels/Kiwi Room/kiwi_8" |
| 83 | clue: "" | 83 | clue: "" |
| 84 | answer: "words" | 84 | answer: "words" |
| 85 | symbols: "question" | 85 | symbols: QUESTION |
| 86 | } | 86 | } |
| 87 | panels { | 87 | panels { |
| 88 | name: "Right Landscape Top" | 88 | name: "Right Landscape Top" |
| 89 | path: "Panels/Kiwi Room/kiwi_9" | 89 | path: "Panels/Kiwi Room/kiwi_9" |
| 90 | clue: "" | 90 | clue: "" |
| 91 | answer: "hear" | 91 | answer: "hear" |
| 92 | symbols: "question" | 92 | symbols: QUESTION |
| 93 | proxies { answer: "tell" path: "Panels/Kiwi Proxies/kiwi_9_proxy_1" } | 93 | proxies { answer: "tell" path: "Panels/Kiwi Proxies/kiwi_9_proxy_1" } |
| 94 | } | 94 | } |
| 95 | panels { | 95 | panels { |
| @@ -97,21 +97,21 @@ panels { | |||
| 97 | path: "Panels/Kiwi Room/kiwi_10" | 97 | path: "Panels/Kiwi Room/kiwi_10" |
| 98 | clue: "" | 98 | clue: "" |
| 99 | answer: "lies" | 99 | answer: "lies" |
| 100 | symbols: "question" | 100 | symbols: QUESTION |
| 101 | } | 101 | } |
| 102 | panels { | 102 | panels { |
| 103 | name: "Right Landscape Bottom" | 103 | name: "Right Landscape Bottom" |
| 104 | path: "Panels/Kiwi Room/kiwi_11" | 104 | path: "Panels/Kiwi Room/kiwi_11" |
| 105 | clue: "" | 105 | clue: "" |
| 106 | answer: "the" | 106 | answer: "the" |
| 107 | symbols: "question" | 107 | symbols: QUESTION |
| 108 | } | 108 | } |
| 109 | panels { | 109 | panels { |
| 110 | name: "Right Landscape Left" | 110 | name: "Right Landscape Left" |
| 111 | path: "Panels/Kiwi Room/kiwi_12" | 111 | path: "Panels/Kiwi Room/kiwi_12" |
| 112 | clue: "" | 112 | clue: "" |
| 113 | answer: "ears" | 113 | answer: "ears" |
| 114 | symbols: "question" | 114 | symbols: QUESTION |
| 115 | proxies { answer: "eyes" path: "Panels/Kiwi Proxies/kiwi_12_proxy_1" } | 115 | proxies { answer: "eyes" path: "Panels/Kiwi Proxies/kiwi_12_proxy_1" } |
| 116 | } | 116 | } |
| 117 | paintings { | 117 | paintings { |
| diff --git a/data/maps/the_great/rooms/Behind Question Area.txtpb b/data/maps/the_great/rooms/Behind Question Area.txtpb index 902d9b0..88f800f 100644 --- a/data/maps/the_great/rooms/Behind Question Area.txtpb +++ b/data/maps/the_great/rooms/Behind Question Area.txtpb | |||
| @@ -5,14 +5,14 @@ panels { | |||
| 5 | path: "Panels/General/uc_4" | 5 | path: "Panels/General/uc_4" |
| 6 | clue: "dew" | 6 | clue: "dew" |
| 7 | answer: "do" | 7 | answer: "do" |
| 8 | symbols: "zero" | 8 | symbols: ZERO |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "YEW" | 11 | name: "YEW" |
| 12 | path: "Panels/General/uc_5" | 12 | path: "Panels/General/uc_5" |
| 13 | clue: "yew" | 13 | clue: "yew" |
| 14 | answer: "you" | 14 | answer: "you" |
| 15 | symbols: "zero" | 15 | symbols: ZERO |
| 16 | proxies { answer: "ewe" path: "Panels/General/uc_5_proxy_1" } | 16 | proxies { answer: "ewe" path: "Panels/General/uc_5_proxy_1" } |
| 17 | } | 17 | } |
| 18 | panels { | 18 | panels { |
| @@ -20,5 +20,5 @@ panels { | |||
| 20 | path: "Panels/General/uc_6" | 20 | path: "Panels/General/uc_6" |
| 21 | clue: "no" | 21 | clue: "no" |
| 22 | answer: "know" | 22 | answer: "know" |
| 23 | symbols: "zero" | 23 | symbols: ZERO |
| 24 | } | 24 | } |
| diff --git a/data/maps/the_great/rooms/Daedalus Entrance.txtpb b/data/maps/the_great/rooms/Daedalus Entrance.txtpb index f4c159a..7e1d477 100644 --- a/data/maps/the_great/rooms/Daedalus Entrance.txtpb +++ b/data/maps/the_great/rooms/Daedalus Entrance.txtpb | |||
| @@ -5,7 +5,7 @@ panels { | |||
| 5 | path: "Panels/General/entry_2" | 5 | path: "Panels/General/entry_2" |
| 6 | clue: "missing" | 6 | clue: "missing" |
| 7 | answer: "lost" | 7 | answer: "lost" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| 10 | ports { | 10 | ports { |
| 11 | name: "DAEDALUS" | 11 | name: "DAEDALUS" |
| diff --git a/data/maps/the_great/rooms/East Landscape.txtpb b/data/maps/the_great/rooms/East Landscape.txtpb index b436b1e..84fc182 100644 --- a/data/maps/the_great/rooms/East Landscape.txtpb +++ b/data/maps/the_great/rooms/East Landscape.txtpb | |||
| @@ -5,12 +5,12 @@ panels { | |||
| 5 | path: "Panels/General/entry_10" | 5 | path: "Panels/General/entry_10" |
| 6 | clue: "color" | 6 | clue: "color" |
| 7 | answer: "purple" | 7 | answer: "purple" |
| 8 | symbols: "example" | 8 | symbols: EXAMPLE |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "MISTREAT" | 11 | name: "MISTREAT" |
| 12 | path: "Panels/General/entry_13" | 12 | path: "Panels/General/entry_13" |
| 13 | clue: "mistreat" | 13 | clue: "mistreat" |
| 14 | answer: "ream" | 14 | answer: "ream" |
| 15 | symbols: "eval" | 15 | symbols: EVAL |
| 16 | } | 16 | } |
| diff --git a/data/maps/the_great/rooms/Hive Entrance.txtpb b/data/maps/the_great/rooms/Hive Entrance.txtpb index e0781c5..ba886b1 100644 --- a/data/maps/the_great/rooms/Hive Entrance.txtpb +++ b/data/maps/the_great/rooms/Hive Entrance.txtpb | |||
| @@ -5,7 +5,7 @@ panels { | |||
| 5 | path: "Panels/Hive Room/hive_1" | 5 | path: "Panels/Hive Room/hive_1" |
| 6 | clue: "lost" | 6 | clue: "lost" |
| 7 | answer: "found" | 7 | answer: "found" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| 10 | ports { | 10 | ports { |
| 11 | name: "HIVE" | 11 | name: "HIVE" |
| diff --git a/data/maps/the_great/rooms/Jail Part 1.txtpb b/data/maps/the_great/rooms/Jail Part 1.txtpb index 8ab6caf..bd468bd 100644 --- a/data/maps/the_great/rooms/Jail Part 1.txtpb +++ b/data/maps/the_great/rooms/Jail Part 1.txtpb | |||
| @@ -5,83 +5,83 @@ panels { | |||
| 5 | path: "Panels/Throat/throat_1" | 5 | path: "Panels/Throat/throat_1" |
| 6 | clue: "flap" | 6 | clue: "flap" |
| 7 | answer: "trap" | 7 | answer: "trap" |
| 8 | symbols: "zero" | 8 | symbols: ZERO |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "LUCK" | 11 | name: "LUCK" |
| 12 | path: "Panels/Throat/throat_2" | 12 | path: "Panels/Throat/throat_2" |
| 13 | clue: "luck" | 13 | clue: "luck" |
| 14 | answer: "stuck" | 14 | answer: "stuck" |
| 15 | symbols: "zero" | 15 | symbols: ZERO |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "STICK" | 18 | name: "STICK" |
| 19 | path: "Panels/Throat/throat_3" | 19 | path: "Panels/Throat/throat_3" |
| 20 | clue: "stick" | 20 | clue: "stick" |
| 21 | answer: "stuck" | 21 | answer: "stuck" |
| 22 | symbols: "age" | 22 | symbols: AGE |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "SNARE" | 25 | name: "SNARE" |
| 26 | path: "Panels/Throat/throat_4" | 26 | path: "Panels/Throat/throat_4" |
| 27 | clue: "snare" | 27 | clue: "snare" |
| 28 | answer: "trap" | 28 | answer: "trap" |
| 29 | symbols: "sun" | 29 | symbols: SUN |
| 30 | } | 30 | } |
| 31 | panels { | 31 | panels { |
| 32 | name: "DOPAMINE" | 32 | name: "DOPAMINE" |
| 33 | path: "Panels/Bowels/bowels_1" | 33 | path: "Panels/Bowels/bowels_1" |
| 34 | clue: "dopamine" | 34 | clue: "dopamine" |
| 35 | answer: "pain" | 35 | answer: "pain" |
| 36 | symbols: "sparkles" | 36 | symbols: SPARKLES |
| 37 | } | 37 | } |
| 38 | panels { | 38 | panels { |
| 39 | name: "PALINDROME" | 39 | name: "PALINDROME" |
| 40 | path: "Panels/Bowels/bowels_2" | 40 | path: "Panels/Bowels/bowels_2" |
| 41 | clue: "palindrome" | 41 | clue: "palindrome" |
| 42 | answer: "pain" | 42 | answer: "pain" |
| 43 | symbols: "sparkles" | 43 | symbols: SPARKLES |
| 44 | } | 44 | } |
| 45 | panels { | 45 | panels { |
| 46 | name: "SUPERVILLAIN" | 46 | name: "SUPERVILLAIN" |
| 47 | path: "Panels/Bowels/bowels_3" | 47 | path: "Panels/Bowels/bowels_3" |
| 48 | clue: "supervillain" | 48 | clue: "supervillain" |
| 49 | answer: "evil" | 49 | answer: "evil" |
| 50 | symbols: "sparkles" | 50 | symbols: SPARKLES |
| 51 | } | 51 | } |
| 52 | panels { | 52 | panels { |
| 53 | name: "PREVAILS" | 53 | name: "PREVAILS" |
| 54 | path: "Panels/Bowels/bowels_4" | 54 | path: "Panels/Bowels/bowels_4" |
| 55 | clue: "prevails" | 55 | clue: "prevails" |
| 56 | answer: "evil" | 56 | answer: "evil" |
| 57 | symbols: "sparkles" | 57 | symbols: SPARKLES |
| 58 | } | 58 | } |
| 59 | panels { | 59 | panels { |
| 60 | name: "ENGRAVED" | 60 | name: "ENGRAVED" |
| 61 | path: "Panels/Bowels2/bowels_1" | 61 | path: "Panels/Bowels2/bowels_1" |
| 62 | clue: "engraved" | 62 | clue: "engraved" |
| 63 | answer: "grave" | 63 | answer: "grave" |
| 64 | symbols: "sparkles" | 64 | symbols: SPARKLES |
| 65 | } | 65 | } |
| 66 | panels { | 66 | panels { |
| 67 | name: "GLIDEPATH" | 67 | name: "GLIDEPATH" |
| 68 | path: "Panels/Bowels2/bowels_2" | 68 | path: "Panels/Bowels2/bowels_2" |
| 69 | clue: "glidepath" | 69 | clue: "glidepath" |
| 70 | answer: "death" | 70 | answer: "death" |
| 71 | symbols: "sparkles" | 71 | symbols: SPARKLES |
| 72 | } | 72 | } |
| 73 | panels { | 73 | panels { |
| 74 | name: "DECATHLON" | 74 | name: "DECATHLON" |
| 75 | path: "Panels/Bowels2/bowels_3" | 75 | path: "Panels/Bowels2/bowels_3" |
| 76 | clue: "decathlon" | 76 | clue: "decathlon" |
| 77 | answer: "death" | 77 | answer: "death" |
| 78 | symbols: "sparkles" | 78 | symbols: SPARKLES |
| 79 | } | 79 | } |
| 80 | panels { | 80 | panels { |
| 81 | name: "GRIEVES" | 81 | name: "GRIEVES" |
| 82 | path: "Panels/Bowels2/bowels_4" | 82 | path: "Panels/Bowels2/bowels_4" |
| 83 | clue: "grieves" | 83 | clue: "grieves" |
| 84 | answer: "grave" | 84 | answer: "grave" |
| 85 | symbols: "sparkles" | 85 | symbols: SPARKLES |
| 86 | symbols: "zero" | 86 | symbols: ZERO |
| 87 | } | 87 | } |
| diff --git a/data/maps/the_great/rooms/Jail Part 2.txtpb b/data/maps/the_great/rooms/Jail Part 2.txtpb index 2ef9a2a..1f54dd5 100644 --- a/data/maps/the_great/rooms/Jail Part 2.txtpb +++ b/data/maps/the_great/rooms/Jail Part 2.txtpb | |||
| @@ -5,54 +5,54 @@ panels { | |||
| 5 | path: "Panels/Bowels3/bowels_1" | 5 | path: "Panels/Bowels3/bowels_1" |
| 6 | clue: "digest" | 6 | clue: "digest" |
| 7 | answer: "die" | 7 | answer: "die" |
| 8 | symbols: "sparkles" | 8 | symbols: SPARKLES |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "JAUNDICE" | 11 | name: "JAUNDICE" |
| 12 | path: "Panels/Bowels3/bowels_2" | 12 | path: "Panels/Bowels3/bowels_2" |
| 13 | clue: "jaundice" | 13 | clue: "jaundice" |
| 14 | answer: "die" | 14 | answer: "die" |
| 15 | symbols: "sparkles" | 15 | symbols: SPARKLES |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "NECROTIZE (1)" | 18 | name: "NECROTIZE (1)" |
| 19 | path: "Panels/Bowels3/bowels_3" | 19 | path: "Panels/Bowels3/bowels_3" |
| 20 | clue: "necrotize" | 20 | clue: "necrotize" |
| 21 | answer: "rot" | 21 | answer: "rot" |
| 22 | symbols: "sparkles" | 22 | symbols: SPARKLES |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "NECROTIZE (2)" | 25 | name: "NECROTIZE (2)" |
| 26 | path: "Panels/Bowels3/bowels_4" | 26 | path: "Panels/Bowels3/bowels_4" |
| 27 | clue: "necrotize" | 27 | clue: "necrotize" |
| 28 | answer: "rot" | 28 | answer: "rot" |
| 29 | symbols: "sun" | 29 | symbols: SUN |
| 30 | } | 30 | } |
| 31 | panels { | 31 | panels { |
| 32 | name: "TORMENTS" | 32 | name: "TORMENTS" |
| 33 | path: "Panels/Bowels4/bowels_1" | 33 | path: "Panels/Bowels4/bowels_1" |
| 34 | clue: "torments" | 34 | clue: "torments" |
| 35 | answer: "omen" | 35 | answer: "omen" |
| 36 | symbols: "sparkles" | 36 | symbols: SPARKLES |
| 37 | } | 37 | } |
| 38 | panels { | 38 | panels { |
| 39 | name: "PILGRIM" | 39 | name: "PILGRIM" |
| 40 | path: "Panels/Bowels4/bowels_2" | 40 | path: "Panels/Bowels4/bowels_2" |
| 41 | clue: "pilgrim" | 41 | clue: "pilgrim" |
| 42 | answer: "grim" | 42 | answer: "grim" |
| 43 | symbols: "sparkles" | 43 | symbols: SPARKLES |
| 44 | } | 44 | } |
| 45 | panels { | 45 | panels { |
| 46 | name: "GRIMACE" | 46 | name: "GRIMACE" |
| 47 | path: "Panels/Bowels4/bowels_3" | 47 | path: "Panels/Bowels4/bowels_3" |
| 48 | clue: "grimace" | 48 | clue: "grimace" |
| 49 | answer: "grim" | 49 | answer: "grim" |
| 50 | symbols: "sparkles" | 50 | symbols: SPARKLES |
| 51 | } | 51 | } |
| 52 | panels { | 52 | panels { |
| 53 | name: "COMMENCE" | 53 | name: "COMMENCE" |
| 54 | path: "Panels/Bowels4/bowels_4" | 54 | path: "Panels/Bowels4/bowels_4" |
| 55 | clue: "commence" | 55 | clue: "commence" |
| 56 | answer: "omen" | 56 | answer: "omen" |
| 57 | symbols: "sparkles" | 57 | symbols: SPARKLES |
| 58 | } | 58 | } |
| diff --git a/data/maps/the_great/rooms/Magnet Room.txtpb b/data/maps/the_great/rooms/Magnet Room.txtpb index e8fff03..4cf6433 100644 --- a/data/maps/the_great/rooms/Magnet Room.txtpb +++ b/data/maps/the_great/rooms/Magnet Room.txtpb | |||
| @@ -5,96 +5,96 @@ panels { | |||
| 5 | path: "Panels/Magnet Room/magnet_2" | 5 | path: "Panels/Magnet Room/magnet_2" |
| 6 | clue: "airplane" | 6 | clue: "airplane" |
| 7 | answer: "fly" | 7 | answer: "fly" |
| 8 | symbols: "job" | 8 | symbols: JOB |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "PILOT" | 11 | name: "PILOT" |
| 12 | path: "Panels/Magnet Room/magnet_3" | 12 | path: "Panels/Magnet Room/magnet_3" |
| 13 | clue: "pilot" | 13 | clue: "pilot" |
| 14 | answer: "fly" | 14 | answer: "fly" |
| 15 | symbols: "job" | 15 | symbols: JOB |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "AUTHOR" | 18 | name: "AUTHOR" |
| 19 | path: "Panels/Magnet Room/magnet_4" | 19 | path: "Panels/Magnet Room/magnet_4" |
| 20 | clue: "author" | 20 | clue: "author" |
| 21 | answer: "write" | 21 | answer: "write" |
| 22 | symbols: "job" | 22 | symbols: JOB |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "PEN" | 25 | name: "PEN" |
| 26 | path: "Panels/Magnet Room/magnet_5" | 26 | path: "Panels/Magnet Room/magnet_5" |
| 27 | clue: "pen" | 27 | clue: "pen" |
| 28 | answer: "write" | 28 | answer: "write" |
| 29 | symbols: "job" | 29 | symbols: JOB |
| 30 | } | 30 | } |
| 31 | panels { | 31 | panels { |
| 32 | name: "HEAL" | 32 | name: "HEAL" |
| 33 | path: "Panels/Magnet Room/magnet_6" | 33 | path: "Panels/Magnet Room/magnet_6" |
| 34 | clue: "heal" | 34 | clue: "heal" |
| 35 | answer: "nurse" | 35 | answer: "nurse" |
| 36 | symbols: "job" | 36 | symbols: JOB |
| 37 | } | 37 | } |
| 38 | panels { | 38 | panels { |
| 39 | name: "CLEAN" | 39 | name: "CLEAN" |
| 40 | path: "Panels/Magnet Room/magnet_7" | 40 | path: "Panels/Magnet Room/magnet_7" |
| 41 | clue: "clean" | 41 | clue: "clean" |
| 42 | answer: "janitor" | 42 | answer: "janitor" |
| 43 | symbols: "job" | 43 | symbols: JOB |
| 44 | } | 44 | } |
| 45 | panels { | 45 | panels { |
| 46 | name: "TRUCKER" | 46 | name: "TRUCKER" |
| 47 | path: "Panels/Magnet Room/magnet_8" | 47 | path: "Panels/Magnet Room/magnet_8" |
| 48 | clue: "trucker" | 48 | clue: "trucker" |
| 49 | answer: "drive" | 49 | answer: "drive" |
| 50 | symbols: "job" | 50 | symbols: JOB |
| 51 | } | 51 | } |
| 52 | panels { | 52 | panels { |
| 53 | name: "DOCTOR" | 53 | name: "DOCTOR" |
| 54 | path: "Panels/Magnet Room/magnet_9" | 54 | path: "Panels/Magnet Room/magnet_9" |
| 55 | clue: "doctor" | 55 | clue: "doctor" |
| 56 | answer: "heal" | 56 | answer: "heal" |
| 57 | symbols: "job" | 57 | symbols: JOB |
| 58 | } | 58 | } |
| 59 | panels { | 59 | panels { |
| 60 | name: "BARTENDER" | 60 | name: "BARTENDER" |
| 61 | path: "Panels/Magnet Room/magnet_10" | 61 | path: "Panels/Magnet Room/magnet_10" |
| 62 | clue: "bartender" | 62 | clue: "bartender" |
| 63 | answer: "mix" | 63 | answer: "mix" |
| 64 | symbols: "job" | 64 | symbols: JOB |
| 65 | } | 65 | } |
| 66 | panels { | 66 | panels { |
| 67 | name: "DIG" | 67 | name: "DIG" |
| 68 | path: "Panels/Magnet Room/magnet_11" | 68 | path: "Panels/Magnet Room/magnet_11" |
| 69 | clue: "dig" | 69 | clue: "dig" |
| 70 | answer: "shovel" | 70 | answer: "shovel" |
| 71 | symbols: "job" | 71 | symbols: JOB |
| 72 | } | 72 | } |
| 73 | panels { | 73 | panels { |
| 74 | name: "TILL" | 74 | name: "TILL" |
| 75 | path: "Panels/Magnet Room/magnet_12" | 75 | path: "Panels/Magnet Room/magnet_12" |
| 76 | clue: "till" | 76 | clue: "till" |
| 77 | answer: "hoe" | 77 | answer: "hoe" |
| 78 | symbols: "job" | 78 | symbols: JOB |
| 79 | } | 79 | } |
| 80 | panels { | 80 | panels { |
| 81 | name: "WRENCH" | 81 | name: "WRENCH" |
| 82 | path: "Panels/Magnet Room/magnet_13" | 82 | path: "Panels/Magnet Room/magnet_13" |
| 83 | clue: "wrench" | 83 | clue: "wrench" |
| 84 | answer: "turn" | 84 | answer: "turn" |
| 85 | symbols: "job" | 85 | symbols: JOB |
| 86 | } | 86 | } |
| 87 | panels { | 87 | panels { |
| 88 | name: "SAW" | 88 | name: "SAW" |
| 89 | path: "Panels/Magnet Room/magnet_14" | 89 | path: "Panels/Magnet Room/magnet_14" |
| 90 | clue: "saw" | 90 | clue: "saw" |
| 91 | answer: "cut" | 91 | answer: "cut" |
| 92 | symbols: "job" | 92 | symbols: JOB |
| 93 | } | 93 | } |
| 94 | panels { | 94 | panels { |
| 95 | name: "BLENDER" | 95 | name: "BLENDER" |
| 96 | path: "Panels/Magnet Room/magnet_15" | 96 | path: "Panels/Magnet Room/magnet_15" |
| 97 | clue: "blender" | 97 | clue: "blender" |
| 98 | answer: "mix" | 98 | answer: "mix" |
| 99 | symbols: "job" | 99 | symbols: JOB |
| 100 | } | 100 | } |
| diff --git a/data/maps/the_great/rooms/Main Area.txtpb b/data/maps/the_great/rooms/Main Area.txtpb index cf6285a..40c7fbb 100644 --- a/data/maps/the_great/rooms/Main Area.txtpb +++ b/data/maps/the_great/rooms/Main Area.txtpb | |||
| @@ -11,35 +11,35 @@ panels { | |||
| 11 | path: "Panels/General/entry_12" | 11 | path: "Panels/General/entry_12" |
| 12 | clue: "borne" | 12 | clue: "borne" |
| 13 | answer: "born" | 13 | answer: "born" |
| 14 | symbols: "zero" | 14 | symbols: ZERO |
| 15 | } | 15 | } |
| 16 | panels { | 16 | panels { |
| 17 | name: "DEW" | 17 | name: "DEW" |
| 18 | path: "Panels/General/dyk_1" | 18 | path: "Panels/General/dyk_1" |
| 19 | clue: "dew" | 19 | clue: "dew" |
| 20 | answer: "do" | 20 | answer: "do" |
| 21 | symbols: "zero" | 21 | symbols: ZERO |
| 22 | } | 22 | } |
| 23 | panels { | 23 | panels { |
| 24 | name: "EWE" | 24 | name: "EWE" |
| 25 | path: "Panels/General/dyk_2" | 25 | path: "Panels/General/dyk_2" |
| 26 | clue: "ewe" | 26 | clue: "ewe" |
| 27 | answer: "you" | 27 | answer: "you" |
| 28 | symbols: "zero" | 28 | symbols: ZERO |
| 29 | } | 29 | } |
| 30 | panels { | 30 | panels { |
| 31 | name: "NO" | 31 | name: "NO" |
| 32 | path: "Panels/General/dyk_3" | 32 | path: "Panels/General/dyk_3" |
| 33 | clue: "no" | 33 | clue: "no" |
| 34 | answer: "know" | 34 | answer: "know" |
| 35 | symbols: "zero" | 35 | symbols: ZERO |
| 36 | } | 36 | } |
| 37 | panels { | 37 | panels { |
| 38 | name: "BROWN RED ORANGE" | 38 | name: "BROWN RED ORANGE" |
| 39 | path: "Panels/General/seeking_1" | 39 | path: "Panels/General/seeking_1" |
| 40 | clue: "" | 40 | clue: "" |
| 41 | answer: "bro" | 41 | answer: "bro" |
| 42 | symbols: "lingo" | 42 | symbols: LINGO |
| 43 | } | 43 | } |
| 44 | panels { | 44 | panels { |
| 45 | name: "DO" | 45 | name: "DO" |
| @@ -58,14 +58,14 @@ panels { | |||
| 58 | path: "Panels/General/uc_3" | 58 | path: "Panels/General/uc_3" |
| 59 | clue: "see" | 59 | clue: "see" |
| 60 | answer: "sea" | 60 | answer: "sea" |
| 61 | symbols: "zero" | 61 | symbols: ZERO |
| 62 | } | 62 | } |
| 63 | panels { | 63 | panels { |
| 64 | name: "SMILE" | 64 | name: "SMILE" |
| 65 | path: "Panels/General/entry_1" | 65 | path: "Panels/General/entry_1" |
| 66 | clue: "smile" | 66 | clue: "smile" |
| 67 | answer: "grin" | 67 | answer: "grin" |
| 68 | symbols: "sun" | 68 | symbols: SUN |
| 69 | } | 69 | } |
| 70 | panels { | 70 | panels { |
| 71 | name: "WHY" | 71 | name: "WHY" |
| @@ -102,22 +102,22 @@ panels { | |||
| 102 | path: "Panels/General/entry_6" | 102 | path: "Panels/General/entry_6" |
| 103 | clue: "color" | 103 | clue: "color" |
| 104 | answer: "gray" | 104 | answer: "gray" |
| 105 | symbols: "example" | 105 | symbols: EXAMPLE |
| 106 | } | 106 | } |
| 107 | panels { | 107 | panels { |
| 108 | name: "BYE" | 108 | name: "BYE" |
| 109 | path: "Panels/General/entry_7" | 109 | path: "Panels/General/entry_7" |
| 110 | clue: "bye" | 110 | clue: "bye" |
| 111 | answer: "high" | 111 | answer: "high" |
| 112 | symbols: "sun" | 112 | symbols: SUN |
| 113 | symbols: "zero" | 113 | symbols: ZERO |
| 114 | } | 114 | } |
| 115 | panels { | 115 | panels { |
| 116 | name: "CURT" | 116 | name: "CURT" |
| 117 | path: "Panels/Maze/entry_1" | 117 | path: "Panels/Maze/entry_1" |
| 118 | clue: "curt" | 118 | clue: "curt" |
| 119 | answer: "court" | 119 | answer: "court" |
| 120 | symbols: "sparkles" | 120 | symbols: SPARKLES |
| 121 | } | 121 | } |
| 122 | ports { | 122 | ports { |
| 123 | name: "ENTRY" | 123 | name: "ENTRY" |
| diff --git a/data/maps/the_great/rooms/Maze Center.txtpb b/data/maps/the_great/rooms/Maze Center.txtpb index dc54624..f557eaa 100644 --- a/data/maps/the_great/rooms/Maze Center.txtpb +++ b/data/maps/the_great/rooms/Maze Center.txtpb | |||
| @@ -5,12 +5,12 @@ panels { | |||
| 5 | path: "Panels/Maze/maze_7" | 5 | path: "Panels/Maze/maze_7" |
| 6 | clue: "poor" | 6 | clue: "poor" |
| 7 | answer: "rich" | 7 | answer: "rich" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "CHASE" | 11 | name: "CHASE" |
| 12 | path: "Panels/Maze/maze_10" | 12 | path: "Panels/Maze/maze_10" |
| 13 | clue: "chase" | 13 | clue: "chase" |
| 14 | answer: "hunt" | 14 | answer: "hunt" |
| 15 | symbols: "sun" | 15 | symbols: SUN |
| 16 | } | 16 | } |
| diff --git a/data/maps/the_great/rooms/Maze Cold Area.txtpb b/data/maps/the_great/rooms/Maze Cold Area.txtpb index c7650f1..5886ca8 100644 --- a/data/maps/the_great/rooms/Maze Cold Area.txtpb +++ b/data/maps/the_great/rooms/Maze Cold Area.txtpb | |||
| @@ -5,5 +5,5 @@ panels { | |||
| 5 | path: "Panels/Maze/maze_11" | 5 | path: "Panels/Maze/maze_11" |
| 6 | clue: "cold" | 6 | clue: "cold" |
| 7 | answer: "hot" | 7 | answer: "hot" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| diff --git a/data/maps/the_great/rooms/Maze In Area.txtpb b/data/maps/the_great/rooms/Maze In Area.txtpb index 88b8236..13597a0 100644 --- a/data/maps/the_great/rooms/Maze In Area.txtpb +++ b/data/maps/the_great/rooms/Maze In Area.txtpb | |||
| @@ -5,5 +5,5 @@ panels { | |||
| 5 | path: "Panels/Maze/maze_3" | 5 | path: "Panels/Maze/maze_3" |
| 6 | clue: "in" | 6 | clue: "in" |
| 7 | answer: "out" | 7 | answer: "out" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| diff --git a/data/maps/the_great/rooms/Maze Moon Area.txtpb b/data/maps/the_great/rooms/Maze Moon Area.txtpb index a947415..b515224 100644 --- a/data/maps/the_great/rooms/Maze Moon Area.txtpb +++ b/data/maps/the_great/rooms/Maze Moon Area.txtpb | |||
| @@ -5,5 +5,5 @@ panels { | |||
| 5 | path: "Panels/Maze/maze_9" | 5 | path: "Panels/Maze/maze_9" |
| 6 | clue: "moon" | 6 | clue: "moon" |
| 7 | answer: "sun" | 7 | answer: "sun" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| diff --git a/data/maps/the_great/rooms/Maze Off Area.txtpb b/data/maps/the_great/rooms/Maze Off Area.txtpb index b090f21..2fe7bed 100644 --- a/data/maps/the_great/rooms/Maze Off Area.txtpb +++ b/data/maps/the_great/rooms/Maze Off Area.txtpb | |||
| @@ -5,5 +5,5 @@ panels { | |||
| 5 | path: "Panels/Maze/maze_14" | 5 | path: "Panels/Maze/maze_14" |
| 6 | clue: "off" | 6 | clue: "off" |
| 7 | answer: "on" | 7 | answer: "on" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| diff --git a/data/maps/the_great/rooms/Maze Slice Area.txtpb b/data/maps/the_great/rooms/Maze Slice Area.txtpb index a2b207d..d720501 100644 --- a/data/maps/the_great/rooms/Maze Slice Area.txtpb +++ b/data/maps/the_great/rooms/Maze Slice Area.txtpb | |||
| @@ -5,5 +5,5 @@ panels { | |||
| 5 | path: "Panels/Maze/maze_4" | 5 | path: "Panels/Maze/maze_4" |
| 6 | clue: "slice" | 6 | clue: "slice" |
| 7 | answer: "cut" | 7 | answer: "cut" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| diff --git a/data/maps/the_great/rooms/Maze Smooth Area.txtpb b/data/maps/the_great/rooms/Maze Smooth Area.txtpb index d5668f9..8145357 100644 --- a/data/maps/the_great/rooms/Maze Smooth Area.txtpb +++ b/data/maps/the_great/rooms/Maze Smooth Area.txtpb | |||
| @@ -5,5 +5,5 @@ panels { | |||
| 5 | path: "Panels/Maze/maze_5" | 5 | path: "Panels/Maze/maze_5" |
| 6 | clue: "smooth" | 6 | clue: "smooth" |
| 7 | answer: "rough" | 7 | answer: "rough" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| diff --git a/data/maps/the_great/rooms/Maze South Area.txtpb b/data/maps/the_great/rooms/Maze South Area.txtpb index c49f1f1..b3708db 100644 --- a/data/maps/the_great/rooms/Maze South Area.txtpb +++ b/data/maps/the_great/rooms/Maze South Area.txtpb | |||
| @@ -5,5 +5,5 @@ panels { | |||
| 5 | path: "Panels/Maze/maze_2" | 5 | path: "Panels/Maze/maze_2" |
| 6 | clue: "south" | 6 | clue: "south" |
| 7 | answer: "north" | 7 | answer: "north" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| diff --git a/data/maps/the_great/rooms/Maze Start.txtpb b/data/maps/the_great/rooms/Maze Start.txtpb index 870b4f3..1e89cbe 100644 --- a/data/maps/the_great/rooms/Maze Start.txtpb +++ b/data/maps/the_great/rooms/Maze Start.txtpb | |||
| @@ -5,5 +5,5 @@ panels { | |||
| 5 | path: "Panels/Maze/maze_1" | 5 | path: "Panels/Maze/maze_1" |
| 6 | clue: "out" | 6 | clue: "out" |
| 7 | answer: "in" | 7 | answer: "in" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| diff --git a/data/maps/the_great/rooms/Maze Tower.txtpb b/data/maps/the_great/rooms/Maze Tower.txtpb index 8bba0eb..6a815aa 100644 --- a/data/maps/the_great/rooms/Maze Tower.txtpb +++ b/data/maps/the_great/rooms/Maze Tower.txtpb | |||
| @@ -5,19 +5,19 @@ panels { | |||
| 5 | path: "Panels/Maze/maze_12" | 5 | path: "Panels/Maze/maze_12" |
| 6 | clue: "feel" | 6 | clue: "feel" |
| 7 | answer: "touch" | 7 | answer: "touch" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "DECOMPOSE" | 11 | name: "DECOMPOSE" |
| 12 | path: "Panels/Maze/maze_13" | 12 | path: "Panels/Maze/maze_13" |
| 13 | clue: "decompose" | 13 | clue: "decompose" |
| 14 | answer: "rot" | 14 | answer: "rot" |
| 15 | symbols: "sun" | 15 | symbols: SUN |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "SPIRE" | 18 | name: "SPIRE" |
| 19 | path: "Panels/Towers/tower_1" | 19 | path: "Panels/Towers/tower_1" |
| 20 | clue: "spire" | 20 | clue: "spire" |
| 21 | answer: "tower" | 21 | answer: "tower" |
| 22 | symbols: "sun" | 22 | symbols: SUN |
| 23 | } | 23 | } |
| diff --git a/data/maps/the_great/rooms/Maze Up Area.txtpb b/data/maps/the_great/rooms/Maze Up Area.txtpb index ee53deb..29f175b 100644 --- a/data/maps/the_great/rooms/Maze Up Area.txtpb +++ b/data/maps/the_great/rooms/Maze Up Area.txtpb | |||
| @@ -5,5 +5,5 @@ panels { | |||
| 5 | path: "Panels/Maze/maze_15" | 5 | path: "Panels/Maze/maze_15" |
| 6 | clue: "up" | 6 | clue: "up" |
| 7 | answer: "down" | 7 | answer: "down" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| diff --git a/data/maps/the_great/rooms/Maze Wreck Area.txtpb b/data/maps/the_great/rooms/Maze Wreck Area.txtpb index bea3fca..6808fc2 100644 --- a/data/maps/the_great/rooms/Maze Wreck Area.txtpb +++ b/data/maps/the_great/rooms/Maze Wreck Area.txtpb | |||
| @@ -5,7 +5,7 @@ panels { | |||
| 5 | path: "Panels/Maze/maze_8" | 5 | path: "Panels/Maze/maze_8" |
| 6 | clue: "wreck" | 6 | clue: "wreck" |
| 7 | answer: "ruin" | 7 | answer: "ruin" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | # This is behind a teal wall. | 11 | # This is behind a teal wall. |
| @@ -13,5 +13,5 @@ panels { | |||
| 13 | path: "Panels/General/teal_1" | 13 | path: "Panels/General/teal_1" |
| 14 | clue: "maroon" | 14 | clue: "maroon" |
| 15 | answer: "teal" | 15 | answer: "teal" |
| 16 | symbols: "sun" | 16 | symbols: SUN |
| 17 | } | 17 | } |
| diff --git a/data/maps/the_great/rooms/Nature Room.txtpb b/data/maps/the_great/rooms/Nature Room.txtpb index 01f6d1b..9f798f3 100644 --- a/data/maps/the_great/rooms/Nature Room.txtpb +++ b/data/maps/the_great/rooms/Nature Room.txtpb | |||
| @@ -5,26 +5,26 @@ panels { | |||
| 5 | path: "Panels/General/nature_2" | 5 | path: "Panels/General/nature_2" |
| 6 | clue: "severe" | 6 | clue: "severe" |
| 7 | answer: "grave" | 7 | answer: "grave" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "FOOT" | 11 | name: "FOOT" |
| 12 | path: "Panels/General/nature_3" | 12 | path: "Panels/General/nature_3" |
| 13 | clue: "foot" | 13 | clue: "foot" |
| 14 | answer: "yard" | 14 | answer: "yard" |
| 15 | symbols: "boxes" | 15 | symbols: BOXES |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "PAUSES" | 18 | name: "PAUSES" |
| 19 | path: "Panels/General/nature_4" | 19 | path: "Panels/General/nature_4" |
| 20 | clue: "pauses" | 20 | clue: "pauses" |
| 21 | answer: "waits" | 21 | answer: "waits" |
| 22 | symbols: "sun" | 22 | symbols: SUN |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "ABOVE" | 25 | name: "ABOVE" |
| 26 | path: "Panels/General/nature_5" | 26 | path: "Panels/General/nature_5" |
| 27 | clue: "above" | 27 | clue: "above" |
| 28 | answer: "below" | 28 | answer: "below" |
| 29 | symbols: "sun" | 29 | symbols: SUN |
| 30 | } | 30 | } |
| diff --git a/data/maps/the_great/rooms/North Landscape.txtpb b/data/maps/the_great/rooms/North Landscape.txtpb index 9f2f1f9..959f351 100644 --- a/data/maps/the_great/rooms/North Landscape.txtpb +++ b/data/maps/the_great/rooms/North Landscape.txtpb | |||
| @@ -5,49 +5,49 @@ panels { | |||
| 5 | path: "Panels/General/platforms_1" | 5 | path: "Panels/General/platforms_1" |
| 6 | clue: "weather" | 6 | clue: "weather" |
| 7 | answer: "nature" | 7 | answer: "nature" |
| 8 | symbols: "boxes" | 8 | symbols: BOXES |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "ANIMALS" | 11 | name: "ANIMALS" |
| 12 | path: "Panels/General/platforms_2" | 12 | path: "Panels/General/platforms_2" |
| 13 | clue: "animals" | 13 | clue: "animals" |
| 14 | answer: "nature" | 14 | answer: "nature" |
| 15 | symbols: "boxes" | 15 | symbols: BOXES |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "PLANTS" | 18 | name: "PLANTS" |
| 19 | path: "Panels/General/platforms_3" | 19 | path: "Panels/General/platforms_3" |
| 20 | clue: "plants" | 20 | clue: "plants" |
| 21 | answer: "nature" | 21 | answer: "nature" |
| 22 | symbols: "boxes" | 22 | symbols: BOXES |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "LAUGH" | 25 | name: "LAUGH" |
| 26 | path: "Panels/General/dyk_4" | 26 | path: "Panels/General/dyk_4" |
| 27 | clue: "laugh" | 27 | clue: "laugh" |
| 28 | answer: "half" | 28 | answer: "half" |
| 29 | symbols: "zero" | 29 | symbols: ZERO |
| 30 | } | 30 | } |
| 31 | panels { | 31 | panels { |
| 32 | name: "FINISHED" | 32 | name: "FINISHED" |
| 33 | path: "Panels/General/dyk_5" | 33 | path: "Panels/General/dyk_5" |
| 34 | clue: "finished" | 34 | clue: "finished" |
| 35 | answer: "done" | 35 | answer: "done" |
| 36 | symbols: "sun" | 36 | symbols: SUN |
| 37 | } | 37 | } |
| 38 | panels { | 38 | panels { |
| 39 | name: "LAUGH FINISHED" | 39 | name: "LAUGH FINISHED" |
| 40 | path: "Panels/General/dyk_6" | 40 | path: "Panels/General/dyk_6" |
| 41 | clue: "" | 41 | clue: "" |
| 42 | answer: "shed" | 42 | answer: "shed" |
| 43 | symbols: "lingo" | 43 | symbols: LINGO |
| 44 | } | 44 | } |
| 45 | panels { | 45 | panels { |
| 46 | name: "INSIDE" | 46 | name: "INSIDE" |
| 47 | path: "Panels/General/nature_1" | 47 | path: "Panels/General/nature_1" |
| 48 | clue: "inside" | 48 | clue: "inside" |
| 49 | answer: "outside" | 49 | answer: "outside" |
| 50 | symbols: "sun" | 50 | symbols: SUN |
| 51 | } | 51 | } |
| 52 | keyholders { | 52 | keyholders { |
| 53 | name: "X" | 53 | name: "X" |
| diff --git a/data/maps/the_great/rooms/Outside Jail.txtpb b/data/maps/the_great/rooms/Outside Jail.txtpb index ff1dbbd..ab30761 100644 --- a/data/maps/the_great/rooms/Outside Jail.txtpb +++ b/data/maps/the_great/rooms/Outside Jail.txtpb | |||
| @@ -5,26 +5,26 @@ panels { | |||
| 5 | path: "Panels/Head/head_1" | 5 | path: "Panels/Head/head_1" |
| 6 | clue: "gut" | 6 | clue: "gut" |
| 7 | answer: "guilt" | 7 | answer: "guilt" |
| 8 | symbols: "sparkles" | 8 | symbols: SPARKLES |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "HAM" | 11 | name: "HAM" |
| 12 | path: "Panels/Head/head_2" | 12 | path: "Panels/Head/head_2" |
| 13 | clue: "ham" | 13 | clue: "ham" |
| 14 | answer: "shame" | 14 | answer: "shame" |
| 15 | symbols: "sparkles" | 15 | symbols: SPARKLES |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "MAIM" | 18 | name: "MAIM" |
| 19 | path: "Panels/Head/head_3" | 19 | path: "Panels/Head/head_3" |
| 20 | clue: "maim" | 20 | clue: "maim" |
| 21 | answer: "shame" | 21 | answer: "shame" |
| 22 | symbols: "zero" | 22 | symbols: ZERO |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "WILT" | 25 | name: "WILT" |
| 26 | path: "Panels/Head/head_4" | 26 | path: "Panels/Head/head_4" |
| 27 | clue: "wilt" | 27 | clue: "wilt" |
| 28 | answer: "guilt" | 28 | answer: "guilt" |
| 29 | symbols: "zero" | 29 | symbols: ZERO |
| 30 | } | 30 | } |
| diff --git a/data/maps/the_great/rooms/Pillar Room.txtpb b/data/maps/the_great/rooms/Pillar Room.txtpb index f3fc078..01ff309 100644 --- a/data/maps/the_great/rooms/Pillar Room.txtpb +++ b/data/maps/the_great/rooms/Pillar Room.txtpb | |||
| @@ -5,8 +5,8 @@ panels { | |||
| 5 | path: "Panels/Impressive/entry_2" | 5 | path: "Panels/Impressive/entry_2" |
| 6 | clue: "eye" | 6 | clue: "eye" |
| 7 | answer: "you" | 7 | answer: "you" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | symbols: "zero" | 9 | symbols: ZERO |
| 10 | } | 10 | } |
| 11 | panels { | 11 | panels { |
| 12 | name: "HAVE" | 12 | name: "HAVE" |
| @@ -19,14 +19,14 @@ panels { | |||
| 19 | path: "Panels/Impressive/entry_4" | 19 | path: "Panels/Impressive/entry_4" |
| 20 | clue: "four" | 20 | clue: "four" |
| 21 | answer: "for" | 21 | answer: "for" |
| 22 | symbols: "zero" | 22 | symbols: ZERO |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "CAUGHT" | 25 | name: "CAUGHT" |
| 26 | path: "Panels/Impressive/entry_5" | 26 | path: "Panels/Impressive/entry_5" |
| 27 | clue: "caught" | 27 | clue: "caught" |
| 28 | answer: "got" | 28 | answer: "got" |
| 29 | symbols: "zero" | 29 | symbols: ZERO |
| 30 | } | 30 | } |
| 31 | panels { | 31 | panels { |
| 32 | name: "TEN" | 32 | name: "TEN" |
| diff --git a/data/maps/the_great/rooms/Question Room How.txtpb b/data/maps/the_great/rooms/Question Room How.txtpb index 2130e96..2f759b8 100644 --- a/data/maps/the_great/rooms/Question Room How.txtpb +++ b/data/maps/the_great/rooms/Question Room How.txtpb | |||
| @@ -5,7 +5,7 @@ panels { | |||
| 5 | path: "Panels/Questions/question_3" | 5 | path: "Panels/Questions/question_3" |
| 6 | clue: "question" | 6 | clue: "question" |
| 7 | answer: "how" | 7 | answer: "how" |
| 8 | symbols: "example" | 8 | symbols: EXAMPLE |
| 9 | # "Panels/Question Proxies/question_3_proxied" <- this is just how again | 9 | # "Panels/Question Proxies/question_3_proxied" <- this is just how again |
| 10 | proxies { answer: "who" path: "Panels/Question Proxies/question_3_proxied2" } | 10 | proxies { answer: "who" path: "Panels/Question Proxies/question_3_proxied2" } |
| 11 | proxies { answer: "why" path: "Panels/Question Proxies/question_3_proxied3" } | 11 | proxies { answer: "why" path: "Panels/Question Proxies/question_3_proxied3" } |
| diff --git a/data/maps/the_great/rooms/Question Room What.txtpb b/data/maps/the_great/rooms/Question Room What.txtpb index e909614..9cfd667 100644 --- a/data/maps/the_great/rooms/Question Room What.txtpb +++ b/data/maps/the_great/rooms/Question Room What.txtpb | |||
| @@ -5,7 +5,7 @@ panels { | |||
| 5 | path: "Panels/Questions/question_4" | 5 | path: "Panels/Questions/question_4" |
| 6 | clue: "question" | 6 | clue: "question" |
| 7 | answer: "what" | 7 | answer: "what" |
| 8 | symbols: "example" | 8 | symbols: EXAMPLE |
| 9 | proxies { answer: "why" path: "Panels/Question Proxies/question_4_proxied" } | 9 | proxies { answer: "why" path: "Panels/Question Proxies/question_4_proxied" } |
| 10 | proxies { answer: "who" path: "Panels/Question Proxies/question_4_proxied2" } | 10 | proxies { answer: "who" path: "Panels/Question Proxies/question_4_proxied2" } |
| 11 | proxies { answer: "where" path: "Panels/Question Proxies/question_4_proxied3" } | 11 | proxies { answer: "where" path: "Panels/Question Proxies/question_4_proxied3" } |
| diff --git a/data/maps/the_great/rooms/Question Room When.txtpb b/data/maps/the_great/rooms/Question Room When.txtpb index 7c19407..e046edd 100644 --- a/data/maps/the_great/rooms/Question Room When.txtpb +++ b/data/maps/the_great/rooms/Question Room When.txtpb | |||
| @@ -5,7 +5,7 @@ panels { | |||
| 5 | path: "Panels/Questions/question_1" | 5 | path: "Panels/Questions/question_1" |
| 6 | clue: "question" | 6 | clue: "question" |
| 7 | answer: "what" | 7 | answer: "what" |
| 8 | symbols: "example" | 8 | symbols: EXAMPLE |
| 9 | proxies { answer: "when" path: "Panels/Question Proxies/question_1_proxied" } | 9 | proxies { answer: "when" path: "Panels/Question Proxies/question_1_proxied" } |
| 10 | proxies { answer: "why" path: "Panels/Question Proxies/question_1_proxied2" } | 10 | proxies { answer: "why" path: "Panels/Question Proxies/question_1_proxied2" } |
| 11 | # "Panels/Question Proxies/question_1_proxied3" <- this is just what again | 11 | # "Panels/Question Proxies/question_1_proxied3" <- this is just what again |
| diff --git a/data/maps/the_great/rooms/Question Room Who.txtpb b/data/maps/the_great/rooms/Question Room Who.txtpb index c445009..cbaba4b 100644 --- a/data/maps/the_great/rooms/Question Room Who.txtpb +++ b/data/maps/the_great/rooms/Question Room Who.txtpb | |||
| @@ -5,7 +5,7 @@ panels { | |||
| 5 | path: "Panels/Questions/question_2" | 5 | path: "Panels/Questions/question_2" |
| 6 | clue: "question" | 6 | clue: "question" |
| 7 | answer: "who" | 7 | answer: "who" |
| 8 | symbols: "example" | 8 | symbols: EXAMPLE |
| 9 | proxies { answer: "why" path: "Panels/Question Proxies/question_2_proxied" } | 9 | proxies { answer: "why" path: "Panels/Question Proxies/question_2_proxied" } |
| 10 | # "Panels/Question Proxies/question_2_proxied2" <- this is just who again | 10 | # "Panels/Question Proxies/question_2_proxied2" <- this is just who again |
| 11 | proxies { answer: "where" path: "Panels/Question Proxies/question_2_proxied3" } | 11 | proxies { answer: "where" path: "Panels/Question Proxies/question_2_proxied3" } |
| diff --git a/data/maps/the_great/rooms/Under Question Room.txtpb b/data/maps/the_great/rooms/Under Question Room.txtpb index 757c812..249c0b4 100644 --- a/data/maps/the_great/rooms/Under Question Room.txtpb +++ b/data/maps/the_great/rooms/Under Question Room.txtpb | |||
| @@ -5,6 +5,6 @@ panels { | |||
| 5 | path: "Panels/General/question_1" | 5 | path: "Panels/General/question_1" |
| 6 | clue: "question" | 6 | clue: "question" |
| 7 | answer: "which" | 7 | answer: "which" |
| 8 | symbols: "example" | 8 | symbols: EXAMPLE |
| 9 | proxies { answer: "where" path: "Panels/General/question_1_proxy_2" } | 9 | proxies { answer: "where" path: "Panels/General/question_1_proxy_2" } |
| 10 | } | 10 | } |
| diff --git a/data/maps/the_great/rooms/West Side.txtpb b/data/maps/the_great/rooms/West Side.txtpb index f72cce7..4723213 100644 --- a/data/maps/the_great/rooms/West Side.txtpb +++ b/data/maps/the_great/rooms/West Side.txtpb | |||
| @@ -5,49 +5,49 @@ panels { | |||
| 5 | path: "Panels/General/entry_9" | 5 | path: "Panels/General/entry_9" |
| 6 | clue: "erase" | 6 | clue: "erase" |
| 7 | answer: "write" | 7 | answer: "write" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "TEACH" | 11 | name: "TEACH" |
| 12 | path: "Panels/Magnet Room/magnet_1" | 12 | path: "Panels/Magnet Room/magnet_1" |
| 13 | clue: "teach" | 13 | clue: "teach" |
| 14 | answer: "learn" | 14 | answer: "learn" |
| 15 | symbols: "sun" | 15 | symbols: SUN |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "RIGHT" | 18 | name: "RIGHT" |
| 19 | path: "Panels/Impressive/entry_1" | 19 | path: "Panels/Impressive/entry_1" |
| 20 | clue: "right" | 20 | clue: "right" |
| 21 | answer: "wrong" | 21 | answer: "wrong" |
| 22 | symbols: "sun" | 22 | symbols: SUN |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "SAVORY" | 25 | name: "SAVORY" |
| 26 | path: "Panels/Favors/favors_1" | 26 | path: "Panels/Favors/favors_1" |
| 27 | clue: "savory" | 27 | clue: "savory" |
| 28 | answer: "unsavory" | 28 | answer: "unsavory" |
| 29 | symbols: "sun" | 29 | symbols: SUN |
| 30 | } | 30 | } |
| 31 | panels { | 31 | panels { |
| 32 | name: "FLAVORS" | 32 | name: "FLAVORS" |
| 33 | path: "Panels/Favors/favors_2" | 33 | path: "Panels/Favors/favors_2" |
| 34 | clue: "flavors" | 34 | clue: "flavors" |
| 35 | answer: "favors" | 35 | answer: "favors" |
| 36 | symbols: "sparkles" | 36 | symbols: SPARKLES |
| 37 | } | 37 | } |
| 38 | panels { | 38 | panels { |
| 39 | name: "COLOR" | 39 | name: "COLOR" |
| 40 | path: "Panels/General/entry_5" | 40 | path: "Panels/General/entry_5" |
| 41 | clue: "color" | 41 | clue: "color" |
| 42 | answer: "red" | 42 | answer: "red" |
| 43 | symbols: "example" | 43 | symbols: EXAMPLE |
| 44 | } | 44 | } |
| 45 | panels { | 45 | panels { |
| 46 | name: "CLUE" | 46 | name: "CLUE" |
| 47 | path: "Panels/General/entry_3" | 47 | path: "Panels/General/entry_3" |
| 48 | clue: "clue" | 48 | clue: "clue" |
| 49 | answer: "hint" | 49 | answer: "hint" |
| 50 | symbols: "sun" | 50 | symbols: SUN |
| 51 | } | 51 | } |
| 52 | letters { | 52 | letters { |
| 53 | key: "a" | 53 | key: "a" |
| diff --git a/data/maps/the_great/rooms/Whole Room.txtpb b/data/maps/the_great/rooms/Whole Room.txtpb index a034626..2f5c855 100644 --- a/data/maps/the_great/rooms/Whole Room.txtpb +++ b/data/maps/the_great/rooms/Whole Room.txtpb | |||
| @@ -5,166 +5,166 @@ panels { | |||
| 5 | path: "Panels/Whole Room/whole_1" | 5 | path: "Panels/Whole Room/whole_1" |
| 6 | clue: "vault" | 6 | clue: "vault" |
| 7 | answer: "bank" | 7 | answer: "bank" |
| 8 | symbols: "boxes" | 8 | symbols: BOXES |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "STALL" | 11 | name: "STALL" |
| 12 | path: "Panels/Whole Room/whole_2" | 12 | path: "Panels/Whole Room/whole_2" |
| 13 | clue: "stall" | 13 | clue: "stall" |
| 14 | answer: "barn" | 14 | answer: "barn" |
| 15 | symbols: "boxes" | 15 | symbols: BOXES |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "OFFICE" | 18 | name: "OFFICE" |
| 19 | path: "Panels/Whole Room/whole_3" | 19 | path: "Panels/Whole Room/whole_3" |
| 20 | clue: "office" | 20 | clue: "office" |
| 21 | answer: "bank" | 21 | answer: "bank" |
| 22 | symbols: "boxes" | 22 | symbols: BOXES |
| 23 | } | 23 | } |
| 24 | panels { | 24 | panels { |
| 25 | name: "RAFTER" | 25 | name: "RAFTER" |
| 26 | path: "Panels/Whole Room/whole_4" | 26 | path: "Panels/Whole Room/whole_4" |
| 27 | clue: "rafter" | 27 | clue: "rafter" |
| 28 | answer: "barn" | 28 | answer: "barn" |
| 29 | symbols: "boxes" | 29 | symbols: BOXES |
| 30 | } | 30 | } |
| 31 | panels { | 31 | panels { |
| 32 | name: "REGISTER" | 32 | name: "REGISTER" |
| 33 | path: "Panels/Whole Room/whole_5" | 33 | path: "Panels/Whole Room/whole_5" |
| 34 | clue: "register" | 34 | clue: "register" |
| 35 | answer: "store" | 35 | answer: "store" |
| 36 | symbols: "boxes" | 36 | symbols: BOXES |
| 37 | } | 37 | } |
| 38 | panels { | 38 | panels { |
| 39 | name: "SHELF" | 39 | name: "SHELF" |
| 40 | path: "Panels/Whole Room/whole_6" | 40 | path: "Panels/Whole Room/whole_6" |
| 41 | clue: "shelf" | 41 | clue: "shelf" |
| 42 | answer: "store" | 42 | answer: "store" |
| 43 | symbols: "boxes" | 43 | symbols: BOXES |
| 44 | } | 44 | } |
| 45 | panels { | 45 | panels { |
| 46 | name: "BEDROOM" | 46 | name: "BEDROOM" |
| 47 | path: "Panels/Whole Room/whole_7" | 47 | path: "Panels/Whole Room/whole_7" |
| 48 | clue: "bedroom" | 48 | clue: "bedroom" |
| 49 | answer: "house" | 49 | answer: "house" |
| 50 | symbols: "boxes" | 50 | symbols: BOXES |
| 51 | } | 51 | } |
| 52 | panels { | 52 | panels { |
| 53 | name: "BATHROOM" | 53 | name: "BATHROOM" |
| 54 | path: "Panels/Whole Room/whole_8" | 54 | path: "Panels/Whole Room/whole_8" |
| 55 | clue: "bathroom" | 55 | clue: "bathroom" |
| 56 | answer: "house" | 56 | answer: "house" |
| 57 | symbols: "boxes" | 57 | symbols: BOXES |
| 58 | } | 58 | } |
| 59 | panels { | 59 | panels { |
| 60 | name: "PHARMACY" | 60 | name: "PHARMACY" |
| 61 | path: "Panels/Whole Room/whole_9" | 61 | path: "Panels/Whole Room/whole_9" |
| 62 | clue: "pharmacy" | 62 | clue: "pharmacy" |
| 63 | answer: "hospital" | 63 | answer: "hospital" |
| 64 | symbols: "boxes" | 64 | symbols: BOXES |
| 65 | } | 65 | } |
| 66 | panels { | 66 | panels { |
| 67 | name: "LOBBY" | 67 | name: "LOBBY" |
| 68 | path: "Panels/Whole Room/whole_10" | 68 | path: "Panels/Whole Room/whole_10" |
| 69 | clue: "lobby" | 69 | clue: "lobby" |
| 70 | answer: "hotel" | 70 | answer: "hotel" |
| 71 | symbols: "boxes" | 71 | symbols: BOXES |
| 72 | } | 72 | } |
| 73 | panels { | 73 | panels { |
| 74 | name: "CAFETERIA" | 74 | name: "CAFETERIA" |
| 75 | path: "Panels/Whole Room/whole_11" | 75 | path: "Panels/Whole Room/whole_11" |
| 76 | clue: "cafeteria" | 76 | clue: "cafeteria" |
| 77 | answer: "hospital" | 77 | answer: "hospital" |
| 78 | symbols: "boxes" | 78 | symbols: BOXES |
| 79 | } | 79 | } |
| 80 | panels { | 80 | panels { |
| 81 | name: "ROOM" | 81 | name: "ROOM" |
| 82 | path: "Panels/Whole Room/whole_12" | 82 | path: "Panels/Whole Room/whole_12" |
| 83 | clue: "room" | 83 | clue: "room" |
| 84 | answer: "hotel" | 84 | answer: "hotel" |
| 85 | symbols: "boxes" | 85 | symbols: BOXES |
| 86 | } | 86 | } |
| 87 | panels { | 87 | panels { |
| 88 | name: "BLEACHER" | 88 | name: "BLEACHER" |
| 89 | path: "Panels/Whole Room/whole_13" | 89 | path: "Panels/Whole Room/whole_13" |
| 90 | clue: "bleacher" | 90 | clue: "bleacher" |
| 91 | answer: "stadium" | 91 | answer: "stadium" |
| 92 | symbols: "boxes" | 92 | symbols: BOXES |
| 93 | } | 93 | } |
| 94 | panels { | 94 | panels { |
| 95 | name: "MACHINE" | 95 | name: "MACHINE" |
| 96 | path: "Panels/Whole Room/whole_14" | 96 | path: "Panels/Whole Room/whole_14" |
| 97 | clue: "machine" | 97 | clue: "machine" |
| 98 | answer: "factory" | 98 | answer: "factory" |
| 99 | symbols: "boxes" | 99 | symbols: BOXES |
| 100 | } | 100 | } |
| 101 | panels { | 101 | panels { |
| 102 | name: "LINE" | 102 | name: "LINE" |
| 103 | path: "Panels/Whole Room/whole_15" | 103 | path: "Panels/Whole Room/whole_15" |
| 104 | clue: "line" | 104 | clue: "line" |
| 105 | answer: "factory" | 105 | answer: "factory" |
| 106 | symbols: "boxes" | 106 | symbols: BOXES |
| 107 | } | 107 | } |
| 108 | panels { | 108 | panels { |
| 109 | name: "CONCESSIONS" | 109 | name: "CONCESSIONS" |
| 110 | path: "Panels/Whole Room/whole_16" | 110 | path: "Panels/Whole Room/whole_16" |
| 111 | clue: "concessions" | 111 | clue: "concessions" |
| 112 | answer: "stadium" | 112 | answer: "stadium" |
| 113 | symbols: "boxes" | 113 | symbols: BOXES |
| 114 | } | 114 | } |
| 115 | panels { | 115 | panels { |
| 116 | name: "WALL" | 116 | name: "WALL" |
| 117 | path: "Panels/Whole Room/whole_17" | 117 | path: "Panels/Whole Room/whole_17" |
| 118 | clue: "wall" | 118 | clue: "wall" |
| 119 | answer: "fort" | 119 | answer: "fort" |
| 120 | symbols: "boxes" | 120 | symbols: BOXES |
| 121 | } | 121 | } |
| 122 | panels { | 122 | panels { |
| 123 | name: "GATE" | 123 | name: "GATE" |
| 124 | path: "Panels/Whole Room/whole_18" | 124 | path: "Panels/Whole Room/whole_18" |
| 125 | clue: "gate" | 125 | clue: "gate" |
| 126 | answer: "fort" | 126 | answer: "fort" |
| 127 | symbols: "boxes" | 127 | symbols: BOXES |
| 128 | } | 128 | } |
| 129 | panels { | 129 | panels { |
| 130 | name: "HOME (1)" | 130 | name: "HOME (1)" |
| 131 | path: "Panels/Whole Room/whole_19" | 131 | path: "Panels/Whole Room/whole_19" |
| 132 | clue: "home" | 132 | clue: "home" |
| 133 | answer: "duplex" | 133 | answer: "duplex" |
| 134 | symbols: "boxes" | 134 | symbols: BOXES |
| 135 | } | 135 | } |
| 136 | panels { | 136 | panels { |
| 137 | name: "HOME (2)" | 137 | name: "HOME (2)" |
| 138 | path: "Panels/Whole Room/whole_20" | 138 | path: "Panels/Whole Room/whole_20" |
| 139 | clue: "home" | 139 | clue: "home" |
| 140 | answer: "duplex" | 140 | answer: "duplex" |
| 141 | symbols: "boxes" | 141 | symbols: BOXES |
| 142 | } | 142 | } |
| 143 | panels { | 143 | panels { |
| 144 | name: "DICE" | 144 | name: "DICE" |
| 145 | path: "Panels/Whole Room/whole_21" | 145 | path: "Panels/Whole Room/whole_21" |
| 146 | clue: "dice" | 146 | clue: "dice" |
| 147 | answer: "casino" | 147 | answer: "casino" |
| 148 | symbols: "boxes" | 148 | symbols: BOXES |
| 149 | } | 149 | } |
| 150 | panels { | 150 | panels { |
| 151 | name: "MOAT" | 151 | name: "MOAT" |
| 152 | path: "Panels/Whole Room/whole_22" | 152 | path: "Panels/Whole Room/whole_22" |
| 153 | clue: "moat" | 153 | clue: "moat" |
| 154 | answer: "castle" | 154 | answer: "castle" |
| 155 | symbols: "boxes" | 155 | symbols: BOXES |
| 156 | } | 156 | } |
| 157 | panels { | 157 | panels { |
| 158 | name: "CHIPS" | 158 | name: "CHIPS" |
| 159 | path: "Panels/Whole Room/whole_23" | 159 | path: "Panels/Whole Room/whole_23" |
| 160 | clue: "chips" | 160 | clue: "chips" |
| 161 | answer: "casino" | 161 | answer: "casino" |
| 162 | symbols: "boxes" | 162 | symbols: BOXES |
| 163 | } | 163 | } |
| 164 | panels { | 164 | panels { |
| 165 | name: "TOWER" | 165 | name: "TOWER" |
| 166 | path: "Panels/Whole Room/whole_24" | 166 | path: "Panels/Whole Room/whole_24" |
| 167 | clue: "tower" | 167 | clue: "tower" |
| 168 | answer: "castle" | 168 | answer: "castle" |
| 169 | symbols: "boxes" | 169 | symbols: BOXES |
| 170 | } | 170 | } |
| diff --git a/data/maps/the_great/rooms/Zero Room.txtpb b/data/maps/the_great/rooms/Zero Room.txtpb index fb19606..dcbe067 100644 --- a/data/maps/the_great/rooms/Zero Room.txtpb +++ b/data/maps/the_great/rooms/Zero Room.txtpb | |||
| @@ -5,7 +5,7 @@ panels { | |||
| 5 | path: "Panels/General/zero_1" | 5 | path: "Panels/General/zero_1" |
| 6 | clue: "hero" | 6 | clue: "hero" |
| 7 | answer: "zero" | 7 | answer: "zero" |
| 8 | symbols: "zero" | 8 | symbols: ZERO |
| 9 | required_door { name: "Zero Entrance" } | 9 | required_door { name: "Zero Entrance" } |
| 10 | } | 10 | } |
| 11 | panels { | 11 | panels { |
| @@ -13,7 +13,7 @@ panels { | |||
| 13 | path: "Panels/General/zero_2" | 13 | path: "Panels/General/zero_2" |
| 14 | clue: "many" | 14 | clue: "many" |
| 15 | answer: "zero" | 15 | answer: "zero" |
| 16 | symbols: "sun" | 16 | symbols: SUN |
| 17 | required_door { name: "Zero Entrance" } | 17 | required_door { name: "Zero Entrance" } |
| 18 | } | 18 | } |
| 19 | panels { | 19 | panels { |
| @@ -21,14 +21,14 @@ panels { | |||
| 21 | path: "Panels/General/zero_3" | 21 | path: "Panels/General/zero_3" |
| 22 | clue: "shift" | 22 | clue: "shift" |
| 23 | answer: "control" | 23 | answer: "control" |
| 24 | symbols: "example" | 24 | symbols: EXAMPLE |
| 25 | } | 25 | } |
| 26 | panels { | 26 | panels { |
| 27 | name: "REMAINING" | 27 | name: "REMAINING" |
| 28 | path: "Panels/General/zero_5" | 28 | path: "Panels/General/zero_5" |
| 29 | clue: "remaining" | 29 | clue: "remaining" |
| 30 | answer: "zero" | 30 | answer: "zero" |
| 31 | symbols: "question" | 31 | symbols: QUESTION |
| 32 | required_door { name: "Zero Entrance" } | 32 | required_door { name: "Zero Entrance" } |
| 33 | } | 33 | } |
| 34 | panels { | 34 | panels { |
| @@ -36,5 +36,5 @@ panels { | |||
| 36 | path: "Panels/General/zero_4" | 36 | path: "Panels/General/zero_4" |
| 37 | clue: "middle" | 37 | clue: "middle" |
| 38 | answer: "center" | 38 | answer: "center" |
| 39 | symbols: "sun" | 39 | symbols: SUN |
| 40 | } | 40 | } |
