[dismiss]
Welcome to SmashWiki! Log in or create an account and join the community, and don't forget to read this first! |
Notices |
---|
The Skill parameter has been removed from Smasher infoboxes, and in its place are the new "Best historical ranking" and "Best tournament result" parameters. SmashWiki needs help adding these new parameters to Smasher infoboxes, refer to the guidelines here for what should be included in these new parameters. |
When adding results to Smasher pages, include each tournament's entrant number in addition to the player's placement, and use the {{Trn}} template with the matching game specified. Please also fix old results on Smasher pages that do not abide to this standard. Refer to our Smasher article guidelines to see how results tables should be formatted. |
Check out our project page for ongoing projects that SmashWiki needs help with. |
Sora (SSBU)/Down aerial: Difference between revisions
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
No edit summary |
Tag: Rollback |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 153: | Line 153: | ||
==Trivia== | ==Trivia== | ||
*The down aerial's ID 0 hitbox is coded as an extended hitbox despite not actually extending, which prevents it from interpolating. | *The down aerial's ID 0 hitbox is coded as an extended hitbox despite not actually extending, which prevents it from interpolating. | ||
*The move is actually coded to re-enable Sora's horizontal | *The move is actually coded to re-enable Sora's horizontal movement on frame 40, instead of frame 45 as in actual gameplay. However, after generating the hitboxes on frame 15, the scripts use an asynchronous timer of 30 frames before deleting them, causing any following lines (in this case, the function to re-enable horizontal movement) to not be read until the hitboxes are deleted on frame 45. | ||
{{MvSubNavSora|g=SSBU}} | {{MvSubNavSora|g=SSBU}} | ||
[[Category:Sora (SSBU)]] | [[Category:Sora (SSBU)]] | ||
[[Category:Down aerials (SSBU)]] | [[Category:Down aerials (SSBU)]] |
Latest revision as of 21:40, August 18, 2024
Overview[edit]
Hitboxes[edit]
Timing[edit]
Attack[edit]
The move resets Sora's horizontal momentum and first sets his vertical speed to 1.2 on frames 2-13, then sets it to -3.2 from frame 14 onward. Manual horizontal movement is also disabled during frames 1-44.
Initial autocancel | 1-4 |
---|---|
Hitboxes | 15-44 |
Ending autocancel | 46- |
Interruptible | 58 |
Animation length | 75 |
Landing lag[edit]
Hitbox | 1-3 |
---|---|
Interruptible | 29 |
Animation length | 52 |
Lag time |
Hitbox |
Autocancel |
Interruptible |
Trivia[edit]
- The down aerial's ID 0 hitbox is coded as an extended hitbox despite not actually extending, which prevents it from interpolating.
- The move is actually coded to re-enable Sora's horizontal movement on frame 40, instead of frame 45 as in actual gameplay. However, after generating the hitboxes on frame 15, the scripts use an asynchronous timer of 30 frames before deleting them, causing any following lines (in this case, the function to re-enable horizontal movement) to not be read until the hitboxes are deleted on frame 45.
|