Skip to content
Merged
Changes from 5 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
52 changes: 44 additions & 8 deletions region/lowernorfair/east/Red Kihunter Shaft.json
Original file line number Diff line number Diff line change
Expand Up @@ -1042,9 +1042,10 @@
{
"id": 30,
"link": [3, 7],
"name": "Slow Kihunter Kill",
"name": "Slow Kihunter Kill (Bottom)",
"requires": [
"h_heatProof",
"canDodgeWhileShooting",
"Wave",
{"or": [
"Charge",
Expand All @@ -1054,12 +1055,15 @@
],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": "Only Wave can safely clear the Kihunter."
"note": [
"Immediately move left to the end of the runway to prevent the Kihunter from descending.",
"Wave can be used to safely clear the Kihunter."
]
},
{
"id": 31,
"link": [3, 7],
"name": "Tank the Damage",
"name": "Tank the Damage (Bottom)",
"requires": [
{"enemyDamage": {"enemy": "Kihunter (red)", "type": "contact", "hits": 1}},
{"heatFrames": 120}
Expand All @@ -1071,32 +1075,49 @@
{
"id": 32,
"link": [3, 7],
"name": "Ice Wave Spazer Kill",
"name": "Ice Wave Spazer Kill (Bottom)",
"requires": [
"Wave",
"Ice",
"Spazer",
{"heatFrames": 420}
],
"flashSuitChecked": true,
"blueSuitChecked": true
"blueSuitChecked": true,
"note": "Immediately move left to the end of the runway to prevent the Kihunter from descending."
},
{
"id": 33,
"link": [3, 7],
"name": "Wave Plasma Kill",
"name": "Wave Plasma Kill (Bottom)",
"requires": [
"Wave",
"Plasma",
{"heatFrames": 300}
],
"flashSuitChecked": true,
"blueSuitChecked": true
"blueSuitChecked": true,
"note": "Immediately move left to the end of the runway to prevent the Kihunter from descending."
},
{
"link": [3, 7],
"name": "Plasma Kihunter Kill (Bottom)",
"requires": [
"canDodgeWhileShooting",
"Plasma",
{"heatFrames": 360}
],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"Immediately move left to the end of the runway to prevent the Kihunter from descending.",
"Fire shots upward through the edge of the platform while standing safely under the ledge."
]
},
{
"id": 34,
"link": [3, 7],
"name": "Screw Kill",
"name": "Screw Kill (Bottom)",
"requires": [
"ScrewAttack",
{"heatFrames": 0}
Expand All @@ -1115,6 +1136,21 @@
"flashSuitChecked": true,
"blueSuitChecked": true
},
{
"link": [3, 7],
"name": "Hitbox the Kihunter (Bottom)",
"requires": [
"h_PlasmaHitbox",
"canTrickyJump",
{"heatFrames": 100}
],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"Immediately move left to the end of the runway to prevent the Kihunter from descending.",
"Use Plasma to run or jump through the Kihunter."
]
},
{
"id": 35,
"link": [3, 7],
Expand Down
Loading