Room ID: 35
Exit condition: { "leaveWithRunway": { "length": 11, "openEnd": 1, "steepUpTiles": 1, "steepDownTiles": 2 } } |
Requires: { "resetRoom": { "nodes": [ 1, 2 ], "mustStayPut": false } } { "partialRefill": { "type": "Super", "limit": 8 } } { "partialRefill": { "type": "PowerBomb", "limit": 8 } } { "refill": [ "Energy", "Missile" ] } |
Requires: { "resetRoom": { "nodes": [ 1, 2 ], "mustStayPut": false } } "canBePatient" { "refill": [ "Energy", "Missile", "Super", "PowerBomb" ] } |
Requires: "h_canCrystalFlash" |
|
From: 1
Top Left Door
To: 2
Bottom Door
Entrance condition: { "comeInShinecharging": { "length": 10, "openEnd": 1, "steepUpTiles": 2, "steepDownTiles": 1 } } Requires: "canLongChainTemporaryBlue" "canXRayTurnaround" Exit condition: { "leaveWithTemporaryBlue": { "direction": "any" } } Unlocks doors: {"types":["ammo"],"requires":[]} |
|
Exit condition: { "leaveNormally": {} } |
Enter on the left side of the doorway to reduce the amount of energy used. Entrance condition: { "comeInWithSpark": {}, "comesThroughToilet": "any" } Requires: { "shinespark": { "frames": 3, "excessFrames": 3 } } |
{ "$schema": "../../../schema/m3-room.schema.json", "id": 35, "name": "Forgotten Highway Kago Room", "area": "Crateria", "subarea": "East", "playable": true, "roomAddress": "0x79552", "roomEnvironments": [ { "heated": false } ], "nodes": [ { "id": 1, "name": "Top Left Door", "nodeType": "door", "nodeSubType": "blue", "nodeAddress": "0x0018a7e", "doorOrientation": "left", "doorEnvironments": [ { "physics": "air" } ] }, { "id": 2, "name": "Bottom Door", "nodeType": "door", "nodeSubType": "blue", "nodeAddress": "0x0018a8a", "doorOrientation": "down", "doorEnvironments": [ { "physics": "air" } ] } ], "enemies": [ { "id": "e1", "groupName": "Forgotten Highway Kagos", "enemyName": "Kago", "quantity": 2, "homeNodes": [ 2 ] } ], "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": [], "exitCondition": { "leaveWithRunway": { "length": 11, "openEnd": 1, "steepUpTiles": 1, "steepDownTiles": 2 } } }, { "id": 9, "link": [ 1, 1 ], "name": "Kago Farm", "requires": [ { "resetRoom": { "nodes": [ 1, 2 ], "mustStayPut": false } }, { "partialRefill": { "type": "Super", "limit": 8 } }, { "partialRefill": { "type": "PowerBomb", "limit": 8 } }, { "refill": [ "Energy", "Missile" ] } ] }, { "id": 2, "link": [ 1, 1 ], "name": "Kago Full Farm", "requires": [ { "resetRoom": { "nodes": [ 1, 2 ], "mustStayPut": false } }, "canBePatient", { "refill": [ "Energy", "Missile", "Super", "PowerBomb" ] } ] }, { "id": 3, "link": [ 1, 1 ], "name": "Crystal Flash", "requires": [ "h_canCrystalFlash" ], "flashSuitChecked": true }, { "id": 4, "link": [ 1, 2 ], "name": "Base", "requires": [] }, { "id": 5, "link": [ 1, 2 ], "name": "Come in Shinecharging, Leave With Temporary Blue", "entranceCondition": { "comeInShinecharging": { "length": 10, "openEnd": 1, "steepUpTiles": 2, "steepDownTiles": 1 } }, "requires": [ "canLongChainTemporaryBlue", "canXRayTurnaround" ], "exitCondition": { "leaveWithTemporaryBlue": { "direction": "any" } }, "unlocksDoors": [ { "types": [ "ammo" ], "requires": [] } ], "flashSuitChecked": true }, { "id": 6, "link": [ 2, 1 ], "name": "Base", "requires": [] }, { "id": 7, "link": [ 2, 2 ], "name": "Leave Normally", "exitCondition": { "leaveNormally": {} }, "requires": [] }, { "id": 8, "link": [ 2, 2 ], "name": "Shinespark", "entranceCondition": { "comeInWithSpark": {}, "comesThroughToilet": "any" }, "requires": [ { "shinespark": { "frames": 3, "excessFrames": 3 } } ], "note": "Enter on the left side of the doorway to reduce the amount of energy used.", "devNote": "This strat is not useful in-room, but can satisfy a strat in the room before with an exit shinespark." }, { "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": 10, "notables": [], "nextNotableId": 1 }