Wrecked Ship Map Room

Room ID: 157

Wiki
Difficulty filter

From: 1
Right Door
To: 1
Right Door

Exit condition:

{
  "leaveWithRunway": {
    "length": 4,
    "openEnd": 1
  }
}
From: 1
Right Door
To: 1
Right Door

Stand a few pixels away from the bottom of the stairs to easily position the Covern and extend the runway as far as possible.

Requires:

"h_canFrozenEnemyRunway"
{
  "not": "f_DefeatedPhantoon"
}
"canRiskPermanentLossOfAccess"

Exit condition:

{
  "leaveWithRunway": {
    "length": 7,
    "openEnd": 0
  }
}
From: 1
Right Door
To: 1
Right Door

Requires:

"h_canCrystalFlash"
From: 1
Right Door
To: 1
Right Door

Requires:

{
  "not": "f_DefeatedPhantoon"
}
"canRiskPermanentLossOfAccess"

Exit condition:

{
  "leaveWithGModeSetup": {}
}
From: 1
Right Door
To: 1
Right Door

Requires:

{
  "enemyDamage": {
    "enemy": "Covern",
    "type": "contact",
    "hits": 1
  }
}
{
  "not": "f_DefeatedPhantoon"
}
"canRiskPermanentLossOfAccess"
From: 1
Right Door
To: 2
Wrecked Ship Map Station (locked)

From: 2
Wrecked Ship Map Station (locked)
To: 1
Right Door

From: 2
Wrecked Ship Map Station (locked)
To: 3
Wrecked Ship Map Station (unlocked)

Requires:

"f_DefeatedPhantoon"
From: 3
Wrecked Ship Map Station (unlocked)
To: 2
Wrecked Ship Map Station (locked)

{
  "$schema": "../../../schema/m3-room.schema.json",
  "id": 157,
  "name": "Wrecked Ship Map Room",
  "area": "Wrecked Ship",
  "subarea": "Main",
  "playable": true,
  "roomAddress": "0x7CCCB",
  "roomEnvironments": [
    {
      "heated": false
    }
  ],
  "nodes": [
    {
      "id": 1,
      "name": "Right Door",
      "nodeType": "door",
      "nodeSubType": "blue",
      "nodeAddress": "0x001a2b8",
      "doorEnvironments": [
        {
          "physics": "air"
        }
      ]
    },
    {
      "id": 2,
      "name": "Wrecked Ship Map Station (locked)",
      "utility": [
        "map"
      ],
      "nodeType": "junction",
      "nodeSubType": "map"
    },
    {
      "id": 3,
      "name": "Wrecked Ship Map Station (unlocked)",
      "utility": [
        "map"
      ],
      "nodeType": "utility",
      "nodeSubType": "map"
    }
  ],
  "enemies": [
    {
      "id": "e1",
      "groupName": "Wrecked Ship Map Station Covern",
      "enemyName": "Covern",
      "quantity": 1,
      "homeNodes": [
        1,
        2
      ],
      "stopSpawn": [
        "f_DefeatedPhantoon"
      ]
    }
  ],
  "links": [
    {
      "from": 1,
      "to": [
        {
          "id": 1
        },
        {
          "id": 2
        }
      ]
    },
    {
      "from": 2,
      "to": [
        {
          "id": 1
        }
      ]
    }
  ],
  "strats": [
    {
      "link": [
        1,
        1
      ],
      "name": "Leave with Runway",
      "requires": [],
      "exitCondition": {
        "leaveWithRunway": {
          "length": 4,
          "openEnd": 1
        }
      }
    },
    {
      "link": [
        1,
        1
      ],
      "name": "Leave With Runway - Frozen Covern",
      "requires": [
        "h_canFrozenEnemyRunway",
        {
          "not": "f_DefeatedPhantoon"
        },
        "canRiskPermanentLossOfAccess"
      ],
      "exitCondition": {
        "leaveWithRunway": {
          "length": 7,
          "openEnd": 0
        }
      },
      "note": "Stand a few pixels away from the bottom of the stairs to easily position the Covern and extend the runway as far as possible."
    },
    {
      "link": [
        1,
        1
      ],
      "name": "Crystal Flash",
      "requires": [
        "h_canCrystalFlash"
      ]
    },
    {
      "link": [
        1,
        1
      ],
      "name": "G-Mode Setup - Get Hit By Covern",
      "notable": false,
      "requires": [
        {
          "not": "f_DefeatedPhantoon"
        },
        "canRiskPermanentLossOfAccess"
      ],
      "exitCondition": {
        "leaveWithGModeSetup": {}
      }
    },
    {
      "link": [
        1,
        1
      ],
      "name": "G-Mode Regain Mobility",
      "requires": [
        {
          "enemyDamage": {
            "enemy": "Covern",
            "type": "contact",
            "hits": 1
          }
        },
        {
          "not": "f_DefeatedPhantoon"
        },
        "canRiskPermanentLossOfAccess"
      ],
      "gModeRegainMobility": {}
    },
    {
      "link": [
        1,
        2
      ],
      "name": "Base",
      "requires": []
    },
    {
      "link": [
        2,
        1
      ],
      "name": "Base",
      "requires": []
    },
    {
      "name": "Base",
      "notable": false,
      "requires": [
        "f_DefeatedPhantoon"
      ],
      "link": [
        2,
        3
      ]
    },
    {
      "link": [
        3,
        2
      ],
      "name": "Base",
      "notable": false,
      "requires": []
    }
  ]
}