Room ID: 240
Requires: "h_canCrystalFlash" |
Exit condition: { "leaveWithDoorFrameBelow": { "height": 3 } } |
Exit condition: { "leaveWithPlatformBelow": { "height": 7, "leftPosition": -2.5, "rightPosition": 2.5 } } |
Entrance condition: { "comeInWithGMode": { "mode": "direct", "morphed": false }, "comesThroughToilet": "any" } Exit condition: { "leaveWithGMode": { "morphed": false } } Bypasses door shell: true |
Entrance condition: { "comeInWithGMode": { "mode": "direct", "morphed": true }, "comesThroughToilet": "any" } Requires: "h_canArtificialMorphMovement" Exit condition: { "leaveWithGMode": { "morphed": true } } Bypasses door shell: true |
|
From: 1
Top Door
To: 2
Right Door
Entrance condition: { "comeInShinecharged": { "framesRequired": 95 }, "comesThroughToilet": "any" } Requires: { "or": [ { "ammo": { "type": "Super", "count": 1 } }, { "and": [ "Plasma", "Wave" ] }, { "and": [ "Plasma", "canHitbox" ] } ] } "canShinechargeMovementTricky" { "shinespark": { "frames": 2 } } Exit condition: { "leaveWithSpark": {} } Unlocks doors: {"types":["ammo"],"requires":["never"]} |
|
From: 2
Right Door
To: 1
Top Door
Enter shinecharged with a spin-jump. Perform quick ledge-grabs to reach the top of the room and spark out. Entrance condition: { "comeInShinecharged": { "framesRequired": 130 } } Requires: "canPrepareForNextRoom" "ScrewAttack" "HiJump" "canWalljump" "canShinechargeMovementTricky" { "shinespark": { "frames": 6 } } Exit condition: { "leaveWithSpark": {} } Unlocks doors: {"types":["super"],"requires":[]} {"types":["missiles","powerbomb"],"requires":["never"]} |
From: 2
Right Door
To: 1
Top Door
Enter shinecharged with a spin-jump. Perform quick ledge-grabs to reach the top of the room and spark out. Entrance condition: { "comeInShinecharged": { "framesRequired": 155 } } Requires: "canPrepareForNextRoom" "canShinechargeMovementTricky" { "shinespark": { "frames": 6 } } Exit condition: { "leaveWithSpark": {} } Unlocks doors: {"types":["super"],"requires":[]} {"types":["missiles","powerbomb"],"requires":["never"]} |
Exit condition: { "leaveWithRunway": { "length": 1, "openEnd": 1 } } |
Use the floating platform near the bottom-left of the room. Exit condition: { "leaveWithMockball": { "remoteRunway": { "length": 3, "openEnd": 2 }, "landingRunway": { "length": 1, "openEnd": 1 }, "minExtraRunSpeed": "$0.E" } } |
Use the floating platform near the bottom-left of the room. Exit condition: { "leaveWithSpringBallBounce": { "remoteRunway": { "length": 3, "openEnd": 2 }, "landingRunway": { "length": 1, "openEnd": 1 }, "movementType": "uncontrolled" } } |
Use the floating platform near the bottom-left of the room. Exit condition: { "leaveSpaceJumping": { "remoteRunway": { "length": 3, "openEnd": 1 } } } |
Requires: { "enemyDamage": { "enemy": "Tourian Space Pirate (all)", "type": "contact", "hits": 1 } } |
{ "$schema": "../../../schema/m3-room.schema.json", "id": 240, "name": "Tourian Escape Room 2", "area": "Tourian", "subarea": "Main", "playable": true, "roomAddress": "0x7DE7A", "roomEnvironments": [ { "heated": false } ], "nodes": [ { "id": 1, "name": "Top Door", "nodeType": "door", "nodeSubType": "gray", "nodeAddress": "0x001aaf8", "doorOrientation": "up", "doorEnvironments": [ { "physics": "air" } ], "locks": [ { "name": "Tourian Escape 2 Lock (to Escape Room 1)", "lockType": "permanent", "unlockStrats": [ { "name": "Base", "notable": false, "requires": [ "never" ] } ] } ] }, { "id": 2, "name": "Right Door", "nodeType": "door", "nodeSubType": "blue", "nodeAddress": "0x001ab04", "doorOrientation": "right", "doorEnvironments": [ { "physics": "air" } ] } ], "enemies": [ { "id": "e1", "groupName": "Tourian Escape Room 2 Pirates", "enemyName": "Tourian Space Pirate (all)", "quantity": 2, "homeNodes": [ 1, 2 ] } ], "links": [ { "from": 1, "to": [ { "id": 1 }, { "id": 2 } ] }, { "from": 2, "to": [ { "id": 1 }, { "id": 2 } ] } ], "strats": [ { "id": 1, "link": [ 1, 1 ], "name": "Crystal Flash", "requires": [ "h_canCrystalFlash" ], "flashSuitChecked": true }, { "id": 2, "link": [ 1, 1 ], "name": "Leave With Door Frame Below", "requires": [], "exitCondition": { "leaveWithDoorFrameBelow": { "height": 3 } } }, { "id": 3, "link": [ 1, 1 ], "name": "Leave With Platform Below", "requires": [], "exitCondition": { "leaveWithPlatformBelow": { "height": 7, "leftPosition": -2.5, "rightPosition": 2.5 } } }, { "id": 4, "link": [ 1, 1 ], "name": "Carry G-Mode Back Up", "entranceCondition": { "comeInWithGMode": { "mode": "direct", "morphed": false }, "comesThroughToilet": "any" }, "requires": [], "exitCondition": { "leaveWithGMode": { "morphed": false } }, "bypassesDoorShell": true, "flashSuitChecked": true }, { "id": 5, "link": [ 1, 1 ], "name": "Carry G-Mode Morph Back Up", "entranceCondition": { "comeInWithGMode": { "mode": "direct", "morphed": true }, "comesThroughToilet": "any" }, "requires": [ "h_canArtificialMorphMovement" ], "exitCondition": { "leaveWithGMode": { "morphed": true } }, "bypassesDoorShell": true, "flashSuitChecked": true }, { "id": 6, "link": [ 1, 2 ], "name": "Base", "requires": [] }, { "id": 7, "link": [ 1, 2 ], "name": "Come in Shinecharged, Leave With Spark", "entranceCondition": { "comeInShinecharged": { "framesRequired": 95 }, "comesThroughToilet": "any" }, "requires": [ { "or": [ { "ammo": { "type": "Super", "count": 1 } }, { "and": [ "Plasma", "Wave" ] }, { "and": [ "Plasma", "canHitbox" ] } ] }, "canShinechargeMovementTricky", { "shinespark": { "frames": 2 } } ], "exitCondition": { "leaveWithSpark": {} }, "unlocksDoors": [ { "types": [ "ammo" ], "requires": [ "never" ] } ], "flashSuitChecked": true }, { "id": 8, "link": [ 2, 1 ], "name": "Base", "requires": [] }, { "id": 9, "link": [ 2, 1 ], "name": "Carry Shinecharge (HiJump, Screw, Wall Jump)", "entranceCondition": { "comeInShinecharged": { "framesRequired": 130 } }, "requires": [ "canPrepareForNextRoom", "ScrewAttack", "HiJump", "canWalljump", "canShinechargeMovementTricky", { "shinespark": { "frames": 6 } } ], "exitCondition": { "leaveWithSpark": {} }, "unlocksDoors": [ { "types": [ "super" ], "requires": [] }, { "types": [ "missiles", "powerbomb" ], "requires": [ "never" ] } ], "flashSuitChecked": true, "note": [ "Enter shinecharged with a spin-jump.", "Perform quick ledge-grabs to reach the top of the room and spark out." ] }, { "id": 10, "link": [ 2, 1 ], "name": "Come in Shinecharged, Leave With Spark (Ledge Grabs)", "entranceCondition": { "comeInShinecharged": { "framesRequired": 155 } }, "requires": [ "canPrepareForNextRoom", "canShinechargeMovementTricky", { "shinespark": { "frames": 6 } } ], "exitCondition": { "leaveWithSpark": {} }, "unlocksDoors": [ { "types": [ "super" ], "requires": [] }, { "types": [ "missiles", "powerbomb" ], "requires": [ "never" ] } ], "flashSuitChecked": true, "note": [ "Enter shinecharged with a spin-jump.", "Perform quick ledge-grabs to reach the top of the room and spark out." ] }, { "id": 11, "link": [ 2, 2 ], "name": "Leave with Runway", "requires": [], "exitCondition": { "leaveWithRunway": { "length": 1, "openEnd": 1 } } }, { "id": 12, "link": [ 2, 2 ], "name": "Leave With Mockball", "requires": [], "exitCondition": { "leaveWithMockball": { "remoteRunway": { "length": 3, "openEnd": 2 }, "landingRunway": { "length": 1, "openEnd": 1 }, "minExtraRunSpeed": "$0.E" } }, "note": "Use the floating platform near the bottom-left of the room." }, { "id": 13, "link": [ 2, 2 ], "name": "Leave With Spring Ball Bounce", "requires": [], "exitCondition": { "leaveWithSpringBallBounce": { "remoteRunway": { "length": 3, "openEnd": 2 }, "landingRunway": { "length": 1, "openEnd": 1 }, "movementType": "uncontrolled" } }, "note": "Use the floating platform near the bottom-left of the room." }, { "id": 14, "link": [ 2, 2 ], "name": "Leave Space Jumping", "requires": [], "exitCondition": { "leaveSpaceJumping": { "remoteRunway": { "length": 3, "openEnd": 1 } } }, "note": "Use the floating platform near the bottom-left of the room." }, { "id": 15, "link": [ 2, 2 ], "name": "G-Mode Regain Mobility", "requires": [ { "enemyDamage": { "enemy": "Tourian Space Pirate (all)", "type": "contact", "hits": 1 } } ], "gModeRegainMobility": {}, "flashSuitChecked": true }, { "link": [ 1, 1 ], "name": "Base (Unlock Door)", "requires": [], "unlocksDoors": [ { "types": [ "ammo" ], "requires": [] } ] }, { "link": [ 1, 1 ], "name": "Base (Come In Normally)", "entranceCondition": { "comeInNormally": {} }, "requires": [] }, { "link": [ 2, 2 ], "name": "Base (Unlock Door)", "requires": [], "unlocksDoors": [ { "types": [ "ammo" ], "requires": [] } ] }, { "link": [ 2, 2 ], "name": "Base (Come In Normally)", "entranceCondition": { "comeInNormally": {} }, "requires": [] } ], "nextStratId": 16, "notables": [], "nextNotableId": 1 }