Room ID: 133
|
If using Charge, shoot at the standing Pirate and then crouch to avoid any lazers. Requires: "h_heatProof"
{
"resetRoom": {
"nodes": [
1
]
}
}
{
"or": [
{
"and": [
"canDodgeWhileShooting",
"Charge",
"Plasma",
{
"cycleFrames": 215
}
]
},
{
"and": [
"canFarmWhileShooting",
"Charge",
"Wave",
"Spazer",
"Ice",
{
"cycleFrames": 630
}
]
},
{
"and": [
"ScrewAttack",
{
"cycleFrames": 135
}
]
}
]
}Resets obstacles: A Farm cycle drops: 1 Yellow Space Pirate (standing), 1 Yellow Space Pirate (wall) Dev note: FIXME: There are slower ways to farm these. |