Lower Norfair West check flash suits#2308
Conversation
| ]}, | ||
| {"and": [ | ||
| "h_heatProof", | ||
| {"shinespark": {"frames": 16, "excessFrames": 13}} |
There was a problem hiding this comment.
https://videos.maprando.com/video/8506
Much more precise. Left or right wall work.
There was a problem hiding this comment.
I can see it as Varia+canShinesparkSlopeClip+no Xray
There was a problem hiding this comment.
Nice find. Left wall appears to be much easier.
| {"heatFrames": 900}, | ||
| {"shinespark": {"frames": 11}} | ||
| ], | ||
| "flashSuitChecked": true, |
There was a problem hiding this comment.
My thought has been that you could use FlashSuit to fulfill {shinespark} bypassing {canShinecharge}. Were that to happen, these strats which reprsent multiple shinesparks as 1 could cause problems.
There was a problem hiding this comment.
I'm not sure if it could work for flash suit to fulfill canShineCharge, since we also use that for starting temporary blue chains, or for gaining temporary blue while sliding off an edge (like in Screw Attack Room), which a flash suit wouldn't help with. It could be possible but seems like it would require a full pass through all canShineCharge uses to split them apart, similar to what we did when we added getBlueSpeed.
For flash suit carrying logic, this section seems all straightforward: I didn't see anything that wasn't already covered by tech/helpers.
The main thing here is I added flash suit uses in Acid Statue Room and Screw Attack Room. In Screw Attack Room, I just used the heat frames and shinespark frames from corresponding "Come in Shinecharged, Shinespark" strats; those ones are optimized for minimal shinecharge frame usage (not directly relevant in the flash suit case), which I think is essentially also optimized for minimizing overall damage assuming you don't have heat protection. Alternative versions could be added later to optimize for the heat protection case by minimizing shinespark frames instead.
Update: I reverted the addition of new flash suit strats that would already be covered by
comeInShinechargedstrats under #2312