Skip to content

Commit 06dba57

Browse files
committed
Colosseum side platform applications
1 parent b0fcd48 commit 06dba57

6 files changed

Lines changed: 295 additions & 2 deletions

File tree

region/brinstar/blue/Blue Brinstar Energy Tank Room.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,9 @@
299299
"1) Most easily, with a momentum-conserving morph against the ceiling through the transition,",
300300
"2) With a momentum-conserving turnaround through the transition, or",
301301
"3) Jumping and aiming down through the transition.",
302-
"Either back into the corner, or press against it and turn around; it doesn't matter which."
302+
"To maximize the lenience for the jump, back into the Power Bomb block corner,",
303+
"and while running perform a single-pixel arm pump (e.g. by firing a shot);",
304+
"this only matters in certain situations, but in all cases it won't hurt."
303305
],
304306
"devNote": [
305307
"Max extra run speed $5.4.",

region/maridia/inner-pink/Colosseum.json

Lines changed: 277 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,283 @@
11941194
],
11951195
"note": "Uses a runway of two tiles in the adjacent room."
11961196
},
1197+
{
1198+
"link": [2, 3],
1199+
"name": "Side Platform Cross Room Jump",
1200+
"entranceCondition": {
1201+
"comeInWithSidePlatform": {
1202+
"platforms": [
1203+
{
1204+
"minHeight": 2,
1205+
"maxHeight": 2,
1206+
"minTiles": 27.4375,
1207+
"speedBooster": true,
1208+
"obstructions": [[1, 0]],
1209+
"requires": [
1210+
"canMomentumConservingTurnaround"
1211+
],
1212+
"note": ["This applies to Dust Torizo Room and Noob Bridge."],
1213+
"devNote": [
1214+
"The jump could also be done with a shorter runway, with a tricky dash jump using run speed $4.0 or $4.1.",
1215+
"But it wouldn't apply to any more rooms in the game."
1216+
]
1217+
},
1218+
{
1219+
"minHeight": 3,
1220+
"maxHeight": 3,
1221+
"minTiles": 28.2472,
1222+
"speedBooster": true,
1223+
"obstructions": [[1, 0]],
1224+
"requires": [
1225+
"canMomentumConservingTurnaround"
1226+
],
1227+
"note": ["This applies to Double Chamber."],
1228+
"devNote": [
1229+
"The jump could also be done with a shorter runway, with a tricky dash jump using run speed $4.0 or $4.1.",
1230+
"But it wouldn't apply to any more rooms in the game."
1231+
]
1232+
},
1233+
{
1234+
"minHeight": 1,
1235+
"maxHeight": 1,
1236+
"minTiles": 23.8731,
1237+
"speedBooster": true,
1238+
"obstructions": [[3, 0]],
1239+
"environment": "water",
1240+
"requires": [
1241+
"canInsaneJump",
1242+
"canGravityJump",
1243+
"canMomentumConservingTurnaround"
1244+
],
1245+
"note": [
1246+
"This applies to Below Botwoon Energy Tank and Botwoon Energy Tank Room",
1247+
"gain run speed, and time a pause to unequip Gravity after Samus jumps;",
1248+
"hold down and back through the unpause to buffer a turnaround."
1249+
],
1250+
"detailNote": [
1251+
"With a momentum conserving turnaround, this has a 3-frame window for the jump,",
1252+
"and between a 5-frame and 7-frame window for the pause, depending on the jump timing",
1253+
"(with later jumps corresponding to larger windows for the pause to hit).",
1254+
"A ceiling mockball is also possible but with greater difficulty."
1255+
]
1256+
},
1257+
{
1258+
"minHeight": 2,
1259+
"maxHeight": 2,
1260+
"minTiles": 45,
1261+
"speedBooster": true,
1262+
"obstructions": [[3, 0]],
1263+
"requires": [
1264+
"canInsaneJump",
1265+
{"or": [
1266+
"canMomentumConservingMorph",
1267+
"canMomentumConservingTurnaround"
1268+
]}
1269+
],
1270+
"note": ["This applies to Statues Hallway and Baby Kraid Room."],
1271+
"devNote": [
1272+
"With a momentum conserving morph, this has a 2-frame window for the jump,",
1273+
"and a 1-frame or 2-frame window for the morph depending on the jump timing",
1274+
"(with a last-frame jump giving the larger window for the morph).",
1275+
"With a turnaround, this requires a last-frame jump, with a 2-frame window for the turnaround."
1276+
]
1277+
},
1278+
{
1279+
"minHeight": 3,
1280+
"maxHeight": 3,
1281+
"minTiles": 21.4375,
1282+
"speedBooster": true,
1283+
"obstructions": [[3, 0]],
1284+
"environment": "water",
1285+
"requires": [
1286+
"canTrickyDashJump",
1287+
"canInsaneJump",
1288+
"canGravityJump",
1289+
"canMomentumConservingTurnaround"
1290+
],
1291+
"note": [
1292+
"This applies to Draygon's Room.",
1293+
"Start about a tile away from the wall, gain run speed, and time a pause to unequip Gravity after Samus jumps;",
1294+
"hold down and back through the unpause to buffer a turnaround."
1295+
],
1296+
"detailNote": [
1297+
"Gain extra run speed of $4.0 or $4.1.",
1298+
"A last-frame jump with a speed of $4.1 gives a 5-frame window for the pause/turnaround,",
1299+
"while a second-to-last-frame jump with a speed of $4.0 gives a 2-frame window."
1300+
],
1301+
"devNote": [
1302+
"If Spring Ball is available, the frame window for the turnaround with $4.0 speed can be larger,",
1303+
"but it doesn't seem like a big enough difference to justify separate logical requirements."
1304+
]
1305+
},
1306+
{
1307+
"minHeight": 3,
1308+
"maxHeight": 3,
1309+
"minTiles": 41.4375,
1310+
"speedBooster": true,
1311+
"obstructions": [[3, 0]],
1312+
"requires": [
1313+
"canInsaneJump",
1314+
"canMomentumConservingTurnaround"
1315+
],
1316+
"note": [
1317+
"This applies to Blue Brinstar Energy Tank Room (Power Bomb blocks broken), Bowling Alley (middle), and Basement."
1318+
],
1319+
"detailNote": [
1320+
"With ideal starting position, this has a 2-frame window for the jump,",
1321+
"and a 1-frame or 3-frame window for the turnaround based on the jump timing",
1322+
"(with a last-frame jump giving the larger window for the turnaround).",
1323+
"A ceiling mockball is also possible but more difficult, requiring a last-frame jump and a 2-frame window for the morph."
1324+
],
1325+
"devNote": [
1326+
"The trick is more difficult if using the full runway in the long rooms Bowling Alley or Basement,",
1327+
"requiring a last-frame jump and a 2-frame window for the turnaround."
1328+
]
1329+
},
1330+
{
1331+
"minHeight": 3,
1332+
"maxHeight": 3,
1333+
"minTiles": 39.4375,
1334+
"speedBooster": true,
1335+
"obstructions": [[3, 2]],
1336+
"requires": [
1337+
"canMomentumConservingTurnaround"
1338+
],
1339+
"note": ["This applies to Metal Pirates Room."]
1340+
},
1341+
{
1342+
"minHeight": 3,
1343+
"maxHeight": 3,
1344+
"minTiles": 39.4375,
1345+
"speedBooster": true,
1346+
"obstructions": [[5, 2]],
1347+
"requires": [
1348+
"canInsaneJump",
1349+
{"or": [
1350+
"canMomentumConservingTurnaround",
1351+
"canMomentumConservingMorph"
1352+
]}
1353+
],
1354+
"note": ["This applies to Flyway"],
1355+
"devNote": [
1356+
"This requires a last-frame jump, with a 3-frame window for the turnaround.",
1357+
"A ceiling mockball is also possible, with somewhat greater difficulty:",
1358+
"it needs a last-frame jump, with a 2-frame window for the morph."
1359+
]
1360+
}
1361+
]
1362+
}
1363+
},
1364+
"requires": [
1365+
"canCrossRoomJumpIntoWater",
1366+
"canTrickyJump"
1367+
]
1368+
},
1369+
{
1370+
"link": [2, 3],
1371+
"name": "Side Platform Cross Room Jump into Spring Ball Jump",
1372+
"entranceCondition": {
1373+
"comeInWithSidePlatform": {
1374+
"platforms": [
1375+
{
1376+
"minHeight": 1,
1377+
"maxHeight": 1,
1378+
"minTiles": 4,
1379+
"speedBooster": false,
1380+
"obstructions": [[1, 0]],
1381+
"note": "Applies to Skree Boost Room, Screw Attack Room, and Lava Dive"
1382+
},
1383+
{
1384+
"minHeight": 2,
1385+
"maxHeight": 2,
1386+
"minTiles": 5.4375,
1387+
"speedBooster": false,
1388+
"obstructions": [[1, 0]],
1389+
"requires": [
1390+
"canTrickySpringBallJump",
1391+
"canTrickyJump"
1392+
],
1393+
"note": "Applies to Early Supers Room, Blue Hopper Room, Bowling Alley (bottom), Dust Torizo Room, and Noob Bridge"
1394+
},
1395+
{
1396+
"minHeight": 3,
1397+
"maxHeight": 3,
1398+
"minTiles": 9.4375,
1399+
"speedBooster": false,
1400+
"obstructions": [[1, 0]],
1401+
"requires": [
1402+
"canTrickySpringBallJump",
1403+
"canTrickyJump"
1404+
],
1405+
"note": "Applies to Bomb Torizo Room, Pink Brinstar Hopper Room, Phantoon's Room, Big Boy Room, and Double Chamber."
1406+
},
1407+
{
1408+
"minHeight": 3,
1409+
"maxHeight": 3,
1410+
"minTiles": 9.4375,
1411+
"speedBooster": false,
1412+
"obstructions": [[3, 2]],
1413+
"requires": [
1414+
"canTrickySpringBallJump",
1415+
"canTrickyJump",
1416+
"canJumpIntoIBJ",
1417+
{"enemyDamage": {"enemy": "Mochtroid", "type": "contact", "hits": 1}}
1418+
],
1419+
"note": "Applies to Metal Pirates Room."
1420+
},
1421+
{
1422+
"minHeight": 2,
1423+
"maxHeight": 2,
1424+
"minTiles": 31,
1425+
"speedBooster": true,
1426+
"obstructions": [[3, 0]],
1427+
"requires": [
1428+
"canInsaneJump",
1429+
{"or": [
1430+
"canMomentumConservingTurnaround",
1431+
{"and": [
1432+
"canMomentumConservingMorph",
1433+
"canBeVeryPatient"
1434+
]}
1435+
]}
1436+
],
1437+
"note": ["This applies to Metroid Room 1."],
1438+
"devNote": [
1439+
"With ideal positioning, starting 5 or 6 pixels from the end of the runway,",
1440+
"this has a 2-frame window for the jump, and a 1-frame or 3-frame window for the turnaround based on the jump timing",
1441+
"(with a last-frame jump giving the larger window for the turnaround).",
1442+
"This can also be done with a momentum conserving morph, but with somewhat greater difficulty:",
1443+
"it has a 2-frame window for the jump, and a 1-frame or 2-frame window for the turnaround based on the jump timing."
1444+
]
1445+
},
1446+
{
1447+
"minHeight": 3,
1448+
"maxHeight": 3,
1449+
"minTiles": 30.4375,
1450+
"speedBooster": true,
1451+
"obstructions": [[3, 0]],
1452+
"requires": [
1453+
"canInsaneJump",
1454+
"canMomentumConservingTurnaround"
1455+
],
1456+
"note": [
1457+
"This applies to Blue Brinstar Energy Tank Room (Power Bomb blocks intact)."
1458+
],
1459+
"detailNote": [
1460+
"With ideal starting position, this has a 2-frame window for the jump,",
1461+
"and a 1-frame or 3-frame window for the turnaround based on the jump timing",
1462+
"(with a last-frame jump giving the larger window for the turnaround)."
1463+
]
1464+
}
1465+
]
1466+
}
1467+
},
1468+
"requires": [
1469+
"canCrossRoomJumpIntoWater",
1470+
"canMomentumConservingTurnaround",
1471+
"canSpringBallJumpMidAir"
1472+
]
1473+
},
11971474
{
11981475
"id": 52,
11991476
"link": [2, 3],

region/maridia/outer/Crab Hole.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@
11641164
"minHeight": 2,
11651165
"maxHeight": 2,
11661166
"minTiles": 23,
1167-
"speedBooster": "any",
1167+
"speedBooster": true,
11681168
"obstructions": [[3, 0]],
11691169
"requires": [
11701170
"canInsaneJump",

region/tourian/main/Metroid Room 1.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@
166166
"obstruction": [3, 0]
167167
}
168168
},
169+
"note": [
170+
"It is best to start 4 or 5 pixels from the end of the runway;",
171+
"equivalently, start at the end of the runway and use arm pumps to advance 4 or 5 pixels while running."
172+
],
169173
"devNote": "Max extra run speed $5.7."
170174
},
171175
{

region/wreckedship/main/Bowling Alley.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@
454454
"obstruction": [3, 0]
455455
}
456456
},
457+
"note": "If using the full runway, back into the corner against the Chozo statue.",
457458
"devNote": ["Max extra run speed $7.0."]
458459
},
459460
{

schema/m3-room.schema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,13 +716,22 @@
716716
}
717717
}
718718
},
719+
"environment": {
720+
"type": "string",
721+
"description": "Environment that Samus is in while exiting the previous room.",
722+
"enum": ["water", "air", "any"],
723+
"default": "any"
724+
},
719725
"requires": {
720726
"$ref" : "m3-requirements.schema.json#/definitions/logicalRequirements",
721727
"description": "Logical requirements specific to using this platform geometry."
722728
},
723729
"note": {
724730
"$ref" : "m3-note.schema.json#/definitions/note"
725731
},
732+
"detailNote": {
733+
"$ref" : "m3-note.schema.json#/definitions/detailNote"
734+
},
726735
"devNote": {
727736
"$ref" : "m3-note.schema.json#/definitions/devNote"
728737
}

0 commit comments

Comments
 (0)