File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 319319 "link" : [1 , 2 ],
320320 "name" : " Base" ,
321321 "requires" : [
322- " canDash" ,
323322 {"or" : [
324323 {"and" : [
324+ " canDash" ,
325325 {"spikeHits" : 3 },
326326 {"enemyDamage" : {"enemy" : " Kzan" , "type" : " contact" , "hits" : 1 }}
327327 ]},
328328 {"and" : [
329329 " h_navigateUnderwater" ,
330+ " canDash" ,
330331 " canCarefulJump" ,
331332 {"spikeHits" : 2 },
332333 {"or" : [
343344 " Gravity" ,
344345 " Morph" ,
345346 " SpaceJump" ,
346- {"spikeHits" : 2 }
347+ {"and" : [
348+ {"noBlueSuit" : {}},
349+ {"spikeHits" : 2 }
350+ ]}
347351 ]}
348352 ]}
349353 ]}
619623 "link" : [2 , 1 ],
620624 "name" : " Base" ,
621625 "requires" : [
622- " canDash" ,
623626 {"or" : [
624627 {"and" : [
628+ " canDash" ,
625629 {"spikeHits" : 3 },
626630 {"enemyDamage" : {"enemy" : " Kzan" , "type" : " contact" , "hits" : 1 }}
627631 ]},
628632 {"and" : [
633+ " canDash" ,
629634 " h_navigateUnderwater" ,
630635 " canCarefulJump" ,
631636 {"spikeHits" : 2 },
643648 " Gravity" ,
644649 " Morph" ,
645650 " SpaceJump" ,
646- {"spikeHits" : 2 }
651+ {"and" : [
652+ {"noBlueSuit" : {}},
653+ {"spikeHits" : 2 }
654+ ]}
647655 ]}
648656 ]}
649657 ]}
Original file line number Diff line number Diff line change 180180 {"or" : [
181181 " ScrewAttack" ,
182182 " canPseudoScrew" ,
183+ {"haveBlueSuit" : {}},
183184 " Plasma" ,
184185 " Grapple" ,
185186 {"and" : [
315316 {"or" : [
316317 " ScrewAttack" ,
317318 " canPseudoScrew" ,
319+ {"haveBlueSuit" : {}},
318320 " Plasma" ,
319321 " Grapple" ,
320322 {"ammo" : {"type" : " Missile" , "count" : 3 }},
14311433 {"or" : [
14321434 " ScrewAttack" ,
14331435 " canPseudoScrew" ,
1436+ {"haveBlueSuit" : {}},
14341437 " Plasma" ,
14351438 " Grapple" ,
14361439 {"and" : [
14691472 {"or" : [
14701473 " ScrewAttack" ,
14711474 " canPseudoScrew" ,
1475+ {"haveBlueSuit" : {}},
14721476 " Plasma" ,
14731477 " Grapple" ,
14741478 {"ammo" : {"type" : " Missile" , "count" : 3 }},
You can’t perform that action at this time.
0 commit comments