diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 14:52:24 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 14:52:24 -0400 |
| commit | c88f4184eaa48efbdc69e76eb3c8a4a206434ad3 (patch) | |
| tree | c1da4c419d90debafdd7f71347fe5f3194ff13ee /data/ids.txtpb | |
| parent | ac600120eb923e99c534f5c405f7f529c1b25bcf (diff) | |
| download | lingo2-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/ids.txtpb')
| -rw-r--r-- | data/ids.txtpb | 20 |
1 files changed, 20 insertions, 0 deletions
| diff --git a/data/ids.txtpb b/data/ids.txtpb index 7d1d9d0..49e035a 100644 --- a/data/ids.txtpb +++ b/data/ids.txtpb | |||
| @@ -37,10 +37,26 @@ maps { | |||
| 37 | value: 265 | 37 | value: 265 |
| 38 | } | 38 | } |
| 39 | panels { | 39 | panels { |
| 40 | key: "EMOTION (1)" | ||
| 41 | value: 738 | ||
| 42 | } | ||
| 43 | panels { | ||
| 44 | key: "EMOTION (2)" | ||
| 45 | value: 740 | ||
| 46 | } | ||
| 47 | panels { | ||
| 40 | key: "SIZE" | 48 | key: "SIZE" |
| 41 | value: 264 | 49 | value: 264 |
| 42 | } | 50 | } |
| 43 | panels { | 51 | panels { |
| 52 | key: "SIZE (1)" | ||
| 53 | value: 737 | ||
| 54 | } | ||
| 55 | panels { | ||
| 56 | key: "SIZE (2)" | ||
| 57 | value: 739 | ||
| 58 | } | ||
| 59 | panels { | ||
| 44 | key: "SONNET" | 60 | key: "SONNET" |
| 45 | value: 267 | 61 | value: 267 |
| 46 | } | 62 | } |
| @@ -2740,6 +2756,10 @@ maps { | |||
| 2740 | value: 518 | 2756 | value: 518 |
| 2741 | } | 2757 | } |
| 2742 | panels { | 2758 | panels { |
| 2759 | key: "CURT" | ||
| 2760 | value: 736 | ||
| 2761 | } | ||
| 2762 | panels { | ||
| 2743 | key: "DEW" | 2763 | key: "DEW" |
| 2744 | value: 505 | 2764 | value: 505 |
| 2745 | } | 2765 | } |
