Room ID: 51
From: 4
Bottom Right Door
To: 3
Bottom Left Door
Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": true
}
}Requires: {
"or": [
{
"and": [
{
"tech": "canBombHorizontally"
},
{
"ammo": {
"type": "PowerBomb",
"count": 6
}
},
{
"or": [
"canComplexGMode",
{
"ammo": {
"type": "PowerBomb",
"count": 2
}
}
]
}
]
},
{
"and": [
"h_artificialMorphSpringBall",
{
"ammo": {
"type": "PowerBomb",
"count": 3
}
},
{
"or": [
"canComplexGMode",
{
"ammo": {
"type": "PowerBomb",
"count": 1
}
}
]
}
]
},
{
"and": [
"h_artificialMorphBombs",
"canTrickyGMode"
]
}
]
}Clears obstacles: A Dev note: G-mode isnt helpful here with real Morph. |