Phantoon's Room

Room ID: 158

Wiki
Difficulty filter

From: 1
Left Door
To: 1
Left Door

Exit condition:

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

Requires:

"h_canCrystalFlash"
From: 1
Left Door
To: 1
Left Door

Requires:

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

Exit condition:

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

Only works when Phantoon opens his eye while on the far left side.

Requires:

{
  "enemyDamage": {
    "enemy": "Phantoon",
    "type": "contact",
    "hits": 1
  }
}
{
  "not": "f_DefeatedPhantoon"
}
"canRiskPermanentLossOfAccess"
From: 1
Left Door
To: 2
Phantoon (locked)

From: 2
Phantoon (locked)
To: 1
Left Door

From: 2
Phantoon (locked)
To: 3
Phantoon (unlocked)

Requires:

{
  "enemyKill": {
    "enemies": [
      [
        "Phantoon"
      ]
    ]
  }
}
From: 3
Phantoon (unlocked)
To: 2
Phantoon (locked)

{
  "$schema": "../../../schema/m3-room.schema.json",
  "id": 158,
  "name": "Phantoon's Room",
  "area": "Wrecked Ship",
  "subarea": "Main",
  "playable": true,
  "roomAddress": "0x7CD13",
  "roomEnvironments": [
    {
      "heated": false
    }
  ],
  "nodes": [
    {
      "id": 1,
      "name": "Left Door",
      "nodeType": "door",
      "nodeSubType": "grey",
      "nodeAddress": "0x001a2c4",
      "doorEnvironments": [
        {
          "physics": "air"
        }
      ],
      "locks": [
        {
          "name": "Phantoon Room Grey Lock (to Basement)",
          "lockType": "gameFlag",
          "unlockStrats": [
            {
              "name": "Base",
              "notable": false,
              "requires": [
                "f_DefeatedPhantoon"
              ]
            }
          ]
        }
      ]
    },
    {
      "id": 2,
      "name": "Phantoon (locked)",
      "nodeType": "junction",
      "nodeSubType": "boss"
    },
    {
      "id": 3,
      "name": "Phantoon (unlocked)",
      "nodeType": "event",
      "nodeSubType": "boss",
      "yields": [
        "f_DefeatedPhantoon"
      ]
    }
  ],
  "enemies": [
    {
      "id": "e1",
      "groupName": "Phantoon",
      "enemyName": "Phantoon",
      "quantity": 1,
      "homeNodes": [
        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": 1,
          "openEnd": 1
        }
      }
    },
    {
      "link": [
        1,
        1
      ],
      "name": "Crystal Flash",
      "requires": [
        "h_canCrystalFlash"
      ]
    },
    {
      "link": [
        1,
        1
      ],
      "name": "G-Mode Setup - Get Hit By Phantoon",
      "notable": false,
      "requires": [
        {
          "not": "f_DefeatedPhantoon"
        },
        "canRiskPermanentLossOfAccess"
      ],
      "exitCondition": {
        "leaveWithGModeSetup": {}
      },
      "devNote": [
        "Not likely to be possible, as it requires canRiskPermanentLossOfAccess and Phantoon alive with the door unlocked."
      ]
    },
    {
      "link": [
        1,
        1
      ],
      "name": "G-Mode Regain Mobility",
      "requires": [
        {
          "enemyDamage": {
            "enemy": "Phantoon",
            "type": "contact",
            "hits": 1
          }
        },
        {
          "not": "f_DefeatedPhantoon"
        },
        "canRiskPermanentLossOfAccess"
      ],
      "gModeRegainMobility": {},
      "note": "Only works when Phantoon opens his eye while on the far left side.",
      "devNote": "This would only be useful to leave in g-mode."
    },
    {
      "link": [
        1,
        2
      ],
      "name": "Base",
      "requires": []
    },
    {
      "link": [
        2,
        1
      ],
      "name": "Base",
      "requires": []
    },
    {
      "name": "Base",
      "requires": [
        {
          "enemyKill": {
            "enemies": [
              [
                "Phantoon"
              ]
            ]
          }
        }
      ],
      "link": [
        2,
        3
      ]
    },
    {
      "link": [
        3,
        2
      ],
      "name": "Base",
      "notable": false,
      "requires": []
    }
  ]
}