From c88f4184eaa48efbdc69e76eb3c8a4a206434ad3 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 16 Aug 2025 14:52:24 -0400 Subject: 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). --- data/connections.txtpb | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 3cfbe6a..9d72467 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -1,4 +1,5 @@ # TODO +# the_entry/Starting Room/HI/thewords # the_entry/Lime Room/DAEDALUS # the_entry/Lime Room/REVITALIZED # the_entry/Shop Entrance/SHOP @@ -36,23 +37,6 @@ # the_hive/Main Area/DAED3 # the_impressive/Green Eye/PLAZA # the_liberated/Painting Room/PYRAMID -connections { - from { - panel { - map: "the_entry" - room: "Starting Room" - name: "HI" - answer: "thewords" - } - } - to { - room { - map: "the_words" - name: "Entrance" - } - } - oneway: true -} connections { from { port { @@ -171,7 +155,7 @@ connections { from { painting { map: "the_bearer" - room: "Butterfly" + room: "Butterfly Room" name: "BUTTERFLY" } } -- cgit 1.4.1