summary refs log tree commit diff stats
path: root/proto/data.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 14:28:56 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 14:28:56 -0400
commit3c26cedd030c464e3b8a5576a98c19eb45134658 (patch)
treeb2a9dcda18dfd39c43e85723d073bf56aaf1c3ed /proto/data.proto
parente9d9da34e86a1e5f0de155bf9086d3e5ff6b2da0 (diff)
downloadlingo2-archipelago-3c26cedd030c464e3b8a5576a98c19eb45134658.tar.gz
lingo2-archipelago-3c26cedd030c464e3b8a5576a98c19eb45134658.tar.bz2
lingo2-archipelago-3c26cedd030c464e3b8a5576a98c19eb45134658.zip
Process the rest of the defined protos
Diffstat (limited to 'proto/data.proto')
-rw-r--r--proto/data.proto8
1 files changed, 3 insertions, 5 deletions
diff --git a/proto/data.proto b/proto/data.proto index b3b6e6b..37d59f3 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -23,7 +23,7 @@ message Connection {
23 23
24message Door { 24message Door {
25 uint64 id = 1; 25 uint64 id = 1;
26 uint64 map_id = 10; 26 uint64 map_id = 9;
27 string name = 2; 27 string name = 2;
28 28
29 repeated string receivers = 3; 29 repeated string receivers = 3;
@@ -33,8 +33,7 @@ message Door {
33 string control_center_color = 6; 33 string control_center_color = 6;
34 repeated string switches = 7; 34 repeated string switches = 7;
35 35
36 repeated string location_tags = 8; 36 DoorType type = 8;
37 repeated string item_tags = 9;
38} 37}
39 38
40message Panel { 39message Panel {
@@ -42,8 +41,7 @@ message Panel {
42 uint64 room_id = 2; 41 uint64 room_id = 2;
43 string name = 3; 42 string name = 3;
44 43
45 string nodepath = 4; 44 string path = 4;
46
47 string clue = 5; 45 string clue = 5;
48 string answer = 6; 46 string answer = 6;
49 repeated string symbols = 7; 47 repeated string symbols = 7;