summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 21:35:45 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 21:35:45 -0400
commit12a4b1a358679cfb569c2dcca2ccb96f6b41254e (patch)
treee1b59a6a00be05c0f8c13cba4df87428b2ae0350 /proto/human.proto
parentbdffc8fe5dda6aa553017cd5bdbccafced225a55 (diff)
parentc43aad993afcf6bfb38bb485ad992268dcd58b9a (diff)
downloadlingo2-archipelago-12a4b1a358679cfb569c2dcca2ccb96f6b41254e.tar.gz
lingo2-archipelago-12a4b1a358679cfb569c2dcca2ccb96f6b41254e.tar.bz2
lingo2-archipelago-12a4b1a358679cfb569c2dcca2ccb96f6b41254e.zip
Merge branch 'main' of fourisland.com:/srv/git/lingo2-mapdata
Diffstat (limited to 'proto/human.proto')
-rw-r--r--proto/human.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index c0a5e85..e8da304 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -115,6 +115,11 @@ message HumanPort {
115 DoorIdentifier required_door = 4; 115 DoorIdentifier required_door = 4;
116} 116}
117 117
118message HumanKeyholder {
119 string name = 1;
120 string path = 2;
121}
122
118message HumanRoom { 123message HumanRoom {
119 string name = 1; 124 string name = 1;
120 string display_name = 2; 125 string display_name = 2;
@@ -123,6 +128,7 @@ message HumanRoom {
123 repeated HumanPainting paintings = 4; 128 repeated HumanPainting paintings = 4;
124 repeated Letter letters = 5; 129 repeated Letter letters = 5;
125 repeated HumanPort ports = 6; 130 repeated HumanPort ports = 6;
131 repeated HumanKeyholder keyholders = 7;
126} 132}
127 133
128message IdMappings { 134message IdMappings {