Skip to content

Commit 3972945

Browse files
authored
Merge pull request #2820 from dragonsinth/redhitbox
Red Kihunter Shaft: plasma kills
2 parents a9d50f8 + 65be1af commit 3972945

1 file changed

Lines changed: 27 additions & 23 deletions

File tree

region/lowernorfair/east/Red Kihunter Shaft.json

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,29 +1089,23 @@
10891089
{
10901090
"id": 33,
10911091
"link": [3, 7],
1092-
"name": "Wave Plasma Kill (Bottom)",
1092+
"name": "Plasma Kill (Bottom)",
10931093
"requires": [
1094-
"Wave",
1094+
{"or": [
1095+
"Wave",
1096+
{"and": [
1097+
"canDodgeWhileShooting",
1098+
{"heatFrames": 60}
1099+
]}
1100+
]},
10951101
"Plasma",
10961102
{"heatFrames": 300}
10971103
],
10981104
"flashSuitChecked": true,
10991105
"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,
11121106
"note": [
11131107
"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."
1108+
"The Kihunter can be safely killed without Wave by firing shots up through the edge of the platform."
11151109
]
11161110
},
11171111
{
@@ -1985,7 +1979,7 @@
19851979
{
19861980
"id": 65,
19871981
"link": [7, 5],
1988-
"name": "Slow Kihunter Kill",
1982+
"name": "Slow Kihunter Kill (Top)",
19891983
"requires": [
19901984
"h_heatProof",
19911985
"canBePatient",
@@ -2011,7 +2005,7 @@
20112005
{
20122006
"id": 66,
20132007
"link": [7, 5],
2014-
"name": "Tank the Damage",
2008+
"name": "Tank the Damage (Top)",
20152009
"requires": [
20162010
"canDash",
20172011
{"enemyDamage": {"enemy": "Kihunter (red)", "type": "contact", "hits": 2}},
@@ -2024,7 +2018,7 @@
20242018
{
20252019
"id": 67,
20262020
"link": [7, 5],
2027-
"name": "Super Kill",
2021+
"name": "Super Kill (Top)",
20282022
"requires": [
20292023
"canDash",
20302024
{"enemyKill": {
@@ -2039,7 +2033,7 @@
20392033
{
20402034
"id": 68,
20412035
"link": [7, 5],
2042-
"name": "Ice Wave Spazer Kill",
2036+
"name": "Ice Wave Spazer Kill (Top)",
20432037
"requires": [
20442038
"canDash",
20452039
"Wave",
@@ -2053,20 +2047,30 @@
20532047
{
20542048
"id": 69,
20552049
"link": [7, 5],
2056-
"name": "Wave Plasma Kill",
2050+
"name": "Plasma Kill (Top)",
20572051
"requires": [
20582052
"canDash",
2059-
"Wave",
2053+
{"or": [
2054+
"Wave",
2055+
{"and": [
2056+
"canDodgeWhileShooting",
2057+
{"heatFrames": 160}
2058+
]}
2059+
]},
20602060
"Plasma",
20612061
{"heatFrames": 840}
20622062
],
20632063
"flashSuitChecked": true,
2064-
"blueSuitChecked": true
2064+
"blueSuitChecked": true,
2065+
"note": [
2066+
"The top Kihunter can be safely killed without Wave by firing shots up through the edge of the upper platform.",
2067+
"It's faster if the top Kihunter descends, because some shots will hit both enemies."
2068+
]
20652069
},
20662070
{
20672071
"id": 70,
20682072
"link": [7, 5],
2069-
"name": "Screw Kill",
2073+
"name": "Screw Kill (Top)",
20702074
"requires": [
20712075
"canDash",
20722076
"ScrewAttack",

0 commit comments

Comments
 (0)