Room ID: 212
From: 1
Top Sand Entrance
To: 1
Top Sand Entrance
Requires: { "enemyDamage": { "enemy": "Bull", "type": "contact", "hits": 1 } } |
|
Entrance condition: { "comeInWithGMode": { "mode": "any", "morphed": false }, "comesThroughToilet": "any" } Exit condition: { "leaveWithGMode": { "morphed": false } } |
Entrance condition: { "comeInWithGMode": { "mode": "any", "morphed": true }, "comesThroughToilet": "any" } Exit condition: { "leaveWithGMode": { "morphed": true } } |
Exit condition: { "leaveNormally": {} } |
{ "$schema": "../../../schema/m3-room.schema.json", "id": 212, "name": "Plasma Beach Quicksand Room", "area": "Maridia", "subarea": "Inner", "subsubarea": "Yellow", "playable": true, "roomAddress": "0x7D86E", "roomEnvironments": [ { "heated": false } ], "nodes": [ { "id": 1, "name": "Top Sand Entrance", "nodeType": "entrance", "nodeSubType": "sandpit", "doorOrientation": "up" }, { "id": 2, "name": "Bottom Sand Exit", "nodeType": "exit", "nodeSubType": "sandpit", "nodeAddress": "0x001a8a0", "doorOrientation": "down" } ], "enemies": [ { "id": "e1", "groupName": "Plasma Beach Quicksand Bulls", "enemyName": "Bull", "quantity": 3, "homeNodes": [ 1, 2 ] } ], "links": [ { "from": 1, "to": [ { "id": 1, "note": [ "A Crystal Flash strat (even with 10 Power Bomb) may be possible here, but it seems tricky to ensure that health drops won't interfere (if you're full on Power Bombs)." ] }, { "id": 2 } ] }, { "from": 2, "to": [ { "id": 2 } ] } ], "strats": [ { "id": 1, "link": [ 1, 1 ], "name": "G-Mode Regain Mobility", "requires": [ { "enemyDamage": { "enemy": "Bull", "type": "contact", "hits": 1 } } ], "gModeRegainMobility": {}, "flashSuitChecked": true }, { "id": 2, "link": [ 1, 2 ], "name": "Base", "requires": [] }, { "id": 3, "link": [ 1, 2 ], "name": "G-Mode", "entranceCondition": { "comeInWithGMode": { "mode": "any", "morphed": false }, "comesThroughToilet": "any" }, "requires": [], "exitCondition": { "leaveWithGMode": { "morphed": false } }, "flashSuitChecked": true }, { "id": 4, "link": [ 1, 2 ], "name": "G-Mode Morph", "entranceCondition": { "comeInWithGMode": { "mode": "any", "morphed": true }, "comesThroughToilet": "any" }, "requires": [], "exitCondition": { "leaveWithGMode": { "morphed": true } }, "flashSuitChecked": true }, { "id": 5, "link": [ 2, 2 ], "name": "Leave Normally", "exitCondition": { "leaveNormally": {} }, "requires": [] }, { "link": [ 1, 1 ], "name": "Base (Come In Normally)", "entranceCondition": { "comeInNormally": {} }, "requires": [] }, { "link": [ 2, 2 ], "name": "Base (Unlock Door)", "requires": [], "unlocksDoors": [ { "types": [ "ammo" ], "requires": [] } ] } ], "nextStratId": 6, "notables": [], "nextNotableId": 1 }