Skip to content

Commit 1c59c31

Browse files
committed
Bubble Mountain side platform jumps
1 parent 126d473 commit 1c59c31

2 files changed

Lines changed: 192 additions & 0 deletions

File tree

region/brinstar/pink/Waterway Energy Tank Room.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@
141141
"obstruction": [2, 0]
142142
}
143143
},
144+
"note": [
145+
"If using the full runway, back into the corner against the Speed blocks,",
146+
"then perform 4 arm pumps to advance 8 pixels while running."
147+
],
144148
"devNote": "Max extra run speed $7.0."
145149
},
146150
{

region/norfair/east/Bubble Mountain.json

Lines changed: 188 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,194 @@
11101110
"canTrickyGrappleJump"
11111111
]
11121112
},
1113+
{
1114+
"link": [2, 1],
1115+
"name": "Side Platform Cross Room Jump",
1116+
"entranceCondition": {
1117+
"comeInWithSidePlatform": {
1118+
"platforms": [
1119+
{
1120+
"minHeight": 1,
1121+
"maxHeight": 1,
1122+
"minTiles": 13,
1123+
"speedBooster": true,
1124+
"obstructions": [[1, 0]],
1125+
"requires": [
1126+
{"or": [
1127+
"HiJump",
1128+
{"and": [
1129+
"canTrickyDashJump",
1130+
"canTrickySpringBallJump"
1131+
]}
1132+
]},
1133+
{"or": [
1134+
"canTrickyDodgeEnemies",
1135+
{"enemyDamage": {"enemy": "Waver", "type": "contact", "hits": 1}}
1136+
]}
1137+
],
1138+
"note": ["This applies to Warehouse Entrance."]
1139+
},
1140+
{
1141+
"minHeight": 2,
1142+
"maxHeight": 2,
1143+
"minTiles": 11.4375,
1144+
"speedBooster": true,
1145+
"obstructions": [[1, 0]],
1146+
"requires": [
1147+
{"or": [
1148+
{"and": [
1149+
"HiJump",
1150+
"canHorizontalDamageBoost",
1151+
{"enemyDamage": {"enemy": "Waver", "type": "contact", "hits": 1}}
1152+
]},
1153+
{"and": [
1154+
"canTrickyDashJump",
1155+
"canTrickySpringBallJump"
1156+
]}
1157+
]}
1158+
],
1159+
"note": ["This applies to Ridley Tank Room, Halfie Climb Room, and Dust Torizo Room."],
1160+
"detailNote": [
1161+
"In the case of the Spring Ball mid-air jump, main forward momentum while entering the pause menu,",
1162+
"so that the mid-air jump gets a boost in jump height.",
1163+
"A backward input may be buffered along with the jump input during the unpause black screen."
1164+
]
1165+
},
1166+
{
1167+
"minHeight": 2,
1168+
"maxHeight": 2,
1169+
"minTiles": 27.4375,
1170+
"speedBooster": true,
1171+
"obstructions": [[1, 0]],
1172+
"requires": [
1173+
"canTrickyJump",
1174+
{"or": [
1175+
{"and": [
1176+
"HiJump",
1177+
{"or": [
1178+
"canTrickyDashJump",
1179+
"canTrickyDodgeEnemies",
1180+
{"enemyDamage": {"enemy": "Waver", "type": "contact", "hits": 1}}
1181+
]}
1182+
]},
1183+
"canTrickySpringBallJump"
1184+
]}
1185+
],
1186+
"note": ["This applies to Dust Torizo Room."],
1187+
"detailNote": [
1188+
"In the Hi-Jump case, it helps to use a little less than the full available runway,",
1189+
"in order to get a higher jump and more easily avoid the Waver."
1190+
]
1191+
},
1192+
{
1193+
"minHeight": 3,
1194+
"maxHeight": 3,
1195+
"minTiles": 10.4375,
1196+
"speedBooster": true,
1197+
"obstructions": [[1, 0]],
1198+
"requires": [
1199+
"canTrickyDashJump",
1200+
"canTrickySpringBallJump"
1201+
],
1202+
"note": ["This applies to Big Boy Room and Mickey Mouse Room."]
1203+
},
1204+
{
1205+
"minHeight": 2,
1206+
"maxHeight": 2,
1207+
"minTiles": 45,
1208+
"speedBooster": true,
1209+
"obstructions": [[2, 0]],
1210+
"requires": [
1211+
{"or": [
1212+
{"and": [
1213+
"canMomentumConservingMorph",
1214+
"canTrickySpringBallJump"
1215+
]},
1216+
{"and": [
1217+
"canInsaneJump",
1218+
{"or": [
1219+
"canHorizontalDamageBoost",
1220+
"canNeutralDamageBoost"
1221+
]},
1222+
{"enemyDamage": {"enemy": "Waver", "type": "contact", "hits": 1}}
1223+
]},
1224+
{"and": [
1225+
"canInsaneJump",
1226+
"HiJump"
1227+
]}
1228+
]}
1229+
],
1230+
"note": ["This applies to Waterway Energy Tank Room."],
1231+
"detailNote": [
1232+
"If Spring Ball is available, it is easier to use less than the full runway;",
1233+
"a momentum-conserving morph is not required but makes it more reliable.",
1234+
"Otherwise, back against the Speed blocks, and arm pump 4 times to advance 8 pixels.",
1235+
"Spin jump through the door (do not aim down), and use Hi-Jump or neutral knockback or a damage boost from a Waver to get up."
1236+
]
1237+
},
1238+
{
1239+
"minHeight": 2,
1240+
"maxHeight": 2,
1241+
"minTiles": 20,
1242+
"speedBooster": true,
1243+
"obstructions": [[3, 0]],
1244+
"requires": [
1245+
"canTrickyDashJump",
1246+
"canMomentumConservingMorph",
1247+
"canTrickySpringBallJump"
1248+
],
1249+
"note": ["This applies to Metroid Room 1 and Statues Hallway."]
1250+
},
1251+
{
1252+
"minHeight": 3,
1253+
"maxHeight": 3,
1254+
"minTiles": 37.4375,
1255+
"speedBooster": true,
1256+
"obstructions": [[3, 0]],
1257+
"requires": [
1258+
{"or": [
1259+
"canMomentumConservingMorph",
1260+
{"and": [
1261+
"canInsaneJump",
1262+
"HiJump"
1263+
]}
1264+
]}
1265+
],
1266+
"note": ["This applies to Flyway."]
1267+
},
1268+
{
1269+
"minHeight": 2,
1270+
"maxHeight": 2,
1271+
"minTiles": 45,
1272+
"speedBooster": true,
1273+
"obstructions": [[4, 0]],
1274+
"requires": [
1275+
"canInsaneJump",
1276+
"canMomentumConservingMorph",
1277+
"canInsaneMidAirMorph"
1278+
],
1279+
"note": ["This applies to Baby Kraid Room."]
1280+
},
1281+
{
1282+
"minHeight": 3,
1283+
"maxHeight": 3,
1284+
"minTiles": 39.4375,
1285+
"speedBooster": true,
1286+
"obstructions": [[3, 2]],
1287+
"requires": [
1288+
"canTrickyJump",
1289+
{"or": [
1290+
"HiJump",
1291+
"canTrickySpringBallJump"
1292+
]}
1293+
],
1294+
"note": ["This applies to Metal Pirates Room."]
1295+
}
1296+
]
1297+
}
1298+
},
1299+
"requires": []
1300+
},
11131301
{
11141302
"id": 31,
11151303
"link": [2, 2],

0 commit comments

Comments
 (0)