From 176175871f2074a83c49a1ed60e96cf7e9b9de8d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 16 Aug 2025 17:59:12 -0400 Subject: Added the_lionized --- data/connections.txtpb | 17 ++++++- data/ids.txtpb | 46 +++++++++++++++++++ data/maps/the_entry/rooms/Eye Room.txtpb | 7 ++- data/maps/the_lionized/connections.txtpb | 5 ++ data/maps/the_lionized/doors.txtpb | 12 +++++ data/maps/the_lionized/rooms/E2 Room.txtpb | 7 +++ data/maps/the_lionized/rooms/Puzzle Room.txtpb | 63 ++++++++++++++++++++++++++ 7 files changed, 155 insertions(+), 2 deletions(-) create mode 100644 data/maps/the_lionized/connections.txtpb create mode 100644 data/maps/the_lionized/doors.txtpb create mode 100644 data/maps/the_lionized/rooms/E2 Room.txtpb create mode 100644 data/maps/the_lionized/rooms/Puzzle Room.txtpb diff --git a/data/connections.txtpb b/data/connections.txtpb index 9d72467..c98ee0a 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -4,7 +4,6 @@ # the_entry/Lime Room/REVITALIZED # the_entry/Shop Entrance/SHOP # the_entry/Right Eye/PSYCHIC -# the_entry/Eye Room/LIONIZED # the_entry/Parthenon Return/PARTHENON # the_entry/Link Area/PYRAMID # the_entry/Link Area/BROWN @@ -683,3 +682,19 @@ connections { } } } +connections { + from { + port { + map: "the_entry" + room: "Eye Room" + name: "LIONIZED" + } + } + to { + port { + map: "the_lionized" + room: "Puzzle Room" + name: "ENTRY" + } + } +} diff --git a/data/ids.txtpb b/data/ids.txtpb index 49e035a..b5cf2b0 100644 --- a/data/ids.txtpb +++ b/data/ids.txtpb @@ -3768,6 +3768,48 @@ maps { } } } +maps { + key: "the_lionized" + value { + rooms { + key: "Puzzle Room" + value { + panels { + key: "CHILD" + value: 742 + } + panels { + key: "FIRE" + value: 743 + } + panels { + key: "FROG" + value: 747 + } + panels { + key: "GOAT" + value: 749 + } + panels { + key: "LIFE" + value: 744 + } + panels { + key: "LION" + value: 746 + } + panels { + key: "PIG" + value: 748 + } + panels { + key: "ROCK" + value: 745 + } + } + } + } +} letters { key: "a1" value: 577 @@ -3796,6 +3838,10 @@ letters { key: "e1" value: 401 } +letters { + key: "e2" + value: 741 +} letters { key: "g1" value: 614 diff --git a/data/maps/the_entry/rooms/Eye Room.txtpb b/data/maps/the_entry/rooms/Eye Room.txtpb index 50781ad..9462fa4 100644 --- a/data/maps/the_entry/rooms/Eye Room.txtpb +++ b/data/maps/the_entry/rooms/Eye Room.txtpb @@ -28,4 +28,9 @@ paintings { enter_only: true required_door { name: "Third Eye Painting" } display_name: "Painting Beside Panel" -} \ No newline at end of file +} +ports { + name: "LIONIZED" + path: "Components/Warps/worldport10" + orientation: "north" +} diff --git a/data/maps/the_lionized/connections.txtpb b/data/maps/the_lionized/connections.txtpb new file mode 100644 index 0000000..b714859 --- /dev/null +++ b/data/maps/the_lionized/connections.txtpb @@ -0,0 +1,5 @@ +connections { + from_room: "Puzzle Room" + to_room: "E2 Room" + door { name: "Puzzles" } +} diff --git a/data/maps/the_lionized/doors.txtpb b/data/maps/the_lionized/doors.txtpb new file mode 100644 index 0000000..7afb63c --- /dev/null +++ b/data/maps/the_lionized/doors.txtpb @@ -0,0 +1,12 @@ +doors { + name: "Puzzles" + type: EVENT + panels { room: "Puzzle Room" name: "CHILD" } + panels { room: "Puzzle Room" name: "FIRE" } + panels { room: "Puzzle Room" name: "LIFE" } + panels { room: "Puzzle Room" name: "ROCK" } + panels { room: "Puzzle Room" name: "LION" } + panels { room: "Puzzle Room" name: "FROG" } + panels { room: "Puzzle Room" name: "PIG" } + panels { room: "Puzzle Room" name: "GOAT" } +} diff --git a/data/maps/the_lionized/rooms/E2 Room.txtpb b/data/maps/the_lionized/rooms/E2 Room.txtpb new file mode 100644 index 0000000..b07d820 --- /dev/null +++ b/data/maps/the_lionized/rooms/E2 Room.txtpb @@ -0,0 +1,7 @@ +name: "E2 Room" +display_name: "Lionized" +letters { + key: "e" + level2: true + path: "Components/Collectables/collectable" +} diff --git a/data/maps/the_lionized/rooms/Puzzle Room.txtpb b/data/maps/the_lionized/rooms/Puzzle Room.txtpb new file mode 100644 index 0000000..7bc110b --- /dev/null +++ b/data/maps/the_lionized/rooms/Puzzle Room.txtpb @@ -0,0 +1,63 @@ +name: "Puzzle Room" +display_name: "Lionized" +panels { + name: "CHILD" + path: "Panels/entry_1" + clue: "child" + answer: "adult" + symbols: "age" +} +panels { + name: "FIRE" + path: "Panels/entry_2" + clue: "fire" + answer: "ash" + symbols: "age" +} +panels { + name: "LIFE" + path: "Panels/entry_3" + clue: "life" + answer: "death" + symbols: "age" +} +panels { + name: "ROCK" + path: "Panels/entry_4" + clue: "rock" + answer: "sand" + symbols: "age" +} +panels { + name: "LION" + path: "Panels/entry_5" + clue: "lion" + answer: "cub" + symbols: "age" +} +panels { + name: "FROG" + path: "Panels/entry_6" + clue: "frog" + answer: "tadpole" + symbols: "age" +} +panels { + name: "PIG" + path: "Panels/entry_7" + clue: "pig" + answer: "piglet" + symbols: "age" +} +panels { + name: "GOAT" + path: "Panels/entry_8" + clue: "goat" + answer: "kid" + symbols: "age" +} +ports { + name: "ENTRY" + path: "Components/Warps/worldport" + orientation: "south" +} -- cgit 1.4.1