From 30dcf054a489ec4123e5048579df151bc1e76817 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 25 Aug 2025 13:07:28 -0400 Subject: Added the_talented --- data/maps/the_talented/rooms/Back Room.txtpb | 50 ++++++++++++ data/maps/the_talented/rooms/Main Area.txtpb | 114 +++++++++++++++++++++++++++ data/maps/the_talented/rooms/T2 Room.txtpb | 6 ++ 3 files changed, 170 insertions(+) create mode 100644 data/maps/the_talented/rooms/Back Room.txtpb create mode 100644 data/maps/the_talented/rooms/Main Area.txtpb create mode 100644 data/maps/the_talented/rooms/T2 Room.txtpb (limited to 'data/maps/the_talented/rooms') diff --git a/data/maps/the_talented/rooms/Back Room.txtpb b/data/maps/the_talented/rooms/Back Room.txtpb new file mode 100644 index 0000000..9dce48f --- /dev/null +++ b/data/maps/the_talented/rooms/Back Room.txtpb @@ -0,0 +1,50 @@ +name: "Back Room" +panels { + name: "FEAR" + path: "Panels/Plum Room/panel_1" + clue: "fear" + answer: "deer" + symbols: ZERO +} +panels { + name: "FLEECE" + path: "Panels/Plum Room/panel_2" + clue: "fleece" + answer: "geese" + symbols: ZERO +} +panels { + name: "SHRINE" + path: "Panels/Plum Room/panel_3" + clue: "shrine" + answer: "swine" + symbols: ZERO +} +panels { + name: "STRIVES" + path: "Panels/Plum Room/panel_4" + clue: "strives" + answer: "wives" + symbols: ZERO +} +panels { + name: "FILED" + path: "Panels/Plum Room/panel_5" + clue: "filed" + answer: "child" + symbols: ZERO +} +panels { + name: "RELEVANT" + path: "Panels/Plum Room/panel_6" + clue: "relevant" + answer: "elephant" + symbols: ZERO +} +panels { + name: "LONE" + path: "Panels/Plum Room/panel_7" + clue: "lone" + answer: "drone" + symbols: ZERO +} diff --git a/data/maps/the_talented/rooms/Main Area.txtpb b/data/maps/the_talented/rooms/Main Area.txtpb new file mode 100644 index 0000000..cc3e222 --- /dev/null +++ b/data/maps/the_talented/rooms/Main Area.txtpb @@ -0,0 +1,114 @@ +name: "Main Area" +panels { + name: "DEER (Black)" + path: "Panels/Saturns/panel_1" + clue: "deer" + answer: "deer" + symbols: PLANET +} +panels { + name: "GOOSE (Black)" + path: "Panels/Saturns/panel_2" + clue: "goose" + answer: "geese" + symbols: PLANET +} +panels { + name: "SWINE (Black)" + path: "Panels/Saturns/panel_3" + clue: "swine" + answer: "swine" + symbols: PLANET +} +panels { + name: "WIFE (Black)" + path: "Panels/Saturns/panel_4" + clue: "wife" + answer: "wives" + symbols: PLANET +} +panels { + name: "CHILD (Black)" + path: "Panels/Saturns/panel_5" + clue: "child" + answer: "children" + symbols: PLANET +} +panels { + name: "ELEPHANT (Black)" + path: "Panels/Saturns/panel_6" + clue: "elephant" + answer: "elephants" + symbols: PLANET +} +panels { + name: "ANT (Black)" + path: "Panels/Saturns/panel_7" + clue: "ant" + answer: "ants" + symbols: PLANET +} +panels { + name: "DEER (Brown)" + path: "Panels/Jail Eyes/panel_1" + clue: "deer" + answer: "buck" + symbols: GENDER +} +panels { + name: "GOOSE (Brown)" + path: "Panels/Jail Eyes/panel_2" + clue: "goose" + answer: "gander" + symbols: GENDER +} +panels { + name: "SWINE (Brown)" + path: "Panels/Jail Eyes/panel_3" + clue: "swine" + answer: "sow" + symbols: GENDER +} +panels { + name: "WIFE (Brown)" + path: "Panels/Jail Eyes/panel_4" + clue: "wife" + answer: "husband" + symbols: GENDER +} +panels { + name: "CHILD (Brown)" + path: "Panels/Jail Eyes/panel_5" + clue: "child" + answer: "girl" + symbols: GENDER +} +panels { + name: "ELEPHANT (Brown)" + path: "Panels/Jail Eyes/panel_6" + clue: "elephant" + answer: "cow" + symbols: GENDER +} +panels { + name: "ANT (Brown)" + path: "Panels/Jail Eyes/panel_7" + clue: "ant" + answer: "drone" + symbols: GENDER +} +panels { + name: "EARL" + path: "Panels/Extra/panel_8" + clue: "earl" + answer: "yearly" + symbols: SPARKLES +} +keyholders { + name: "Y" + path: "Components/KeyHolders/keyHolderY" +} +ports { + name: "GREAT" + path: "Components/Warps/worldport" +} diff --git a/data/maps/the_talented/rooms/T2 Room.txtpb b/data/maps/the_talented/rooms/T2 Room.txtpb new file mode 100644 index 0000000..8bdc88d --- /dev/null +++ b/data/maps/the_talented/rooms/T2 Room.txtpb @@ -0,0 +1,6 @@ +name: "T2 Room" +letters { + key: "t" + level2: true + path: "Components/Collectables/collectable" +} -- cgit 1.4.1