From b53018acc54a7b8812a0b9830562879071d05fa6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 21 Sep 2025 12:44:50 -0400 Subject: [Data] Annotate shuffleable ports --- data/maps/the_repetitive/rooms/Entry Connector.txtpb | 6 +++++- data/maps/the_repetitive/rooms/Main Room.txtpb | 5 ++++- data/maps/the_repetitive/rooms/Plaza Connector.txtpb | 3 ++- 3 files changed, 11 insertions(+), 3 deletions(-) (limited to 'data/maps/the_repetitive') diff --git a/data/maps/the_repetitive/rooms/Entry Connector.txtpb b/data/maps/the_repetitive/rooms/Entry Connector.txtpb index b6795c2..3fa883e 100644 --- a/data/maps/the_repetitive/rooms/Entry Connector.txtpb +++ b/data/maps/the_repetitive/rooms/Entry Connector.txtpb @@ -2,5 +2,9 @@ name: "Entry Connector" ports { name: "ENTRY" path: "Components/Warps/worldport2" - orientation: "south" + destination { x: -11 y: 0 z: 13 } + rotation: 0 + # TODO: this is part of what makes the keyholder dependent connection form CC + # safe in vanilla doors + no_shuffle: true } diff --git a/data/maps/the_repetitive/rooms/Main Room.txtpb b/data/maps/the_repetitive/rooms/Main Room.txtpb index 8a2feb0..50b9d34 100644 --- a/data/maps/the_repetitive/rooms/Main Room.txtpb +++ b/data/maps/the_repetitive/rooms/Main Room.txtpb @@ -139,5 +139,8 @@ paintings { ports { name: "CC" path: "Components/Warps/worldport3" - orientation: "east" + destination { x: -5.5 y: 0 z: 56 } + rotation: 90 + # TODO: shuffle entrances with dependent keyholders + no_shuffle: true } diff --git a/data/maps/the_repetitive/rooms/Plaza Connector.txtpb b/data/maps/the_repetitive/rooms/Plaza Connector.txtpb index 1ed66b4..d3698e7 100644 --- a/data/maps/the_repetitive/rooms/Plaza Connector.txtpb +++ b/data/maps/the_repetitive/rooms/Plaza Connector.txtpb @@ -2,5 +2,6 @@ name: "Plaza Connector" ports { name: "PLAZA" path: "Components/Warps/worldport" - orientation: "north" + destination { x: 15 y: 0 z: 13 } + rotation: 180 } -- cgit 1.4.1