File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 845845 "requires" : [
846846 " h_bombThings" ,
847847 {"or" : [
848- " canBePatient " ,
848+ " canBeLucky " ,
849849 " Bombs" ,
850850 {"ammo" : {"type" : " PowerBomb" , "count" : 4 }}
851851 ]},
852852 {"tech" : " canUnmorphBombBoost" },
853+ " canResetFallSpeed" ,
853854 " can4HighMidAirMorph"
854855 ],
855856 "collectsItems" : [3 ],
858859 "note" : [
859860 " Jump and Morph very quickly to place a bomb to boost Samus to the right." ,
860861 " The bomb should be as far right as possible, and just above door height."
861- ]
862+ ],
863+ "devNote" : " canBeLucky added for difficulty placement."
862864 },
863865 {
864866 "id" : 23 ,
11341136 }
11351137 },
11361138 "requires" : [
1137- {"haveBlueSuit" : {}}
1139+ {"haveBlueSuit" : {}},
1140+ {"or" : [
1141+ {"disableEquipment" : " Gravity" },
1142+ " h_artificialMorphBombHorizontally" ,
1143+ " h_artificialMorphSpringBall"
1144+ ]}
11381145 ],
11391146 "flashSuitChecked" : true ,
11401147 "blueSuitChecked" : true
You can’t perform that action at this time.
0 commit comments