diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/connections.txtpb | 17 | ||||
| -rw-r--r-- | data/ids.txtpb | 46 | ||||
| -rw-r--r-- | data/maps/the_lively/connections.txtpb | 5 | ||||
| -rw-r--r-- | data/maps/the_lively/doors.txtpb | 12 | ||||
| -rw-r--r-- | data/maps/the_lively/rooms/L2 Room.txtpb | 7 | ||||
| -rw-r--r-- | data/maps/the_lively/rooms/Puzzle Room.txtpb | 62 |
6 files changed, 148 insertions, 1 deletions
| diff --git a/data/connections.txtpb b/data/connections.txtpb index 58f456e..1d182cd 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | # the_bearer/Back Area/DAEDALUS | 14 | # the_bearer/Back Area/DAEDALUS |
| 15 | # the_between/Main Area/PLAZA | 15 | # the_between/Main Area/PLAZA |
| 16 | # the_between/Control Center Side/CC | 16 | # the_between/Control Center Side/CC |
| 17 | # the_between/Control Center Side/LIVELY | ||
| 18 | # the_colorful/Cyan Hallway/STURDY | 17 | # the_colorful/Cyan Hallway/STURDY |
| 19 | # the_digital/Main Area/UNYIELDING | 18 | # the_digital/Main Area/UNYIELDING |
| 20 | # the_digital/Tree Area/TREE | 19 | # the_digital/Tree Area/TREE |
| @@ -714,3 +713,19 @@ connections { | |||
| 714 | } | 713 | } |
| 715 | } | 714 | } |
| 716 | } | 715 | } |
| 716 | connections { | ||
| 717 | from { | ||
| 718 | port { | ||
| 719 | map: "the_between" | ||
| 720 | room: "Control Center Side" | ||
| 721 | name: "LIVELY" | ||
| 722 | } | ||
| 723 | } | ||
| 724 | to { | ||
| 725 | port { | ||
| 726 | map: "the_lively" | ||
| 727 | room: "Puzzle Room" | ||
| 728 | name: "BETWEEN" | ||
| 729 | } | ||
| 730 | } | ||
| 731 | } | ||
| diff --git a/data/ids.txtpb b/data/ids.txtpb index fef4b22..409a552 100644 --- a/data/ids.txtpb +++ b/data/ids.txtpb | |||
| @@ -3856,6 +3856,48 @@ maps { | |||
| 3856 | } | 3856 | } |
| 3857 | } | 3857 | } |
| 3858 | } | 3858 | } |
| 3859 | maps { | ||
| 3860 | key: "the_lively" | ||
| 3861 | value { | ||
| 3862 | rooms { | ||
| 3863 | key: "Puzzle Room" | ||
| 3864 | value { | ||
| 3865 | panels { | ||
| 3866 | key: "AUNT" | ||
| 3867 | value: 763 | ||
| 3868 | } | ||
| 3869 | panels { | ||
| 3870 | key: "BASS" | ||
| 3871 | value: 765 | ||
| 3872 | } | ||
| 3873 | panels { | ||
| 3874 | key: "FATHER" | ||
| 3875 | value: 766 | ||
| 3876 | } | ||
| 3877 | panels { | ||
| 3878 | key: "LIONESS" | ||
| 3879 | value: 760 | ||
| 3880 | } | ||
| 3881 | panels { | ||
| 3882 | key: "QUEEN" | ||
| 3883 | value: 761 | ||
| 3884 | } | ||
| 3885 | panels { | ||
| 3886 | key: "ROOSTER" | ||
| 3887 | value: 767 | ||
| 3888 | } | ||
| 3889 | panels { | ||
| 3890 | key: "SON" | ||
| 3891 | value: 764 | ||
| 3892 | } | ||
| 3893 | panels { | ||
| 3894 | key: "SOPRANO" | ||
| 3895 | value: 762 | ||
| 3896 | } | ||
| 3897 | } | ||
| 3898 | } | ||
| 3899 | } | ||
| 3900 | } | ||
| 3859 | letters { | 3901 | letters { |
| 3860 | key: "a1" | 3902 | key: "a1" |
| 3861 | value: 577 | 3903 | value: 577 |
| @@ -3917,6 +3959,10 @@ letters { | |||
| 3917 | value: 190 | 3959 | value: 190 |
| 3918 | } | 3960 | } |
| 3919 | letters { | 3961 | letters { |
| 3962 | key: "l2" | ||
| 3963 | value: 759 | ||
| 3964 | } | ||
| 3965 | letters { | ||
| 3920 | key: "m1" | 3966 | key: "m1" |
| 3921 | value: 638 | 3967 | value: 638 |
| 3922 | } | 3968 | } |
| diff --git a/data/maps/the_lively/connections.txtpb b/data/maps/the_lively/connections.txtpb new file mode 100644 index 0000000..f8cb49c --- /dev/null +++ b/data/maps/the_lively/connections.txtpb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | connections { | ||
| 2 | from_room: "Puzzle Room" | ||
| 3 | to_room: "L2 Room" | ||
| 4 | door { name: "Door" } | ||
| 5 | } | ||
| diff --git a/data/maps/the_lively/doors.txtpb b/data/maps/the_lively/doors.txtpb new file mode 100644 index 0000000..71957db --- /dev/null +++ b/data/maps/the_lively/doors.txtpb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | doors { | ||
| 2 | name: "Door" | ||
| 3 | type: EVENT | ||
| 4 | panels { room: "Puzzle Room" name: "LIONESS" } | ||
| 5 | panels { room: "Puzzle Room" name: "QUEEN" } | ||
| 6 | panels { room: "Puzzle Room" name: "SOPRANO" } | ||
| 7 | panels { room: "Puzzle Room" name: "AUNT" } | ||
| 8 | panels { room: "Puzzle Room" name: "SON" } | ||
| 9 | panels { room: "Puzzle Room" name: "BASS" } | ||
| 10 | panels { room: "Puzzle Room" name: "FATHER" } | ||
| 11 | panels { room: "Puzzle Room" name: "ROOSTER" } | ||
| 12 | } | ||
| diff --git a/data/maps/the_lively/rooms/L2 Room.txtpb b/data/maps/the_lively/rooms/L2 Room.txtpb new file mode 100644 index 0000000..094ab10 --- /dev/null +++ b/data/maps/the_lively/rooms/L2 Room.txtpb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | name: "L2 Room" | ||
| 2 | display_name: "Lively" | ||
| 3 | letters { | ||
| 4 | key: "l" | ||
| 5 | level2: true | ||
| 6 | path: "Components/Collectables/collectable" | ||
| 7 | } | ||
| diff --git a/data/maps/the_lively/rooms/Puzzle Room.txtpb b/data/maps/the_lively/rooms/Puzzle Room.txtpb new file mode 100644 index 0000000..4dbc836 --- /dev/null +++ b/data/maps/the_lively/rooms/Puzzle Room.txtpb | |||
| @@ -0,0 +1,62 @@ | |||
| 1 | name: "Puzzle Room" | ||
| 2 | display_name: "Lively" | ||
| 3 | panels { | ||
| 4 | name: "LIONESS" | ||
| 5 | path: "Panels/entry_1" | ||
| 6 | clue: "lioness" | ||
| 7 | answer: "lion" | ||
| 8 | symbols: "gender" | ||
| 9 | } | ||
| 10 | panels { | ||
| 11 | name: "QUEEN" | ||
| 12 | path: "Panels/entry_2" | ||
| 13 | clue: "queen" | ||
| 14 | answer: "king" | ||
| 15 | symbols: "gender" | ||
| 16 | } | ||
| 17 | panels { | ||
| 18 | name: "SOPRANO" | ||
| 19 | path: "Panels/entry_3" | ||
| 20 | clue: "soprano" | ||
| 21 | answer: "tenor" | ||
| 22 | symbols: "gender" | ||
| 23 | } | ||
| 24 | panels { | ||
| 25 | name: "AUNT" | ||
| 26 | path: "Panels/entry_4" | ||
| 27 | clue: "aunt" | ||
| 28 | answer: "uncle" | ||
| 29 | symbols: "gender" | ||
| 30 | } | ||
| 31 | panels { | ||
| 32 | name: "SON" | ||
| 33 | path: "Panels/entry_5" | ||
| 34 | clue: "son" | ||
| 35 | answer: "daughter" | ||
| 36 | symbols: "gender" | ||
| 37 | } | ||
| 38 | panels { | ||
| 39 | name: "BASS" | ||
| 40 | path: "Panels/entry_6" | ||
| 41 | clue: "bass" | ||
| 42 | answer: "alto" | ||
| 43 | symbols: "gender" | ||
| 44 | } | ||
| 45 | panels { | ||
| 46 | name: "FATHER" | ||
| 47 | path: "Panels/entry_7" | ||
| 48 | clue: "father" | ||
| 49 | answer: "mother" | ||
| 50 | symbols: "gender" | ||
| 51 | } | ||
| 52 | panels { | ||
| 53 | name: "ROOSTER" | ||
| 54 | path: "Panels/entry_8" | ||
| 55 | clue: "rooster" | ||
| 56 | answer: "hen" | ||
| 57 | symbols: "gender" | ||
| 58 | } | ||
| 59 | ports { | ||
| 60 | name: "BETWEEN" | ||
| 61 | path: "Components/Warps/worldport" | ||
| 62 | } | ||
