Room ID: 228
        | 
 
 Requires: "Ice"
{
  "or": [
    "canTrickyJump",
    {
      "and": [
        "canDodgeWhileShooting",
        {
          "enemyDamage": {
            "enemy": "Rinka",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    },
    "Morph"
  ]
} |