Skip to content

Commit 5f430dd

Browse files
authored
Merge pull request #2819 from dragonsinth/redki
Red Kihunter Shaft: plasma kill / hitbox bottom
2 parents a1df104 + c6cd634 commit 5f430dd

1 file changed

Lines changed: 48 additions & 8 deletions

File tree

region/lowernorfair/east/Red Kihunter Shaft.json

Lines changed: 48 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,9 +1042,10 @@
10421042
{
10431043
"id": 30,
10441044
"link": [3, 7],
1045-
"name": "Slow Kihunter Kill",
1045+
"name": "Slow Kihunter Kill (Bottom)",
10461046
"requires": [
10471047
"h_heatProof",
1048+
"canDodgeWhileShooting",
10481049
"Wave",
10491050
{"or": [
10501051
"Charge",
@@ -1054,12 +1055,15 @@
10541055
],
10551056
"flashSuitChecked": true,
10561057
"blueSuitChecked": true,
1057-
"note": "Only Wave can safely clear the Kihunter."
1058+
"note": [
1059+
"Immediately move left to the end of the runway to prevent the Kihunter from descending.",
1060+
"Wave can be used to safely clear the Kihunter."
1061+
]
10581062
},
10591063
{
10601064
"id": 31,
10611065
"link": [3, 7],
1062-
"name": "Tank the Damage",
1066+
"name": "Tank the Damage (Bottom)",
10631067
"requires": [
10641068
{"enemyDamage": {"enemy": "Kihunter (red)", "type": "contact", "hits": 1}},
10651069
{"heatFrames": 120}
@@ -1071,32 +1075,49 @@
10711075
{
10721076
"id": 32,
10731077
"link": [3, 7],
1074-
"name": "Ice Wave Spazer Kill",
1078+
"name": "Ice Wave Spazer Kill (Bottom)",
10751079
"requires": [
10761080
"Wave",
10771081
"Ice",
10781082
"Spazer",
10791083
{"heatFrames": 420}
10801084
],
10811085
"flashSuitChecked": true,
1082-
"blueSuitChecked": true
1086+
"blueSuitChecked": true,
1087+
"note": "Immediately move left to the end of the runway to prevent the Kihunter from descending."
10831088
},
10841089
{
10851090
"id": 33,
10861091
"link": [3, 7],
1087-
"name": "Wave Plasma Kill",
1092+
"name": "Wave Plasma Kill (Bottom)",
10881093
"requires": [
10891094
"Wave",
10901095
"Plasma",
10911096
{"heatFrames": 300}
10921097
],
10931098
"flashSuitChecked": true,
1094-
"blueSuitChecked": true
1099+
"blueSuitChecked": true,
1100+
"note": "Immediately move left to the end of the runway to prevent the Kihunter from descending."
1101+
},
1102+
{
1103+
"link": [3, 7],
1104+
"name": "Plasma Kihunter Kill (Bottom)",
1105+
"requires": [
1106+
"canDodgeWhileShooting",
1107+
"Plasma",
1108+
{"heatFrames": 360}
1109+
],
1110+
"flashSuitChecked": true,
1111+
"blueSuitChecked": true,
1112+
"note": [
1113+
"Immediately move left to the end of the runway to prevent the Kihunter from descending.",
1114+
"Fire shots upward through the edge of the platform while standing safely under the ledge."
1115+
]
10951116
},
10961117
{
10971118
"id": 34,
10981119
"link": [3, 7],
1099-
"name": "Screw Kill",
1120+
"name": "Screw Kill (Bottom)",
11001121
"requires": [
11011122
"ScrewAttack",
11021123
{"heatFrames": 0}
@@ -1115,6 +1136,25 @@
11151136
"flashSuitChecked": true,
11161137
"blueSuitChecked": true
11171138
},
1139+
{
1140+
"link": [3, 7],
1141+
"name": "Hitbox the Kihunter (Bottom)",
1142+
"requires": [
1143+
"h_PlasmaHitbox",
1144+
"canTrickyJump",
1145+
{"heatFrames": 10},
1146+
{"or": [
1147+
"canInsaneJump",
1148+
{"heatFrames": 60}
1149+
]}
1150+
],
1151+
"flashSuitChecked": true,
1152+
"blueSuitChecked": true,
1153+
"note": [
1154+
"Immediately move left to the end of the runway to prevent the Kihunter from descending.",
1155+
"Use Plasma to run or jump through the Kihunter."
1156+
]
1157+
},
11181158
{
11191159
"id": 35,
11201160
"link": [3, 7],

0 commit comments

Comments
 (0)