Bomb Torizo Room

Room ID: 19

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:

"f_DefeatedBombTorizo"
{
  "canShineCharge": {
    "usedTiles": 13,
    "openEnd": 0
  }
}

Exit condition:

{
  "leaveShinecharged": {
    "framesRemaining": 140
  }
}
From: 1
Left Door
To: 1
Left Door

Requires:

"h_canCrystalFlash"
From: 1
Left Door
To: 3
Bomb Torizo (locked)

From: 1
Left Door
To: 4
Save the Animals (locked)

From: 2
Item
To: 3
Bomb Torizo (locked)

From: 3
Bomb Torizo (locked)
To: 1
Left Door

From: 3
Bomb Torizo (locked)
To: 2
Item

From: 4
Save the Animals (locked)
To: 1
Left Door

From: 3
Bomb Torizo (locked)
To: 5
Bomb Torizo (unlocked)

Requires:

"h_canActivateBombTorizo"
{
  "or": [
    "canDodgeWhileShooting",
    {
      "ammo": {
        "type": "Super",
        "count": 2
      }
    },
    {
      "enemyDamage": {
        "enemy": "Bomb Torizo",
        "type": "contact",
        "hits": 3
      }
    }
  ]
}
From: 5
Bomb Torizo (unlocked)
To: 3
Bomb Torizo (locked)

From: 4
Save the Animals (locked)
To: 6
Save the Animals (unlocked)

Requires:

"f_ZebesSetAblaze"
From: 6
Save the Animals (unlocked)
To: 4
Save the Animals (locked)

{
  "$schema": "../../../schema/m3-room.schema.json",
  "id": 19,
  "name": "Bomb Torizo Room",
  "area": "Crateria",
  "subarea": "Central",
  "playable": true,
  "roomAddress": "0x79804",
  "roomEnvironments": [
    {
      "heated": false
    }
  ],
  "nodes": [
    {
      "id": 1,
      "name": "Left Door",
      "nodeType": "door",
      "nodeSubType": "grey",
      "nodeAddress": "0x0018baa",
      "doorEnvironments": [
        {
          "physics": "air"
        }
      ],
      "locks": [
        {
          "name": "Bomb Torizo Room Grey Lock (to Flyway)",
          "lockType": "gameFlag",
          "lock": [
            "Bombs"
          ],
          "unlockStrats": [
            {
              "name": "Base",
              "notable": false,
              "requires": [
                "f_DefeatedBombTorizo"
              ]
            }
          ],
          "note": "If no Bombs in inventory, door stays open"
        },
        {
          "name": "Animal Escape Grey Lock (to Flyway)",
          "lockType": "gameFlag",
          "lock": [
            "f_ZebesSetAblaze"
          ],
          "unlockStrats": [
            {
              "name": "Base",
              "notable": false,
              "requires": [
                "f_AnimalsSaved"
              ]
            }
          ]
        }
      ]
    },
    {
      "id": 2,
      "name": "Item",
      "nodeType": "item",
      "nodeSubType": "chozo",
      "nodeItem": "Bombs",
      "nodeAddress": "0x78404"
    },
    {
      "id": 3,
      "name": "Bomb Torizo (locked)",
      "nodeType": "junction",
      "nodeSubType": "boss"
    },
    {
      "id": 4,
      "name": "Save the Animals (locked)",
      "nodeType": "junction",
      "nodeSubType": "flag"
    },
    {
      "id": 5,
      "name": "Bomb Torizo (unlocked)",
      "nodeType": "event",
      "nodeSubType": "boss",
      "yields": [
        "f_DefeatedBombTorizo"
      ]
    },
    {
      "id": 6,
      "name": "Save the Animals (unlocked)",
      "nodeType": "event",
      "nodeSubType": "flag",
      "yields": [
        "f_AnimalsSaved"
      ]
    }
  ],
  "enemies": [
    {
      "id": "e1",
      "groupName": "Bomb Torizo",
      "enemyName": "Bomb Torizo",
      "quantity": 1,
      "homeNodes": [
        3
      ],
      "spawn": [
        "Bombs"
      ],
      "stopSpawn": [
        {
          "or": [
            "f_DefeatedBombTorizo",
            "f_ZebesSetAblaze"
          ]
        }
      ]
    }
  ],
  "links": [
    {
      "from": 1,
      "to": [
        {
          "id": 1
        },
        {
          "id": 3
        },
        {
          "id": 4
        }
      ]
    },
    {
      "from": 2,
      "to": [
        {
          "id": 3
        }
      ]
    },
    {
      "from": 3,
      "to": [
        {
          "id": 1
        },
        {
          "id": 2
        }
      ]
    },
    {
      "from": 4,
      "to": [
        {
          "id": 1
        }
      ]
    }
  ],
  "devNote": "Could it be a different actual room during the escape sequence?",
  "strats": [
    {
      "link": [
        1,
        1
      ],
      "name": "Leave with Runway",
      "requires": [],
      "exitCondition": {
        "leaveWithRunway": {
          "length": 1,
          "openEnd": 1
        }
      }
    },
    {
      "link": [
        1,
        1
      ],
      "name": "Leave Shinecharged",
      "requires": [
        "f_DefeatedBombTorizo",
        {
          "canShineCharge": {
            "usedTiles": 13,
            "openEnd": 0
          }
        }
      ],
      "exitCondition": {
        "leaveShinecharged": {
          "framesRemaining": 140
        }
      }
    },
    {
      "link": [
        1,
        1
      ],
      "name": "Crystal Flash",
      "requires": [
        "h_canCrystalFlash"
      ]
    },
    {
      "link": [
        1,
        3
      ],
      "name": "Base",
      "requires": []
    },
    {
      "link": [
        1,
        4
      ],
      "name": "Base",
      "requires": []
    },
    {
      "link": [
        2,
        3
      ],
      "name": "Base",
      "requires": []
    },
    {
      "link": [
        3,
        1
      ],
      "name": "Base",
      "requires": []
    },
    {
      "link": [
        3,
        2
      ],
      "name": "Base",
      "requires": []
    },
    {
      "link": [
        4,
        1
      ],
      "name": "Base",
      "requires": []
    },
    {
      "name": "Base",
      "notable": false,
      "requires": [
        "h_canActivateBombTorizo",
        {
          "or": [
            "canDodgeWhileShooting",
            {
              "ammo": {
                "type": "Super",
                "count": 2
              }
            },
            {
              "enemyDamage": {
                "enemy": "Bomb Torizo",
                "type": "contact",
                "hits": 3
              }
            }
          ]
        }
      ],
      "link": [
        3,
        5
      ]
    },
    {
      "link": [
        5,
        3
      ],
      "name": "Base",
      "notable": false,
      "requires": []
    },
    {
      "name": "Base",
      "notable": false,
      "requires": [
        "f_ZebesSetAblaze"
      ],
      "devNote": "Technically this also requires opening the wall.",
      "link": [
        4,
        6
      ]
    },
    {
      "link": [
        6,
        4
      ],
      "name": "Base",
      "notable": false,
      "requires": []
    }
  ]
}