Miniturbo: Difference between revisions

rewritten, also i think that ssmts should be in a different page
Line 19: Line 19:


=== Luke's rule ===
=== Luke's rule ===
Recall earlier that (standard) miniturbos can be released when the charge value is strictly greater than 270. In a right drift, holding +3 to +7 for 54 frames gives a charge value of exactly 270, but the miniturbo is not considered charged until the next frame (and can first be released frame after). Replacing one frame with a +2 to -7 input gives a charge of 267, which still gives a charged miniturbo on the next frame, while allowing for a slightly wider drift.
Recall earlier that (standard) miniturbos can be released when the charge value is strictly greater than 270. In a right drift, holding +3 to +7 for 54 frames gives a charge value of exactly 270, but the miniturbo is not considered charged until the next frame (and can first be released frame after). Replacing one frame with a +2 to -7 input decreases the charge of 267, which allows for a wider drift without delaying the miniturbo charge.


This off-by-one oddity is known as '''Luke's rule'''. While the most common use case is described above, it can be useful for mixed drifts too. Depending on how many countersteer inputs have been performed, sometimes one countersteer input can be added without delaying the miniturbo, while others it will delay the miniturbo charge by one frame. In particular, Luke's rule applies if the number of countersteer frames in the drift is 0 mod 5, or 2 mod 5.<ref>[https://docs.google.com/spreadsheets/d/1GFpKnkULNgec2HIKeK1HCcDSgQ37BknheY3tzoTl5vY/edit?gid=0#gid=0 Google Sheets]</ref>
This off-by-one oddity is known as '''Luke's rule'''. While the most common use case is described above, it can be useful for mixed drifts too. Depending on how many countersteer inputs have been performed, sometimes one countersteer input can be added without delaying the miniturbo, while others it will delay the miniturbo charge by one frame. In particular, Luke's rule applies if the number of countersteer frames in the drift is 0 mod 5, or 2 mod 5.<ref>[https://docs.google.com/spreadsheets/d/1GFpKnkULNgec2HIKeK1HCcDSgQ37BknheY3tzoTl5vY/edit?gid=0#gid=0 Google Sheets]</ref>