Room ID: 231
|
Exit condition: {
"leaveWithRunway": {
"length": 1,
"openEnd": 1
}
} |
|
Avoid backing into the corner; instead press against it and turn around, to put Samus into a better position. Exit condition: {
"leaveWithSidePlatform": {
"height": 2,
"runway": {
"length": 28,
"openEnd": 0
},
"obstruction": [
1,
0
]
}
}Dev note: Max extra run speed $5.0, or $5.1 with Hi-Jump. |
|
Requires: {
"canShineCharge": {
"usedTiles": 29,
"openEnd": 0
}
}
"canShinechargeMovement"
{
"shineChargeFrames": 35
}Exit condition: {
"leaveShinecharged": {}
} |
|
Exit condition: {
"leaveSpinning": {
"remoteRunway": {
"length": 25,
"openEnd": 1
}
}
} |
|
Exit condition: {
"leaveWithMockball": {
"remoteRunway": {
"length": 25,
"openEnd": 1
},
"landingRunway": {
"length": 1,
"openEnd": 1
}
}
} |
|
Exit condition: {
"leaveWithSpringBallBounce": {
"remoteRunway": {
"length": 21,
"openEnd": 0
},
"landingRunway": {
"length": 1,
"openEnd": 1
},
"movementType": "uncontrolled"
}
} |
|
Exit condition: {
"leaveSpaceJumping": {
"remoteRunway": {
"length": 17,
"openEnd": 1
}
}
} |
|
Requires: {
"canShineCharge": {
"usedTiles": 27,
"openEnd": 0
}
}Exit condition: {
"leaveWithTemporaryBlue": {}
} |
|
Requires: "h_CrystalFlash" |
|
|
|
|
|
Entrance condition: {
"comeInWithGrappleTeleport": {
"blockPositions": [
[
3,
12
],
[
3,
13
]
]
}
}Bypasses door shell: true |
|
Entrance condition: {
"comeInWithGrappleTeleport": {
"blockPositions": [
[
3,
12
]
]
}
}Exit condition: {
"leaveWithGrappleTeleport": {
"blockPositions": [
[
3,
12
]
]
}
}Bypasses door shell: true |
From: 2
Right Door
To: 1
Left Door
Entrance condition: {
"comeInWithGrappleTeleport": {
"blockPositions": [
[
3,
13
]
]
}
}Exit condition: {
"leaveWithGrappleTeleport": {
"blockPositions": [
[
3,
13
]
]
}
}Bypasses door shell: true |
|
Exit condition: {
"leaveWithRunway": {
"length": 1,
"openEnd": 1
}
} |
|
Avoid backing into the corner; instead press against it and turn around, to put Samus into a better position. Exit condition: {
"leaveWithSidePlatform": {
"height": 2,
"runway": {
"length": 28,
"openEnd": 0
},
"obstruction": [
1,
0
]
}
}Dev note: Max extra run speed $5.0, or $5.1 with Hi-Jump. |
|
Requires: {
"canShineCharge": {
"usedTiles": 29,
"openEnd": 0
}
}
"canShinechargeMovement"
{
"shineChargeFrames": 35
}Exit condition: {
"leaveShinecharged": {}
} |
|
Exit condition: {
"leaveSpinning": {
"remoteRunway": {
"length": 25,
"openEnd": 1
}
}
} |
|
Exit condition: {
"leaveWithMockball": {
"remoteRunway": {
"length": 25,
"openEnd": 1
},
"landingRunway": {
"length": 1,
"openEnd": 1
}
}
} |
|
Exit condition: {
"leaveWithSpringBallBounce": {
"remoteRunway": {
"length": 21,
"openEnd": 0
},
"landingRunway": {
"length": 1,
"openEnd": 1
},
"movementType": "uncontrolled"
}
} |
|
Exit condition: {
"leaveSpaceJumping": {
"remoteRunway": {
"length": 17,
"openEnd": 1
}
}
} |
|
Requires: {
"canShineCharge": {
"usedTiles": 27,
"openEnd": 0
}
}Exit condition: {
"leaveWithTemporaryBlue": {}
} |
{
"$schema": "../../../schema/m3-room.schema.json",
"id": 231,
"name": "Dust Torizo Room",
"area": "Tourian",
"subarea": "Main",
"roomAddress": "0x7DC65",
"roomEnvironments": [
{
"heated": false
}
],
"mapTileMask": [
[
1,
1
]
],
"nodes": [
{
"id": 1,
"name": "Left Door",
"nodeType": "door",
"nodeSubType": "gray",
"nodeAddress": "0x001aa2c",
"doorOrientation": "left",
"doorEnvironments": [
{
"physics": "air"
}
],
"mapTileMask": [
[
2,
1
]
]
},
{
"id": 2,
"name": "Right Door",
"nodeType": "door",
"nodeSubType": "gray",
"nodeAddress": "0x001aa20",
"doorOrientation": "right",
"doorEnvironments": [
{
"physics": "air"
}
],
"locks": [
{
"name": "Dust Torizo Gray Lock (to Tourian Hoppers)",
"lockType": "permanent",
"unlockStrats": [
{
"name": "Base",
"requires": [
"never"
]
}
]
}
],
"mapTileMask": [
[
1,
2
]
]
}
],
"enemies": [],
"links": [
{
"from": 1,
"to": [
{
"id": 1
},
{
"id": 2
}
]
},
{
"from": 2,
"to": [
{
"id": 1
},
{
"id": 2
}
]
}
],
"strats": [
{
"link": [
1,
1
],
"name": "Base (Unlock Door)",
"requires": [],
"unlocksDoors": [
{
"types": [
"ammo"
],
"requires": []
}
]
},
{
"link": [
1,
1
],
"name": "Base (Come In Normally)",
"entranceCondition": {
"comeInNormally": {}
},
"requires": []
},
{
"link": [
1,
1
],
"name": "Base (Come In With Mockball)",
"entranceCondition": {
"comeInWithMockball": {
"adjacentMinTiles": 0,
"remoteAndLandingMinTiles": [
[
0,
0
]
],
"speedBooster": "any"
}
},
"requires": []
},
{
"link": [
2,
2
],
"name": "Base (Unlock Door)",
"requires": [],
"unlocksDoors": [
{
"types": [
"ammo"
],
"requires": []
}
]
},
{
"link": [
2,
2
],
"name": "Base (Come In Normally)",
"entranceCondition": {
"comeInNormally": {}
},
"requires": []
},
{
"link": [
2,
2
],
"name": "Base (Come In With Mockball)",
"entranceCondition": {
"comeInWithMockball": {
"adjacentMinTiles": 0,
"remoteAndLandingMinTiles": [
[
0,
0
]
],
"speedBooster": "any"
}
},
"requires": []
},
{
"id": 1,
"link": [
1,
1
],
"name": "Leave with Runway",
"requires": [],
"exitCondition": {
"leaveWithRunway": {
"length": 1,
"openEnd": 1
}
}
},
{
"id": 21,
"link": [
1,
1
],
"name": "Leave With Side Platform",
"requires": [],
"exitCondition": {
"leaveWithSidePlatform": {
"height": 2,
"runway": {
"length": 28,
"openEnd": 0
},
"obstruction": [
1,
0
]
}
},
"note": [
"Avoid backing into the corner;",
"instead press against it and turn around, to put Samus into a better position."
],
"devNote": "Max extra run speed $5.0, or $5.1 with Hi-Jump."
},
{
"id": 2,
"link": [
1,
1
],
"name": "Leave Shinecharged",
"requires": [
{
"canShineCharge": {
"usedTiles": 29,
"openEnd": 0
}
},
"canShinechargeMovement",
{
"shineChargeFrames": 35
}
],
"exitCondition": {
"leaveShinecharged": {}
},
"flashSuitChecked": true
},
{
"id": 3,
"link": [
1,
1
],
"name": "Leave Spinning",
"requires": [],
"exitCondition": {
"leaveSpinning": {
"remoteRunway": {
"length": 25,
"openEnd": 1
}
}
}
},
{
"id": 4,
"link": [
1,
1
],
"name": "Leave With Mockball",
"requires": [],
"exitCondition": {
"leaveWithMockball": {
"remoteRunway": {
"length": 25,
"openEnd": 1
},
"landingRunway": {
"length": 1,
"openEnd": 1
}
}
}
},
{
"id": 5,
"link": [
1,
1
],
"name": "Leave With Spring Ball Bounce",
"requires": [],
"exitCondition": {
"leaveWithSpringBallBounce": {
"remoteRunway": {
"length": 21,
"openEnd": 0
},
"landingRunway": {
"length": 1,
"openEnd": 1
},
"movementType": "uncontrolled"
}
}
},
{
"id": 6,
"link": [
1,
1
],
"name": "Leave Space Jumping",
"requires": [],
"exitCondition": {
"leaveSpaceJumping": {
"remoteRunway": {
"length": 17,
"openEnd": 1
}
}
}
},
{
"id": 7,
"link": [
1,
1
],
"name": "Leave With Temporary Blue",
"requires": [
{
"canShineCharge": {
"usedTiles": 27,
"openEnd": 0
}
}
],
"exitCondition": {
"leaveWithTemporaryBlue": {}
}
},
{
"id": 8,
"link": [
1,
1
],
"name": "Crystal Flash",
"requires": [
"h_CrystalFlash"
],
"flashSuitChecked": true
},
{
"id": 9,
"link": [
1,
2
],
"name": "Base",
"requires": []
},
{
"id": 10,
"link": [
2,
1
],
"name": "Base",
"requires": []
},
{
"id": 11,
"link": [
2,
1
],
"name": "Grapple Teleport Door Lock Skip",
"entranceCondition": {
"comeInWithGrappleTeleport": {
"blockPositions": [
[
3,
12
],
[
3,
13
]
]
}
},
"requires": [],
"bypassesDoorShell": true
},
{
"id": 12,
"link": [
2,
1
],
"name": "Carry Grapple Teleport (Top Position)",
"entranceCondition": {
"comeInWithGrappleTeleport": {
"blockPositions": [
[
3,
12
]
]
}
},
"requires": [],
"exitCondition": {
"leaveWithGrappleTeleport": {
"blockPositions": [
[
3,
12
]
]
}
},
"bypassesDoorShell": true
},
{
"id": 13,
"link": [
2,
1
],
"name": "Carry Grapple Teleport (Bottom Position)",
"entranceCondition": {
"comeInWithGrappleTeleport": {
"blockPositions": [
[
3,
13
]
]
}
},
"requires": [],
"exitCondition": {
"leaveWithGrappleTeleport": {
"blockPositions": [
[
3,
13
]
]
}
},
"bypassesDoorShell": true
},
{
"id": 14,
"link": [
2,
2
],
"name": "Leave with Runway",
"requires": [],
"exitCondition": {
"leaveWithRunway": {
"length": 1,
"openEnd": 1
}
}
},
{
"id": 22,
"link": [
2,
2
],
"name": "Leave With Side Platform",
"requires": [],
"exitCondition": {
"leaveWithSidePlatform": {
"height": 2,
"runway": {
"length": 28,
"openEnd": 0
},
"obstruction": [
1,
0
]
}
},
"note": [
"Avoid backing into the corner;",
"instead press against it and turn around, to put Samus into a better position."
],
"devNote": "Max extra run speed $5.0, or $5.1 with Hi-Jump."
},
{
"id": 15,
"link": [
2,
2
],
"name": "Leave Shinecharged",
"requires": [
{
"canShineCharge": {
"usedTiles": 29,
"openEnd": 0
}
},
"canShinechargeMovement",
{
"shineChargeFrames": 35
}
],
"exitCondition": {
"leaveShinecharged": {}
},
"flashSuitChecked": true
},
{
"id": 16,
"link": [
2,
2
],
"name": "Leave Spinning",
"requires": [],
"exitCondition": {
"leaveSpinning": {
"remoteRunway": {
"length": 25,
"openEnd": 1
}
}
}
},
{
"id": 17,
"link": [
2,
2
],
"name": "Leave With Mockball",
"requires": [],
"exitCondition": {
"leaveWithMockball": {
"remoteRunway": {
"length": 25,
"openEnd": 1
},
"landingRunway": {
"length": 1,
"openEnd": 1
}
}
}
},
{
"id": 18,
"link": [
2,
2
],
"name": "Leave With Spring Ball Bounce",
"requires": [],
"exitCondition": {
"leaveWithSpringBallBounce": {
"remoteRunway": {
"length": 21,
"openEnd": 0
},
"landingRunway": {
"length": 1,
"openEnd": 1
},
"movementType": "uncontrolled"
}
}
},
{
"id": 19,
"link": [
2,
2
],
"name": "Leave Space Jumping",
"requires": [],
"exitCondition": {
"leaveSpaceJumping": {
"remoteRunway": {
"length": 17,
"openEnd": 1
}
}
}
},
{
"id": 20,
"link": [
2,
2
],
"name": "Leave With Temporary Blue",
"requires": [
{
"canShineCharge": {
"usedTiles": 27,
"openEnd": 0
}
}
],
"exitCondition": {
"leaveWithTemporaryBlue": {}
}
}
],
"notables": [],
"nextStratId": 23,
"nextNotableId": 1
}