summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-09 11:51:20 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-09 11:51:20 -0400
commit9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6 (patch)
tree6d58ffe2e9a60eac681b22b0cb0bd03baf74990c /proto/human.proto
parent3fcc676cd3b9b3b24a8755612a459d498879b1df (diff)
downloadlingo2-archipelago-9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6.tar.gz
lingo2-archipelago-9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6.tar.bz2
lingo2-archipelago-9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6.zip
Added support for masteries
Also assigned IDs for the_butterfly, as well as already configured
letters.
Diffstat (limited to 'proto/human.proto')
-rw-r--r--proto/human.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index 88aca38..3edd984 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -153,6 +153,7 @@ message HumanRoom {
153message IdMappings { 153message IdMappings {
154 message RoomIds { 154 message RoomIds {
155 map<string, uint64> panels = 1; 155 map<string, uint64> panels = 1;
156 map<string, uint64> masteries = 2;
156 } 157 }
157 158
158 message MapIds { 159 message MapIds {
@@ -162,4 +163,5 @@ message IdMappings {
162 163
163 map<string, MapIds> maps = 1; 164 map<string, MapIds> maps = 1;
164 map<string, uint64> special = 2; 165 map<string, uint64> special = 2;
166 map<string, uint64> letters = 3;
165} 167}