Skip to content

Commit ef4eb77

Browse files
committed
feedback update
1 parent 99a2cc1 commit ef4eb77

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

region/lowernorfair/east/Plowerhouse Room.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,9 @@
296296
}
297297
},
298298
"requires": [
299-
"canBlueSpaceJump",
299+
"h_blueJump",
300+
"SpaceJump",
301+
"canCarefulJump",
300302
{"heatFrames": 190}
301303
],
302304
"flashSuitChecked": true
@@ -760,7 +762,9 @@
760762
}
761763
},
762764
"requires": [
763-
"canBlueSpaceJump",
765+
"h_blueJump",
766+
"SpaceJump",
767+
"canCarefulJump",
764768
{"heatFrames": 200}
765769
],
766770
"flashSuitChecked": true

region/maridia/inner-green/Oasis.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,8 @@
566566
},
567567
"requires": [
568568
"h_blueJump",
569-
"canTrickyJump"
569+
"canTrickyJump",
570+
"HiJump"
570571
],
571572
"clearsObstacles": ["A"],
572573
"flashSuitChecked": true
@@ -2124,7 +2125,8 @@
21242125
},
21252126
"requires": [
21262127
"h_blueJump",
2127-
"canTrickyJump"
2128+
"canTrickyJump",
2129+
"HiJump"
21282130
],
21292131
"clearsObstacles": ["A"],
21302132
"flashSuitChecked": true

region/tourian/main/Tourian Hopper Room.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,13 +566,14 @@
566566
"h_blueJump",
567567
"canPrepareForNextRoom",
568568
{"or": [
569-
"canBlueSpaceJump",
569+
"SpaceJump",
570570
"canCarefulJump"
571571
]},
572572
"h_complexToCarryFlashSuit"
573573
],
574574
"flashSuitChecked": true,
575-
"note": "Jump far enough to land on the first floor pillar."
575+
"note": "Jump far enough to land on the first floor pillar.",
576+
"devNote": "This is not the level of precision that would call for canBlueSpaceJump."
576577
},
577578
{
578579
"id": 28,

0 commit comments

Comments
 (0)