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/ids.txtpb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'data/ids.txtpb') diff --git a/data/ids.txtpb b/data/ids.txtpb index 7d1d9d0..49e035a 100644 --- a/data/ids.txtpb +++ b/data/ids.txtpb @@ -36,10 +36,26 @@ maps { key: "EMOTION" value: 265 } + panels { + key: "EMOTION (1)" + value: 738 + } + panels { + key: "EMOTION (2)" + value: 740 + } panels { key: "SIZE" value: 264 } + panels { + key: "SIZE (1)" + value: 737 + } + panels { + key: "SIZE (2)" + value: 739 + } panels { key: "SONNET" value: 267 @@ -2739,6 +2755,10 @@ maps { key: "COLOR" value: 518 } + panels { + key: "CURT" + value: 736 + } panels { key: "DEW" value: 505 -- cgit 1.4.1