Botwoon Quicksand Room

Room ID: 204

Wiki
Difficulty filter

From: 1
Top Left Sand Entrance
To: 1
Top Left Sand Entrance

Requires:

{
  "enemyDamage": {
    "enemy": "Bull",
    "type": "contact",
    "hits": 1
  }
}
From: 1
Top Left Sand Entrance
To: 2
Bottom Left Sand Exit

From: 1
Top Left Sand Entrance
To: 2
Bottom Left Sand Exit

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": false
  },
  "comesThroughToilet": "any"
}

Exit condition:

{
  "leaveWithGMode": {
    "morphed": false
  }
}
From: 1
Top Left Sand Entrance
To: 2
Bottom Left Sand Exit

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  },
  "comesThroughToilet": "any"
}

Exit condition:

{
  "leaveWithGMode": {
    "morphed": true
  }
}
From: 1
Top Left Sand Entrance
To: 4
Bottom Right Sand Exit

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  },
  "comesThroughToilet": "any"
}

Requires:

{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Bull",
        "type": "contact",
        "hits": 1
      }
    },
    "h_canArtificialMorphPowerBomb"
  ]
}

Exit condition:

{
  "leaveWithGMode": {
    "morphed": true
  }
}
From: 1
Top Left Sand Entrance
To: 5
Hidden Morph Tunnel Junction

Entrance condition:

{
  "comeInNormally": {},
  "comesThroughToilet": "no"
}

Requires:

"Morph"
{
  "enemyDamage": {
    "enemy": "Bull",
    "type": "contact",
    "hits": 1
  }
}
{
  "or": [
    "canPrepareForNextRoom",
    "canCarefulJump"
  ]
}
From: 1
Top Left Sand Entrance
To: 5
Hidden Morph Tunnel Junction

Mid Air Morph before reaching the door transition, and without hitting a wall, in order to drift into the Morph tunnel quickly enough.

Entrance condition:

{
  "comeInNormally": {},
  "comesThroughToilet": "any"
}

Requires:

"canLateralMidAirMorph"
"canPrepareForNextRoom"
{
  "enemyDamage": {
    "enemy": "Bull",
    "type": "contact",
    "hits": 1
  }
}
From: 2
Bottom Left Sand Exit
To: 2
Bottom Left Sand Exit

Exit condition:

{
  "leaveNormally": {}
}
From: 3
Top Right Sand Entrance
To: 2
Bottom Left Sand Exit

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  },
  "comesThroughToilet": "any"
}

Requires:

{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Bull",
        "type": "contact",
        "hits": 1
      }
    },
    "h_canArtificialMorphPowerBomb"
  ]
}

Exit condition:

{
  "leaveWithGMode": {
    "morphed": true
  }
}
From: 3
Top Right Sand Entrance
To: 3
Top Right Sand Entrance

Requires:

{
  "enemyDamage": {
    "enemy": "Bull",
    "type": "contact",
    "hits": 1
  }
}
From: 3
Top Right Sand Entrance
To: 4
Bottom Right Sand Exit

From: 3
Top Right Sand Entrance
To: 4
Bottom Right Sand Exit

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": false
  },
  "comesThroughToilet": "any"
}

Exit condition:

{
  "leaveWithGMode": {
    "morphed": false
  }
}
From: 3
Top Right Sand Entrance
To: 4
Bottom Right Sand Exit

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  },
  "comesThroughToilet": "any"
}

Exit condition:

{
  "leaveWithGMode": {
    "morphed": true
  }
}
From: 3
Top Right Sand Entrance
To: 5
Hidden Morph Tunnel Junction

Entrance condition:

{
  "comeInNormally": {},
  "comesThroughToilet": "no"
}

Requires:

"Morph"
{
  "enemyDamage": {
    "enemy": "Bull",
    "type": "contact",
    "hits": 1
  }
}
{
  "or": [
    "canPrepareForNextRoom",
    "canCarefulJump"
  ]
}
From: 3
Top Right Sand Entrance
To: 5
Hidden Morph Tunnel Junction

Mid Air Morph before reaching the door transition, and without hitting a wall, in order to drift into the Morph tunnel quickly enough.

Entrance condition:

{
  "comeInNormally": {},
  "comesThroughToilet": "any"
}

Requires:

"canLateralMidAirMorph"
"canPrepareForNextRoom"
{
  "enemyDamage": {
    "enemy": "Bull",
    "type": "contact",
    "hits": 1
  }
}
From: 4
Bottom Right Sand Exit
To: 4
Bottom Right Sand Exit

Exit condition:

{
  "leaveNormally": {}
}
From: 5
Hidden Morph Tunnel Junction
To: 2
Bottom Left Sand Exit

Requires:

"Morph"
From: 5
Hidden Morph Tunnel Junction
To: 4
Bottom Right Sand Exit

Requires:

"Morph"
From: 5
Hidden Morph Tunnel Junction
To: 5
Hidden Morph Tunnel Junction

Requires:

"h_canCrystalFlash"

{
  "$schema": "../../../schema/m3-room.schema.json",
  "id": 204,
  "name": "Botwoon Quicksand Room",
  "area": "Maridia",
  "subarea": "Inner",
  "subsubarea": "Pink",
  "playable": true,
  "roomAddress": "0x7D898",
  "roomEnvironments": [
    {
      "heated": false
    }
  ],
  "nodes": [
    {
      "id": 1,
      "name": "Top Left Sand Entrance",
      "nodeType": "entrance",
      "nodeSubType": "sandpit"
    },
    {
      "id": 2,
      "name": "Bottom Left Sand Exit",
      "nodeType": "exit",
      "nodeSubType": "sandpit",
      "nodeAddress": "0x001a8ac"
    },
    {
      "id": 3,
      "name": "Top Right Sand Entrance",
      "nodeType": "entrance",
      "nodeSubType": "sandpit"
    },
    {
      "id": 4,
      "name": "Bottom Right Sand Exit",
      "nodeType": "exit",
      "nodeSubType": "sandpit",
      "nodeAddress": "0x001a8b8"
    },
    {
      "id": 5,
      "name": "Hidden Morph Tunnel Junction",
      "nodeType": "junction",
      "nodeSubType": "junction"
    }
  ],
  "enemies": [
    {
      "id": "e1",
      "groupName": "Botwoon Quicksand Bulls",
      "enemyName": "Bull",
      "quantity": 9,
      "homeNodes": [
        2,
        4
      ]
    }
  ],
  "links": [
    {
      "from": 1,
      "to": [
        {
          "id": 1
        },
        {
          "id": 2
        },
        {
          "id": 4
        },
        {
          "id": 5
        }
      ]
    },
    {
      "from": 2,
      "to": [
        {
          "id": 2
        }
      ]
    },
    {
      "from": 3,
      "to": [
        {
          "id": 2
        },
        {
          "id": 3
        },
        {
          "id": 4
        },
        {
          "id": 5
        }
      ]
    },
    {
      "from": 4,
      "to": [
        {
          "id": 4
        }
      ]
    },
    {
      "from": 5,
      "to": [
        {
          "id": 2
        },
        {
          "id": 4
        },
        {
          "id": 5
        }
      ]
    }
  ],
  "strats": [
    {
      "link": [
        1,
        1
      ],
      "name": "G-Mode Regain Mobility",
      "requires": [
        {
          "enemyDamage": {
            "enemy": "Bull",
            "type": "contact",
            "hits": 1
          }
        }
      ],
      "gModeRegainMobility": {}
    },
    {
      "link": [
        1,
        2
      ],
      "name": "Base",
      "requires": []
    },
    {
      "link": [
        1,
        2
      ],
      "name": "G-Mode",
      "notable": false,
      "entranceCondition": {
        "comeInWithGMode": {
          "mode": "any",
          "morphed": false
        },
        "comesThroughToilet": "any"
      },
      "requires": [],
      "exitCondition": {
        "leaveWithGMode": {
          "morphed": false
        }
      }
    },
    {
      "link": [
        1,
        2
      ],
      "name": "G-Mode Morph",
      "notable": false,
      "entranceCondition": {
        "comeInWithGMode": {
          "mode": "any",
          "morphed": true
        },
        "comesThroughToilet": "any"
      },
      "requires": [],
      "exitCondition": {
        "leaveWithGMode": {
          "morphed": true
        }
      }
    },
    {
      "link": [
        1,
        4
      ],
      "name": "G-Mode Morph, Through the Hidden Tunnel",
      "notable": false,
      "entranceCondition": {
        "comeInWithGMode": {
          "mode": "any",
          "morphed": true
        },
        "comesThroughToilet": "any"
      },
      "requires": [
        {
          "or": [
            {
              "enemyDamage": {
                "enemy": "Bull",
                "type": "contact",
                "hits": 1
              }
            },
            "h_canArtificialMorphPowerBomb"
          ]
        }
      ],
      "exitCondition": {
        "leaveWithGMode": {
          "morphed": true
        }
      }
    },
    {
      "link": [
        1,
        5
      ],
      "name": "Base",
      "entranceCondition": {
        "comeInNormally": {},
        "comesThroughToilet": "no"
      },
      "requires": [
        "Morph",
        {
          "enemyDamage": {
            "enemy": "Bull",
            "type": "contact",
            "hits": 1
          }
        },
        {
          "or": [
            "canPrepareForNextRoom",
            "canCarefulJump"
          ]
        }
      ]
    },
    {
      "link": [
        1,
        5
      ],
      "name": "Pass Through Toilet",
      "entranceCondition": {
        "comeInNormally": {},
        "comesThroughToilet": "any"
      },
      "requires": [
        "canLateralMidAirMorph",
        "canPrepareForNextRoom",
        {
          "enemyDamage": {
            "enemy": "Bull",
            "type": "contact",
            "hits": 1
          }
        }
      ],
      "note": "Mid Air Morph before reaching the door transition, and without hitting a wall, in order to drift into the Morph tunnel quickly enough."
    },
    {
      "link": [
        2,
        2
      ],
      "name": "Leave Normally",
      "exitCondition": {
        "leaveNormally": {}
      },
      "requires": []
    },
    {
      "link": [
        3,
        2
      ],
      "name": "G-Mode Morph, Through the Hidden Tunnel",
      "notable": false,
      "entranceCondition": {
        "comeInWithGMode": {
          "mode": "any",
          "morphed": true
        },
        "comesThroughToilet": "any"
      },
      "requires": [
        {
          "or": [
            {
              "enemyDamage": {
                "enemy": "Bull",
                "type": "contact",
                "hits": 1
              }
            },
            "h_canArtificialMorphPowerBomb"
          ]
        }
      ],
      "exitCondition": {
        "leaveWithGMode": {
          "morphed": true
        }
      }
    },
    {
      "link": [
        3,
        3
      ],
      "name": "G-Mode Regain Mobility",
      "requires": [
        {
          "enemyDamage": {
            "enemy": "Bull",
            "type": "contact",
            "hits": 1
          }
        }
      ],
      "gModeRegainMobility": {}
    },
    {
      "link": [
        3,
        4
      ],
      "name": "Base",
      "requires": []
    },
    {
      "link": [
        3,
        4
      ],
      "name": "G-Mode",
      "notable": false,
      "entranceCondition": {
        "comeInWithGMode": {
          "mode": "any",
          "morphed": false
        },
        "comesThroughToilet": "any"
      },
      "requires": [],
      "exitCondition": {
        "leaveWithGMode": {
          "morphed": false
        }
      }
    },
    {
      "link": [
        3,
        4
      ],
      "name": "G-Mode Morph",
      "notable": false,
      "entranceCondition": {
        "comeInWithGMode": {
          "mode": "any",
          "morphed": true
        },
        "comesThroughToilet": "any"
      },
      "requires": [],
      "exitCondition": {
        "leaveWithGMode": {
          "morphed": true
        }
      }
    },
    {
      "link": [
        3,
        5
      ],
      "name": "Base",
      "entranceCondition": {
        "comeInNormally": {},
        "comesThroughToilet": "no"
      },
      "requires": [
        "Morph",
        {
          "enemyDamage": {
            "enemy": "Bull",
            "type": "contact",
            "hits": 1
          }
        },
        {
          "or": [
            "canPrepareForNextRoom",
            "canCarefulJump"
          ]
        }
      ]
    },
    {
      "link": [
        3,
        5
      ],
      "name": "Pass Through Toilet",
      "entranceCondition": {
        "comeInNormally": {},
        "comesThroughToilet": "any"
      },
      "requires": [
        "canLateralMidAirMorph",
        "canPrepareForNextRoom",
        {
          "enemyDamage": {
            "enemy": "Bull",
            "type": "contact",
            "hits": 1
          }
        }
      ],
      "note": "Mid Air Morph before reaching the door transition, and without hitting a wall, in order to drift into the Morph tunnel quickly enough."
    },
    {
      "link": [
        4,
        4
      ],
      "name": "Leave Normally",
      "exitCondition": {
        "leaveNormally": {}
      },
      "requires": []
    },
    {
      "link": [
        5,
        2
      ],
      "name": "Base",
      "requires": [
        "Morph"
      ]
    },
    {
      "link": [
        5,
        4
      ],
      "name": "Base",
      "requires": [
        "Morph"
      ]
    },
    {
      "link": [
        5,
        5
      ],
      "name": "Crystal Flash",
      "requires": [
        "h_canCrystalFlash"
      ]
    }
  ]
}