Skip to content

Commit 039a1cd

Browse files
committed
feedback updates
1 parent 457b267 commit 039a1cd

1 file changed

Lines changed: 16 additions & 19 deletions

File tree

region/maridia/inner-green/Oasis.json

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,10 +1209,6 @@
12091209
"canMomentumConservingTurnaround",
12101210
"h_trickyToCarryFlashSuit"
12111211
],
1212-
"unlocksDoors": [
1213-
{"types": ["super"], "requires": []},
1214-
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
1215-
],
12161212
"flashSuitChecked": true,
12171213
"note": [
12181214
"Use Screw Attack to break the bomb block by entering from a non-water room with a last-frame spin jump, and make it to the platform below the top door.",
@@ -1249,10 +1245,6 @@
12491245
"canMomentumConservingTurnaround",
12501246
"h_trickyToCarryFlashSuit"
12511247
],
1252-
"unlocksDoors": [
1253-
{"types": ["super"], "requires": []},
1254-
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
1255-
],
12561248
"flashSuitChecked": true,
12571249
"note": [
12581250
"Use a 2-tap shortcharge and jump into the room with a last-frame jump, breaking the bomb block with blue speed, and making it all the way through the top door.",
@@ -2659,10 +2651,6 @@
26592651
"canMomentumConservingTurnaround",
26602652
"h_trickyToCarryFlashSuit"
26612653
],
2662-
"unlocksDoors": [
2663-
{"types": ["super"], "requires": []},
2664-
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
2665-
],
26662654
"flashSuitChecked": true,
26672655
"note": [
26682656
"Use Screw Attack to break the bomb block by entering from a non-water room with a last-frame spin jump, and make it to the platform below the top door.",
@@ -2699,10 +2687,6 @@
26992687
"canMomentumConservingTurnaround",
27002688
"h_trickyToCarryFlashSuit"
27012689
],
2702-
"unlocksDoors": [
2703-
{"types": ["super"], "requires": []},
2704-
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
2705-
],
27062690
"flashSuitChecked": true,
27072691
"note": [
27082692
"Use a 2-tap shortcharge and jump into the room with a last-frame jump, breaking the bomb block with blue speed, and making it all the way through the top door.",
@@ -3835,11 +3819,24 @@
38353819
"name": "Unlock Door",
38363820
"requires": [],
38373821
"unlocksDoors": [
3838-
{"nodeId": 3, "types": ["powerbomb"], "requires": []}
3822+
{"nodeId": 3, "types": ["powerbomb"], "requires": []},
3823+
{
3824+
"nodeId": 3,
3825+
"types": ["super", "missiles"],
3826+
"requires": [
3827+
"canTrickyJump",
3828+
"h_underwaterCrouchJump",
3829+
"h_midAirShootUp"
3830+
]}
38393831
],
38403832
"flashSuitChecked": true,
3841-
"devNote": [
3842-
"FIXME: with Wave, unlocking a beam door (of any type) is also possible."
3833+
"note": [
3834+
"To unlock the door with a Super or Missiles, stand on the right side, backed against or close to the wall,",
3835+
"do a crouch jump, and fire a diagonal shot near the peak of the jump."
3836+
],
3837+
"detailNote": [
3838+
"If carrying a flash suit, it is possible to hold shot with Power Beam,",
3839+
"then select Supers or Missiles while continuing to hold shot."
38433840
]
38443841
}
38453842
],

0 commit comments

Comments
 (0)