diff options
Diffstat (limited to 'data/maps/the_congruent/rooms')
| -rw-r--r-- | data/maps/the_congruent/rooms/C Keyholder.txtpb | 7 | ||||
| -rw-r--r-- | data/maps/the_congruent/rooms/C2 Room.txtpb | 7 | ||||
| -rw-r--r-- | data/maps/the_congruent/rooms/Flipped Magenta Room.txtpb | 72 | ||||
| -rw-r--r-- | data/maps/the_congruent/rooms/Flipped Yellow Room.txtpb | 58 | ||||
| -rw-r--r-- | data/maps/the_congruent/rooms/G Keyholder.txtpb | 7 | ||||
| -rw-r--r-- | data/maps/the_congruent/rooms/G2 Room.txtpb | 7 | ||||
| -rw-r--r-- | data/maps/the_congruent/rooms/Main Area.txtpb | 104 | ||||
| -rw-r--r-- | data/maps/the_congruent/rooms/Obverse Magenta Room.txtpb | 15 | ||||
| -rw-r--r-- | data/maps/the_congruent/rooms/Obverse Yellow Room.txtpb | 16 | ||||
| -rw-r--r-- | data/maps/the_congruent/rooms/T Keyholder.txtpb | 6 |
10 files changed, 299 insertions, 0 deletions
| diff --git a/data/maps/the_congruent/rooms/C Keyholder.txtpb b/data/maps/the_congruent/rooms/C Keyholder.txtpb new file mode 100644 index 0000000..0af0f32 --- /dev/null +++ b/data/maps/the_congruent/rooms/C Keyholder.txtpb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | name: "C Keyholder" | ||
| 2 | display_name: "Main Area" | ||
| 3 | keyholders { | ||
| 4 | name: "C" | ||
| 5 | path: "Components/KeyHolders/keyHolder" | ||
| 6 | # TODO: This will need to be modified so that it doesn't actually take the letter. | ||
| 7 | } | ||
| diff --git a/data/maps/the_congruent/rooms/C2 Room.txtpb b/data/maps/the_congruent/rooms/C2 Room.txtpb new file mode 100644 index 0000000..69c9a46 --- /dev/null +++ b/data/maps/the_congruent/rooms/C2 Room.txtpb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | name: "C2 Room" | ||
| 2 | display_name: "Main Area" | ||
| 3 | letters { | ||
| 4 | key: "c" | ||
| 5 | double: true | ||
| 6 | path: "Components/Collectables/collectable2" | ||
| 7 | } | ||
| diff --git a/data/maps/the_congruent/rooms/Flipped Magenta Room.txtpb b/data/maps/the_congruent/rooms/Flipped Magenta Room.txtpb new file mode 100644 index 0000000..db33a80 --- /dev/null +++ b/data/maps/the_congruent/rooms/Flipped Magenta Room.txtpb | |||
| @@ -0,0 +1,72 @@ | |||
| 1 | name: "Flipped Magenta Room" | ||
| 2 | display_name: "Flipped Magenta Room" | ||
| 3 | panels { | ||
| 4 | name: "LOOK" | ||
| 5 | path: "Panels/Side Up 1/panel_1" | ||
| 6 | clue: "look" | ||
| 7 | answer: "cook" | ||
| 8 | symbols: "sparkles" | ||
| 9 | } | ||
| 10 | panels { | ||
| 11 | name: "SLOW" | ||
| 12 | path: "Panels/Side Up 1/panel_2" | ||
| 13 | clue: "slow" | ||
| 14 | answer: "show" | ||
| 15 | symbols: "sparkles" | ||
| 16 | } | ||
| 17 | panels { | ||
| 18 | name: "RULE" | ||
| 19 | path: "Panels/Side Up 1/panel_3" | ||
| 20 | clue: "rule" | ||
| 21 | answer: "rude" | ||
| 22 | symbols: "sparkles" | ||
| 23 | } | ||
| 24 | panels { | ||
| 25 | name: "MALE" | ||
| 26 | path: "Panels/Side Up 1/panel_4" | ||
| 27 | clue: "male" | ||
| 28 | answer: "mace" | ||
| 29 | symbols: "sparkles" | ||
| 30 | } | ||
| 31 | panels { | ||
| 32 | name: "LAST" | ||
| 33 | path: "Panels/Side Up 1/panel_5" | ||
| 34 | clue: "last" | ||
| 35 | answer: "fast" | ||
| 36 | symbols: "sparkles" | ||
| 37 | } | ||
| 38 | panels { | ||
| 39 | name: "LATE" | ||
| 40 | path: "Panels/Side Up 1/panel_6" | ||
| 41 | clue: "late" | ||
| 42 | answer: "date" | ||
| 43 | symbols: "sparkles" | ||
| 44 | } | ||
| 45 | panels { | ||
| 46 | name: "LEFT" | ||
| 47 | path: "Panels/Side Up 1/panel_7" | ||
| 48 | clue: "left" | ||
| 49 | answer: "heft" | ||
| 50 | symbols: "sparkles" | ||
| 51 | } | ||
| 52 | panels { | ||
| 53 | name: "LIST" | ||
| 54 | path: "Panels/Side Up 1/panel_8" | ||
| 55 | clue: "list" | ||
| 56 | answer: "fist" | ||
| 57 | symbols: "sparkles" | ||
| 58 | } | ||
| 59 | panels { | ||
| 60 | name: "LUST" | ||
| 61 | path: "Panels/Side Up 1/panel_9" | ||
| 62 | clue: "lust" | ||
| 63 | answer: "gust" | ||
| 64 | symbols: "sparkles" | ||
| 65 | } | ||
| 66 | panels { | ||
| 67 | name: "LAND" | ||
| 68 | path: "Panels/Side Up 1/panel_10" | ||
| 69 | clue: "land" | ||
| 70 | answer: "sand" | ||
| 71 | symbols: "sparkles" | ||
| 72 | } | ||
| diff --git a/data/maps/the_congruent/rooms/Flipped Yellow Room.txtpb b/data/maps/the_congruent/rooms/Flipped Yellow Room.txtpb new file mode 100644 index 0000000..6056ec3 --- /dev/null +++ b/data/maps/the_congruent/rooms/Flipped Yellow Room.txtpb | |||
| @@ -0,0 +1,58 @@ | |||
| 1 | name: "Flipped Yellow Room" | ||
| 2 | display_name: "Flipped Yellow Room" | ||
| 3 | panels { | ||
| 4 | name: "DANCER" | ||
| 5 | path: "Panels/Back 1/panel_1" | ||
| 6 | clue: "dancer" | ||
| 7 | answer: "danger" | ||
| 8 | symbols: "sparkles" | ||
| 9 | } | ||
| 10 | panels { | ||
| 11 | name: "CROWN" | ||
| 12 | path: "Panels/Back 1/panel_2" | ||
| 13 | clue: "crown" | ||
| 14 | answer: "grown" | ||
| 15 | symbols: "sparkles" | ||
| 16 | } | ||
| 17 | panels { | ||
| 18 | name: "CRUEL" | ||
| 19 | path: "Panels/Back 1/panel_3" | ||
| 20 | clue: "cruel" | ||
| 21 | answer: "gruel" | ||
| 22 | symbols: "sparkles" | ||
| 23 | } | ||
| 24 | panels { | ||
| 25 | name: "BRICK" | ||
| 26 | path: "Panels/Back 1/panel_4" | ||
| 27 | clue: "brick" | ||
| 28 | answer: "brisk" | ||
| 29 | symbols: "sparkles" | ||
| 30 | } | ||
| 31 | panels { | ||
| 32 | name: "FLACK" | ||
| 33 | path: "Panels/Back 1/panel_5" | ||
| 34 | clue: "flack" | ||
| 35 | answer: "flask" | ||
| 36 | symbols: "sparkles" | ||
| 37 | } | ||
| 38 | panels { | ||
| 39 | name: "TACK" | ||
| 40 | path: "Panels/Back 1/panel_6" | ||
| 41 | clue: "tack" | ||
| 42 | answer: "task" | ||
| 43 | symbols: "sparkles" | ||
| 44 | } | ||
| 45 | panels { | ||
| 46 | name: "CAVE (1)" | ||
| 47 | path: "Panels/Back 1/panel_7" | ||
| 48 | clue: "cave" | ||
| 49 | answer: "gave" | ||
| 50 | symbols: "sparkles" | ||
| 51 | } | ||
| 52 | panels { | ||
| 53 | name: "CAVE (2)" | ||
| 54 | path: "Panels/Back 1/panel_8" | ||
| 55 | clue: "cave" | ||
| 56 | answer: "save" | ||
| 57 | symbols: "sparkles" | ||
| 58 | } | ||
| diff --git a/data/maps/the_congruent/rooms/G Keyholder.txtpb b/data/maps/the_congruent/rooms/G Keyholder.txtpb new file mode 100644 index 0000000..c52d7ba --- /dev/null +++ b/data/maps/the_congruent/rooms/G Keyholder.txtpb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | name: "G Keyholder" | ||
| 2 | display_name: "Obverse Yellow Room" | ||
| 3 | keyholders { | ||
| 4 | name: "G" | ||
| 5 | path: "Components/KeyHolders/keyHolder2" | ||
| 6 | # TODO: This will need to be modified so that it doesn't actually take the letter. | ||
| 7 | } | ||
| diff --git a/data/maps/the_congruent/rooms/G2 Room.txtpb b/data/maps/the_congruent/rooms/G2 Room.txtpb new file mode 100644 index 0000000..ba9d772 --- /dev/null +++ b/data/maps/the_congruent/rooms/G2 Room.txtpb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | name: "G2 Room" | ||
| 2 | display_name: "Main Area" | ||
| 3 | letters { | ||
| 4 | key: "g" | ||
| 5 | double: true | ||
| 6 | path: "Components/Collectables/collectable" | ||
| 7 | } | ||
| diff --git a/data/maps/the_congruent/rooms/Main Area.txtpb b/data/maps/the_congruent/rooms/Main Area.txtpb new file mode 100644 index 0000000..6728c96 --- /dev/null +++ b/data/maps/the_congruent/rooms/Main Area.txtpb | |||
| @@ -0,0 +1,104 @@ | |||
| 1 | name: "Main Area" | ||
| 2 | display_name: "Main Area" | ||
| 3 | panels { | ||
| 4 | name: "LANE (1)" | ||
| 5 | path: "Panels/Main/panel_1" | ||
| 6 | clue: "lane" | ||
| 7 | answer: "came" | ||
| 8 | symbols: "sparkles" | ||
| 9 | } | ||
| 10 | panels { | ||
| 11 | name: "LANE (2)" | ||
| 12 | path: "Panels/Main/panel_5" | ||
| 13 | clue: "lane" | ||
| 14 | answer: "cane" | ||
| 15 | symbols: "sparkles" | ||
| 16 | } | ||
| 17 | panels { | ||
| 18 | name: "LANE (3)" | ||
| 19 | path: "Panels/Main/panel_8" | ||
| 20 | clue: "lane" | ||
| 21 | answer: "game" | ||
| 22 | symbols: "sparkles" | ||
| 23 | } | ||
| 24 | panels { | ||
| 25 | name: "LAKE" | ||
| 26 | path: "Panels/Cake/panel_1" | ||
| 27 | clue: "lake" | ||
| 28 | answer: "cake" | ||
| 29 | symbols: "sparkles" | ||
| 30 | } | ||
| 31 | panels { | ||
| 32 | name: "DIE" | ||
| 33 | path: "Panels/Cake/panel_2" | ||
| 34 | clue: "die" | ||
| 35 | answer: "lie" | ||
| 36 | symbols: "sparkles" | ||
| 37 | } | ||
| 38 | panels { | ||
| 39 | name: "LIGHT" | ||
| 40 | path: "Panels/Main/panel_9" | ||
| 41 | clue: "light" | ||
| 42 | answer: "right" | ||
| 43 | symbols: "sparkles" | ||
| 44 | } | ||
| 45 | panels { | ||
| 46 | name: "LOVES" | ||
| 47 | path: "Panels/Side 1/panel_2" | ||
| 48 | clue: "loves" | ||
| 49 | answer: "coves" | ||
| 50 | symbols: "sparkles" | ||
| 51 | } | ||
| 52 | panels { | ||
| 53 | name: "RANGER" | ||
| 54 | path: "Panels/Side 1/panel_4" | ||
| 55 | clue: "ranger" | ||
| 56 | answer: "dancer" | ||
| 57 | symbols: "sparkles" | ||
| 58 | } | ||
| 59 | panels { | ||
| 60 | name: "LACE" | ||
| 61 | path: "Panels/Side 1/panel_6" | ||
| 62 | clue: "lace" | ||
| 63 | answer: "cage" | ||
| 64 | symbols: "sparkles" | ||
| 65 | } | ||
| 66 | panels { | ||
| 67 | name: "COAT" | ||
| 68 | path: "Panels/Side 1/panel_7" | ||
| 69 | clue: "coat" | ||
| 70 | answer: "goat" | ||
| 71 | symbols: "sparkles" | ||
| 72 | } | ||
| 73 | panels { | ||
| 74 | name: "LABS (1)" | ||
| 75 | path: "Panels/Side 1/panel_8" | ||
| 76 | clue: "labs" | ||
| 77 | answer: "gabs" | ||
| 78 | symbols: "sparkles" | ||
| 79 | } | ||
| 80 | panels { | ||
| 81 | name: "LABS (2)" | ||
| 82 | path: "Panels/Side 1/panel_9" | ||
| 83 | clue: "labs" | ||
| 84 | answer: "cabs" | ||
| 85 | symbols: "sparkles" | ||
| 86 | } | ||
| 87 | ports { | ||
| 88 | name: "DARKROOM" | ||
| 89 | path: "Components/Warps/worldport2" | ||
| 90 | } | ||
| 91 | paintings { | ||
| 92 | name: "P" | ||
| 93 | path: "Components/Paintings/p" | ||
| 94 | orientation: "south" | ||
| 95 | exit_only: true | ||
| 96 | display_name: "Near Cyan Painting" | ||
| 97 | } | ||
| 98 | paintings { | ||
| 99 | name: "F" | ||
| 100 | path: "Components/Paintings/f" | ||
| 101 | orientation: "south" | ||
| 102 | exit_only: true | ||
| 103 | display_name: "Near Yellow Painting" | ||
| 104 | } | ||
| diff --git a/data/maps/the_congruent/rooms/Obverse Magenta Room.txtpb b/data/maps/the_congruent/rooms/Obverse Magenta Room.txtpb new file mode 100644 index 0000000..b69a4d4 --- /dev/null +++ b/data/maps/the_congruent/rooms/Obverse Magenta Room.txtpb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | name: "Obverse Magenta Room" | ||
| 2 | display_name: "Obverse Magenta Room" | ||
| 3 | # TODO: Should these two maybe not be randomizable because they hint the keyholder? | ||
| 4 | paintings { | ||
| 5 | name: "TEA" | ||
| 6 | path: "Components/Paintings/tea" | ||
| 7 | orientation: "east" | ||
| 8 | display_name: "Magenta Room Left Painting" | ||
| 9 | } | ||
| 10 | paintings { | ||
| 11 | name: "TEE" | ||
| 12 | path: "Components/Paintings/tee" | ||
| 13 | orientation: "west" | ||
| 14 | display_name: "Magenta Room Right Painting" | ||
| 15 | } | ||
| diff --git a/data/maps/the_congruent/rooms/Obverse Yellow Room.txtpb b/data/maps/the_congruent/rooms/Obverse Yellow Room.txtpb new file mode 100644 index 0000000..d77f60b --- /dev/null +++ b/data/maps/the_congruent/rooms/Obverse Yellow Room.txtpb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | name: "Obverse Yellow Room" | ||
| 2 | display_name: "Obverse Yellow Room" | ||
| 3 | panels { | ||
| 4 | name: "CIVIL" | ||
| 5 | path: "Panels/Main/panel_6" | ||
| 6 | clue: "civil" | ||
| 7 | answer: "civic" | ||
| 8 | symbols: "sparkles" | ||
| 9 | } | ||
| 10 | panels { | ||
| 11 | name: "CRABS" | ||
| 12 | path: "Panels/Main/panel_7" | ||
| 13 | clue: "crabs" | ||
| 14 | answer: "grabs" | ||
| 15 | symbols: "sparkles" | ||
| 16 | } | ||
| diff --git a/data/maps/the_congruent/rooms/T Keyholder.txtpb b/data/maps/the_congruent/rooms/T Keyholder.txtpb new file mode 100644 index 0000000..1cfd2bd --- /dev/null +++ b/data/maps/the_congruent/rooms/T Keyholder.txtpb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | name: "T Keyholder" | ||
| 2 | display_name: "Obverse Magenta Room" | ||
| 3 | keyholders { | ||
| 4 | name: "T" | ||
| 5 | path: "Components/KeyHolders/keyHolderT" | ||
| 6 | } | ||
