Skip to content

Commit 71fadcf

Browse files
committed
feedback update, split strat, add note
1 parent 721efed commit 71fadcf

1 file changed

Lines changed: 44 additions & 16 deletions

File tree

region/brinstar/red/Alpha Power Bomb Room.json

Lines changed: 44 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -354,19 +354,12 @@
354354
"flashSuitChecked": true
355355
},
356356
{
357-
"id": 10,
358357
"link": [1, 2],
359-
"name": "Avoid Boyon Damage",
358+
"name": "Base",
360359
"requires": [
361360
{"or": [
362-
"canDodgeWhileShooting",
363361
"Ice",
364362
{"obstaclesCleared": ["A"]},
365-
{"and": [
366-
"canCarefulJump",
367-
"h_useSpringBall"
368-
]},
369-
"can4HighMidAirMorph",
370363
{"and": [
371364
"SpaceJump",
372365
"ScrewAttack"
@@ -379,6 +372,27 @@
379372
],
380373
"flashSuitChecked": true
381374
},
375+
{
376+
"id": 10,
377+
"link": [1, 2],
378+
"name": "Damageless Dodge",
379+
"requires": [
380+
{"or": [
381+
"canTrickyJump",
382+
{"and": [
383+
"canDodgeWhileShooting",
384+
"SpaceJump"
385+
]},
386+
{"and": [
387+
"canCarefulJump",
388+
"h_useSpringBall"
389+
]},
390+
"can4HighMidAirMorph"
391+
]}
392+
],
393+
"flashSuitChecked": true,
394+
"note": "Dodge the Boyons with a well-timed jump, a running Space Jump, Spring Ball, or a quick mid-air morph."
395+
},
382396
{
383397
"id": 11,
384398
"link": [1, 2],
@@ -596,19 +610,12 @@
596610
"flashSuitChecked": true
597611
},
598612
{
599-
"id": 19,
600613
"link": [2, 1],
601-
"name": "Damageless",
614+
"name": "Base",
602615
"requires": [
603616
{"or": [
604-
"canDodgeWhileShooting",
605617
"Ice",
606618
{"obstaclesCleared": ["A"]},
607-
{"and": [
608-
"canCarefulJump",
609-
"h_useSpringBall"
610-
]},
611-
"can4HighMidAirMorph",
612619
{"and": [
613620
"SpaceJump",
614621
"ScrewAttack"
@@ -621,6 +628,27 @@
621628
],
622629
"flashSuitChecked": true
623630
},
631+
{
632+
"id": 19,
633+
"link": [2, 1],
634+
"name": "Damageless Dodge",
635+
"requires": [
636+
{"or": [
637+
"canTrickyJump",
638+
{"and": [
639+
"canDodgeWhileShooting",
640+
"SpaceJump"
641+
]},
642+
{"and": [
643+
"canCarefulJump",
644+
"h_useSpringBall"
645+
]},
646+
"can4HighMidAirMorph"
647+
]}
648+
],
649+
"flashSuitChecked": true,
650+
"note": "Dodge the Boyons with a well-timed jump, a running Space Jump, Spring Ball, or a quick mid-air morph."
651+
},
624652
{
625653
"id": 20,
626654
"link": [2, 1],

0 commit comments

Comments
 (0)