Mainly double switch room logic

This commit is contained in:
StructuralMike
2021-03-10 23:49:16 +01:00
parent 7f36036ced
commit 2e998af865
6 changed files with 93 additions and 31 deletions

View File

@@ -1993,6 +1993,7 @@ logical_connections = [
('Hera Lobby to Crystal', 'Hera Lobby Crystal'),
('Hera Lobby Crystal Exit', 'Hera Lobby'),
('Hera Front to Crystal', 'Hera Front Crystal'),
('Hera Front to Back Bypass', 'Hera Back'),
('Hera Front Crystal Exit', 'Hera Front'),
('Hera Front to Down Stairs Barrier - Blue', 'Hera Down Stairs Landing'),
('Hera Front to Up Stairs Barrier - Orange', 'Hera Up Stairs Landing'),
@@ -2017,7 +2018,8 @@ logical_connections = [
('PoD Arena North to Landing Barrier - Orange', 'PoD Arena Landing'),
('PoD Arena Main to Ranged Crystal', 'PoD Arena Main - Ranged Crystal'),
('PoD Arena Main to Landing Barrier - Blue', 'PoD Arena Landing'),
('PoD Arena Main to North Ranged Barrier - Orange', 'PoD Arena North'),
('PoD Arena Main to Landing Bypass', 'PoD Arena Landing'),
('PoD Arena Main to Right Bypass', 'PoD Arena Right'),
('PoD Arena Main Ranged Crystal Exit', 'PoD Arena Main'),
('PoD Arena Bridge to Ranged Crystal', 'PoD Arena Bridge - Ranged Crystal'),
('PoD Arena Bridge Ranged Crystal Exit', 'PoD Arena Bridge'),
@@ -2025,6 +2027,10 @@ logical_connections = [
('PoD Arena Landing to Right Barrier - Blue', 'PoD Arena Right'),
('PoD Arena Landing to North Barrier - Orange', 'PoD Arena North'),
('PoD Arena Right to Landing Barrier - Blue', 'PoD Arena Landing'),
('PoD Arena Right to Ranged Crystal', 'PoD Arena Right - Ranged Crystal'),
('PoD Arena Right Ranged Crystal Exit', 'PoD Arena Right'),
('PoD Arena Ledge to Ranged Crystal', 'PoD Arena Ledge - Ranged Crystal'),
('PoD Arena Ledge Ranged Crystal Exit', 'PoD Arena Ledge'),
('PoD Map Balcony Drop Down', 'PoD Sexy Statue'),
('PoD Map Balcony to Ranged Crystal', 'PoD Map Balcony - Ranged Crystal'),
@@ -2033,6 +2039,7 @@ logical_connections = [
('PoD Falling Bridge Path N', 'PoD Falling Bridge Ledge'),
('PoD Falling Bridge Path S', 'PoD Falling Bridge'),
('PoD Bow Statue Left to Right Barrier - Orange', 'PoD Bow Statue Right'),
('PoD Bow Statue Left to Right Bypass', 'PoD Bow Statue Right'),
('PoD Bow Statue Right to Left Barrier - Orange', 'PoD Bow Statue Left'),
('PoD Bow Statue Right to Ranged Crystal', 'PoD Bow Statue Right - Ranged Crystal'),
('PoD Bow Statue Ranged Crystal Exit', 'PoD Bow Statue Right'),
@@ -2177,12 +2184,19 @@ logical_connections = [
('GT Hookshot South-East Path', 'GT Hookshot East Platform'),
('GT Hookshot South-North Path', 'GT Hookshot North Platform'),
('GT Hookshot Platform Blue Barrier', 'GT Hookshot South Entry'),
('GT Hookshot Platform Barrier Bypass', 'GT Hookshot South Entry'),
('GT Hookshot Entry Blue Barrier', 'GT Hookshot South Platform'),
('GT Hookshot South Entry to Ranged Crystal', 'GT Hookshot South Entry - Ranged Crystal'),
('GT HookShot South Entry Ranged Crystal Exit', 'GT Hookshot South Entry'),
('GT Double Switch to Pot Corners Barrier - Orange', 'GT Double Switch Pot Corners'),
('GT Double Switch Pot Corners to Barrier - Orange', 'GT Double Switch Entry'),
('GT Double Switch Pot Corners to Barrier - Blue', 'GT Double Switch Exit'),
('GT Double Switch Entry to Pot Corners Barrier - Orange', 'GT Double Switch Pot Corners'),
('GT Double Switch Entry to Left Barrier - Orange', 'GT Double Switch Left'),
('GT Double Switch Entry to Ranged Switches', 'GT Double Switch Entry - Ranged Switches'),
('GT Double Switch Entry Ranged Switches Exit', 'GT Double Switch Entry'),
('GT Double Switch Left to Entry Barrier - Orange', 'GT Double Switch Entry'),
('GT Double Switch Left to Entry Bypass', 'GT Double Switch Entry'),
('GT Double Switch Left to Pot Corners Bypass', 'GT Double Switch Pot Corners'),
('GT Double Switch Pot Corners to Entry Barrier - Orange', 'GT Double Switch Entry'),
('GT Double Switch Pot Corners to Exit Barrier - Blue', 'GT Double Switch Exit'),
('GT Double Switch Pot Corners to Ranged Switches', 'GT Double Switch Pot Corners - Ranged Switches'),
('GT Double Switch Pot Corners Ranged Switches Exit', 'GT Double Switch Pot Corners'),
('GT Double Switch Exit to Blue Barrier', 'GT Double Switch Pot Corners'),