summary refs log tree commit diff stats
path: root/data/maps/four_rooms/doors.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/four_rooms/doors.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/four_rooms/doors.txtpb')
-rw-r--r--data/maps/four_rooms/doors.txtpb8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/four_rooms/doors.txtpb b/data/maps/four_rooms/doors.txtpb index 46d0abe..f0bf060 100644 --- a/data/maps/four_rooms/doors.txtpb +++ b/data/maps/four_rooms/doors.txtpb
@@ -16,10 +16,10 @@ doors {
16 name: "Examples Door" 16 name: "Examples Door"
17 type: STANDARD 17 type: STANDARD
18 receivers: "Components/Doors/entry_2" 18 receivers: "Components/Doors/entry_2"
19 panels { room: "Examples Room" name: "SIZE" } 19 panels { room: "Examples Room" name: "SIZE (1)" }
20 panels { room: "Examples Room" name: "EMOTION" } 20 panels { room: "Examples Room" name: "EMOTION (1)" }
21 panels { room: "Examples Room" name: "SIZE" } 21 panels { room: "Examples Room" name: "SIZE (2)" }
22 panels { room: "Examples Room" name: "EMOTION" } 22 panels { room: "Examples Room" name: "EMOTION (2)" }
23 panels { room: "Examples Room" name: "SUPERLATIVE" } 23 panels { room: "Examples Room" name: "SUPERLATIVE" }
24 panels { room: "Examples Room" name: "SONNET" } 24 panels { room: "Examples Room" name: "SONNET" }
25 panels { room: "Examples Room" name: "URN" } 25 panels { room: "Examples Room" name: "URN" }