Fixes to strats in my plando#2094
Conversation
osse101
left a comment
There was a problem hiding this comment.
https://videos.maprando.com/video/6753
The bowling part using an IBJ. It should be possible to not take a spike hit but I couldn't get it -- the morph is very tight.
Using speed looks like it would work too but is also very difficult. You can Jump into the spikes for enough runway to jump high enough, I think.
| {"and": [ | ||
| "canTrickySpringBallJump", | ||
| "canInsaneJump" | ||
| ]}, | ||
| {"and": [ | ||
| "canTrickySpringBallJump", | ||
| {"thornHits": 1} | ||
| ]}, |
There was a problem hiding this comment.
With trickyjump, you shouldn't be taking a spike hit. Its pretty safe with a turnaround spinjump.
An extra tech to consider adding would be canBePatient since it would be slower to reattempt with springball jumps.
"spikeHits": 1
|
I couldnt get the IBJ to work, it is too precise for me. |
Co-authored-by: Michael McKenzie <mikemck101@gmail.com>
No description provided.