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_partial/rooms/Control Center Entrance.txtpb | 5 ++++- data/maps/the_partial/rooms/Obverse Side.txtpb | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'data/maps/the_partial') diff --git a/data/maps/the_partial/rooms/Control Center Entrance.txtpb b/data/maps/the_partial/rooms/Control Center Entrance.txtpb index e685822..125ea51 100644 --- a/data/maps/the_partial/rooms/Control Center Entrance.txtpb +++ b/data/maps/the_partial/rooms/Control Center Entrance.txtpb @@ -9,5 +9,8 @@ panels { ports { name: "CC" path: "Components/Warps/worldport2" - orientation: "north" + destination { x: -19 y: 0 z: 8 } + rotation: 180 + # TODO: shuffle entrances with dependent keyholders + no_shuffle: true } diff --git a/data/maps/the_partial/rooms/Obverse Side.txtpb b/data/maps/the_partial/rooms/Obverse Side.txtpb index c0ce04b..77f0e4d 100644 --- a/data/maps/the_partial/rooms/Obverse Side.txtpb +++ b/data/maps/the_partial/rooms/Obverse Side.txtpb @@ -100,7 +100,8 @@ panels { ports { name: "GREAT" path: "Components/Warps/worldport" - orientation: "west" + destination { x: -3 y: 0 z: 20 } + rotation: 270 } keyholders { # This is one of the ones that's misnamed within the game. -- cgit 1.4.1