Skip to content

Commit 51be737

Browse files
committed
Croc and Cosine Room: blue suit logic
1 parent fc20b97 commit 51be737

2 files changed

Lines changed: 202 additions & 70 deletions

File tree

region/norfair/crocomire/Cosine Room.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,26 @@
6868
"steepDownTiles": 2
6969
}
7070
},
71-
"flashSuitChecked": true
71+
"flashSuitChecked": true,
72+
"blueSuitChecked": true
7273
},
7374
{
7475
"id": 2,
7576
"link": [1, 1],
7677
"name": "G-Mode Setup - Get Hit By Gamet",
7778
"requires": [
78-
"Morph"
79+
"Morph",
80+
{"or": [
81+
{"noBlueSuit": {}},
82+
"Ice",
83+
"canTrickyGMode"
84+
]}
7985
],
8086
"exitCondition": {
8187
"leaveWithGModeSetup": {}
8288
},
8389
"flashSuitChecked": true,
90+
"blueSuitChecked": true,
8491
"note": [
8592
"Lure the Gamets while preventing them from going off camera.",
8693
"Spawn them when the acid is high and rising to avoid running through it."
@@ -104,6 +111,7 @@
104111
{"shinespark": {"frames": 3, "excessFrames": 3}}
105112
],
106113
"flashSuitChecked": true,
114+
"blueSuitChecked": true,
107115
"devNote": ["Leniency is not included, because a farm is available."]
108116
},
109117
{
@@ -112,11 +120,13 @@
112120
"name": "Metaree Farm",
113121
"requires": [
114122
{"resetRoom": {"nodes": [1]}},
123+
{"noBlueSuit": {}},
115124
"ScrewAttack",
116125
{"cycleFrames": 255}
117126
],
118127
"farmCycleDrops": [{"enemy": "Metaree", "count": 2}],
119-
"flashSuitChecked": true
128+
"flashSuitChecked": true,
129+
"blueSuitChecked": true
120130
},
121131
{
122132
"id": 5,
@@ -150,6 +160,7 @@
150160
],
151161
"collectsItems": [2],
152162
"flashSuitChecked": true,
163+
"blueSuitChecked": true,
153164
"note": [
154165
"Wait for the acid to lower then quickly roll part way forward to trigger the Metarees and return. Then go again without any difficulty.",
155166
"Killing any of the Gamets will prevent them from respawning.",
@@ -177,6 +188,7 @@
177188
],
178189
"collectsItems": [2],
179190
"flashSuitChecked": true,
191+
"blueSuitChecked": true,
180192
"note": [
181193
"Wait for the acid to lower then quickly roll part way forward to trigger the Metarees and return. Then go again without any difficulty.",
182194
"With Power Bombs alone is particularly challenging. Use a Power Bomb to kill the Gamets to prevent them from respawning.",
@@ -201,7 +213,8 @@
201213
"requires": [
202214
"Morph"
203215
],
204-
"flashSuitChecked": true
216+
"flashSuitChecked": true,
217+
"blueSuitChecked": true
205218
},
206219
{
207220
"id": 4,
@@ -215,6 +228,7 @@
215228
},
216229
"requires": [],
217230
"flashSuitChecked": true,
231+
"blueSuitChecked": true,
218232
"note": "Wait for the acid to lower then quickly roll part way forward to trigger the Metarees and return. Then go again without any difficulty.",
219233
"devNote": "This is only useful if the item is Morph."
220234
},
@@ -252,7 +266,8 @@
252266
"requires": [
253267
"Morph"
254268
],
255-
"flashSuitChecked": true
269+
"flashSuitChecked": true,
270+
"blueSuitChecked": true
256271
},
257272
{
258273
"id": 8,
@@ -273,7 +288,8 @@
273288
]}
274289
],
275290
"farmCycleDrops": [{"enemy": "Gamet", "count": 5}],
276-
"flashSuitChecked": true
291+
"flashSuitChecked": true,
292+
"blueSuitChecked": true
277293
}
278294
],
279295
"notables": [],

0 commit comments

Comments
 (0)