Room ID: 153
From: 3
Junction Left of Green Gate
To: 1
Left Door
Requires: "canTrickyDodgeEnemies"
{
"or": [
{
"heatFrames": 270
},
{
"and": [
"h_speedDash",
"canWalljump",
{
"heatFrames": 225
}
]
}
]
}
{
"ammo": {
"type": "Super",
"count": 1
}
}
{
"or": [
{
"notable": "First-Try Gate Glitch"
},
{
"ammo": {
"type": "Super",
"count": 2
}
}
]
}Dev note: This is chaotic because the gate glitch's unreliability makes the room more variable: with a first-try gate glitch a single Super is enough, but otherwise, you would likely want to have three. |