Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 47 additions & 3 deletions region/maridia/inner-yellow/Plasma Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,11 @@
"type": "contact",
"hits": 1
}},
"h_pauseAbuseMinimalReserveRefill"
"h_pauseAbuseMinimalReserveRefill",
{"and": [
{"notable": "Damage-Avoiding Pseudo-Screw"},
"canInsaneJump"
]}
]}
]}
]}
Expand Down Expand Up @@ -529,6 +533,36 @@
"clearsObstacles": ["A"],
"note": "The 4 standing pirates take 2 Pseudo Screws to kill each, so Samus must take 4 hits. No damage is taken when the enemy dies."
},
{
"link": [2, 3],
"name": "Damage-Avoiding Pseudo-Screw",
"requires": [
{"notable": "Damage-Avoiding Pseudo-Screw"},
"canPseudoScrew",
"canInsaneJump",
{"or": [
{"enemyDamage": {
"enemy": "Pink Space Pirate (standing)",
"type": "contact",
"hits": 2
}},
"canBeVeryPatient"
]}
],
"note": [
"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."
],
"detailNote": [
"For lenience, the base version of the strat assumes taking two Pirate hits,",
"though it is possible to avoid all damage."
],
"devNote": [
"FIXME: The `canBeVeryPatient` is for difficulty placement but should be replaced with a more appropriate tech."
]
},
{
"id": 23,
"link": [3, 1],
Expand Down Expand Up @@ -630,7 +664,17 @@
]
}
],
"notables": [],
"notables": [
{
"id": 1,
"name": "Damage-Avoiding Pseudo-Screw",
"note": [
"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."
]
}
],
"nextStratId": 32,
"nextNotableId": 1
"nextNotableId": 2
}