From a3972a65b9b443a6085a6ac40b153442e190f382 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 1 Sep 2025 12:54:46 -0400 Subject: Added progressive doors --- proto/data.proto | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'proto/data.proto') diff --git a/proto/data.proto b/proto/data.proto index 60b603b..b627e83 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -221,6 +221,13 @@ message Map { optional string display_name = 3; } +message Progressive { + optional uint64 id = 1; + optional string name = 2; + optional uint64 ap_id = 3; + repeated uint64 doors = 4; +} + message AllObjects { repeated Map maps = 7; repeated Room rooms = 1; @@ -233,5 +240,6 @@ message AllObjects { repeated Mastery masteries = 10; repeated Ending endings = 12; repeated Connection connections = 6; + repeated Progressive progressives = 13; map special_ids = 8; } -- cgit 1.4.1