Skip to content

Commit 1e0b240

Browse files
authored
Merge pull request #2046 from blkerby/side-platforms-23
Maridia Elevator Room right-to-top side platform jumps
2 parents 6b60da4 + 68753a0 commit 1e0b240

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

region/maridia/inner-yellow/Maridia Elevator Room.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,61 @@
10591059
"Unmorph to retain blue speed to pass safely through the Rippers."
10601060
]
10611061
},
1062+
{
1063+
"link": [2, 3],
1064+
"name": "Side Platform Cross Room Jump into Spring Ball Jump",
1065+
"entranceCondition": {
1066+
"comeInWithSidePlatform": {
1067+
"platforms": [
1068+
{
1069+
"minHeight": 2,
1070+
"maxHeight": 2,
1071+
"minTiles": 45,
1072+
"obstructions": [[1, 0]],
1073+
"speedBooster": true,
1074+
"note": ["This applies to Noob Bridge."]
1075+
},
1076+
{
1077+
"minHeight": 2,
1078+
"maxHeight": 2,
1079+
"minTiles": 45,
1080+
"obstructions": [[3, 0]],
1081+
"speedBooster": true,
1082+
"note": ["This applies to Statues Hallway and Baby Kraid Room."]
1083+
},
1084+
{
1085+
"minHeight": 3,
1086+
"maxHeight": 3,
1087+
"minTiles": 45,
1088+
"obstructions": [[3, 0]],
1089+
"speedBooster": true,
1090+
"note": ["This applies to Bowling Alley (middle, power off) and Basement (power on)."]
1091+
},
1092+
{
1093+
"minHeight": 3,
1094+
"maxHeight": 3,
1095+
"minTiles": 39.4375,
1096+
"obstructions": [[3, 2]],
1097+
"speedBooster": true,
1098+
"note": ["This applies to Metal Pirates Room."]
1099+
}
1100+
]
1101+
}
1102+
},
1103+
"requires": [
1104+
"HiJump",
1105+
"canInsaneJump",
1106+
"canMomentumConservingMorph",
1107+
"canInsaneMidAirMorph",
1108+
"canTrickySpringBallJump"
1109+
],
1110+
"wallJumpAvoid": true,
1111+
"flashSuitChecked": true,
1112+
"detailNote": [
1113+
"This strat is included for completeness, though generally it would be easier to do a",
1114+
"spring ball bounce instead."
1115+
]
1116+
},
10621117
{
10631118
"id": 31,
10641119
"link": [2, 3],

0 commit comments

Comments
 (0)