summary refs log tree commit diff stats
path: root/data/maps/the_great/rooms/Main Area.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-16 14:52:24 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-16 14:52:24 -0400
commitc88f4184eaa48efbdc69e76eb3c8a4a206434ad3 (patch)
treec1da4c419d90debafdd7f71347fe5f3194ff13ee /data/maps/the_great/rooms/Main Area.txtpb
parentac600120eb923e99c534f5c405f7f529c1b25bcf (diff)
downloadlingo2-archipelago-c88f4184eaa48efbdc69e76eb3c8a4a206434ad3.tar.gz
lingo2-archipelago-c88f4184eaa48efbdc69e76eb3c8a4a206434ad3.tar.bz2
lingo2-archipelago-c88f4184eaa48efbdc69e76eb3c8a4a206434ad3.zip
Started writing a data validator
Currently, it can check whether identifiers point to non-existent
objects, or whether multiple objects share the same identifier. It can
also determine whether an identifier is underspecified (e.g. a door
doesn't specify a room, or a global connection doesn't specify a map).
Diffstat (limited to 'data/maps/the_great/rooms/Main Area.txtpb')
-rw-r--r--data/maps/the_great/rooms/Main Area.txtpb7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/maps/the_great/rooms/Main Area.txtpb b/data/maps/the_great/rooms/Main Area.txtpb index a70b011..b014b16 100644 --- a/data/maps/the_great/rooms/Main Area.txtpb +++ b/data/maps/the_great/rooms/Main Area.txtpb
@@ -119,6 +119,13 @@ panels {
119 symbols: "sun" 119 symbols: "sun"
120 symbols: "zero" 120 symbols: "zero"
121} 121}
122panels {
123 name: "CURT"
124 path: "Panels/Maze/entry_1"
125 clue: "curt"
126 answer: "court"
127 symbols: "sparkles"
128}
122ports { 129ports {
123 name: "ENTRY" 130 name: "ENTRY"
124 path: "Components/Warps/worldport" 131 path: "Components/Warps/worldport"