Room ID: 10
|
Requires: {
"or": [
{
"and": [
{
"getBlueSpeed": {
"usedTiles": 25,
"steepUpTiles": 3,
"steepDownTiles": 3,
"openEnd": 1
}
},
"canCarefulJump"
]
},
{
"and": [
{
"canShineCharge": {
"usedTiles": 25,
"steepUpTiles": 3,
"steepDownTiles": 3,
"openEnd": 1
}
},
"canShinechargeMovement",
{
"shinespark": {
"frames": 2
}
}
]
}
]
}Dev note: It is possible to come in the top right door, charge a spark, use a bounce ball, or blue space jump, but this is a bit easier anyway. |