-
Notifications
You must be signed in to change notification settings - Fork 17
Various Strat Updates #2521
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
Various Strat Updates #2521
Changes from 6 commits
d7fbdbf
706558a
984a749
7e52b5e
8c04309
dec5f57
a381b9b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1040,6 +1040,16 @@ | |
| "Gravity", | ||
| {"heatFrames": 810}, | ||
| {"acidFrames": 55} | ||
| ]}, | ||
| {"and": [ | ||
| "canSuitlessLavaDive", | ||
| "canTrickyJump", | ||
| {"heatFrames": 705}, | ||
| {"acidFrames": 45} | ||
| ]}, | ||
| {"and": [ | ||
| "canInsaneJump", | ||
| {"heatFrames": 695} | ||
|
||
| ]} | ||
| ]}, | ||
| {"or": [ | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -505,11 +505,17 @@ | |||||||||
| "requires": [ | ||||||||||
| {"or": [ | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would split this into two strats.
strat 2:
|
||||||||||
| "h_hasBeamUpgrade", | ||||||||||
| "canDodgeWhileShooting", | ||||||||||
| "canTrickyDodgeEnemies", | ||||||||||
|
||||||||||
| "canTrickyDodgeEnemies", | |
| "canTrickyJump", |
Outdated
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.
so even on Hard, Morph wont help you unless you have Gravity?
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.
Right, on the left I wouldn't say it helps at all. You can't roll past the first and big hill Puyos.
Outdated
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.
This is a lot of damage. I only find the Puyos to be scary and unpredictable.
| {"enemyDamage": {"enemy": "Puyo", "type": "contact", "hits": 3}}, | |
| {"enemyDamage": {"enemy": "Choot", "type": "contact", "hits": 3}} | |
| {"enemyDamage": {"enemy": "Puyo", "type": "contact", "hits": 4}}, | |
| {"enemyDamage": {"enemy": "Choot", "type": "contact", "hits": 1}} |
Uh oh!
There was an error while loading. Please reload this page.