Skip to content

Commit 137ed34

Browse files
committed
fix one more strat
1 parent de5511a commit 137ed34

1 file changed

Lines changed: 21 additions & 20 deletions

File tree

region/lowernorfair/east/Ridley's Room.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,27 @@
177177
{"types": ["ammo"], "requires": []}
178178
]
179179
},
180+
{
181+
"id": 14,
182+
"link": [2, 2],
183+
"name": "Prepared Spin Jump Entry",
184+
"entranceCondition": {
185+
"comeInNormally": {}
186+
},
187+
"requires": [
188+
"canPrepareForNextRoom",
189+
{"or": [
190+
"SpaceJump",
191+
"canWalljump"
192+
]},
193+
{"heatFrames": 80},
194+
{"doorUnlockedAtNode": 2}
195+
],
196+
"unlocksDoors": [
197+
{"types": ["super"], "requires": ["canTrickyJump"]},
198+
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
199+
]
200+
},
180201
{
181202
"id": 5,
182203
"link": [2, 2],
@@ -379,26 +400,6 @@
379400
"h_canHeatedCrystalFlash"
380401
],
381402
"flashSuitChecked": true
382-
},
383-
{
384-
"id": 14,
385-
"link": [4, 2],
386-
"name": "Prepared Entry",
387-
"requires": [
388-
"canPrepareForNextRoom",
389-
{"or": [
390-
"SpaceJump",
391-
"canWalljump",
392-
"canTrickyJump",
393-
"canStationarySpinJump"
394-
]},
395-
{"heatFrames": 80},
396-
{"doorUnlockedAtNode": 2}
397-
],
398-
"unlocksDoors": [
399-
{"types": ["super"], "requires": []},
400-
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
401-
]
402403
}
403404
],
404405
"nextStratId": 20,

0 commit comments

Comments
 (0)