Skip to content

Commit 1f5860d

Browse files
committed
feedback update and fix CF problem
1 parent 86d596f commit 1f5860d

1 file changed

Lines changed: 37 additions & 14 deletions

File tree

region/brinstar/pink/Spore Spawn Super Room.json

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -232,36 +232,61 @@
232232
},
233233
{
234234
"link": [2, 1],
235-
"name": "G-Mode Overload PLMS with Camera Scroll Blocks, CF, Shinespark",
235+
"name": "Direct G-Mode Morph, Overload PLMS with Camera Scroll Blocks, CF, Shinespark",
236236
"entranceCondition": {
237237
"comeInWithGMode": {
238-
"mode": "any",
238+
"mode": "direct",
239239
"morphed": true
240240
}
241241
},
242242
"requires": [
243243
"h_artificialMorphCrystalFlash",
244244
{"canShineCharge": {"usedTiles": 16, "openEnd": 1}},
245245
"canShinechargeMovement",
246+
{"shinespark": {"frames": 399, "excessFrames": 0}},
247+
{"shinespark": {"frames": 138, "excessFrames": 6}},
246248
{"or": [
249+
"h_usePowerBomb",
247250
{"and": [
248-
{"shinespark": {"frames": 399, "excessFrames": 0}},
249-
{"shinespark": {"frames": 138, "excessFrames": 6}}
250-
]},
251-
{"and": [
252-
{"shinespark": {"frames": 266, "excessFrames": 0}},
253-
"h_artificialMorphCrystalFlash",
254-
{"shinespark": {"frames": 133, "excessFrames": 0}},
255-
{"shinespark": {"frames": 138, "excessFrames": 6}}
251+
"canBeVeryPatient",
252+
{"autoReserveTrigger": {}}
256253
]}
257254
]}
258255
],
259256
"flashSuitChecked": true,
260257
"note": [
261258
"Shinespark multiple times up the shaft and overload PLMs with the camera scroll blocks which are against the crumble blocks.",
262-
"To overload PLMs in as few as 3 Shinesparks, spark diagonally in the shaft and hold backwards when hitting the top, then spark again to get up."
259+
"To overload PLMs in as few as 3 Shinesparks, spark diagonally in the shaft and hold backwards when hitting the top, then spark again to get up.",
260+
"Afterwards, exit G-mode by using another Power Bomb to enable X-Ray again, or use the bugs to trigger Reserves."
261+
],
262+
"devNote": [
263+
"Depending on the number of tanks, the Reserve trigger may or may not take very long. This is a worst-case scenario.",
264+
"Samus is not able to Crystal Flash twice in this room in Direct G-mode."
263265
]
264266
},
267+
{
268+
"link": [2, 1],
269+
"name": "Indirect G-Mode Morph, Overload PLMS with Camera Scroll Blocks, CF, Shinespark",
270+
"entranceCondition": {
271+
"comeInWithGMode": {
272+
"mode": "indirect",
273+
"morphed": true
274+
}
275+
},
276+
"requires": [
277+
"h_artificialMorphCrystalFlash",
278+
{"canShineCharge": {"usedTiles": 16, "openEnd": 1}},
279+
"canShinechargeMovement",
280+
{"shinespark": {"frames": 399, "excessFrames": 0}},
281+
{"shinespark": {"frames": 138, "excessFrames": 6}}
282+
],
283+
"flashSuitChecked": true,
284+
"note": [
285+
"Shinespark multiple times up the shaft and overload PLMs with the camera scroll blocks which are against the crumble blocks.",
286+
"To overload PLMs in as few as 3 Shinesparks, spark diagonally in the shaft and hold backwards when hitting the top, then spark again to get up."
287+
],
288+
"devNote": "Samus is not able to CF twice in this room in Indirect G-mode."
289+
},
265290
{
266291
"link": [2, 1],
267292
"name": "G-Mode Overload PLMS with Chozo Ball, Shinespark",
@@ -289,9 +314,7 @@
289314
]}
290315
],
291316
"flashSuitChecked": true,
292-
"note": [
293-
"Shoot the Chozo Ball multiple times to overload PLMs then Shinespark to get up."
294-
]
317+
"note": "Shoot the Chozo Ball multiple times to overload PLMs then Shinespark to get up."
295318
},
296319
{
297320
"id": 8,

0 commit comments

Comments
 (0)