Refine Precious Room shinecharge/shinespark strats#1977
Refine Precious Room shinecharge/shinespark strats#1977osse101 merged 3 commits intovg-json-data:masterfrom
Conversation
| "name": "Stutter Water Shinecharge", | ||
| "entranceCondition": { | ||
| "comeInStutterShinecharging": { | ||
| "minTiles": 4 |
There was a problem hiding this comment.
This is more lenient than some other stutter water shinecharges, but it sounds like you'll look into the other rooms on another PR
osse101
left a comment
There was a problem hiding this comment.
Is there enough need for 3 techs? It should currently be where crab tunnel, main street, precious, and crab shaft are the hard ones & almost every stutterwater shinecharge is set to 2~2.4 tiles runway. So I think it would be a 3 tile version and a doorframe version for most cases?
Co-authored-by: kjbranch <61815121+kjbranch@users.noreply.github.com>
To me, it feels like a large difference in difficulty between the 2 vs. 2.4375 tile version. Just tested it out with Construction Zone (with 2.4375 tiles) to Precious Room, took me 3 tries to get it the first time; next successes took 5, 3, 9, 9, 3, 1, 3, 4, and then 3 tries. Tried it out from Early Supers (2 tiles) to Precious Room, took me 17 tries to get first success, then 32 tries, then 16 tries. I'm sure with a lot of practice it can be possible to get consistent at it, but it feels like an Extreme trick, especially considering the setup room could be heated (e.g. Crumble Shaft). Halfie Climb, West Sand Hall Tunnel, and Oasis would be more examples of hard ones (the last two cases especially if the opposite door can't be unlocked). On the other hand, after testing out the 4-tile version (from Baby Kraid Room into Precious), it doesn't seem as much easier as I was expecting based on the frame windows. My number of tries to get successes were 6, 1, 2, 6, 3, 2, 3, 4, 2, 2, and 8. It maybe shouldn't be treated differently from 2.4375 tiles after all, probably fits better in Expert than Very Hard. Going into Botwoon ETank Room with at least 2 tiles of runway, I can get it essentially every time (1,2,1,1,1). I think that's probably the difficulty that we want for Very Hard. And Main Street would of course also fit there in Very Hard, at least with 2 tiles of runway; with only 1 tile it's quite a bit harder, feels more like Expert. I think using 3 tech may be justified here because of how large the differences in difficulty seem to be. The idea is for Very Hard to be able to give players a more gentle introduction to the tech by only including the easy cases, the bulk of the rest going into Expert, with just the really tough ones (needing double frame-perfect stutter) in Extreme. |
|
I agree with going over the stutterwatershinecharge strats and sorting them into very hard / expert / extreme. If we could use Precious room with 2 or 2.4 tiles felt no different to me. The frame window differences are very minor. But that is likely only a me thing. |
Ok, removed the Something I've thought about for a long time is allowing a tech to have different "tiers", which essentially could be a way to organize related tech, so that instead of "canGrappleJump", "canPreciseGrappleJump", "canTrickyGrappleJump", you could have just one tech but have different "levels" of it, and the player could select among those levels. Or maybe they could still exist as separate tech in the logic data, and they could just be presented as a group somehow in the randomizer. But I'm not sure this is compatible with the way the tech are currently grouped in the randomizer, by difficulty level, which also has its advantages. Just something to think about. I think there should be some way to improve it eventually, and then it might be less of a concern to have many variants of a tech for different difficulty levels. |
I noticed that during the second seed of Nito's recent 24hr stream, he got Gravity early by sequence breaking the Precious Room stutter water shinecharge, doing it with 2 runway tiles when the logic required 2.4375.
I dug into it a little to see how the runway length affects the frame window, and concluded that we could probably use some more tech to help place strats into an appropriate difficulty level. We moved "canStutterWaterShinecharge" down to Very Hard a while ago, but in Precious Room with only 2.4375 tiles I think it's too tough for Very Hard, and would fit better in Expert. With only 2 tiles, I think it fits in Extreme, because this case needs a double-frame-perfect stutter: releasing for exactly 3 frames, and repressing on the last possible frame.
canPreciseStutterWaterShinecharge(for Expert) andcanTrickyStutterWaterShinecharge(for Extreme).comeInStutterShinechargingrather thancomeInRunning. The difference currently doesn't matter for the randomizer, but it's more accurate since it is in fact a different way of entering the room.leaveShinechargedvariant that doubles back out the bottom-left door with frames remaining.leaveWithTemporaryBluevariant that doubles back out the bottom-left door.detailNoteto the schema for tech.canStutterWaterShinechargetech, to recommend using 5 tiles of runway. Based on my testing, this is the optimal length to use, at least when applied to entering Precious Room. Going lower than 5 the stutter gradually gets more precise (narrower frame windows for the release and repress). Using 4 or 6 (or somewhere in between) is not too much worse, but 7 or higher seems to not work at all (for this room).The new tech can of course be applied in more rooms, so the plan is to cover other rooms in follow-up PRs.