Room ID: 118
|
Note that the Geemers do much less damage than the Pirates Requires: {
"or": [
{
"enemyDamage": {
"enemy": "Red Space Pirate (standing)",
"type": "contact",
"hits": 3
}
},
{
"and": [
{
"enemyDamage": {
"enemy": "Geemer (grey)",
"type": "contact",
"hits": 3
}
},
{
"or": [
{
"and": [
"canCarefulJump",
"HiJump"
]
},
"canPreciseWallJump",
{
"and": [
"canDodgeWhileShooting",
"SpaceJump"
]
},
"canTrickySpringBallJump",
"canUseIFrames"
]
}
]
}
]
} |