Skip to content

Commit a6e7a5b

Browse files
committed
fix strats with correct RNG
1 parent 27f5f2f commit a6e7a5b

1 file changed

Lines changed: 42 additions & 19 deletions

File tree

region/brinstar/blue/Morph Ball Room.json

Lines changed: 42 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -368,26 +368,53 @@
368368
{"or": [
369369
{"and": [
370370
"Plasma",
371+
"Charge"
372+
]},
373+
{"and": [
374+
"Plasma",
375+
"canTrickyDodgeEnemies",
371376
{"or": [
372-
"Charge",
373377
"Ice",
374378
"Wave"
375379
]}
376380
]},
377-
"ScrewAttack",
381+
"ScrewAttack"
382+
]}
383+
],
384+
"clearsObstacles": ["C"],
385+
"note": [
386+
"Enter the room ready to kill the hoppers before they can hit Samus.",
387+
"Enter with a Charged Plasma shot ready, in a Screw Attack spin jump, or prepated to rapidly kill the hopper with Plasma and another beam."
388+
]
389+
},
390+
{
391+
"link": [1, 1],
392+
"name": "Prepared Kill on Entry, Morph Entry",
393+
"entranceCondition": {
394+
"comeInNormally": {}
395+
},
396+
"requires": [
397+
"canPrepareForNextRoom",
398+
"Morph",
399+
"canTrickyJump",
400+
{"or": [
401+
"Plasma",
378402
{"and": [
379403
"h_canUsePowerBombs",
380-
{"enemyKill": {
381-
"enemies": [["Sidehopper"]],
382-
"explicitWeapons": ["Missile", "Super", "PowerBomb"]
383-
}}
404+
{"or": [
405+
"canTrickyDodgeEnemies",
406+
{"enemyKill": {
407+
"enemies": [["Sidehopper"]],
408+
"explicitWeapons": ["Missile", "Super", "PowerBomb"]
409+
}}
410+
]}
384411
]}
385412
]}
386413
],
387414
"clearsObstacles": ["C"],
388415
"note": [
389-
"Enter the room ready to kill the hoppers before they can hit Samus.",
390-
"with a charge plasma shot ready, or in a screw attack spin jump, or a morph, ready to lay a power bomb."
416+
"Roll into the room, fall off the step and roll into the corner.",
417+
"Either use a Power Bomb on entry, or unmorph at the bottom of the step and quickly kill the hoppers with Plasma."
391418
]
392419
},
393420
{
@@ -399,7 +426,7 @@
399426
},
400427
"requires": [
401428
"canPrepareForNextRoom",
402-
"canFarmWhileShooting",
429+
"canTrickyDodgeEnemies",
403430
{"ammo": {"type": "Missile", "count": 1}},
404431
{"ammo": {"type": "Super", "count": 1}},
405432
{"or": [
@@ -425,7 +452,7 @@
425452
},
426453
"requires": [
427454
"canPrepareForNextRoom",
428-
"canFarmWhileShooting",
455+
"canTrickyDodgeEnemies",
429456
{"ammo": {"type": "Missile", "count": 1}},
430457
{"ammo": {"type": "Super", "count": 1}}
431458
],
@@ -521,13 +548,7 @@
521548
"requires": [
522549
"canPrepareForNextRoom",
523550
{"or": [
524-
{"and": [
525-
"Plasma",
526-
{"or": [
527-
"Ice",
528-
"Wave"
529-
]}
530-
]},
551+
"Plasma",
531552
"ScrewAttack",
532553
{"and": [
533554
"h_canUsePowerBombs",
@@ -785,14 +806,15 @@
785806
"comeInNormally": {}
786807
},
787808
"requires": [
809+
"canPrepareForNextRoom",
788810
"canTrickyDodgeEnemies",
789811
"canCameraManip",
790812
"h_canBombThings"
791813
],
792814
"clearsObstacles": ["A"],
793815
"note": [
794816
"Roll into the room, fall off the step and roll into the corner.",
795-
"Roll to the right immediately as the floor hopper is going to take its fourth jump to get it off camera.",
817+
"Roll to the right immediately as the floor hopper is going to take its second jump to get it off camera.",
796818
"Once it is off camera, stop and wait for the next hopper to jump towards Samus, then roll under it as it jumps again."
797819
]
798820
},
@@ -807,14 +829,15 @@
807829
}
808830
},
809831
"requires": [
832+
"canPrepareForNextRoom",
810833
"canTrickyDodgeEnemies",
811834
"canCameraManip",
812835
"h_canBombThings"
813836
],
814837
"clearsObstacles": ["A"],
815838
"note": [
816839
"Roll into the room, fall off the step and roll into the corner.",
817-
"Roll to the right immediately as the floor hopper is going to take its fourth jump to get it off camera.",
840+
"Roll to the right immediately as the floor hopper is going to take its second jump to get it off camera.",
818841
"Once it is off camera, stop and wait for the next hopper to jump towards Samus, then roll under it as it jumps again."
819842
]
820843
},

0 commit comments

Comments
 (0)