Room ID: 195
|
Requires: "Gravity"
{
"resetRoom": {
"nodes": [
1,
2
]
}
}
{
"or": [
{
"enemyDamage": {
"enemy": "Cacatac",
"type": "spike",
"hits": 1
}
},
{
"and": [
"canDodgeWhileShooting",
{
"cycleFrames": 100
}
]
}
]
}
{
"or": [
{
"and": [
"HiJump",
{
"cycleFrames": 360
}
]
},
{
"and": [
"canWalljump",
{
"cycleFrames": 390
}
]
},
{
"and": [
"h_crouchJumpDownGrab",
{
"cycleFrames": 490
}
]
}
]
}
{
"or": [
"Plasma",
{
"and": [
"ScrewAttack",
{
"cycleFrames": 80
}
]
},
{
"and": [
{
"or": [
"Spazer",
"Wave"
]
},
{
"cycleFrames": 50
}
]
},
{
"and": [
"Grapple",
{
"cycleFrames": 60
}
]
},
{
"and": [
{
"cycleFrames": 180
},
{
"or": [
{
"enemyDamage": {
"enemy": "Cacatac",
"type": "spike",
"hits": 1
}
},
{
"and": [
"canTrickyDodgeEnemies",
{
"cycleFrames": 100
}
]
}
]
}
]
}
]
}Farm cycle drops: 4 Cacatac Dev note: The canCrouchJump is not a h_underwaterCrouchJump, because Gravity is required. |