Skip to content

Commit 87b8dc6

Browse files
committed
Acid Statue cross-room strats to cross acid
1 parent 9bdc9a7 commit 87b8dc6

1 file changed

Lines changed: 36 additions & 3 deletions

File tree

region/lowernorfair/west/Acid Statue Room.json

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,24 @@
201201
{"shinespark": {"frames": 36}}
202202
]
203203
},
204+
{
205+
"link": [1, 3],
206+
"name": "Speedy Jump Morph",
207+
"entranceCondition": {
208+
"comeInJumping": {
209+
"minTiles": 19,
210+
"speedBooster": true
211+
}
212+
},
213+
"requires": [
214+
"canMomentumConservingMorph",
215+
{"heatFrames": 70}
216+
]
217+
},
204218
{
205219
"id": 6,
206220
"link": [1, 3],
207-
"name": "SpringFling over the acid",
221+
"name": "Spring Fling over the acid",
208222
"requires": [
209223
"canSpringFling",
210224
"canDisableEquipment",
@@ -214,8 +228,27 @@
214228
{"heatFrames": 210}
215229
],
216230
"note": [
217-
"Begin with SpeedBooster unequipped, and run&jump over the acid into an airball.",
218-
"Once Samus begins falling, equip SpringBall and SpeedBooster to safely land on the other side near the statue."
231+
"Beginning with Speed Booster unequipped, run and jump over the acid into an airball.",
232+
"Once Samus begins falling, equip Spring Ball and Speed Booster to safely land on the other side near the statue."
233+
]
234+
},
235+
{
236+
"link": [1, 3],
237+
"name": "Cross Room Spring Ball Bounce",
238+
"entranceCondition": {
239+
"comeInSpinning": {
240+
"minExtraRunSpeed": "$1.7",
241+
"unusableTiles": 0,
242+
"speedBooster": "any"
243+
}
244+
},
245+
"requires": [
246+
"canSpringBallBounce",
247+
{"heatFrames": 135}
248+
],
249+
"note": [
250+
"Enter the room with a spin jump, with enough speed to bounce across the acid pit.",
251+
"If needed, a Spring fling near the end of Samus' descent can help."
219252
]
220253
},
221254
{

0 commit comments

Comments
 (0)