Fast Ripper Room: Ripper Damage Boost

Room ID: 153

Wiki
From: 1
Left Door
To: 3
Junction Left of Green Gate

Entrance condition:

{
  "comeInNormally": {}
}

Requires:

{
  "enemyDamage": {
    "enemy": "Ripper 2 (red)",
    "type": "contact",
    "hits": 1
  }
}
"canHorizontalDamageBoost"
{
  "heatFrames": 250
}
{
  "or": [
    "canTrickyDodgeEnemies",
    {
      "and": [
        {
          "enemyDamage": {
            "enemy": "Ripper 2 (red)",
            "type": "contact",
            "hits": 1
          }
        },
        {
          "heatFrames": 20
        }
      ]
    }
  ]
}