diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-17 15:12:15 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-17 15:12:15 -0400 |
commit | e99f7bf302b528242a99b500f6c5b2423daaefd6 (patch) | |
tree | 1a3a81d7b16b7c4d4517f014d19af79d8ebc584e | |
parent | fee17b050898f2bb783c74bb8a43098954cce536 (diff) | |
download | lingo2-archipelago-e99f7bf302b528242a99b500f6c5b2423daaefd6.tar.gz lingo2-archipelago-e99f7bf302b528242a99b500f6c5b2423daaefd6.tar.bz2 lingo2-archipelago-e99f7bf302b528242a99b500f6c5b2423daaefd6.zip |
Added the_plaza
-rw-r--r-- | data/connections.txtpb | 38 | ||||
-rw-r--r-- | data/ids.txtpb | 383 | ||||
-rw-r--r-- | data/maps/the_plaza/connections.txtpb | 45 | ||||
-rw-r--r-- | data/maps/the_plaza/doors.txtpb | 211 | ||||
-rw-r--r-- | data/maps/the_plaza/rooms/Bottom Left Room.txtpb | 44 | ||||
-rw-r--r-- | data/maps/the_plaza/rooms/Bottom Right Room.txtpb | 44 | ||||
-rw-r--r-- | data/maps/the_plaza/rooms/Center Room.txtpb | 44 | ||||
-rw-r--r-- | data/maps/the_plaza/rooms/Main Area.txtpb | 52 | ||||
-rw-r--r-- | data/maps/the_plaza/rooms/Mastery.txtpb | 6 | ||||
-rw-r--r-- | data/maps/the_plaza/rooms/Repetitive Entrance.txtpb | 14 | ||||
-rw-r--r-- | data/maps/the_plaza/rooms/Sirenic Entrance.txtpb | 14 | ||||
-rw-r--r-- | data/maps/the_plaza/rooms/Symbolic Entrance.txtpb | 14 | ||||
-rw-r--r-- | data/maps/the_plaza/rooms/Top Left Room.txtpb | 160 | ||||
-rw-r--r-- | data/maps/the_plaza/rooms/Top Right Room.txtpb | 149 |
14 files changed, 1216 insertions, 2 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 9414234..5e67500 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -9,7 +9,6 @@ | |||
9 | # the_bearer/Back Area/TREE | 9 | # the_bearer/Back Area/TREE |
10 | # the_bearer/Entry/UNYIELDING | 10 | # the_bearer/Entry/UNYIELDING |
11 | # the_bearer/Back Area/DAEDALUS | 11 | # the_bearer/Back Area/DAEDALUS |
12 | # the_between/Main Area/PLAZA | ||
13 | # the_between/Control Center Side/CC | 12 | # the_between/Control Center Side/CC |
14 | # the_colorful/Cyan Hallway/STURDY | 13 | # the_colorful/Cyan Hallway/STURDY |
15 | # the_digital/Main Area/UNYIELDING | 14 | # the_digital/Main Area/UNYIELDING |
@@ -44,7 +43,6 @@ | |||
44 | # the_hive/Main Area/DAED1 | 43 | # the_hive/Main Area/DAED1 |
45 | # the_hive/Main Area/DAED2 | 44 | # the_hive/Main Area/DAED2 |
46 | # the_hive/Main Area/DAED3 | 45 | # the_hive/Main Area/DAED3 |
47 | # the_impressive/Green Eye/PLAZA | ||
48 | # the_liberated/Painting Room/PYRAMID | 46 | # the_liberated/Painting Room/PYRAMID |
49 | # the_literate/Painting Room/PYRAMID | 47 | # the_literate/Painting Room/PYRAMID |
50 | # the_nuanced/Main Room/UNYIELDING | 48 | # the_nuanced/Main Room/UNYIELDING |
@@ -52,6 +50,10 @@ | |||
52 | # the_parthenon/Main Area/REVITALIZED | 50 | # the_parthenon/Main Area/REVITALIZED |
53 | # the_partial/Control Center Entrance/CC | 51 | # the_partial/Control Center Entrance/CC |
54 | # the_perceptive/Main Area/CC | 52 | # the_perceptive/Main Area/CC |
53 | # the_plaza/Main Area/UNYIELDING | ||
54 | # the_plaza/Repetitive Entrance/REPETITIVE | ||
55 | # the_plaza/Symbolic Entrance/SYMBOLIC | ||
56 | # the_plaza/Sirenic Entrance/SIRENIC | ||
55 | connections { | 57 | connections { |
56 | from { | 58 | from { |
57 | port { | 59 | port { |
@@ -909,3 +911,35 @@ connections { | |||
909 | } | 911 | } |
910 | } | 912 | } |
911 | } | 913 | } |
914 | connections { | ||
915 | from { | ||
916 | port { | ||
917 | map: "the_between" | ||
918 | room: "Main Area" | ||
919 | name: "PLAZA" | ||
920 | } | ||
921 | } | ||
922 | to { | ||
923 | port { | ||
924 | map: "the_plaza" | ||
925 | room: "Main Area" | ||
926 | name: "BETWEEN" | ||
927 | } | ||
928 | } | ||
929 | } | ||
930 | connections { | ||
931 | from { | ||
932 | port { | ||
933 | map: "the_impressive" | ||
934 | room: "Green Eye" | ||
935 | name: "PLAZA" | ||
936 | } | ||
937 | } | ||
938 | to { | ||
939 | port { | ||
940 | map: "the_plaza" | ||
941 | room: "Main Area" | ||
942 | name: "IMPRESSIVE" | ||
943 | } | ||
944 | } | ||
945 | } | ||
diff --git a/data/ids.txtpb b/data/ids.txtpb index c7937c7..1fb6165 100644 --- a/data/ids.txtpb +++ b/data/ids.txtpb | |||
@@ -4471,6 +4471,389 @@ maps { | |||
4471 | } | 4471 | } |
4472 | } | 4472 | } |
4473 | } | 4473 | } |
4474 | maps { | ||
4475 | key: "the_plaza" | ||
4476 | value { | ||
4477 | doors { | ||
4478 | key: "Bottom Left Door" | ||
4479 | value: 899 | ||
4480 | } | ||
4481 | doors { | ||
4482 | key: "Bottom Left Puzzles" | ||
4483 | value: 903 | ||
4484 | } | ||
4485 | doors { | ||
4486 | key: "Bottom Right Door" | ||
4487 | value: 900 | ||
4488 | } | ||
4489 | doors { | ||
4490 | key: "Bottom Right Puzzles" | ||
4491 | value: 904 | ||
4492 | } | ||
4493 | doors { | ||
4494 | key: "Repetitive Entrance" | ||
4495 | value: 893 | ||
4496 | } | ||
4497 | doors { | ||
4498 | key: "Sirenic Entrance" | ||
4499 | value: 895 | ||
4500 | } | ||
4501 | doors { | ||
4502 | key: "Symbolic Entrance" | ||
4503 | value: 894 | ||
4504 | } | ||
4505 | doors { | ||
4506 | key: "Top Left Door" | ||
4507 | value: 897 | ||
4508 | } | ||
4509 | doors { | ||
4510 | key: "Top Left Puzzles" | ||
4511 | value: 901 | ||
4512 | } | ||
4513 | doors { | ||
4514 | key: "Top Right Door" | ||
4515 | value: 898 | ||
4516 | } | ||
4517 | doors { | ||
4518 | key: "Top Right Puzzles" | ||
4519 | value: 902 | ||
4520 | } | ||
4521 | doors { | ||
4522 | key: "Turtle Entrance" | ||
4523 | value: 896 | ||
4524 | } | ||
4525 | rooms { | ||
4526 | key: "Bottom Left Room" | ||
4527 | value { | ||
4528 | panels { | ||
4529 | key: "SHELL (1)" | ||
4530 | value: 905 | ||
4531 | } | ||
4532 | panels { | ||
4533 | key: "SHELL (2)" | ||
4534 | value: 906 | ||
4535 | } | ||
4536 | panels { | ||
4537 | key: "SHELL (3)" | ||
4538 | value: 907 | ||
4539 | } | ||
4540 | panels { | ||
4541 | key: "SHELL (4)" | ||
4542 | value: 908 | ||
4543 | } | ||
4544 | panels { | ||
4545 | key: "SHELL (5)" | ||
4546 | value: 909 | ||
4547 | } | ||
4548 | panels { | ||
4549 | key: "SHELL (6)" | ||
4550 | value: 910 | ||
4551 | } | ||
4552 | } | ||
4553 | } | ||
4554 | rooms { | ||
4555 | key: "Bottom Right Room" | ||
4556 | value { | ||
4557 | panels { | ||
4558 | key: "DECLOG" | ||
4559 | value: 912 | ||
4560 | } | ||
4561 | panels { | ||
4562 | key: "FLY" | ||
4563 | value: 911 | ||
4564 | } | ||
4565 | panels { | ||
4566 | key: "HIBERNATE" | ||
4567 | value: 914 | ||
4568 | } | ||
4569 | panels { | ||
4570 | key: "HONEY" | ||
4571 | value: 915 | ||
4572 | } | ||
4573 | panels { | ||
4574 | key: "INJECT" | ||
4575 | value: 916 | ||
4576 | } | ||
4577 | panels { | ||
4578 | key: "SWING" | ||
4579 | value: 913 | ||
4580 | } | ||
4581 | } | ||
4582 | } | ||
4583 | rooms { | ||
4584 | key: "Center Room" | ||
4585 | value { | ||
4586 | panels { | ||
4587 | key: "BIRD" | ||
4588 | value: 918 | ||
4589 | } | ||
4590 | panels { | ||
4591 | key: "DENTIST" | ||
4592 | value: 921 | ||
4593 | } | ||
4594 | panels { | ||
4595 | key: "FOX" | ||
4596 | value: 919 | ||
4597 | } | ||
4598 | panels { | ||
4599 | key: "JUDGE" | ||
4600 | value: 920 | ||
4601 | } | ||
4602 | panels { | ||
4603 | key: "REPORTER" | ||
4604 | value: 917 | ||
4605 | } | ||
4606 | panels { | ||
4607 | key: "SQUIRREL" | ||
4608 | value: 922 | ||
4609 | } | ||
4610 | } | ||
4611 | } | ||
4612 | rooms { | ||
4613 | key: "Main Area" | ||
4614 | value { | ||
4615 | panels { | ||
4616 | key: "AFFABLE" | ||
4617 | value: 927 | ||
4618 | } | ||
4619 | panels { | ||
4620 | key: "AMONG" | ||
4621 | value: 926 | ||
4622 | } | ||
4623 | panels { | ||
4624 | key: "ASTOUNDING" | ||
4625 | value: 924 | ||
4626 | } | ||
4627 | panels { | ||
4628 | key: "COURTYARD" | ||
4629 | value: 923 | ||
4630 | } | ||
4631 | panels { | ||
4632 | key: "INFLEXIBLE" | ||
4633 | value: 925 | ||
4634 | } | ||
4635 | } | ||
4636 | } | ||
4637 | rooms { | ||
4638 | key: "Mastery" | ||
4639 | value { | ||
4640 | masteries { | ||
4641 | key: "MASTERY" | ||
4642 | value: 928 | ||
4643 | } | ||
4644 | } | ||
4645 | } | ||
4646 | rooms { | ||
4647 | key: "Repetitive Entrance" | ||
4648 | value { | ||
4649 | panels { | ||
4650 | key: "TEDIOUS" | ||
4651 | value: 929 | ||
4652 | } | ||
4653 | } | ||
4654 | } | ||
4655 | rooms { | ||
4656 | key: "Sirenic Entrance" | ||
4657 | value { | ||
4658 | panels { | ||
4659 | key: "SIREN" | ||
4660 | value: 930 | ||
4661 | } | ||
4662 | } | ||
4663 | } | ||
4664 | rooms { | ||
4665 | key: "Symbolic Entrance" | ||
4666 | value { | ||
4667 | panels { | ||
4668 | key: "FIGURATIVE" | ||
4669 | value: 931 | ||
4670 | } | ||
4671 | } | ||
4672 | } | ||
4673 | rooms { | ||
4674 | key: "Top Left Room" | ||
4675 | value { | ||
4676 | panels { | ||
4677 | key: "BACKPACK" | ||
4678 | value: 944 | ||
4679 | } | ||
4680 | panels { | ||
4681 | key: "BACKPACK SILVER" | ||
4682 | value: 941 | ||
4683 | } | ||
4684 | panels { | ||
4685 | key: "BARE" | ||
4686 | value: 934 | ||
4687 | } | ||
4688 | panels { | ||
4689 | key: "BARE SOD" | ||
4690 | value: 932 | ||
4691 | } | ||
4692 | panels { | ||
4693 | key: "BEAR" | ||
4694 | value: 949 | ||
4695 | } | ||
4696 | panels { | ||
4697 | key: "CHILL" | ||
4698 | value: 950 | ||
4699 | } | ||
4700 | panels { | ||
4701 | key: "CHILL BEAR" | ||
4702 | value: 948 | ||
4703 | } | ||
4704 | panels { | ||
4705 | key: "COLOR (1)" | ||
4706 | value: 947 | ||
4707 | } | ||
4708 | panels { | ||
4709 | key: "COLOR (2)" | ||
4710 | value: 942 | ||
4711 | } | ||
4712 | panels { | ||
4713 | key: "COLOR WHOLE" | ||
4714 | value: 945 | ||
4715 | } | ||
4716 | panels { | ||
4717 | key: "COLOR WHOLE CHILL BEAR" | ||
4718 | value: 953 | ||
4719 | } | ||
4720 | panels { | ||
4721 | key: "KNOT" | ||
4722 | value: 937 | ||
4723 | } | ||
4724 | panels { | ||
4725 | key: "KNOT TECTONIC" | ||
4726 | value: 935 | ||
4727 | } | ||
4728 | panels { | ||
4729 | key: "KNOT TECTONIC BARE SOD" | ||
4730 | value: 952 | ||
4731 | } | ||
4732 | panels { | ||
4733 | key: "SILVER" | ||
4734 | value: 943 | ||
4735 | } | ||
4736 | panels { | ||
4737 | key: "SOD" | ||
4738 | value: 933 | ||
4739 | } | ||
4740 | panels { | ||
4741 | key: "SURE" | ||
4742 | value: 940 | ||
4743 | } | ||
4744 | panels { | ||
4745 | key: "SURE TEMPER" | ||
4746 | value: 938 | ||
4747 | } | ||
4748 | panels { | ||
4749 | key: "SURE TEMPER BACKPACK SILVER" | ||
4750 | value: 951 | ||
4751 | } | ||
4752 | panels { | ||
4753 | key: "TECTONIC" | ||
4754 | value: 936 | ||
4755 | } | ||
4756 | panels { | ||
4757 | key: "TEMPER" | ||
4758 | value: 939 | ||
4759 | } | ||
4760 | panels { | ||
4761 | key: "WHOLE" | ||
4762 | value: 946 | ||
4763 | } | ||
4764 | } | ||
4765 | } | ||
4766 | rooms { | ||
4767 | key: "Top Right Room" | ||
4768 | value { | ||
4769 | panels { | ||
4770 | key: "ANNOYED" | ||
4771 | value: 961 | ||
4772 | } | ||
4773 | panels { | ||
4774 | key: "BEAR" | ||
4775 | value: 958 | ||
4776 | } | ||
4777 | panels { | ||
4778 | key: "CHEF" | ||
4779 | value: 970 | ||
4780 | } | ||
4781 | panels { | ||
4782 | key: "GOOD" | ||
4783 | value: 964 | ||
4784 | } | ||
4785 | panels { | ||
4786 | key: "HALVES" | ||
4787 | value: 962 | ||
4788 | } | ||
4789 | panels { | ||
4790 | key: "HALVES ANNOYED" | ||
4791 | value: 960 | ||
4792 | } | ||
4793 | panels { | ||
4794 | key: "HALVES ANNOYED SOUR GOOD" | ||
4795 | value: 972 | ||
4796 | } | ||
4797 | panels { | ||
4798 | key: "HOLE" | ||
4799 | value: 968 | ||
4800 | } | ||
4801 | panels { | ||
4802 | key: "HOLE TIME" | ||
4803 | value: 966 | ||
4804 | } | ||
4805 | panels { | ||
4806 | key: "KNOT" | ||
4807 | value: 971 | ||
4808 | } | ||
4809 | panels { | ||
4810 | key: "KNOT CHEF" | ||
4811 | value: 969 | ||
4812 | } | ||
4813 | panels { | ||
4814 | key: "KNOT CHEF HOLE TIME" | ||
4815 | value: 974 | ||
4816 | } | ||
4817 | panels { | ||
4818 | key: "RIGHT" | ||
4819 | value: 956 | ||
4820 | } | ||
4821 | panels { | ||
4822 | key: "RIGHT WING" | ||
4823 | value: 954 | ||
4824 | } | ||
4825 | panels { | ||
4826 | key: "SOUR" | ||
4827 | value: 965 | ||
4828 | } | ||
4829 | panels { | ||
4830 | key: "SOUR GOOD" | ||
4831 | value: 963 | ||
4832 | } | ||
4833 | panels { | ||
4834 | key: "TIME" | ||
4835 | value: 967 | ||
4836 | } | ||
4837 | panels { | ||
4838 | key: "TYPIST" | ||
4839 | value: 959 | ||
4840 | } | ||
4841 | panels { | ||
4842 | key: "TYPIST BEAR" | ||
4843 | value: 957 | ||
4844 | } | ||
4845 | panels { | ||
4846 | key: "TYPIST BEAR RIGHT WING" | ||
4847 | value: 973 | ||
4848 | } | ||
4849 | panels { | ||
4850 | key: "WING" | ||
4851 | value: 955 | ||
4852 | } | ||
4853 | } | ||
4854 | } | ||
4855 | } | ||
4856 | } | ||
4474 | letters { | 4857 | letters { |
4475 | key: "a1" | 4858 | key: "a1" |
4476 | value: 577 | 4859 | value: 577 |
diff --git a/data/maps/the_plaza/connections.txtpb b/data/maps/the_plaza/connections.txtpb new file mode 100644 index 0000000..44586be --- /dev/null +++ b/data/maps/the_plaza/connections.txtpb | |||
@@ -0,0 +1,45 @@ | |||
1 | connections { | ||
2 | from_room: "Main Area" | ||
3 | to_room: "Repetitive Entrance" | ||
4 | door { name: "Repetitive Entrance" } | ||
5 | } | ||
6 | connections { | ||
7 | from_room: "Main Area" | ||
8 | to_room: "Symbolic Entrance" | ||
9 | door { name: "Symbolic Entrance" } | ||
10 | } | ||
11 | connections { | ||
12 | from_room: "Main Area" | ||
13 | to_room: "Sirenic Entrance" | ||
14 | door { name: "Sirenic Entrance" } | ||
15 | } | ||
16 | connections { | ||
17 | from_room: "Main Area" | ||
18 | to_room: "Center Room" | ||
19 | door { name: "Turtle Entrance" } | ||
20 | } | ||
21 | connections { | ||
22 | from_room: "Center Room" | ||
23 | to_room: "Top Left Room" | ||
24 | door { name: "Top Left Door" } | ||
25 | } | ||
26 | connections { | ||
27 | from_room: "Center Room" | ||
28 | to_room: "Top Right Room" | ||
29 | door { name: "Top Right Door" } | ||
30 | } | ||
31 | connections { | ||
32 | from_room: "Center Room" | ||
33 | to_room: "Bottom Left Room" | ||
34 | door { name: "Bottom Left Door" } | ||
35 | } | ||
36 | connections { | ||
37 | from_room: "Center Room" | ||
38 | to_room: "Bottom Right Room" | ||
39 | door { name: "Bottom Right Door" } | ||
40 | } | ||
41 | connections { | ||
42 | from_room: "Center Room" | ||
43 | to_room: "Mastery" | ||
44 | door { name: "Mastery" } | ||
45 | } | ||
diff --git a/data/maps/the_plaza/doors.txtpb b/data/maps/the_plaza/doors.txtpb new file mode 100644 index 0000000..be491ed --- /dev/null +++ b/data/maps/the_plaza/doors.txtpb | |||
@@ -0,0 +1,211 @@ | |||
1 | doors { | ||
2 | name: "Repetitive Entrance" | ||
3 | type: STANDARD | ||
4 | receivers: "Components/Doors/entry_3" | ||
5 | panels { room: "Main Area" name: "ASTOUNDING" } | ||
6 | panels { room: "Main Area" name: "INFLEXIBLE" } | ||
7 | panels { room: "Main Area" name: "AMONG" } | ||
8 | location_room: "Main Area" | ||
9 | } | ||
10 | doors { | ||
11 | name: "Symbolic Entrance" | ||
12 | type: ITEM_ONLY | ||
13 | receivers: "Components/Doors/entry_2" | ||
14 | panels { room: "Main Area" name: "ASTOUNDING" } | ||
15 | panels { room: "Main Area" name: "INFLEXIBLE" } | ||
16 | panels { room: "Main Area" name: "AMONG" } | ||
17 | } | ||
18 | doors { | ||
19 | name: "Sirenic Entrance" | ||
20 | type: ITEM_ONLY | ||
21 | receivers: "Components/Doors/entry_8" | ||
22 | panels { room: "Main Area" name: "ASTOUNDING" } | ||
23 | panels { room: "Main Area" name: "INFLEXIBLE" } | ||
24 | panels { room: "Main Area" name: "AMONG" } | ||
25 | } | ||
26 | doors { | ||
27 | name: "Turtle Entrance" | ||
28 | type: STANDARD | ||
29 | receivers: "Components/Doors/entry_1" | ||
30 | panels { room: "Main Area" name: "COURTYARD" } | ||
31 | location_room: "Main Area" | ||
32 | } | ||
33 | doors { | ||
34 | name: "Top Left Door" | ||
35 | type: STANDARD | ||
36 | receivers: "Components/Doors/entry_6" | ||
37 | panels { room: "Center Room" name: "REPORTER" } | ||
38 | panels { room: "Center Room" name: "BIRD" } | ||
39 | panels { room: "Center Room" name: "FOX" } | ||
40 | panels { room: "Center Room" name: "JUDGE" } | ||
41 | panels { room: "Center Room" name: "DENTIST" } | ||
42 | panels { room: "Center Room" name: "SQUIRREL" } | ||
43 | location_room: "Center Room" | ||
44 | } | ||
45 | doors { | ||
46 | name: "Top Right Door" | ||
47 | type: ITEM_ONLY | ||
48 | receivers: "Components/Doors/entry_7" | ||
49 | panels { room: "Center Room" name: "REPORTER" } | ||
50 | panels { room: "Center Room" name: "BIRD" } | ||
51 | panels { room: "Center Room" name: "FOX" } | ||
52 | panels { room: "Center Room" name: "JUDGE" } | ||
53 | panels { room: "Center Room" name: "DENTIST" } | ||
54 | panels { room: "Center Room" name: "SQUIRREL" } | ||
55 | } | ||
56 | doors { | ||
57 | name: "Bottom Left Door" | ||
58 | type: ITEM_ONLY | ||
59 | receivers: "Components/Doors/entry_5" | ||
60 | panels { room: "Center Room" name: "REPORTER" } | ||
61 | panels { room: "Center Room" name: "BIRD" } | ||
62 | panels { room: "Center Room" name: "FOX" } | ||
63 | panels { room: "Center Room" name: "JUDGE" } | ||
64 | panels { room: "Center Room" name: "DENTIST" } | ||
65 | panels { room: "Center Room" name: "SQUIRREL" } | ||
66 | } | ||
67 | doors { | ||
68 | name: "Bottom Right Door" | ||
69 | type: ITEM_ONLY | ||
70 | receivers: "Components/Doors/entry_4" | ||
71 | panels { room: "Center Room" name: "REPORTER" } | ||
72 | panels { room: "Center Room" name: "BIRD" } | ||
73 | panels { room: "Center Room" name: "FOX" } | ||
74 | panels { room: "Center Room" name: "JUDGE" } | ||
75 | panels { room: "Center Room" name: "DENTIST" } | ||
76 | panels { room: "Center Room" name: "SQUIRREL" } | ||
77 | } | ||
78 | doors { | ||
79 | name: "Top Left Puzzles" | ||
80 | type: LOCATION_ONLY | ||
81 | panels { room: "Top Left Room" name: "BARE SOD" } | ||
82 | panels { room: "Top Left Room" name: "SOD" } | ||
83 | panels { room: "Top Left Room" name: "BARE" } | ||
84 | panels { room: "Top Left Room" name: "KNOT TECTONIC" } | ||
85 | panels { room: "Top Left Room" name: "TECTONIC" } | ||
86 | panels { room: "Top Left Room" name: "KNOT" } | ||
87 | panels { room: "Top Left Room" name: "SURE TEMPER" } | ||
88 | panels { room: "Top Left Room" name: "TEMPER" } | ||
89 | panels { room: "Top Left Room" name: "SURE" } | ||
90 | panels { room: "Top Left Room" name: "BACKPACK SILVER" } | ||
91 | panels { room: "Top Left Room" name: "COLOR (2)" } | ||
92 | panels { room: "Top Left Room" name: "SILVER" } | ||
93 | panels { room: "Top Left Room" name: "BACKPACK" } | ||
94 | panels { room: "Top Left Room" name: "COLOR WHOLE" } | ||
95 | panels { room: "Top Left Room" name: "WHOLE" } | ||
96 | panels { room: "Top Left Room" name: "COLOR (1)" } | ||
97 | panels { room: "Top Left Room" name: "CHILL BEAR" } | ||
98 | panels { room: "Top Left Room" name: "BEAR" } | ||
99 | panels { room: "Top Left Room" name: "CHILL" } | ||
100 | panels { room: "Top Left Room" name: "SURE TEMPER BACKPACK SILVER" } | ||
101 | panels { room: "Top Left Room" name: "KNOT TECTONIC BARE SOD" } | ||
102 | panels { room: "Top Left Room" name: "COLOR WHOLE CHILL BEAR" } | ||
103 | location_room: "Top Left Room" | ||
104 | } | ||
105 | doors { | ||
106 | name: "Top Right Puzzles" | ||
107 | type: LOCATION_ONLY | ||
108 | panels { room: "Top Right Room" name: "RIGHT WING" } | ||
109 | panels { room: "Top Right Room" name: "WING" } | ||
110 | panels { room: "Top Right Room" name: "RIGHT" } | ||
111 | panels { room: "Top Right Room" name: "TYPIST BEAR" } | ||
112 | panels { room: "Top Right Room" name: "BEAR" } | ||
113 | panels { room: "Top Right Room" name: "TYPIST" } | ||
114 | panels { room: "Top Right Room" name: "HALVES ANNOYED" } | ||
115 | panels { room: "Top Right Room" name: "ANNOYED" } | ||
116 | panels { room: "Top Right Room" name: "HALVES" } | ||
117 | panels { room: "Top Right Room" name: "SOUR GOOD" } | ||
118 | panels { room: "Top Right Room" name: "GOOD" } | ||
119 | panels { room: "Top Right Room" name: "SOUR" } | ||
120 | panels { room: "Top Right Room" name: "HOLE TIME" } | ||
121 | panels { room: "Top Right Room" name: "TIME" } | ||
122 | panels { room: "Top Right Room" name: "HOLE" } | ||
123 | panels { room: "Top Right Room" name: "KNOT CHEF" } | ||
124 | panels { room: "Top Right Room" name: "CHEF" } | ||
125 | panels { room: "Top Right Room" name: "KNOT" } | ||
126 | panels { room: "Top Right Room" name: "HALVES ANNOYED SOUR GOOD" } | ||
127 | panels { room: "Top Right Room" name: "TYPIST BEAR RIGHT WING" } | ||
128 | panels { room: "Top Right Room" name: "KNOT CHEF HOLE TIME" } | ||
129 | location_room: "Top Right Room" | ||
130 | } | ||
131 | doors { | ||
132 | name: "Bottom Left Puzzles" | ||
133 | type: LOCATION_ONLY | ||
134 | panels { room: "Bottom Left Room" name: "SHELL (1)" } | ||
135 | panels { room: "Bottom Left Room" name: "SHELL (2)" } | ||
136 | panels { room: "Bottom Left Room" name: "SHELL (3)" } | ||
137 | panels { room: "Bottom Left Room" name: "SHELL (4)" } | ||
138 | panels { room: "Bottom Left Room" name: "SHELL (5)" } | ||
139 | panels { room: "Bottom Left Room" name: "SHELL (6)" } | ||
140 | location_room: "Bottom Left Room" | ||
141 | } | ||
142 | doors { | ||
143 | name: "Bottom Right Puzzles" | ||
144 | type: LOCATION_ONLY | ||
145 | panels { room: "Bottom Right Room" name: "FLY" } | ||
146 | panels { room: "Bottom Right Room" name: "DECLOG" } | ||
147 | panels { room: "Bottom Right Room" name: "SWING" } | ||
148 | panels { room: "Bottom Right Room" name: "HIBERNATE" } | ||
149 | panels { room: "Bottom Right Room" name: "HONEY" } | ||
150 | panels { room: "Bottom Right Room" name: "INJECT" } | ||
151 | location_room: "Bottom Right Room" | ||
152 | } | ||
153 | doors { | ||
154 | name: "Mastery" | ||
155 | type: EVENT | ||
156 | panels { room: "Top Left Room" name: "BARE SOD" } | ||
157 | panels { room: "Top Left Room" name: "SOD" } | ||
158 | panels { room: "Top Left Room" name: "BARE" } | ||
159 | panels { room: "Top Left Room" name: "KNOT TECTONIC" } | ||
160 | panels { room: "Top Left Room" name: "TECTONIC" } | ||
161 | panels { room: "Top Left Room" name: "KNOT" } | ||
162 | panels { room: "Top Left Room" name: "SURE TEMPER" } | ||
163 | panels { room: "Top Left Room" name: "TEMPER" } | ||
164 | panels { room: "Top Left Room" name: "SURE" } | ||
165 | panels { room: "Top Left Room" name: "BACKPACK SILVER" } | ||
166 | panels { room: "Top Left Room" name: "COLOR (2)" } | ||
167 | panels { room: "Top Left Room" name: "SILVER" } | ||
168 | panels { room: "Top Left Room" name: "BACKPACK" } | ||
169 | panels { room: "Top Left Room" name: "COLOR WHOLE" } | ||
170 | panels { room: "Top Left Room" name: "WHOLE" } | ||
171 | panels { room: "Top Left Room" name: "COLOR (1)" } | ||
172 | panels { room: "Top Left Room" name: "CHILL BEAR" } | ||
173 | panels { room: "Top Left Room" name: "BEAR" } | ||
174 | panels { room: "Top Left Room" name: "CHILL" } | ||
175 | panels { room: "Top Left Room" name: "SURE TEMPER BACKPACK SILVER" } | ||
176 | panels { room: "Top Left Room" name: "KNOT TECTONIC BARE SOD" } | ||
177 | panels { room: "Top Left Room" name: "COLOR WHOLE CHILL BEAR" } | ||
178 | panels { room: "Top Right Room" name: "RIGHT WING" } | ||
179 | panels { room: "Top Right Room" name: "WING" } | ||
180 | panels { room: "Top Right Room" name: "RIGHT" } | ||
181 | panels { room: "Top Right Room" name: "TYPIST BEAR" } | ||
182 | panels { room: "Top Right Room" name: "BEAR" } | ||
183 | panels { room: "Top Right Room" name: "TYPIST" } | ||
184 | panels { room: "Top Right Room" name: "HALVES ANNOYED" } | ||
185 | panels { room: "Top Right Room" name: "ANNOYED" } | ||
186 | panels { room: "Top Right Room" name: "HALVES" } | ||
187 | panels { room: "Top Right Room" name: "SOUR GOOD" } | ||
188 | panels { room: "Top Right Room" name: "GOOD" } | ||
189 | panels { room: "Top Right Room" name: "SOUR" } | ||
190 | panels { room: "Top Right Room" name: "HOLE TIME" } | ||
191 | panels { room: "Top Right Room" name: "TIME" } | ||
192 | panels { room: "Top Right Room" name: "HOLE" } | ||
193 | panels { room: "Top Right Room" name: "KNOT CHEF" } | ||
194 | panels { room: "Top Right Room" name: "CHEF" } | ||
195 | panels { room: "Top Right Room" name: "KNOT" } | ||
196 | panels { room: "Top Right Room" name: "HALVES ANNOYED SOUR GOOD" } | ||
197 | panels { room: "Top Right Room" name: "TYPIST BEAR RIGHT WING" } | ||
198 | panels { room: "Top Right Room" name: "KNOT CHEF HOLE TIME" } | ||
199 | panels { room: "Bottom Left Room" name: "SHELL (1)" } | ||
200 | panels { room: "Bottom Left Room" name: "SHELL (2)" } | ||
201 | panels { room: "Bottom Left Room" name: "SHELL (3)" } | ||
202 | panels { room: "Bottom Left Room" name: "SHELL (4)" } | ||
203 | panels { room: "Bottom Left Room" name: "SHELL (5)" } | ||
204 | panels { room: "Bottom Left Room" name: "SHELL (6)" } | ||
205 | panels { room: "Bottom Right Room" name: "FLY" } | ||
206 | panels { room: "Bottom Right Room" name: "DECLOG" } | ||
207 | panels { room: "Bottom Right Room" name: "SWING" } | ||
208 | panels { room: "Bottom Right Room" name: "HIBERNATE" } | ||
209 | panels { room: "Bottom Right Room" name: "HONEY" } | ||
210 | panels { room: "Bottom Right Room" name: "INJECT" } | ||
211 | } | ||
diff --git a/data/maps/the_plaza/rooms/Bottom Left Room.txtpb b/data/maps/the_plaza/rooms/Bottom Left Room.txtpb new file mode 100644 index 0000000..5c7a08e --- /dev/null +++ b/data/maps/the_plaza/rooms/Bottom Left Room.txtpb | |||
@@ -0,0 +1,44 @@ | |||
1 | name: "Bottom Left Room" | ||
2 | display_name: "Plaza" | ||
3 | panels { | ||
4 | name: "SHELL (1)" | ||
5 | path: "Panels/Room 4/panel_1" | ||
6 | clue: "shell" | ||
7 | answer: "armadillo" | ||
8 | symbols: "stars" | ||
9 | } | ||
10 | panels { | ||
11 | name: "SHELL (2)" | ||
12 | path: "Panels/Room 4/panel_2" | ||
13 | clue: "shell" | ||
14 | answer: "coconut" | ||
15 | symbols: "stars" | ||
16 | } | ||
17 | panels { | ||
18 | name: "SHELL (3)" | ||
19 | path: "Panels/Room 4/panel_3" | ||
20 | clue: "shell" | ||
21 | answer: "egg" | ||
22 | symbols: "stars" | ||
23 | } | ||
24 | panels { | ||
25 | name: "SHELL (4)" | ||
26 | path: "Panels/Room 4/panel_4" | ||
27 | clue: "shell" | ||
28 | answer: "crab" | ||
29 | symbols: "stars" | ||
30 | } | ||
31 | panels { | ||
32 | name: "SHELL (5)" | ||
33 | path: "Panels/Room 4/panel_5" | ||
34 | clue: "shell" | ||
35 | answer: "turtle" | ||
36 | symbols: "stars" | ||
37 | } | ||
38 | panels { | ||
39 | name: "SHELL (6)" | ||
40 | path: "Panels/Room 4/panel_6" | ||
41 | clue: "shell" | ||
42 | answer: "nut" | ||
43 | symbols: "stars" | ||
44 | } | ||
diff --git a/data/maps/the_plaza/rooms/Bottom Right Room.txtpb b/data/maps/the_plaza/rooms/Bottom Right Room.txtpb new file mode 100644 index 0000000..1f768c4 --- /dev/null +++ b/data/maps/the_plaza/rooms/Bottom Right Room.txtpb | |||
@@ -0,0 +1,44 @@ | |||
1 | name: "Bottom Right Room" | ||
2 | display_name: "Plaza" | ||
3 | panels { | ||
4 | name: "FLY" | ||
5 | path: "Panels/Room 3/panel_1" | ||
6 | clue: "fly" | ||
7 | answer: "bird" | ||
8 | symbols: "job" | ||
9 | } | ||
10 | panels { | ||
11 | name: "DECLOG" | ||
12 | path: "Panels/Room 3/panel_2" | ||
13 | clue: "declog" | ||
14 | answer: "plunger" | ||
15 | symbols: "job" | ||
16 | } | ||
17 | panels { | ||
18 | name: "SWING" | ||
19 | path: "Panels/Room 3/panel_3" | ||
20 | clue: "swing" | ||
21 | answer: "bat" | ||
22 | symbols: "job" | ||
23 | } | ||
24 | panels { | ||
25 | name: "HIBERNATE" | ||
26 | path: "Panels/Room 3/panel_4" | ||
27 | clue: "hibernate" | ||
28 | answer: "bear" | ||
29 | symbols: "job" | ||
30 | } | ||
31 | panels { | ||
32 | name: "HONEY" | ||
33 | path: "Panels/Room 3/panel_5" | ||
34 | clue: "honey" | ||
35 | answer: "bee" | ||
36 | symbols: "job" | ||
37 | } | ||
38 | panels { | ||
39 | name: "INJECT" | ||
40 | path: "Panels/Room 3/panel_6" | ||
41 | clue: "inject" | ||
42 | answer: "syringe" | ||
43 | symbols: "job" | ||
44 | } | ||
diff --git a/data/maps/the_plaza/rooms/Center Room.txtpb b/data/maps/the_plaza/rooms/Center Room.txtpb new file mode 100644 index 0000000..287ee0d --- /dev/null +++ b/data/maps/the_plaza/rooms/Center Room.txtpb | |||
@@ -0,0 +1,44 @@ | |||
1 | name: "Center Room" | ||
2 | display_name: "Plaza" | ||
3 | panels { | ||
4 | name: "REPORTER" | ||
5 | path: "Panels/Room 2/panel_1" | ||
6 | clue: "reporter" | ||
7 | answer: "news" | ||
8 | symbols: "job" | ||
9 | } | ||
10 | panels { | ||
11 | name: "BIRD" | ||
12 | path: "Panels/Room 2/panel_2" | ||
13 | clue: "bird" | ||
14 | answer: "nest" | ||
15 | symbols: "stars" | ||
16 | } | ||
17 | panels { | ||
18 | name: "FOX" | ||
19 | path: "Panels/Room 2/panel_3" | ||
20 | clue: "fox" | ||
21 | answer: "den" | ||
22 | symbols: "stars" | ||
23 | } | ||
24 | panels { | ||
25 | name: "JUDGE" | ||
26 | path: "Panels/Room 2/panel_4" | ||
27 | clue: "judge" | ||
28 | answer: "law" | ||
29 | symbols: "job" | ||
30 | } | ||
31 | panels { | ||
32 | name: "DENTIST" | ||
33 | path: "Panels/Room 2/panel_5" | ||
34 | clue: "dentist" | ||
35 | answer: "teeth" | ||
36 | symbols: "job" | ||
37 | } | ||
38 | panels { | ||
39 | name: "SQUIRREL" | ||
40 | path: "Panels/Room 2/panel_6" | ||
41 | clue: "squirrel" | ||
42 | answer: "tree" | ||
43 | symbols: "stars" | ||
44 | } | ||
diff --git a/data/maps/the_plaza/rooms/Main Area.txtpb b/data/maps/the_plaza/rooms/Main Area.txtpb new file mode 100644 index 0000000..70f0347 --- /dev/null +++ b/data/maps/the_plaza/rooms/Main Area.txtpb | |||
@@ -0,0 +1,52 @@ | |||
1 | name: "Main Area" | ||
2 | display_name: "Plaza" | ||
3 | panels { | ||
4 | name: "COURTYARD" | ||
5 | path: "Panels/Entrances/panel_1" | ||
6 | clue: "courtyard" | ||
7 | answer: "plaza" | ||
8 | symbols: "sun" | ||
9 | } | ||
10 | panels { | ||
11 | name: "ASTOUNDING" | ||
12 | path: "Panels/Entrances/panel_2" | ||
13 | clue: "astounding" | ||
14 | answer: "impressive" | ||
15 | symbols: "pyramid" | ||
16 | } | ||
17 | panels { | ||
18 | name: "INFLEXIBLE" | ||
19 | path: "Panels/Entrances/panel_3" | ||
20 | clue: "inflexible" | ||
21 | answer: "unyielding" | ||
22 | symbols: "sun" | ||
23 | } | ||
24 | panels { | ||
25 | name: "AMONG" | ||
26 | path: "Panels/Entrances/panel_4" | ||
27 | clue: "among" | ||
28 | answer: "between" | ||
29 | symbols: "sun" | ||
30 | } | ||
31 | panels { | ||
32 | name: "AFFABLE" | ||
33 | path: "Panels/Entrances/panel_7" | ||
34 | clue: "affable" | ||
35 | answer: "charismatic" | ||
36 | symbols: "sun" | ||
37 | } | ||
38 | ports { | ||
39 | name: "UNYIELDING" | ||
40 | path: "Components/Warps/worldport" | ||
41 | orientation: "west" | ||
42 | } | ||
43 | ports { | ||
44 | name: "IMPRESSIVE" | ||
45 | path: "Components/Warps/worldport2" | ||
46 | orientation: "west" | ||
47 | } | ||
48 | ports { | ||
49 | name: "BETWEEN" | ||
50 | path: "Components/Warps/worldport3" | ||
51 | orientation: "west" | ||
52 | } | ||
diff --git a/data/maps/the_plaza/rooms/Mastery.txtpb b/data/maps/the_plaza/rooms/Mastery.txtpb new file mode 100644 index 0000000..6b8fd5b --- /dev/null +++ b/data/maps/the_plaza/rooms/Mastery.txtpb | |||
@@ -0,0 +1,6 @@ | |||
1 | name: "Mastery" | ||
2 | display_name: "Plaza" | ||
3 | masteries { | ||
4 | name: "MASTERY" | ||
5 | path: "Components/Collectables/smiley" | ||
6 | } | ||
diff --git a/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb b/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb new file mode 100644 index 0000000..5347f7d --- /dev/null +++ b/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb | |||
@@ -0,0 +1,14 @@ | |||
1 | name: "Repetitive Entrance" | ||
2 | display_name: "Plaza" | ||
3 | panels { | ||
4 | name: "TEDIOUS" | ||
5 | path: "Panels/Entrances/panel_6" | ||
6 | clue: "tedious" | ||
7 | answer: "repetitive" | ||
8 | symbols: "sun" | ||
9 | } | ||
10 | ports { | ||
11 | name: "REPETITIVE" | ||
12 | path: "Components/Warps/worldport5" | ||
13 | orientation: "north" | ||
14 | } | ||
diff --git a/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb b/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb new file mode 100644 index 0000000..81758ee --- /dev/null +++ b/data/maps/the_plaza/rooms/Sirenic Entrance.txtpb | |||
@@ -0,0 +1,14 @@ | |||
1 | name: "Sirenic Entrance" | ||
2 | display_name: "Plaza" | ||
3 | panels { | ||
4 | name: "SIREN" | ||
5 | path: "Panels/Entrances/panel_8" | ||
6 | clue: "siren" | ||
7 | answer: "sirenic" | ||
8 | symbols: "sparkles" | ||
9 | } | ||
10 | ports { | ||
11 | name: "SIRENIC" | ||
12 | path: "Components/Warps/worldport6" | ||
13 | orientation: "west" | ||
14 | } | ||
diff --git a/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb b/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb new file mode 100644 index 0000000..07d7847 --- /dev/null +++ b/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb | |||
@@ -0,0 +1,14 @@ | |||
1 | name: "Symbolic Entrance" | ||
2 | display_name: "Plaza" | ||
3 | panels { | ||
4 | name: "FIGURATIVE" | ||
5 | path: "Panels/Entrances/panel_5" | ||
6 | clue: "figurative" | ||
7 | answer: "symbolic" | ||
8 | symbols: "sun" | ||
9 | } | ||
10 | ports { | ||
11 | name: "SYMBOLIC" | ||
12 | path: "Components/Warps/worldport4" | ||
13 | orientation: "south" | ||
14 | } | ||
diff --git a/data/maps/the_plaza/rooms/Top Left Room.txtpb b/data/maps/the_plaza/rooms/Top Left Room.txtpb new file mode 100644 index 0000000..84b10ff --- /dev/null +++ b/data/maps/the_plaza/rooms/Top Left Room.txtpb | |||
@@ -0,0 +1,160 @@ | |||
1 | name: "Top Left Room" | ||
2 | display_name: "Plaza" | ||
3 | panels { | ||
4 | name: "BARE SOD" | ||
5 | path: "Panels/Room 6/panel_1" | ||
6 | clue: "" | ||
7 | answer: "growl" | ||
8 | symbols: "lingo" | ||
9 | } | ||
10 | panels { | ||
11 | name: "SOD" | ||
12 | path: "Panels/Room 6/panel_2" | ||
13 | clue: "sod" | ||
14 | answer: "sound" | ||
15 | symbols: "sparkles" | ||
16 | } | ||
17 | panels { | ||
18 | name: "BARE" | ||
19 | path: "Panels/Room 6/panel_3" | ||
20 | clue: "bare" | ||
21 | answer: "bear" | ||
22 | symbols: "zero" | ||
23 | } | ||
24 | panels { | ||
25 | name: "KNOT TECTONIC" | ||
26 | path: "Panels/Room 6/panel_4" | ||
27 | clue: "" | ||
28 | answer: "bowls" | ||
29 | symbols: "lingo" | ||
30 | } | ||
31 | panels { | ||
32 | name: "TECTONIC" | ||
33 | path: "Panels/Room 6/panel_5" | ||
34 | clue: "tectonic" | ||
35 | answer: "plates" | ||
36 | symbols: "example" | ||
37 | symbols: "planet" | ||
38 | } | ||
39 | panels { | ||
40 | name: "KNOT" | ||
41 | path: "Panels/Room 6/panel_6" | ||
42 | clue: "knot" | ||
43 | answer: "not" | ||
44 | symbols: "zero" | ||
45 | } | ||
46 | panels { | ||
47 | name: "SURE TEMPER" | ||
48 | path: "Panels/Room 6/panel_7" | ||
49 | clue: "" | ||
50 | answer: "thermometer" | ||
51 | symbols: "job" | ||
52 | symbols: "lingo" | ||
53 | } | ||
54 | panels { | ||
55 | name: "TEMPER" | ||
56 | path: "Panels/Room 6/panel_8" | ||
57 | clue: "temper" | ||
58 | answer: "temperature" | ||
59 | symbols: "sparkles" | ||
60 | } | ||
61 | panels { | ||
62 | name: "SURE" | ||
63 | path: "Panels/Room 6/panel_9" | ||
64 | clue: "sure" | ||
65 | answer: "measure" | ||
66 | symbols: "sparkles" | ||
67 | } | ||
68 | panels { | ||
69 | name: "BACKPACK SILVER" | ||
70 | path: "Panels/Room 6/panel_10" | ||
71 | clue: "" | ||
72 | answer: "coat" | ||
73 | symbols: "boxes" | ||
74 | symbols: "lingo" | ||
75 | } | ||
76 | panels { | ||
77 | name: "COLOR (2)" | ||
78 | path: "Panels/Room 6/panel_22" | ||
79 | clue: "color" | ||
80 | answer: "white" | ||
81 | symbols: "example" | ||
82 | } | ||
83 | panels { | ||
84 | name: "SILVER" | ||
85 | path: "Panels/Room 6/panel_11" | ||
86 | clue: "silver" | ||
87 | answer: "lining" | ||
88 | symbols: "example" | ||
89 | } | ||
90 | panels { | ||
91 | name: "BACKPACK" | ||
92 | path: "Panels/Room 6/panel_12" | ||
93 | clue: "backpack" | ||
94 | answer: "zipper" | ||
95 | symbols: "boxes" | ||
96 | } | ||
97 | panels { | ||
98 | name: "COLOR WHOLE" | ||
99 | path: "Panels/Room 6/panel_13" | ||
100 | clue: "" | ||
101 | answer: "star" | ||
102 | symbols: "age" | ||
103 | symbols: "lingo" | ||
104 | } | ||
105 | panels { | ||
106 | name: "WHOLE" | ||
107 | path: "Panels/Room 6/panel_14" | ||
108 | clue: "whole" | ||
109 | answer: "hole" | ||
110 | symbols: "zero" | ||
111 | } | ||
112 | panels { | ||
113 | name: "COLOR (1)" | ||
114 | path: "Panels/Room 6/panel_15" | ||
115 | clue: "color" | ||
116 | answer: "black" | ||
117 | symbols: "example" | ||
118 | } | ||
119 | panels { | ||
120 | name: "CHILL BEAR" | ||
121 | path: "Panels/Room 6/panel_16" | ||
122 | clue: "" | ||
123 | answer: "fish" | ||
124 | symbols: "lingo" | ||
125 | } | ||
126 | panels { | ||
127 | name: "BEAR" | ||
128 | path: "Panels/Room 6/panel_17" | ||
129 | clue: "bear" | ||
130 | answer: "bearer" | ||
131 | symbols: "sparkles" | ||
132 | } | ||
133 | panels { | ||
134 | name: "CHILL" | ||
135 | path: "Panels/Room 6/panel_18" | ||
136 | clue: "chill" | ||
137 | answer: "gill" | ||
138 | symbols: "zero" | ||
139 | } | ||
140 | panels { | ||
141 | name: "SURE TEMPER BACKPACK SILVER" | ||
142 | path: "Panels/Room 6/panel_19" | ||
143 | clue: "" | ||
144 | answer: "doctor" | ||
145 | symbols: "question" | ||
146 | } | ||
147 | panels { | ||
148 | name: "KNOT TECTONIC BARE SOD" | ||
149 | path: "Panels/Room 6/panel_20" | ||
150 | clue: "" | ||
151 | answer: "owl" | ||
152 | symbols: "question" | ||
153 | } | ||
154 | panels { | ||
155 | name: "COLOR WHOLE CHILL BEAR" | ||
156 | path: "Panels/Room 6/panel_21" | ||
157 | clue: "" | ||
158 | answer: "starfish" | ||
159 | symbols: "question" | ||
160 | } | ||
diff --git a/data/maps/the_plaza/rooms/Top Right Room.txtpb b/data/maps/the_plaza/rooms/Top Right Room.txtpb new file mode 100644 index 0000000..d3f29ac --- /dev/null +++ b/data/maps/the_plaza/rooms/Top Right Room.txtpb | |||
@@ -0,0 +1,149 @@ | |||
1 | name: "Top Right Room" | ||
2 | display_name: "Plaza" | ||
3 | panels { | ||
4 | name: "RIGHT WING" | ||
5 | path: "Panels/Room 5/panel_1" | ||
6 | clue: "" | ||
7 | answer: "bird" | ||
8 | symbols: "lingo" | ||
9 | } | ||
10 | panels { | ||
11 | name: "WING" | ||
12 | path: "Panels/Room 5/panel_2" | ||
13 | clue: "wing" | ||
14 | answer: "bird" | ||
15 | symbols: "boxes" | ||
16 | } | ||
17 | panels { | ||
18 | name: "RIGHT" | ||
19 | path: "Panels/Room 5/panel_3" | ||
20 | clue: "right" | ||
21 | answer: "write" | ||
22 | symbols: "zero" | ||
23 | } | ||
24 | panels { | ||
25 | name: "TYPIST BEAR" | ||
26 | path: "Panels/Room 5/panel_4" | ||
27 | clue: "" | ||
28 | answer: "cave" | ||
29 | symbols: "lingo" | ||
30 | } | ||
31 | panels { | ||
32 | name: "BEAR" | ||
33 | path: "Panels/Room 5/panel_5" | ||
34 | clue: "bear" | ||
35 | answer: "cave" | ||
36 | symbols: "stars" | ||
37 | } | ||
38 | panels { | ||
39 | name: "TYPIST" | ||
40 | path: "Panels/Room 5/panel_6" | ||
41 | clue: "typist" | ||
42 | answer: "type" | ||
43 | symbols: "job" | ||
44 | } | ||
45 | panels { | ||
46 | name: "HALVES ANNOYED" | ||
47 | path: "Panels/Room 5/panel_7" | ||
48 | clue: "" | ||
49 | answer: "bug" | ||
50 | symbols: "lingo" | ||
51 | } | ||
52 | panels { | ||
53 | name: "ANNOYED" | ||
54 | path: "Panels/Room 5/panel_8" | ||
55 | clue: "annoyed" | ||
56 | answer: "bugged" | ||
57 | symbols: "sun" | ||
58 | } | ||
59 | panels { | ||
60 | name: "HALVES" | ||
61 | path: "Panels/Room 5/panel_9" | ||
62 | clue: "halves" | ||
63 | answer: "half" | ||
64 | symbols: "planet" | ||
65 | } | ||
66 | panels { | ||
67 | name: "SOUR GOOD" | ||
68 | path: "Panels/Room 5/panel_10" | ||
69 | clue: "" | ||
70 | answer: "honey" | ||
71 | symbols: "lingo" | ||
72 | } | ||
73 | panels { | ||
74 | name: "GOOD" | ||
75 | path: "Panels/Room 5/panel_11" | ||
76 | clue: "good" | ||
77 | answer: "goo" | ||
78 | symbols: "sparkles" | ||
79 | } | ||
80 | panels { | ||
81 | name: "SOUR" | ||
82 | path: "Panels/Room 5/panel_12" | ||
83 | clue: "sour" | ||
84 | answer: "sweet" | ||
85 | symbols: "sun" | ||
86 | } | ||
87 | panels { | ||
88 | name: "HOLE TIME" | ||
89 | path: "Panels/Room 5/panel_13" | ||
90 | clue: "" | ||
91 | answer: "house" | ||
92 | symbols: "lingo" | ||
93 | } | ||
94 | panels { | ||
95 | name: "TIME" | ||
96 | path: "Panels/Room 5/panel_14" | ||
97 | clue: "time" | ||
98 | answer: "rhyme" | ||
99 | symbols: "zero" | ||
100 | } | ||
101 | panels { | ||
102 | name: "HOLE" | ||
103 | path: "Panels/Room 5/panel_15" | ||
104 | clue: "hole" | ||
105 | answer: "mouse" | ||
106 | symbols: "stars" | ||
107 | } | ||
108 | panels { | ||
109 | name: "KNOT CHEF" | ||
110 | path: "Panels/Room 5/panel_16" | ||
111 | clue: "" | ||
112 | answer: "drink" | ||
113 | symbols: "lingo" | ||
114 | } | ||
115 | panels { | ||
116 | name: "CHEF" | ||
117 | path: "Panels/Room 5/panel_17" | ||
118 | clue: "chef" | ||
119 | answer: "food" | ||
120 | symbols: "job" | ||
121 | } | ||
122 | panels { | ||
123 | name: "KNOT" | ||
124 | path: "Panels/Room 5/panel_18" | ||
125 | clue: "knot" | ||
126 | answer: "not" | ||
127 | symbols: "zero" | ||
128 | } | ||
129 | panels { | ||
130 | name: "HALVES ANNOYED SOUR GOOD" | ||
131 | path: "Panels/Room 5/panel_19" | ||
132 | clue: "" | ||
133 | answer: "bee" | ||
134 | symbols: "question" | ||
135 | } | ||
136 | panels { | ||
137 | name: "TYPIST BEAR RIGHT WING" | ||
138 | path: "Panels/Room 5/panel_20" | ||
139 | clue: "" | ||
140 | answer: "bat" | ||
141 | symbols: "question" | ||
142 | } | ||
143 | panels { | ||
144 | name: "KNOT CHEF HOLE TIME" | ||
145 | path: "Panels/Room 5/panel_21" | ||
146 | clue: "" | ||
147 | answer: "bar" | ||
148 | symbols: "question" | ||
149 | } | ||