Room ID: 202
From: 2
Right Door
To: 1
Left Door
Entrance condition: {
"comeInShinecharged": {}
}Requires: {
"or": [
{
"and": [
"Gravity",
"canShinechargeMovementTricky",
{
"shineChargeFrames": 10
},
{
"shinespark": {
"frames": 21
}
}
]
},
{
"and": [
"Gravity",
"canShinechargeMovementComplex",
{
"shineChargeFrames": 30
},
{
"shinespark": {
"frames": 17
}
}
]
},
{
"and": [
"canShinechargeMovementTricky",
"canInsaneJump",
{
"shineChargeFrames": 20
},
{
"shinespark": {
"frames": 21
}
}
]
},
{
"and": [
{
"shineChargeFrames": 40
},
{
"shinespark": {
"frames": 19
}
}
]
}
]
}Exit condition: {
"leaveWithSpark": {
"position": "top"
}
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]} |