Skip to content

Commit 260d850

Browse files
authored
Merge pull request #2753 from blkerby/ln-east-bluesuit-12
Lower Norfair small rooms: blue suit logic
2 parents 830cfe5 + 897648e commit 260d850

6 files changed

Lines changed: 318 additions & 89 deletions

File tree

helpers.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2156,6 +2156,22 @@
21562156
"requires": [
21572157
{"thornHits": "n_thornXModeAttempts"}
21582158
]
2159+
},
2160+
{
2161+
"name": "h_RidleyDrops",
2162+
"requires": [
2163+
{"or": [
2164+
{"partialRefill": {"type": "Energy", "limit": 150}},
2165+
{"and": [
2166+
{"resourceAvailable": [{"type": "Energy", "count": 50}]},
2167+
{"partialRefill": {"type": "Energy", "limit": 100}},
2168+
{"partialRefill": {"type": "Missile", "limit": 6}},
2169+
{"partialRefill": {"type": "Super", "limit": 2}},
2170+
{"partialRefill": {"type": "PowerBomb", "limit": 2}}
2171+
]}
2172+
]},
2173+
{"heatFrames": 80}
2174+
]
21592175
}
21602176
]
21612177
}

region/lowernorfair/east/Red Kihunter Shaft Save Room.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"openEnd": 1
4848
}
4949
},
50-
"flashSuitChecked": true
50+
"flashSuitChecked": true,
51+
"blueSuitChecked": true
5152
},
5253
{
5354
"id": 2,
@@ -56,21 +57,24 @@
5657
"requires": [
5758
"h_CrystalFlash"
5859
],
59-
"flashSuitChecked": true
60+
"flashSuitChecked": true,
61+
"blueSuitChecked": true
6062
},
6163
{
6264
"id": 3,
6365
"link": [1, 2],
6466
"name": "Base",
6567
"requires": [],
66-
"flashSuitChecked": true
68+
"flashSuitChecked": true,
69+
"blueSuitChecked": true
6770
},
6871
{
6972
"id": 4,
7073
"link": [2, 1],
7174
"name": "Base",
7275
"requires": [],
73-
"flashSuitChecked": true
76+
"flashSuitChecked": true,
77+
"blueSuitChecked": true
7478
}
7579
],
7680
"notables": [],

region/lowernorfair/east/Ridley Tank Room.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"openEnd": 1
4949
}
5050
},
51-
"flashSuitChecked": true
51+
"flashSuitChecked": true,
52+
"blueSuitChecked": true
5253
},
5354
{
5455
"id": 6,
@@ -90,6 +91,7 @@
9091
}
9192
},
9293
"flashSuitChecked": true,
94+
"blueSuitChecked": true,
9395
"note": [
9496
"If using the full runway, press against the wall and turn around; do not back into the corner."
9597
],
@@ -100,21 +102,21 @@
100102
"link": [1, 2],
101103
"name": "Base",
102104
"requires": [
103-
"h_navigateHeatRooms",
104105
"Morph",
105106
{"heatFrames": 50}
106107
],
107-
"flashSuitChecked": true
108+
"flashSuitChecked": true,
109+
"blueSuitChecked": true
108110
},
109111
{
110112
"id": 3,
111113
"link": [2, 1],
112114
"name": "Base",
113115
"requires": [
114-
"h_navigateHeatRooms",
115116
{"heatFrames": 50}
116117
],
117-
"flashSuitChecked": true
118+
"flashSuitChecked": true,
119+
"blueSuitChecked": true
118120
},
119121
{
120122
"id": 4,
@@ -123,7 +125,8 @@
123125
"requires": [
124126
"h_heatedCrystalFlash"
125127
],
126-
"flashSuitChecked": true
128+
"flashSuitChecked": true,
129+
"blueSuitChecked": true
127130
}
128131
],
129132
"notables": [],

0 commit comments

Comments
 (0)