Skip to content

Commit c99800a

Browse files
committed
feedback update
1 parent c9a523d commit c99800a

1 file changed

Lines changed: 35 additions & 10 deletions

File tree

region/lowernorfair/east/The Worst Room In The Game.json

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -461,13 +461,18 @@
461461
"h_canUsePowerBombs",
462462
{"heatFrames": 40}
463463
]},
464-
{"heatFrames": 180}
464+
{"or": [
465+
"HiJump",
466+
"canWalljump",
467+
{"heatFrames": 20}
468+
]},
469+
{"heatFrames": 120}
465470
],
466471
"clearsObstacles": ["A"],
467472
"flashSuitChecked": true,
468473
"note": [
469474
"Hit the shot blocks at the top of the room with a Power Bomb or Wave before exiting G-mode to save some heat damage.",
470-
"Climbing the room without going too quickly will help ensure that the top pirate will not have placed any stationary, invisible lasers which will start moving immediately on G-mode exit."
475+
"Kill the pirate while it's in its head turning phase to prevent it from placing any stationary, invisible lasers."
471476
]
472477
},
473478
{
@@ -490,15 +495,16 @@
490495
"canMidairWiggle",
491496
{"or": [
492497
"Wave",
493-
"h_canUsePowerBombs"
498+
"h_canUsePowerBombs",
499+
{"heatFrames": 40}
494500
]},
495501
{"heatFrames": 120}
496502
],
497503
"clearsObstacles": ["A"],
498504
"flashSuitChecked": true,
499505
"note": [
500506
"Break the bomb blocks with either a fully delayed max height jump from the wall, or with an instant turnaround after jumping from the lower layer of bomb blocks.",
501-
"Hit the shot blocks at the top of the room with a Power Bomb or Wave before exiting G-mode to save some heat damage.",
507+
"Hit the shot blocks at the top of the room with a Power Bomb or Wave before exiting G-mode to save some heat damage."
502508
]
503509
},
504510
{
@@ -1325,7 +1331,7 @@
13251331
},
13261332
{
13271333
"link": [3, 1],
1328-
"name": "G-Mode, Wave",
1334+
"name": "G-Mode",
13291335
"entranceCondition": {
13301336
"comeInWithGMode": {
13311337
"mode": "any",
@@ -1334,11 +1340,22 @@
13341340
},
13351341
"requires": [
13361342
"h_heatedGMode",
1337-
"Wave",
1338-
{"heatFrames": 180}
1343+
{"or": [
1344+
"Wave",
1345+
{"heatFrames": 40}
1346+
]},
1347+
{"or": [
1348+
"HiJump",
1349+
"canWalljump",
1350+
{"heatFrames": 20}
1351+
]},
1352+
{"heatFrames": 120}
13391353
],
13401354
"flashSuitChecked": true,
1341-
"note": "Hit the shot blocks at the top of the room with Wave before exiting G-mode to save some heat damage."
1355+
"note": [
1356+
"Hit the shot blocks at the top of the room with Wave before exiting G-mode to save some heat damage.",
1357+
"Stand behind the pirate only while it is looking around to prevent it from turning and placing stationary, invisible lasers."
1358+
]
13421359
},
13431360
{
13441361
"link": [3, 1],
@@ -1352,10 +1369,18 @@
13521369
"requires": [
13531370
"h_heatedGMode",
13541371
"h_canArtificialMorphPowerBomb",
1355-
{"heatFrames": 180}
1372+
{"or": [
1373+
"HiJump",
1374+
"canWalljump",
1375+
{"heatFrames": 20}
1376+
]},
1377+
{"heatFrames": 120}
13561378
],
13571379
"flashSuitChecked": true,
1358-
"note": "Hit the shot blocks at the top of the room with a Power Bomb before exiting G-mode to save some heat damage."
1380+
"note": [
1381+
"Hit the shot blocks at the top of the room with a Power Bomb before exiting G-mode to save some heat damage.",
1382+
"Stand behind the pirate only while it is looking around to prevent it from turning and placing stationary, invisible lasers."
1383+
]
13591384
},
13601385
{
13611386
"link": [3, 2],

0 commit comments

Comments
 (0)