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:34:14 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 21:34:14 -0400
commitc43aad993afcf6bfb38bb485ad992268dcd58b9a (patch)
treeb2be7fa35f1165244226db62856abe22f5e97925 /proto/human.proto
parentc0c5431800d0306d01814e9902566c9b4fc9220b (diff)
downloadlingo2-archipelago-c43aad993afcf6bfb38bb485ad992268dcd58b9a.tar.gz
lingo2-archipelago-c43aad993afcf6bfb38bb485ad992268dcd58b9a.tar.bz2
lingo2-archipelago-c43aad993afcf6bfb38bb485ad992268dcd58b9a.zip
Added four_rooms
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 1dcf2ab..d9b3e32 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 {