Skip to content

Commit 4361836

Browse files
committed
Grapple Tutorial Room 3 side platform jumps
1 parent 126d473 commit 4361836

1 file changed

Lines changed: 81 additions & 0 deletions

File tree

region/norfair/crocomire/Grapple Tutorial Room 3.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,87 @@
619619
"note": "This may be easier by starting with a flatley jump from the lowest ledge.",
620620
"devNote": "This is likely never useful unless the Gamets are gone or Samus can't take a hit from them for some reason."
621621
},
622+
{
623+
"link": [1, 4],
624+
"name": "Side Platform Cross Room Jump",
625+
"entranceCondition": {
626+
"comeInWithSidePlatform": {
627+
"platforms": [
628+
{
629+
"minHeight": 1,
630+
"maxHeight": 1,
631+
"minTiles": 17,
632+
"speedBooster": "any",
633+
"obstructions": [[1, 0]],
634+
"requires": [
635+
{"or": [
636+
"SpeedBooster",
637+
"canLateralMidAirMorph"
638+
]}
639+
],
640+
"note": ["This applies to Warehouse Entrance."]
641+
},
642+
{
643+
"minHeight": 2,
644+
"maxHeight": 2,
645+
"minTiles": 7.4375,
646+
"speedBooster": "any",
647+
"obstructions": [[1, 0]],
648+
"requires": [
649+
"canTrickyJump"
650+
],
651+
"note": ["This applies to Shaktool Room, Ridley Tank Room, Halfie Climb Room, and Dust Torizo Room."]
652+
},
653+
{
654+
"minHeight": 3,
655+
"maxHeight": 3,
656+
"minTiles": 10.4375,
657+
"speedBooster": "any",
658+
"obstructions": [[1, 0]],
659+
"requires": [
660+
{"or": [
661+
"SpeedBooster",
662+
"canPreciseWalljump"
663+
]}
664+
],
665+
"note": ["This applies to Big Boy Room and Mickey Mouse Room."]
666+
},
667+
{
668+
"minHeight": 4,
669+
"maxHeight": 4,
670+
"minTiles": 11.4375,
671+
"speedBooster": true,
672+
"obstructions": [[1, 0]],
673+
"requires": [
674+
"canTrickyJump"
675+
],
676+
"note": ["This applies to Aqueduct."]
677+
},
678+
{
679+
"minHeight": 2,
680+
"maxHeight": 2,
681+
"minTiles": 45,
682+
"speedBooster": true,
683+
"obstructions": [[2, 0]],
684+
"requires": [
685+
"canTrickyJump"
686+
],
687+
"note": ["This applies to Waterway Energy Tank Room."]
688+
},
689+
{
690+
"minHeight": 3,
691+
"maxHeight": 3,
692+
"minTiles": 15.4375,
693+
"speedBooster": true,
694+
"obstructions": [[3, 2]],
695+
"requires": [],
696+
"note": ["This applies to Metal Pirates Room."]
697+
}
698+
]
699+
}
700+
},
701+
"requires": []
702+
},
622703
{
623704
"id": 25,
624705
"link": [2, 1],

0 commit comments

Comments
 (0)