Room ID: 131
|
Carefully and quickly lure the Gamets to the right door without letting them go off camera. It may help to kill any extra Gamets once they spread apart. Requires: "h_navigateUnderwater"
{
"or": [
{
"resourceCapacity": [
{
"type": "Super",
"count": 1
}
]
},
{
"obstaclesCleared": [
"A"
]
}
]
}
"canComplexGMode"
{
"or": [
{
"and": [
"canDash",
"Gravity",
"SpaceJump"
]
},
{
"and": [
"canDash",
"HiJump",
"canSpaceJumpWaterBounce"
]
},
{
"and": [
"canTrickyUseFrozenEnemies",
{
"or": [
"canDash",
"canTrickyDodgeEnemies"
]
}
]
}
]
}Exit condition: {
"leaveWithDamage": {
"enemy": "Gamet"
}
}Unlocks doors: {"types":["ammo"],"requires":[]} |