Room ID: 230
|
Entrance condition: {
"comeInNormally": {},
"comesThroughToilet": "no"
}Requires: {
"or": [
"ScrewAttack",
"canTrickyJump",
{
"and": [
"canDodgeWhileShooting",
"canCameraManip",
{
"enemyKill": {
"enemies": [
[
"Blue Sidehopper"
]
]
}
}
]
}
]
}Exit condition: {
"leaveWithGModeSetup": {}
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":[{"enemyDamage":{"enemy":"Blue Sidehopper","type":"contact","hits":1}}]}Dev note: FIXME: add a Toilet entry version of this |