-
Notifications
You must be signed in to change notification settings - Fork 19
Red Kihunter Shaft: plasma kill / hitbox bottom #2819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
6cae03e
Red Kihunter Shaft: plasma kill
dragonsinth d2adb58
fix
dragonsinth 9aeab5d
canHitbox
dragonsinth b9442de
feedback
dragonsinth 7e5bd1a
Apply suggestions from code review
dragonsinth c6cd634
Update region/lowernorfair/east/Red Kihunter Shaft.json
dragonsinth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -1042,8 +1042,9 @@ | |||||
| { | ||||||
| "id": 30, | ||||||
| "link": [3, 7], | ||||||
| "name": "Slow Kihunter Kill", | ||||||
| "name": "Slow Kihunter Kill (Bottom)", | ||||||
| "requires": [ | ||||||
| "canDash", | ||||||
| "h_heatProof", | ||||||
| "Wave", | ||||||
dragonsinth marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| {"or": [ | ||||||
|
|
@@ -1054,12 +1055,15 @@ | |||||
| ], | ||||||
| "flashSuitChecked": true, | ||||||
| "blueSuitChecked": true, | ||||||
| "note": "Only Wave can safely clear the Kihunter." | ||||||
| "note": [ | ||||||
| "Run quickly left from the Save room door to prevent the Kihunter from descending.", | ||||||
dragonsinth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| "Only Wave can safely clear the Kihunter." | ||||||
dragonsinth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| ] | ||||||
| }, | ||||||
| { | ||||||
| "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} | ||||||
|
|
@@ -1071,32 +1075,54 @@ | |||||
| { | ||||||
| "id": 32, | ||||||
| "link": [3, 7], | ||||||
| "name": "Ice Wave Spazer Kill", | ||||||
| "name": "Ice Wave Spazer Kill (Bottom)", | ||||||
| "requires": [ | ||||||
| "canDash", | ||||||
| "Wave", | ||||||
| "Ice", | ||||||
| "Spazer", | ||||||
| {"heatFrames": 420} | ||||||
| ], | ||||||
| "flashSuitChecked": true, | ||||||
| "blueSuitChecked": true | ||||||
| "blueSuitChecked": true, | ||||||
| "note": "Run quickly left from the Save room door to prevent the Kihunter from descending." | ||||||
| }, | ||||||
| { | ||||||
| "id": 33, | ||||||
| "link": [3, 7], | ||||||
| "name": "Wave Plasma Kill", | ||||||
| "name": "Wave Plasma Kill (Bottom)", | ||||||
| "requires": [ | ||||||
| "canDash", | ||||||
| "Wave", | ||||||
| "Plasma", | ||||||
| {"heatFrames": 300} | ||||||
| ], | ||||||
| "flashSuitChecked": true, | ||||||
| "blueSuitChecked": true | ||||||
| "blueSuitChecked": true, | ||||||
| "note": "Run quickly left from the Save room door to prevent the Kihunter from descending." | ||||||
| }, | ||||||
| { | ||||||
| "id": 100, | ||||||
dragonsinth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| "link": [3, 7], | ||||||
| "name": "Plasma Kihunter Kill (Bottom)", | ||||||
dragonsinth marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| "requires": [ | ||||||
| "canDash", | ||||||
| "canDodgeWhileShooting", | ||||||
| "Plasma", | ||||||
| {"heatFrames": 360} | ||||||
| ], | ||||||
dragonsinth marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| "flashSuitChecked": true, | ||||||
| "blueSuitChecked": true, | ||||||
| "note": [ | ||||||
| "Run quickly left from the Save room door to prevent the Kihunter from descending.", | ||||||
| "Fire shots upward through the edge of the platform while standing safely under the ledge." | ||||||
| ], | ||||||
| "devNote": "canDodgeWhileShooting to put this in Hard; maybe another tech more appropriate?" | ||||||
dragonsinth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| }, | ||||||
| { | ||||||
| "id": 34, | ||||||
| "link": [3, 7], | ||||||
| "name": "Screw Kill", | ||||||
| "name": "Screw Kill (Bottom)", | ||||||
| "requires": [ | ||||||
| "ScrewAttack", | ||||||
| {"heatFrames": 0} | ||||||
|
|
@@ -1115,6 +1141,24 @@ | |||||
| "flashSuitChecked": true, | ||||||
| "blueSuitChecked": true | ||||||
| }, | ||||||
| { | ||||||
| "id": 101, | ||||||
dragonsinth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| "link": [3, 7], | ||||||
| "name": "Hitbox the Kihunter (Bottom)", | ||||||
| "requires": [ | ||||||
| "canDash", | ||||||
| "canTrickyJump", | ||||||
dragonsinth marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| "Plasma", | ||||||
|
||||||
| "Plasma", | |
| "h_PlasmaHitbox", |
dragonsinth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
dragonsinth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
dragonsinth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
dragonsinth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
| "nextStratId": 102, | |
| "nextStratId": 100, |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.