Plasma Room: Damage-Avoiding Pseudo-Screw

Room ID: 219

Wiki
From: 2
Item
To: 3
Central Junction with all Standing Pirates Killed

Use a precisely positioned pseudo-screw to contact a Pirate for exactly one frame, to hit it without taking damage in return. A regular second pseudo-screw can then be used to kill the Pirate. Repeat this to kill all the standing Pirates.

For lenience, the base version of the strat assumes taking two Pirate hits, though it is possible to avoid all damage.

Requires:

{
  "notable": "Damage-Avoiding Pseudo-Screw"
}
"canPseudoScrew"
"canInsaneJump"
{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Pink Space Pirate (standing)",
        "type": "contact",
        "hits": 2
      }
    },
    "canBeVeryPatient"
  ]
}

Dev note: FIXME: The `canBeVeryPatient` is for difficulty placement but should be replaced with a more appropriate tech.