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_unkempt/rooms/Control Center Entrance.txtpb | 4 ++++ data/maps/the_unkempt/rooms/Daedalus Entrance.txtpb | 2 ++ data/maps/the_unkempt/rooms/Main Area.txtpb | 6 ++++++ 3 files changed, 12 insertions(+) (limited to 'data/maps/the_unkempt') diff --git a/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb b/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb index e8fa13a..d2c6ef9 100644 --- a/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb +++ b/data/maps/the_unkempt/rooms/Control Center Entrance.txtpb @@ -9,4 +9,8 @@ panels { ports { name: "CC" path: "Components/Warps/worldport2" + destination { x: -4.5 y: 0 z: 7 } + rotation: 0 + # TODO: shuffle entrances with dependent keyholders + no_shuffle: true } diff --git a/data/maps/the_unkempt/rooms/Daedalus Entrance.txtpb b/data/maps/the_unkempt/rooms/Daedalus Entrance.txtpb index 851c863..a8048f0 100644 --- a/data/maps/the_unkempt/rooms/Daedalus Entrance.txtpb +++ b/data/maps/the_unkempt/rooms/Daedalus Entrance.txtpb @@ -2,4 +2,6 @@ name: "Daedalus Entrance" ports { name: "DAEDALUS" path: "Components/Warps/worldport4" + destination { x: 33 y: 0 z: -10 } + rotation: 90 } diff --git a/data/maps/the_unkempt/rooms/Main Area.txtpb b/data/maps/the_unkempt/rooms/Main Area.txtpb index b5d29c4..822af8d 100644 --- a/data/maps/the_unkempt/rooms/Main Area.txtpb +++ b/data/maps/the_unkempt/rooms/Main Area.txtpb @@ -217,13 +217,19 @@ keyholders { ports { name: "GREAT" path: "Components/Warps/worldport" + destination { x: -3 y: 0 z: 11 } + rotation: 270 } ports { name: "TREE" path: "Components/Warps/worldport5" + destination { x: -34 y: 0 z: 7 } + rotation: 270 } ports { name: "SUNTEMPLE" path: "Components/Warps/worldport3" + destination { x: -42 y: 0 z: -2 } + rotation: 270 required_door { name: "Sun Temple Entrance" } } -- cgit 1.4.1