Room ID: 217
From: 1
Bottom Left Door
To: 2
Top Right Door
Entrance condition: {
"comeInWithGrappleSwing": {
"blocks": [
{
"position": [
8,
3
],
"note": "Grapple Beam Room"
},
{
"position": [
7,
3
],
"note": "Colosseum"
}
]
}
}Requires: "canTrickyGrappleJump"
{
"or": [
{
"ammo": {
"type": "Missile",
"count": 1
}
},
{
"ammo": {
"type": "Super",
"count": 1
}
},
"Plasma",
{
"and": [
"canKago",
{
"enemyDamage": {
"enemy": "Choot",
"type": "contact",
"hits": 1
}
}
]
}
]
} |