Skip to content

Commit 38f9625

Browse files
committed
feedback updates
1 parent fbf1f42 commit 38f9625

1 file changed

Lines changed: 49 additions & 2 deletions

File tree

region/lowernorfair/east/Main Hall.json

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,38 @@
317317
"link": [2, 4],
318318
"name": "Base",
319319
"requires": [
320-
"h_navigateHeatRooms",
321320
{"heatFrames": 360}
322321
]
323322
},
323+
{
324+
"link": [2, 4],
325+
"name": "Spring Ball Bounce (Come in Running)",
326+
"entranceCondition": {
327+
"comeInRunning": {
328+
"minTiles": 3,
329+
"speedBooster": "any"
330+
}
331+
},
332+
"requires": [
333+
"canSpringBallBounce",
334+
{"heatFrames": 260}
335+
]
336+
},
337+
{
338+
"link": [2, 4],
339+
"name": "Come in With Spring Ball Bounce",
340+
"entranceCondition": {
341+
"comeInWithSpringBallBounce": {
342+
"remoteAndLandingMinTiles": [[6.4725, 0]],
343+
"movementType": "controlled",
344+
"speedBooster": "any"
345+
}
346+
},
347+
"requires": [
348+
"canSpringBallBounce",
349+
{"heatFrames": 265}
350+
]
351+
},
324352
{
325353
"id": 34,
326354
"link": [2, 4],
@@ -366,11 +394,15 @@
366394
},
367395
{
368396
"link": [4, 1],
369-
"name": "Spring Ball Bounce",
397+
"name": "Spring Ball Bounce (Tank Hibashi Hit)",
370398
"requires": [
371399
{"disableEquipment": "SpeedBooster"},
372400
"canTrickySpringBallBounce",
373401
{"hibashiHits": 1},
402+
{"or": [
403+
"canSpringFling",
404+
"canInsaneJump"
405+
]},
374406
{"heatFrames": 375}
375407
],
376408
"note": [
@@ -382,6 +414,21 @@
382414
"bypassing the final platform."
383415
]
384416
},
417+
{
418+
"link": [4, 1],
419+
"name": "Spring Ball Bounce (Damageless)",
420+
"requires": [
421+
{"disableEquipment": "SpeedBooster"},
422+
"canTrickySpringBallBounce",
423+
"canInsaneJump",
424+
{"heatFrames": 375}
425+
],
426+
"note": [
427+
"Gain max run speed, without Speed Booster equipped, and perform precise, controlled bounces to cross the room.",
428+
"Bounce on each of the Hibashi platforms, avoiding damage by going underneath the flames:",
429+
"the bottom of the flame disappears before the top."
430+
]
431+
},
385432
{
386433
"id": 16,
387434
"link": [4, 1],

0 commit comments

Comments
 (0)