diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-11 10:03:07 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-11 10:03:07 -0400 |
| commit | 8cf8fc4b7926ddc579896552b91831dd3e860dfe (patch) | |
| tree | b368ad24ba28b5764c19ad42a964c8bf1bf43d56 /data/maps/the_digital/rooms/Main Area.txtpb | |
| parent | b03077220a8e72d1275de20daede8e24a625fa27 (diff) | |
| download | lingo2-archipelago-8cf8fc4b7926ddc579896552b91831dd3e860dfe.tar.gz lingo2-archipelago-8cf8fc4b7926ddc579896552b91831dd3e860dfe.tar.bz2 lingo2-archipelago-8cf8fc4b7926ddc579896552b91831dd3e860dfe.zip | |
Added the_digital
Diffstat (limited to 'data/maps/the_digital/rooms/Main Area.txtpb')
| -rw-r--r-- | data/maps/the_digital/rooms/Main Area.txtpb | 49 |
1 files changed, 49 insertions, 0 deletions
| diff --git a/data/maps/the_digital/rooms/Main Area.txtpb b/data/maps/the_digital/rooms/Main Area.txtpb new file mode 100644 index 0000000..ea2ba59 --- /dev/null +++ b/data/maps/the_digital/rooms/Main Area.txtpb | |||
| @@ -0,0 +1,49 @@ | |||
| 1 | name: "Main Area" | ||
| 2 | display_name: "Main Area" | ||
| 3 | panels { | ||
| 4 | name: "HIT" | ||
| 5 | path: "Panels/open_c" | ||
| 6 | clue: "hit" | ||
| 7 | answer: "hit" | ||
| 8 | } | ||
| 9 | panels { | ||
| 10 | name: "TIN" | ||
| 11 | path: "Panels/open_u" | ||
| 12 | clue: "tin" | ||
| 13 | answer: "tin" | ||
| 14 | } | ||
| 15 | panels { | ||
| 16 | name: "PAINTING" | ||
| 17 | path: "Panels/open_maze" | ||
| 18 | clue: "painting" | ||
| 19 | answer: "art" | ||
| 20 | symbols: "example" | ||
| 21 | } | ||
| 22 | panels { | ||
| 23 | name: "COLOR" | ||
| 24 | path: "Panels/open_maze2" | ||
| 25 | clue: "color" | ||
| 26 | answer: "blue" | ||
| 27 | symbols: "example" | ||
| 28 | } | ||
| 29 | ports { | ||
| 30 | name: "ENTRY1" | ||
| 31 | path: "Components/Worldports/worldport3" | ||
| 32 | orientation: "west" | ||
| 33 | } | ||
| 34 | ports { | ||
| 35 | name: "ENTRY2" | ||
| 36 | path: "Components/Worldports/worldport" | ||
| 37 | orientation: "south" | ||
| 38 | } | ||
| 39 | ports { | ||
| 40 | name: "ENTRY3" | ||
| 41 | path: "Components/Worldports/worldport2" | ||
| 42 | orientation: "south" | ||
| 43 | } | ||
| 44 | ports { | ||
| 45 | name: "UNYIELDING" | ||
| 46 | path: "Components/Warps/worldport5" | ||
| 47 | orientation: "east" | ||
| 48 | required_door { name: "Control Center Blue Door" } | ||
| 49 | } | ||
