about summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-21 12:44:50 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-21 12:44:50 -0400
commitb53018acc54a7b8812a0b9830562879071d05fa6 (patch)
tree263795fb5358292263916a1621bacabc73873645 /proto/human.proto
parente896b5e91c04723484c25bf1e2b00a248ea18614 (diff)
downloadlingo2-archipelago-b53018acc54a7b8812a0b9830562879071d05fa6.tar.gz
lingo2-archipelago-b53018acc54a7b8812a0b9830562879071d05fa6.tar.bz2
lingo2-archipelago-b53018acc54a7b8812a0b9830562879071d05fa6.zip
[Data] Annotate shuffleable ports HEAD main
Diffstat (limited to 'proto/human.proto')
-rw-r--r--proto/human.proto8
1 files changed, 7 insertions, 1 deletions
diff --git a/proto/human.proto b/proto/human.proto index c247edf..748cf33 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -152,7 +152,13 @@ message HumanPort {
152 optional string name = 1; 152 optional string name = 1;
153 optional string path = 2; 153 optional string path = 2;
154 154
155 optional string orientation = 3; 155 optional bool no_shuffle = 7;
156
157 // These specify how the player should be placed when a randomized entrance
158 // sends them to this port. "rotation" is in degrees and is counter-clockwise
159 // from the positive X axis.
160 optional Vec3d destination = 3;
161 optional double rotation = 6;
156 optional AxisDirection gravity = 5 [default = Y_MINUS]; 162 optional AxisDirection gravity = 5 [default = Y_MINUS];
157 163
158 optional DoorIdentifier required_door = 4; 164 optional DoorIdentifier required_door = 4;