File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 10061006 ]}
10071007 ]
10081008 },
1009+ {
1010+ "name" : " h_carefullyDestroyBombWalls" ,
1011+ "requires" : [
1012+ {"or" : [
1013+ " h_bombThings" ,
1014+ " h_avoidScrewStuck"
1015+ ]}
1016+ ]
1017+ },
10091018 {
10101019 "name" : " h_additionalBomb" ,
10111020 "requires" : [
10341043 ]}
10351044 ]
10361045 },
1046+ {
1047+ "name" : " h_avoidScrewStuck" ,
1048+ "requires" : [
1049+ " ScrewAttack" ,
1050+ {"or" : [
1051+ " Morph" ,
1052+ " canCarefulJump"
1053+ ]}
1054+ ],
1055+ "devNote" : [
1056+ " ScrewAttack can create 2 tile high spaces with Samus in spinjump leading to a crouch, resulting in a potential softlock."
1057+ ]
1058+ },
10371059 {
10381060 "name" : " h_shinechargeMaxRunway" ,
10391061 "requires" : [
Original file line number Diff line number Diff line change 207207 ]},
208208 {"and" : [
209209 " canDash" ,
210- " ScrewAttack " ,
210+ " h_avoidScrewStuck " ,
211211 {"cycleFrames" : 620 }
212212 ]},
213213 {"and" : [
404404 "requires" : [
405405 {"or" : [
406406 " h_getBlueSpeedMaxRunway" ,
407- " h_destroyBombWalls " ,
407+ " h_carefullyDestroyBombWalls " ,
408408 {"obstaclesCleared" : [" A" ]}
409409 ]}
410410 ],
11061106 " h_getBlueSpeedMaxRunway" ,
11071107 " canCarefulJump"
11081108 ]},
1109- " h_destroyBombWalls " ,
1109+ " h_carefullyDestroyBombWalls " ,
11101110 {"obstaclesCleared" : [" A" ]}
11111111 ]}
11121112 ],
Original file line number Diff line number Diff line change 558558 "name" : " Base" ,
559559 "requires" : [
560560 {"or" : [
561- " h_destroyBombWalls " ,
561+ " h_carefullyDestroyBombWalls " ,
562562 {"obstaclesCleared" : [" A" ]}
563563 ]}
564564 ],
842842 "requires" : [
843843 " canSpeedyJump" ,
844844 " canCarefulJump" ,
845- " ScrewAttack "
845+ " h_avoidScrewStuck "
846846 ],
847847 "clearsObstacles" : [" A" ],
848848 "flashSuitChecked" : true ,
17191719 ]}
17201720 ]},
17211721 {"or" : [
1722- " h_destroyBombWalls " ,
1722+ " h_carefullyDestroyBombWalls " ,
17231723 {"obstaclesCleared" : [" A" ]}
17241724 ]}
17251725 ],
17661766 " h_storedSpark" ,
17671767 " canMidairShinespark" ,
17681768 {"shinespark" : {"frames" : 31 , "excessFrames" : 2 }},
1769- " h_destroyBombWalls "
1769+ " h_carefullyDestroyBombWalls "
17701770 ],
17711771 "clearsObstacles" : [" A" ],
17721772 "flashSuitChecked" : true ,
19711971 " canJumpIntoIBJ"
19721972 ]},
19731973 {"or" : [
1974- " h_destroyBombWalls " ,
1974+ " h_carefullyDestroyBombWalls " ,
19751975 {"obstaclesCleared" : [" A" ]}
19761976 ]}
19771977 ],
19891989 {"obstaclesCleared" : [" A" ]},
19901990 " h_bombThings" ,
19911991 {"and" : [
1992- " ScrewAttack " ,
1992+ " h_avoidScrewStuck " ,
19931993 {"or" : [
1994- " canTwoTileSqueeze " ,
1994+ " canTunnelCrawl " ,
19951995 " canSpeedyJump" ,
19961996 {"and" : [
19971997 " canXRayStandUp" ,
20282028 "requires" : [
20292029 " h_storedSpark" ,
20302030 {"shinespark" : {"frames" : 7 , "excessFrames" : 2 }},
2031- " h_destroyBombWalls "
2031+ " h_carefullyDestroyBombWalls "
20322032 ],
20332033 "clearsObstacles" : [" A" ],
20342034 "flashSuitChecked" : true ,
Original file line number Diff line number Diff line change 569569 {"acidFrames" : 35 }
570570 ]},
571571 {"or" : [
572- " ScrewAttack " ,
572+ " h_avoidScrewStuck " ,
573573 {"obstaclesCleared" : [" A" , " B" ]}
574574 ]}
575575 ],
13341334 {"acidFrames" : 35 }
13351335 ]},
13361336 {"or" : [
1337- " ScrewAttack " ,
1337+ " h_avoidScrewStuck " ,
13381338 {"and" : [
13391339 {"obstaclesCleared" : [" A" ]},
13401340 {"obstaclesCleared" : [" B" ]}
Original file line number Diff line number Diff line change 363363 "link" : [1 , 2 ],
364364 "name" : " Base" ,
365365 "requires" : [
366- " ScrewAttack " ,
366+ " h_avoidScrewStuck " ,
367367 {"or" : [
368368 " canCarefulJump" ,
369369 {"acidFrames" : 15 }
797797 "link" : [2 , 1 ],
798798 "name" : " Base" ,
799799 "requires" : [
800- " ScrewAttack " ,
800+ " h_avoidScrewStuck " ,
801801 {"or" : [
802802 " canCarefulJump" ,
803803 {"acidFrames" : 15 }
Original file line number Diff line number Diff line change 144144 " ScrewAttack" ,
145145 {"or" : [
146146 " canCarefulJump" ,
147- {"heatFrames" : 60 }
147+ {"and" : [
148+ " Morph" ,
149+ " Gravity" ,
150+ {"acidFrames" : 20 },
151+ {"heatFrames" : 60 }
152+ ]}
148153 ]},
149154 {"heatFrames" : 480 }
150155 ],
Original file line number Diff line number Diff line change 401401 " h_usePowerBomb" ,
402402 " h_bombThings" ,
403403 " h_destroyBombWalls" ,
404+ " h_carefullyDestroyBombWalls" ,
404405 " h_additionalBomb" ,
405406 " h_useSpringBall" ,
406407 " h_hasBeamUpgrade" ,
408+ " h_avoidScrewStuck" ,
407409 " h_shinechargeMaxRunway" ,
408410 " h_getBlueSpeedMaxRunway" ,
409411 " h_shinechargeSlideTemporaryBlue" ,
You can’t perform that action at this time.
0 commit comments