Room ID: 107
Requires: { "heatFrames": 70 } Exit condition: { "leaveWithRunway": { "length": 3, "openEnd": 1 } } |
Requires: "canTrickyUseFrozenEnemies" { "heatFrames": 115 } Exit condition: { "leaveWithRunway": { "length": 5, "openEnd": 1 } } |
Requires: "h_canHeatedCrystalFlash" |
Requires: { "heatFrames": 190 } |
Requires: { "heatFrames": 170 } Exit condition: { "leaveWithRunway": { "length": 3, "openEnd": 1 } } Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":30}]} {"types":["super"],"requires":[]} {"types":["powerbomb"],"requires":[{"heatFrames":60}]} |
Requires: { "heatFrames": 170 } "canTrickyUseFrozenEnemies" Exit condition: { "leaveWithMockball": { "remoteRunway": { "length": 5, "openEnd": 2 }, "landingRunway": { "length": 3, "openEnd": 1 } } } Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":30}]} {"types":["super"],"requires":[]} {"types":["powerbomb"],"requires":["never"]} |
From: 1
Left Door
To: 2
Right Door
Requires: "canTrickyUseFrozenEnemies" { "heatFrames": 240 } Exit condition: { "leaveWithRunway": { "length": 5, "openEnd": 1 } } Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":50}]} {"types":["super"],"requires":[]} {"types":["powerbomb"],"requires":["never"]} |
Entrance condition: { "comeInRunning": { "minTiles": 3, "speedBooster": "any" } } Requires: "SpaceJump" "canCarefulJump" { "heatFrames": 135 } |
Requires: { "heatFrames": 210 } |
Requires: { "heatFrames": 190 } Exit condition: { "leaveWithRunway": { "length": 3, "openEnd": 1 } } Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":30}]} {"types":["super"],"requires":[]} {"types":["powerbomb"],"requires":[{"heatFrames":60}]} |
From: 2
Right Door
To: 1
Left Door
Requires: "canTrickyUseFrozenEnemies" { "heatFrames": 330 } Exit condition: { "leaveWithRunway": { "length": 5, "openEnd": 1 } } Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":50}]} {"types":["super"],"requires":[]} {"types":["powerbomb"],"requires":["never"]} |
Entrance condition: { "comeInRunning": { "minTiles": 3, "speedBooster": "any" } } Requires: "SpaceJump" "canCarefulJump" { "heatFrames": 135 } |
Entrance condition: { "comeInWithGrappleTeleport": { "blockPositions": [ [ 7, 2 ] ] } } Requires: { "heatFrames": 50 } |
Entrance condition: { "comeInWithGrappleTeleport": { "blockPositions": [ [ 3, 12 ], [ 3, 13 ] ] } } Bypasses door shell: true |
From: 2
Right Door
To: 1
Left Door
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 |
Requires: { "heatFrames": 70 } Exit condition: { "leaveWithRunway": { "length": 3, "openEnd": 1 } } |
Requires: "canTrickyUseFrozenEnemies" { "heatFrames": 140 } Exit condition: { "leaveWithRunway": { "length": 5, "openEnd": 1 } } |
Requires: "h_canHeatedCrystalFlash" |
{ "$schema": "../../../schema/m3-room.schema.json", "id": 107, "name": "Ice Beam Acid Room", "area": "Norfair", "subarea": "Upper", "subsubarea": "West", "playable": true, "roomAddress": "0x7A75D", "roomEnvironments": [ { "heated": true } ], "nodes": [ { "id": 1, "name": "Left Door", "nodeType": "door", "nodeSubType": "blue", "nodeAddress": "0x0019282", "doorOrientation": "left", "doorEnvironments": [ { "physics": "air" } ] }, { "id": 2, "name": "Right Door", "nodeType": "door", "nodeSubType": "blue", "nodeAddress": "0x0019276", "doorOrientation": "right", "doorEnvironments": [ { "physics": "air" } ] } ], "enemies": [ { "id": "e1", "groupName": "Ice Beam Acid Room Trippers", "enemyName": "Tripper", "quantity": 3, "homeNodes": [ 1, 2 ], "dropRequires": [ "h_heatProof" ], "note": "Drops can be reached from land without issues" } ], "links": [ { "from": 1, "to": [ { "id": 1 }, { "id": 2 } ] }, { "from": 2, "to": [ { "id": 1 }, { "id": 2 } ] } ], "strats": [ { "id": 1, "link": [ 1, 1 ], "name": "Leave with Runway", "requires": [ { "heatFrames": 70 } ], "exitCondition": { "leaveWithRunway": { "length": 3, "openEnd": 1 } } }, { "id": 2, "link": [ 1, 1 ], "name": "Leave with Runway with Frozen Tripper", "requires": [ "canTrickyUseFrozenEnemies", { "heatFrames": 115 } ], "exitCondition": { "leaveWithRunway": { "length": 5, "openEnd": 1 } } }, { "id": 3, "link": [ 1, 1 ], "name": "Crystal Flash", "requires": [ "h_canHeatedCrystalFlash" ], "flashSuitChecked": true }, { "id": 4, "link": [ 1, 2 ], "name": "Base", "requires": [ { "heatFrames": 190 } ] }, { "id": 5, "link": [ 1, 2 ], "name": "Platforming and Leave with Runway", "requires": [ { "heatFrames": 170 } ], "exitCondition": { "leaveWithRunway": { "length": 3, "openEnd": 1 } }, "unlocksDoors": [ { "types": [ "missiles" ], "requires": [ { "heatFrames": 30 } ] }, { "types": [ "super" ], "requires": [] }, { "types": [ "powerbomb" ], "requires": [ { "heatFrames": 60 } ] } ] }, { "id": 6, "link": [ 1, 2 ], "name": "Platforming and Leave with Mockball", "requires": [ { "heatFrames": 170 }, "canTrickyUseFrozenEnemies" ], "exitCondition": { "leaveWithMockball": { "remoteRunway": { "length": 5, "openEnd": 2 }, "landingRunway": { "length": 3, "openEnd": 1 } } }, "unlocksDoors": [ { "types": [ "missiles" ], "requires": [ { "heatFrames": 30 } ] }, { "types": [ "super" ], "requires": [] }, { "types": [ "powerbomb" ], "requires": [ "never" ] } ], "devNote": "Freezing two Trippers would also be possible." }, { "id": 7, "link": [ 1, 2 ], "name": "Platforming and Leave with Frozen Tripper Runway", "requires": [ "canTrickyUseFrozenEnemies", { "heatFrames": 240 } ], "exitCondition": { "leaveWithRunway": { "length": 5, "openEnd": 1 } }, "unlocksDoors": [ { "types": [ "missiles" ], "requires": [ { "heatFrames": 50 } ] }, { "types": [ "super" ], "requires": [] }, { "types": [ "powerbomb" ], "requires": [ "never" ] } ] }, { "id": 8, "link": [ 1, 2 ], "name": "Space Jump", "entranceCondition": { "comeInRunning": { "minTiles": 3, "speedBooster": "any" } }, "requires": [ "SpaceJump", "canCarefulJump", { "heatFrames": 135 } ] }, { "id": 9, "link": [ 2, 1 ], "name": "Base", "requires": [ { "heatFrames": 210 } ] }, { "id": 10, "link": [ 2, 1 ], "name": "Platforming and Leave with Runway", "requires": [ { "heatFrames": 190 } ], "exitCondition": { "leaveWithRunway": { "length": 3, "openEnd": 1 } }, "unlocksDoors": [ { "types": [ "missiles" ], "requires": [ { "heatFrames": 30 } ] }, { "types": [ "super" ], "requires": [] }, { "types": [ "powerbomb" ], "requires": [ { "heatFrames": 60 } ] } ] }, { "id": 11, "link": [ 2, 1 ], "name": "Platforming and Leave with Frozen Tripper Runway", "requires": [ "canTrickyUseFrozenEnemies", { "heatFrames": 330 } ], "exitCondition": { "leaveWithRunway": { "length": 5, "openEnd": 1 } }, "unlocksDoors": [ { "types": [ "missiles" ], "requires": [ { "heatFrames": 50 } ] }, { "types": [ "super" ], "requires": [] }, { "types": [ "powerbomb" ], "requires": [ "never" ] } ] }, { "id": 12, "link": [ 2, 1 ], "name": "Space Jump", "entranceCondition": { "comeInRunning": { "minTiles": 3, "speedBooster": "any" } }, "requires": [ "SpaceJump", "canCarefulJump", { "heatFrames": 135 } ] }, { "id": 13, "link": [ 2, 1 ], "name": "Grapple Teleport", "entranceCondition": { "comeInWithGrappleTeleport": { "blockPositions": [ [ 7, 2 ] ] } }, "requires": [ { "heatFrames": 50 } ] }, { "id": 14, "link": [ 2, 1 ], "name": "Grapple Teleport Door Lock Skip", "entranceCondition": { "comeInWithGrappleTeleport": { "blockPositions": [ [ 3, 12 ], [ 3, 13 ] ] } }, "requires": [], "bypassesDoorShell": true }, { "id": 15, "link": [ 2, 1 ], "name": "Carry Grapple Teleport (Top Position)", "entranceCondition": { "comeInWithGrappleTeleport": { "blockPositions": [ [ 3, 12 ] ] } }, "requires": [], "bypassesDoorShell": true, "exitCondition": { "leaveWithGrappleTeleport": { "blockPositions": [ [ 3, 12 ] ] } } }, { "id": 16, "link": [ 2, 1 ], "name": "Carry Grapple Teleport (Bottom Position)", "entranceCondition": { "comeInWithGrappleTeleport": { "blockPositions": [ [ 3, 13 ] ] } }, "requires": [], "bypassesDoorShell": true, "exitCondition": { "leaveWithGrappleTeleport": { "blockPositions": [ [ 3, 13 ] ] } } }, { "id": 17, "link": [ 2, 2 ], "name": "Leave with Runway", "requires": [ { "heatFrames": 70 } ], "exitCondition": { "leaveWithRunway": { "length": 3, "openEnd": 1 } } }, { "id": 18, "link": [ 2, 2 ], "name": "Leave with Runway with Frozen Tripper", "requires": [ "canTrickyUseFrozenEnemies", { "heatFrames": 140 } ], "exitCondition": { "leaveWithRunway": { "length": 5, "openEnd": 1 } } }, { "id": 19, "link": [ 2, 2 ], "name": "Crystal Flash", "requires": [ "h_canHeatedCrystalFlash" ], "flashSuitChecked": true }, { "link": [ 1, 1 ], "name": "Base (Unlock Door)", "requires": [], "unlocksDoors": [ { "types": [ "missiles" ], "requires": [ { "heatFrames": 50 } ] }, { "types": [ "super" ], "requires": [] }, { "types": [ "powerbomb" ], "requires": [ { "heatFrames": 110 } ] } ] }, { "link": [ 1, 1 ], "name": "Base (Come In Normally)", "entranceCondition": { "comeInNormally": {} }, "requires": [] }, { "link": [ 2, 2 ], "name": "Base (Unlock Door)", "requires": [], "unlocksDoors": [ { "types": [ "missiles" ], "requires": [ { "heatFrames": 50 } ] }, { "types": [ "super" ], "requires": [] }, { "types": [ "powerbomb" ], "requires": [ { "heatFrames": 110 } ] } ] }, { "link": [ 2, 2 ], "name": "Base (Come In Normally)", "entranceCondition": { "comeInNormally": {} }, "requires": [] } ], "nextStratId": 20, "notables": [], "nextNotableId": 1 }