Skip to content

Commit eef15a7

Browse files
committed
feedback updates
1 parent d710285 commit eef15a7

3 files changed

Lines changed: 23 additions & 9 deletions

File tree

region/maridia/outer/Crab Hole.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,8 @@
17261726
"requires": [
17271727
"canPreciseGrappleJump",
17281728
"h_trickyToCarryFlashSuit"
1729-
]
1729+
],
1730+
"flashSuitChecked": true
17301731
},
17311732
{
17321733
"id": 160,
@@ -1746,7 +1747,8 @@
17461747
"canBeExtremelyPatient"
17471748
]}
17481749
]}
1749-
]
1750+
],
1751+
"flashSuitChecked": true
17501752
},
17511753
{
17521754
"id": 161,
@@ -1765,9 +1767,10 @@
17651767
}
17661768
},
17671769
"requires": [
1768-
"canTrickyGrappleJump"
1770+
"canTrickyGrappleJump",
1771+
"canBeExtremelyPatient"
17691772
],
1770-
"flashSuitChecked": false
1773+
"flashSuitChecked": true
17711774
},
17721775
{
17731776
"id": 44,

region/maridia/outer/Fish Tank.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,8 @@
682682
}
683683
},
684684
"requires": [
685-
"canCrossRoomJumpIntoWater"
685+
"canCrossRoomJumpIntoWater",
686+
"h_midAirShootUp"
686687
],
687688
"exitCondition": {
688689
"leaveNormally": {}
@@ -756,7 +757,15 @@
756757
}
757758
},
758759
"requires": [
759-
"canTrickyGrappleJump"
760+
"canTrickyGrappleJump",
761+
{"or": [
762+
{"noFlashSuit": {}},
763+
"HiJump",
764+
{"and": [
765+
"canTrickyCarryFlashSuit",
766+
"canBeExtremelyPatient"
767+
]}
768+
]}
760769
],
761770
"exitCondition": {
762771
"leaveWithGrappleJump": {

region/maridia/outer/Mt. Everest.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@
14251425
"HiJump",
14261426
"canBombGrappleJump"
14271427
],
1428-
"flashSuitChecked": false,
1428+
"flashSuitChecked": true,
14291429
"note": [
14301430
"Jump into a mid-air morph, lay a Bomb, unmorph, use grapple to kill a Sciser, to be able to get a second jump mid-air."
14311431
]
@@ -1440,7 +1440,7 @@
14401440
"canBombGrappleJump",
14411441
"h_underwaterCrouchJumpDownGrab"
14421442
],
1443-
"flashSuitChecked": false,
1443+
"flashSuitChecked": true,
14441444
"note": [
14451445
"Position 2 Scisers so that they can each be used for a Bomb-Grapple-Jump, back to back.",
14461446
"This gives a total of 3 jumps to climb from the bottom of the room up to one of the lower peaks.",
@@ -2246,6 +2246,7 @@
22462246
{"ammo": {"type": "Super", "count": 1}}
22472247
],
22482248
"resetsObstacles": ["A", "B"],
2249+
"flashSuitChecked": true,
22492250
"note": [
22502251
"Knock the crab off the wall immediately and then quickly freeze it.",
22512252
"Preparing and auto canceled Super before entering the room could make this easier."
@@ -4431,7 +4432,8 @@
44314432
{"resetRoom": {"nodes": [4]}},
44324433
{"cycleFrames": 2740}
44334434
]}
4434-
]}
4435+
]},
4436+
"h_midAirShootUp"
44354437
],
44364438
"resetsObstacles": ["A", "B"],
44374439
"farmCycleDrops": [{"enemy": "Sciser", "count": 3}],

0 commit comments

Comments
 (0)