Room ID: 120
        
        From: 5 
    Top Right Door 
        To: 4 
Bottom Right Door 
 Entrance condition: {
  "comeInShinecharging": {
    "length": 5,
    "openEnd": 1
  }
}Requires: "canShinechargeMovementTricky"
"canTrickyJump"
{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Cacatac",
        "type": "spike",
        "hits": 1
      }
    },
    "canBePatient"
  ]
}
{
  "shinespark": {
    "frames": 10,
    "excessFrames": 0
  }
}
{
  "heatFrames": 210
}Exit condition: {
  "leaveWithSpark": {}
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]}Dev note: The canBePatient represents retrying until RNG works out to be able to jump over one of the Cacatacs without taking a hit.  |