Room ID: 97
From: 2
Left Side - Top Middle Door
To: 7
Top Right Door
Entrance condition: {
"comeInShinecharged": {}
}Requires: {
"or": [
{
"and": [
"canSpeedyJump",
{
"shineChargeFrames": 125
}
]
},
{
"and": [
{
"shineChargeFrames": 160
},
{
"enemyDamage": {
"enemy": "Waver",
"type": "contact",
"hits": 1
}
}
]
}
]
}
"canHeroShot"
"HiJump"
"canWallJump"
"canShinechargeMovementTricky"
{
"shinespark": {
"frames": 27,
"excessFrames": 0
}
}
{
"or": [
"canBeLucky",
{
"enemyDamage": {
"enemy": "Cacatac",
"type": "spike",
"hits": 1
}
}
]
}Exit condition: {
"leaveWithSpark": {}
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]} |