Editing Jump

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
Warning You aren't logged in. While it's not a requirement to create an account, doing so makes it a lot easier to keep track of your edits and a lot harder to confuse you with someone else. If you edit without being logged in, your IP address will be recorded in the page's edit history.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 3: Line 3:
[[File:SSBUSoraJump.jpg|thumb|{{SSBU|Sora}} jumping in ''[[Super Smash Bros. Ultimate]]'']]
[[File:SSBUSoraJump.jpg|thumb|{{SSBU|Sora}} jumping in ''[[Super Smash Bros. Ultimate]]'']]


A '''jump''' is an action that moves a character from the ground into the air. All characters can also [[midair jump|jump a second time in midair]], providing they are not [[attack]]ing, [[air dodging]], [[helpless]], in [[hitstun]], or have used it already. It is performed by pressing up on the [[control stick]] ([[D-pad]] on a horizontal Wii Remote), or by pressing a certain button, which is by default:
A '''jump''' is an action that moves a character from the ground into the air. All characters can also [[midair jump|jump a second time in midair]], providing they are not [[attack]]ing, [[air dodging]], [[helpless]], in [[hitstun]], or have used it already. It is performed by pressing up on the [[Control Stick]]/[[D-Pad]], or by pressing a certain button, which is by default:
*the [[C button]]s on the [[Nintendo 64 controller]] or [[Wii Remote]] with [[Nunchuk]]
*the [[C button]]s on the [[Nintendo 64]] or [[Wii Remote]] with [[Nunchuk]]
*the [[X button|X]] or [[Y button]] with the [[GameCube controller]], [[Classic Controller]], [[3DS]], [[Wii U Pro Controller]]/[[Wii U GamePad|GamePad]], [[Switch Pro Controller]], and dual [[Joy-Con]]s
*the [[X]] or [[Y]] buttons with the [[GameCube controller|GameCube]], [[Classic Controller]], [[3DS]], [[Wii U Pro Controller]]/[[Wii U GamePad|GamePad]], [[Switch Pro Controller]], and dual [[Joy-Con]]s
*the top and left buttons on a horizontal Joy-Con, which are the positions of Y and [[B button|B]] on the right Joy-Con.
*the top and left buttons on single Joy-Con (left)
*the Y and [[B]] buttons on single Joy-Con (right)


A few characters can jump more than once in the air:
A few characters can jump more than once in the air:
Line 30: Line 31:
In ''Brawl'' and ''Smash 4'', aside from removing the additional lag from a jump squat, softhops have no special properties when compared to full hops, however they allow the player to initiate the jump from slightly beyond the platform. The potential benefits of performing the technique depends on the fighter, as prior to ''Ultimate'' the duration of jump squats vary depending on the fighter.
In ''Brawl'' and ''Smash 4'', aside from removing the additional lag from a jump squat, softhops have no special properties when compared to full hops, however they allow the player to initiate the jump from slightly beyond the platform. The potential benefits of performing the technique depends on the fighter, as prior to ''Ultimate'' the duration of jump squats vary depending on the fighter.


In ''Ultimate'', softhopping has an additional effect on full hops. ''Ultimate'' introduced a mechanic in which the first few frames of a fighter's full hop are sped up, causing them to reach their maximum jump height sooner. Performing a softhop disables this mechanic, causing full hops to behave the same way as midair jumps and full hops prior to ''Ultimate''. This results in fighters taking longer to reach their maximum jump height, but allows them to cover more horizontal distance before beginning to fall, and potentially allows aerials to hit which the user would have otherwise been too high up to connect with by the time the first hitbox comes out, similarly to [[instant double jump]]ing. Forcing the user to perform a full hop when performing the technique also removes the risk of accidentally performing a short hop, guaranteeing the full damage output of aerials rather than the reduced 0.85× damage from short hops.
In ''Ultimate'', softhopping has an additional effect on full hops. ''Ultimate'' introduced a mechanic in which the first few frames of a fighter's full hop are sped up, causing them to reach their maximum jump height sooner. Performing a softhop disables this mechanic, causing full hops to behave the same way as midair jumps and full hops prior to ''Ultimate''. This results in fighters taking longer to reach their maximum jump height, but allows them to cover more horizontal distance before beginning to fall, and potentially allows aerials to hit which the user would have otherwise been to high up to connect with by the time the first hitbox comes out, similarly to [[instant double jump]]ing. Forcing the user to perform a full hop when performing the technique also removes the risk of accidentally performing a short hop, guaranteeing the full damage output of aerials rather than the reduced 0.85× damage from short hops.


==Jump squat==
==Jump squat==
A '''jump squat''' or '''windup''' refers to the length of time between the input of the jump and the moment the character leaves the ground. Each character has a different window of time where they crouch before they jump. Characters with faster jump squats will leave the ground earlier, and can transition between their air and ground games easier; however, depending on the control scheme, the player may find it more technically demanding to perform short hops or up smashes. In ''Melee,'' characters with faster jump squats can also perform [[wavedash]]es quicker.
A '''jump squat''' refers to the length of time between the input of the jump and the moment the character leaves the ground. Each character has a different window of time where they crouch before they jump. Characters with faster jump squats will leave the ground earlier, and can transition between their air and ground games easier; however, depending on the control scheme, the player may find it more technically demanding to perform short hops or up smashes. In ''Melee,'' characters with faster jump squats can also perform faster [[wavedash]]es, but the window of timing is also reduced, requiring more precise inputs from the player.


===Jump squats in ''[[Super Smash Bros.]]''===
===Jump squats in ''[[Super Smash Bros.]]''===
Line 367: Line 368:


===''Super Smash Bros.''===
===''Super Smash Bros.''===
The jump physics of ''Smash 64'' are significantly different compared to later games. A jump depends on 3 values: the [[control stick]]'s vertical position ('''v'''), the jump multiplier ('''m'''), and the jump base ('''b'''). The control stick's vertical position is a value between 53-80 (53 is the minimum amount required for a jump and the stick can reach 127, though it is capped at 80). Unlike later games, a character's gravity ('''g''') is also applied on the same frame as a grounded jump. The resulting jump force formula is <code>(v×m)+b-g</code>.
The jump physics of ''Smash 64'' are significantly different compared to later games. A jump depends on 3 values: the [[control stick]]'s vertical position ('''s'''), stick multiply ('''m'''), and stick add ('''a'''). The control stick's vertical position is a value between 53-80 (53 is the minimum amount required for a jump and the stick can reach 127, though it is capped at 80). Unlike later games, a character's gravity ('''g''') is also applied on the same frame as a grounded jump. The resulting jump force formula is <code>(s×m)+a-g</code>.


When using the [[C button]]s to jump, the control stick's horizontal position '''h''' is used instead of the vertical position. The equivalent vertical position follows the formula <code>v = floor(sqrt(80^2 - h^2))</code> and "v" has a minimum value 63 and a maximum of 77. The resulting value takes priority over the control stick's actual vertical position.
{{incomplete|JP & PAL/AUS}}
 
<center><!--
<center>
{|class="wikitable sortable" style="text-align:center; display:inline-table;"
{|class="wikitable sortable" style="text-align:center; display:inline-table;"
|+JPN
|+JPN
|-
|-
!Rank!!Character!!Jump multiplier!!Jump base!!Min height!!Max height
!Rank!!Character!!Jump force!!Jump height
|-
|-
|'''1'''||{{CharHead|Luigi|SSB|hsize=15px}}||0.7||30||1038.5||1718
|'''1'''||{{CharHead|Luigi|SSB|hsize=15px}}||86||1718.214881
|-
|-
|'''2'''||{{CharHead|Captain Falcon|SSB|hsize=15px}}||1||25||855.8||1569
|'''2'''||{{CharHead|Captain Falcon|SSB|hsize=15px}}||105||1569.248529
|-
|-
|'''3'''||{{CharHead|Samus|SSB|hsize=15px}}||0.5||36||996.8||1482
|'''3'''||{{CharHead|Samus|SSB|hsize=15px}}||rowspan=2|76||1482.2375
|-
|-
|'''4'''||{{CharHead|Jigglypuff|SSB|hsize=15px}}||0.7||20||786.8||1406
|'''4'''||{{CharHead|Jigglypuff|SSB|hsize=15px}}||1406.25
|-
|-
|'''5'''||{{CharHead|Donkey Kong|SSB|hsize=15px}}||0.47||55||1024.66||1383
|'''5'''||{{CharHead|Donkey Kong|SSB|hsize=15px}}||92.6||1383.201667
|-
|-
|'''6'''||{{CharHead|Mario|SSB|hsize=15px}}||0.7||26||798.2||1360
|'''6'''||{{CharHead|Mario|SSB|hsize=15px}}||82||1360.133333
|-
|-
|'''7'''||{{CharHead|Pikachu|SSB|hsize=15px}}||0.67||37||840.24||1323
|'''7'''||{{CharHead|Pikachu|SSB|hsize=15px}}||90.6||1323.135
|-
|-
|'''8'''||{{CharHead|Link|SSB|hsize=15px}}||0.7||36||798.6||1276.8
|'''8'''||{{CharHead|Link|SSB|hsize=15px}}||92||1276.9
|-
|-
|'''9'''||{{CharHead|Fox|SSB|hsize=15px}}||1||23||684||1275
|'''9'''||{{CharHead|Fox|SSB|hsize=15px}}||103||1275.125
|-
|-
|'''10'''||{{CharHead|Yoshi|SSB|hsize=15px}}||0.7||27.5||740.6||1249.5
|'''10'''||{{CharHead|Yoshi|SSB|hsize=15px}}||83.5||1249.744907
|-
|-
|'''11'''||{{CharHead|Kirby|SSB|hsize=15px}}||0.6||30||765||1228.8
|'''11'''||{{CharHead|Kirby|SSB|hsize=15px}}||78||1228.8
|-
|-
|'''12'''||{{CharHead|Ness|SSB|hsize=15px}}||0.7||26||706.1||1204.5
|'''12'''||{{CharHead|Ness|SSB|hsize=15px}}||82||1204.522685
|}
|}-->


{|class="wikitable sortable" style="text-align:center; display:inline-table;"
{|class="wikitable sortable" style="text-align:center; display:inline-table;"
|+NA/PAL/AUS
|+NA
|-
|-
!Rank!!Character!!Jump multiplier!!Jump base!!Min height!!Max height
!Rank!!Character!!Stick multiply!!Stick add!!Min height!!Max height
|-
|-
|'''1'''||{{CharHead|Luigi|SSB|hsize=15px}}||0.7||30||1038.5||1718
|'''1'''||{{CharHead|Luigi|SSB|hsize=15px}}||0.7||30||1038.5||1718
Line 698: Line 698:
|{{CharHead|Mii Brawler|SSB4|hsize=20px}}||17||35.5||70.5
|{{CharHead|Mii Brawler|SSB4|hsize=20px}}||17||35.5||70.5
|-
|-
|{{CharHead|Sonic|SSB4|hsize=20px}}||rowspan=2|16.887465||35||{{rollover|70|Spring Jump can send Sonic higher than his full hop.|?}}
|{{CharHead|Sonic|SSB4|hsize=20px}}||16.887465||35||{{rollover|70|Spring Jump can send Sonic higher than his full hop.|?}}
|-
|-
|'''21'''||{{CharHead|Shulk|SSB4|hsize=20px}}||34.799999||34.799999||69.599998
|'''21'''||{{CharHead|Shulk|SSB4|hsize=20px}}||34.799999||16.887465||34.799999||69.599998
|-
|-
|'''22'''||{{CharHead|Ness|SSB4|hsize=20px}}||34.476265||16.652296||34.476265||68.95253
|'''22'''||{{CharHead|Ness|SSB4|hsize=20px}}||34.476265||16.652296||34.476265||68.95253
Line 710: Line 710:
|rowspan=2|'''25-26'''||{{CharHead|Donkey Kong|SSB4|hsize=20px}}||rowspan=2|34||17.297209||35.5||69.5
|rowspan=2|'''25-26'''||{{CharHead|Donkey Kong|SSB4|hsize=20px}}||rowspan=2|34||17.297209||35.5||69.5
|-
|-
|{{CharHead|Duck Hunt|SSB4|hsize=20px}}||16.477137||rowspan=2|33.799999||67.799999
|{{CharHead|Duck Hunt|SSB4|hsize=20px}}||16.477137||33.799999||67.799999
|-
|-
|'''27'''||{{CharHead|Toon Link|SSB4|hsize=20px}}||33.799999||16.320242||67.599998
|'''27'''||{{CharHead|Toon Link|SSB4|hsize=20px}}||33.799999||16.320242||33.799999||67.599998
|-
|-
|rowspan=2|'''28-29'''||{{CharHead|Lucina|SSB4|hsize=20px}}||rowspan=2|33.660133||rowspan=2|16.263107||rowspan=2|33.660133||rowspan=2|67.320266
|rowspan=2|'''28-29'''||{{CharHead|Lucina|SSB4|hsize=20px}}||rowspan=2|33.660133||rowspan=2|16.263107||rowspan=2|33.660133||rowspan=2|67.320266
Line 774: Line 774:
|'''57'''||{{CharHead|Kirby|SSB4|hsize=20px}}||25.368114||12.241816||{{rollover|21.04669712|21.04669712, 18.50584782, 15.9203607, 13.3388484, 10.81397463 for each air jump.|?}}||{{rollover|104.9938427|5 air jumps|?}}
|'''57'''||{{CharHead|Kirby|SSB4|hsize=20px}}||25.368114||12.241816||{{rollover|21.04669712|21.04669712, 18.50584782, 15.9203607, 13.3388484, 10.81397463 for each air jump.|?}}||{{rollover|104.9938427|5 air jumps|?}}
|-
|-
|'''58'''||{{CharHead|Jigglypuff|SSB4|hsize=20px}}||19.786329||11.260982||{{rollover|24.82302388|24.82302388, 23.02210164, 19.62369296, 16.74676861, 14.09776771 for each air jump.|?}}||{{rollover|118.0996838|5 air jumps|?}}
|'''58'''||{{CharHead|Jigglypuff|SSB4|hsize=20px}}||19.786329||11.260982||{{rollover|24.865587|24.82302388, 23.02210164, 19.62369296, 16.74676861, 14.09776771 for each air jump.|?}}||{{rollover|118.0996838|5 air jumps|?}}
|}
|}


===''Super Smash Bros. Ultimate''===
===''Super Smash Bros. Ultimate''===
The mechanic of "jump initial height" was introduced in ''Ultimate''. This value is the height that a character will reach within the first 4 frames of their full hop (doesn't affect short hops or air jumps). It results in characters being able to gain more height in less time compared to ''Smash 4'', often having 1.5-3× the starting speed and reaching the same heights a few frames faster. For most characters the initial height is 0.55× their full hop height, the exceptions being the {{SSBU|Ice Climbers}} at 0.35×, {{SSBU|Simon}} and {{SSBU|Richter}} at 0.4×, and {{SSBU|Pyra}} and {{SSBU|Mythra}} at 0.56×.
The mechanic of "jump initial height" was introduced in ''Ultimate''. This value is the height that a character will reach within the first 4 frames of their full hop (doesn't affect short hops or air jumps). It results in characters being able gain more height in less time compared to ''Smash 4'', often having 1.5-3× the starting speed and reaching the same heights a few frames faster. For most characters the initial height is 0.55× their full hop height, the exceptions being the {{SSBU|Ice Climbers}} at 0.35×, {{SSBU|Simon}} and {{SSBU|Richter}} at 0.4×, and {{SSBU|Pyra}} and {{SSBU|Mythra}} at 0.56×.
{|class="wikitable sortable" style="margin:1em auto 1em auto; text-align:center"
{|class="wikitable sortable" style="margin:1em auto 1em auto; text-align:center"
!Rank!!Character!!Full Hop!!Initial Height!!Short Hop!!Air Jump!!Combined Jump Height
!Rank!!Character!!Initial Height!!Short Hop!!Full Hop!!Air Jump!!Combined Jump Height
|-
|-
|'''1'''||{{CharHead|Falco|SSBU|hsize=20px}}||50.51||27.7805||17.34||50.51||101.02
|'''1'''||{{CharHead|Falco|SSBU|hsize=20px}}||27.7805||17.34||50.51||50.51||101.02
|-
|-
|'''2'''||{{CharHead|Greninja|SSBU|hsize=20px}}||46||25.3||22.11||46||92
|'''2'''||{{CharHead|Greninja|SSBU|hsize=20px}}||25.3||22.11||46||46||92
|-
|-
|'''3'''||{{CharHead|Zero Suit Samus|SSBU|hsize=20px}}||44.5||24.475||21.35||44.2||88.7
|'''3'''||{{CharHead|Zero Suit Samus|SSBU|hsize=20px}}||24.475||21.35||44.5||44.2||88.7
|-
|-
|'''4'''||{{CharHead|Luigi|SSBU|hsize=20px}}||44||24.2||19.98||41.31||85.31
|'''4'''||{{CharHead|Luigi|SSBU|hsize=20px}}||24.2||19.98||44||41.31||85.31
|-
|-
|'''5'''||{{CharHead|Diddy Kong|SSBU|hsize=20px}}||41.21||22.6655||19.9||41.21||82.42
|'''5'''||{{CharHead|Diddy Kong|SSBU|hsize=20px}}||22.6655||19.9||41.21||41.21||82.42
|-
|-
|'''6'''||{{CharHead|Rosalina & Luma|SSBU|hsize=20px}}||40||22||19.37||40||80
|'''6'''||{{CharHead|Rosalina & Luma|SSBU|hsize=20px}}||22||19.37||40||40||80
|-
|-
|rowspan=2|'''7-8'''||{{CharHead|Bayonetta|SSBU|hsize=20px}}||rowspan=2|39||rowspan=2|21.45||21.35||42||{{rollover|81|Bayonetta can cancel the first 3 frames of her air jump up to 2 times with Witch Twist, allowing her to save her air jump while still gaining height.|?}}
|rowspan=2|'''7-8'''||{{CharHead|Bayonetta|SSBU|hsize=20px}}||rowspan=2|21.45||21.35||rowspan=2|39||42||{{rollover|81|Bayonetta can cancel the first 3 frames of her air jump up to 2 times with Witch Twist, allowing her to save her air jump while still gaining height.|?}}
|-
|-
|{{CharHead|Sheik|SSBU|hsize=20px}}||18.75||40||79
|{{CharHead|Sheik|SSBU|hsize=20px}}||18.75||40||79
|-
|-
|'''9'''||{{CharHead|R.O.B.|SSBU|hsize=20px|color=Grey}}||38||20.9||18.38||38||76
|'''9'''||{{CharHead|R.O.B.|SSBU|hsize=20px|color=Grey}}||20.9||18.38||38||38||76
|-
|-
|'''10'''||{{CharHead|Lucario|SSBU|hsize=20px}}||37.62||20.691||18.19||37.62||75.24
|'''10'''||{{CharHead|Lucario|SSBU|hsize=20px}}||20.691||18.19||37.62||37.62||75.24
|-
|-
|'''11'''||{{CharHead|Piranha Plant|SSBU|hsize=20px}}||37.4||20.57||17.5||38.52||75.92
|'''11'''||{{CharHead|Piranha Plant|SSBU|hsize=20px}}||20.57||17.5||37.4||38.52||75.92
|-
|-
|'''12'''||{{CharHead|Captain Falcon|SSBU|hsize=20px}}||37.31||20.5205||17.98||37.31||74.62
|'''12'''||{{CharHead|Captain Falcon|SSBU|hsize=20px}}||20.5205||17.98||37.31||37.31||74.62
|-
|-
|rowspan=2|'''13-14'''||{{CharHead|Samus|SSBU|hsize=20px}}||rowspan=2|37||rowspan=2|20.35||rowspan=2|18||rowspan=2|37||rowspan=2|74
|rowspan=2|'''13-14'''||{{CharHead|Samus|SSBU|hsize=20px}}||rowspan=2|20.35||rowspan=2|18||rowspan=2|37||rowspan=2|37||rowspan=2|74
|-
|-
|{{CharHead|Dark Samus|SSBU|hsize=20px}}
|{{CharHead|Dark Samus|SSBU|hsize=20px}}
|-
|-
|'''15'''||{{CharHead|Pichu|SSBU|hsize=20px}}||36.75||20.2125||17.43||36.02||72.77
|'''15'''||{{CharHead|Pichu|SSBU|hsize=20px}}||20.2125||17.43||36.75||36.02||72.77
|-
|-
|'''16'''||{{CharHead|Mario|SSBU|hsize=20px}}||36.33||19.9815||17.54||36.33||72.66
|'''16'''||{{CharHead|Mario|SSBU|hsize=20px}}||19.9815||17.54||36.33||36.33||72.66
|-
|-
|'''17'''||{{CharHead|Yoshi|SSBU|hsize=20px}}||36.09||19.8495||14.43||51.56||87.65
|'''17'''||{{CharHead|Yoshi|SSBU|hsize=20px}}||19.8495||14.43||36.09||51.56||87.65
|-
|-
|'''18'''||{{CharHead|Palutena|SSBU|hsize=20px}}||35.9||19.745||17.3||35.9||71.8
|'''18'''||{{CharHead|Palutena|SSBU|hsize=20px}}||19.745||17.3||35.9||35.9||71.8
|-
|-
|'''19'''||{{CharHead|Wii Fit Trainer|SSBU|hsize=20px}}||35.6||19.58||17.18||35.6||71.2
|'''19'''||{{CharHead|Wii Fit Trainer|SSBU|hsize=20px}}||19.58||17.18||35.6||35.6||71.2
|-
|-
|'''20'''||{{CharHead|Pikachu|SSBU|hsize=20px}}||35.5||19.525||17.12||35.5||71
|'''20'''||{{CharHead|Pikachu|SSBU|hsize=20px}}||19.525||17.12||35.5||35.5||71
|-
|-
|'''21'''||{{CharHead|Squirtle|SSBU|hsize=20px}}||35.35||19.4425||17.03||35.35||70.7
|'''21'''||{{CharHead|Squirtle|SSBU|hsize=20px}}||19.4425||17.03||35.35||35.35||70.7
|-
|-
|rowspan=3|'''22-24'''||{{CharHead|Fox|SSBU|hsize=20px}}||rowspan=3|35||rowspan=3|19.25||16.4||37||72
|rowspan=3|'''22-24'''||{{CharHead|Fox|SSBU|hsize=20px}}||rowspan=3|19.25||16.4||rowspan=3|35||37||72
|-
|-
|{{CharHead|Mii Brawler|SSBU|hsize=20px}}||17||35.5||70.5
|{{CharHead|Mii Brawler|SSBU|hsize=20px}}||17||35.5||70.5
Line 830: Line 830:
|{{CharHead|Sonic|SSBU|hsize=20px}}||16.89||35||{{rollover|70|Spring Jump can send Sonic higher than his full hop.|?}}
|{{CharHead|Sonic|SSBU|hsize=20px}}||16.89||35||{{rollover|70|Spring Jump can send Sonic higher than his full hop.|?}}
|-
|-
|'''25'''||{{CharHead|Ice Climbers|SSBU|hsize=20px}}||34.69||12.1415||16.75||34.69||69.38
|'''25'''||{{CharHead|Ice Climbers|SSBU|hsize=20px}}||12.1415||16.75||34.69||34.69||69.38
|-
|-
|'''26'''||{{CharHead|Ness|SSBU|hsize=20px}}||34.48||18.964||16.65||45.65||80.13
|'''26'''||{{CharHead|Ness|SSBU|hsize=20px}}||18.964||16.65||34.48||45.65||80.13
|-
|-
|'''27'''||{{CharHead|Bowser Jr.|SSBU|hsize=20px}}||34.4||18.92||16.59||34.4||68.8
|'''27'''||{{CharHead|Bowser Jr.|SSBU|hsize=20px}}||18.92||16.59||34.4||34.4||68.8
|-
|-
|'''28'''||{{CharHead|Pac-Man|SSBU|hsize=20px}}||34.1||18.755||16.48||34.1||68.2
|'''28'''||{{CharHead|Pac-Man|SSBU|hsize=20px}}||18.755||16.48||34.1||34.1||68.2
|-
|-
|rowspan=3|'''29-31'''||{{CharHead|Ridley|SSBU|hsize=20px}}||rowspan=3|34||rowspan=3|18.7||14.2||{{rollover|25.80013889|19.11680556 for the second air jump.|?}}||{{rollover|78.91694444|2 air jumps|?}}
|rowspan=3|'''29-31'''||{{CharHead|Ridley|SSBU|hsize=20px}}||rowspan=3|18.7||14.2||rowspan=3|34||{{rollover|25.80013889|19.11680556 for the second air jump.|?}}||{{rollover|78.91694444|2 air jumps|?}}
|-
|-
|{{CharHead|Donkey Kong|SSBU|hsize=20px}}||17.3||35.5||69.5
|{{CharHead|Donkey Kong|SSBU|hsize=20px}}||17.3||35.5||69.5
Line 844: Line 844:
|{{CharHead|Duck Hunt|SSBU|hsize=20px}}||16.48||33.8||67.8
|{{CharHead|Duck Hunt|SSBU|hsize=20px}}||16.48||33.8||67.8
|-
|-
|'''32'''||{{CharHead|Toon Link|SSBU|hsize=20px}}||33.8||18.59||16.32||33.8||67.6
|'''32'''||{{CharHead|Toon Link|SSBU|hsize=20px}}||18.59||16.32||33.8||33.8||67.6
|-
|-
|rowspan=3|'''33-35'''||{{CharHead|Marth|SSBU|hsize=20px}}||rowspan=3|33.66||rowspan=3|18.513||rowspan=3|16.26||rowspan=3|33.66||rowspan=3|67.32
|rowspan=3|'''33-35'''||{{CharHead|Marth|SSBU|hsize=20px}}||rowspan=3|18.513||rowspan=3|16.26||rowspan=3|33.66||rowspan=3|33.66||rowspan=3|67.32
|-
|-
|{{CharHead|Lucina|SSBU|hsize=20px}}
|{{CharHead|Lucina|SSBU|hsize=20px}}
Line 852: Line 852:
|{{CharHead|Young Link|SSBU|hsize=20px}}
|{{CharHead|Young Link|SSBU|hsize=20px}}
|-
|-
|rowspan=2|'''36-37'''||{{CharHead|Shulk|SSBU|hsize=20px}}||rowspan=2|33.5||rowspan=2|18.425||16.8||rowspan=2|33.5||rowspan=2|67
|rowspan=2|'''36-37'''||{{CharHead|Shulk|SSBU|hsize=20px}}||rowspan=2|18.425||16.8||rowspan=2|33.5||rowspan=2|33.5||rowspan=2|67
|-
|-
|{{CharHead|Olimar|SSBU|hsize=20px}}||16.19
|{{CharHead|Olimar|SSBU|hsize=20px}}||16.19
|-
|-
|'''38'''||{{CharHead|Robin|SSBU|hsize=20px}}||33.21||18.2655||16.02||33.21||66.42
|'''38'''||{{CharHead|Robin|SSBU|hsize=20px}}||18.2655||16.02||33.21||33.21||66.42
|-
|-
|rowspan=4|'''39-42'''||{{CharHead|Inkling|SSBU|hsize=20px}}||rowspan=4|33||rowspan=4|18.15||17.54||36.33||69.33
|rowspan=4|'''39-42'''||{{CharHead|Inkling|SSBU|hsize=20px}}||rowspan=4|18.15||17.54||rowspan=4|33||36.33||69.33
|-
|-
|{{CharHead|Bowser|SSBU|hsize=20px}}||15.7||rowspan=2|32.61||rowspan=2|65.61
|{{CharHead|Bowser|SSBU|hsize=20px}}||15.7||rowspan=2|32.61||rowspan=2|65.61
Line 866: Line 866:
|{{CharHead|Corrin|SSBU|hsize=20px}}||16||31||64
|{{CharHead|Corrin|SSBU|hsize=20px}}||16||31||64
|-
|-
|'''43'''||{{CharHead|King Dedede|SSBU|hsize=20px}}||32.85||18.0675||16.02||{{rollover|28.50284665|28.50284665, 19.83238273, 14.74831057, 11.31361985 for each air jump.|?}}||{{rollover|107.2471598|4 air jumps|?}}
|'''43'''||{{CharHead|King Dedede|SSBU|hsize=20px}}||18.0675||16.02||32.85||{{rollover|28.50284665|28.50284665, 19.83238273, 14.74831057, 11.31361985 for each air jump.|?}}||{{rollover|107.2471598|4 air jumps|?}}
|-
|-
|'''44'''||{{CharHead|Mega Man|SSBU|hsize=20px}}||32.8||18.04||11.49||32.8||{{rollover|65.6|Can be propelled higher with Rush Coil.|?}}
|'''44'''||{{CharHead|Mega Man|SSBU|hsize=20px}}||18.04||11.49||32.8||32.8||{{rollover|65.6|Can be propelled higher with Rush Coil.|?}}
|-
|-
|rowspan=4|'''45-48'''||{{CharHead|Joker|SSBU|hsize=20px}}||rowspan=4|32.5||rowspan=4|17.875||14.2||34||66.5
|rowspan=4|'''45-48'''||{{CharHead|Joker|SSBU|hsize=20px}}||rowspan=4|17.875||14.2||rowspan=4|32.5||34||66.5
|-
|-
|{{CharHead|Cloud|SSBU|hsize=20px}}||17||rowspan=3|32.5||rowspan=3|65
|{{CharHead|Cloud|SSBU|hsize=20px}}||17||rowspan=3|32.5||rowspan=3|65
Line 878: Line 878:
|{{CharHead|Isabelle|SSBU|hsize=20px}}
|{{CharHead|Isabelle|SSBU|hsize=20px}}
|-
|-
|'''49'''||{{CharHead|Ivysaur|SSBU|hsize=20px}}||32.25||17.7375||15.58||32.25||64.5
|'''49'''||{{CharHead|Ivysaur|SSBU|hsize=20px}}||17.7375||15.58||32.25||32.25||64.5
|-
|-
|'''50'''||{{CharHead|Wolf|SSBU|hsize=20px}}||32.02||17.611||15.38||30.71||62.73
|'''50'''||{{CharHead|Wolf|SSBU|hsize=20px}}||17.611||15.38||32.02||30.71||62.73
|-
|-
|rowspan=2|'''51-52'''||{{CharHead|Meta Knight|SSBU|hsize=20px}}||rowspan=2|32||rowspan=2|17.6||13.92||{{rollover|20.91375|20.91375, 19.00920455, 17.19556818, 15.13920455, 13.05920455 for each air jump.|?}}||{{rollover|117.3169318|5 air jumps|?}}
|rowspan=2|'''51-52'''||{{CharHead|Meta Knight|SSBU|hsize=20px}}||rowspan=2|17.6||13.92||rowspan=2|32||{{rollover|20.91375|20.91375, 19.00920455, 17.19556818, 15.13920455, 13.05920455 for each air jump.|?}}||{{rollover|117.3169318|5 air jumps|?}}
|-
|-
|{{CharHead|Charizard|SSBU|hsize=20px}}||15.43||{{rollover|28|18 for the second air jump.|?}}||{{rollover|78|2 air jumps|?}}
|{{CharHead|Charizard|SSBU|hsize=20px}}||15.43||{{rollover|28|18 for the second air jump.|?}}||{{rollover|78|2 air jumps|?}}
|-
|-
|'''53'''||{{CharHead|Incineroar|SSBU|hsize=20px}}||31.6||17.38||14.4||32.8||64.4
|'''53'''||{{CharHead|Incineroar|SSBU|hsize=20px}}||17.38||14.4||31.6||32.8||64.4
|-
|-
|'''54'''||{{CharHead|Zelda|SSBU|hsize=20px}}||31.55||17.3525||15.24||31.55||63.1
|'''54'''||{{CharHead|Zelda|SSBU|hsize=20px}}||17.3525||15.24||31.55||31.55||63.1
|-
|-
|'''55'''||{{CharHead|Mewtwo|SSBU|hsize=20px}}||31.11||17.1105||17.5||57.35||88.46
|'''55'''||{{CharHead|Mewtwo|SSBU|hsize=20px}}||17.1105||17.5||31.11||57.35||88.46
|-
|-
|rowspan=2|'''56-57'''||{{CharHead|Pit|SSBU|hsize=20px}}||rowspan=2|31||rowspan=2|17.05||rowspan=2|14.96||rowspan=2|{{rollover|23.70148302|23.70148302, 19.110125, 15.01259414 for each air jump.|?}}||rowspan=2|{{rollover|88.82420216|3 air jumps|?}}
|rowspan=2|'''56-57'''||{{CharHead|Pit|SSBU|hsize=20px}}||rowspan=2|17.05||rowspan=2|14.96||rowspan=2|31||rowspan=2|{{rollover|23.70148302|23.70148302, 19.110125, 15.01259414 for each air jump.|?}}||rowspan=2|{{rollover|88.82420216|3 air jumps|?}}
|-
|-
|{{CharHead|Dark Pit|SSBU|hsize=20px}}
|{{CharHead|Dark Pit|SSBU|hsize=20px}}
|-
|-
|rowspan=2|'''58-59'''||{{CharHead|Roy|SSBU|hsize=20px}}||rowspan=2|30.97||rowspan=2|17.0335||rowspan=2|13||rowspan=2|28||rowspan=2|58.97
|rowspan=2|'''58-59'''||{{CharHead|Roy|SSBU|hsize=20px}}||rowspan=2|17.0335||rowspan=2|13||rowspan=2|30.97||rowspan=2|28||rowspan=2|58.97
|-
|-
|{{CharHead|Chrom|SSBU|hsize=20px}}
|{{CharHead|Chrom|SSBU|hsize=20px}}
|-
|-
|'''60'''||{{CharHead|Mii Gunner|SSBU|hsize=20px}}||30.9||16.995||14.6||32.3||63.2
|'''60'''||{{CharHead|Mii Gunner|SSBU|hsize=20px}}||16.995||14.6||30.9||32.3||63.2
|-
|-
|'''61'''||{{CharHead|Dr. Mario|SSBU|hsize=20px}}||{{rollover|30.8805|23.6174064 when using shooting items.|y}}||16.9843||{{rollover|13.414592|Value is stored in-game as the same as Mario, then multiplied by 0.7648.|y}}||{{rollover|27.785184|Value is stored in-game as the same as Mario, then multiplied by 0.7648.|y}}||58.665684
|'''61'''||{{CharHead|Dr. Mario|SSBU|hsize=20px}}||16.9843||{{rollover|13.414592|Value is stored in-game as the same as Mario, then multiplied by 0.7648.|y}}||{{rollover|30.8805|23.6174064 when using shooting items.|y}}||{{rollover|27.785184|Value is stored in-game as the same as Mario, then multiplied by 0.7648.|y}}||58.665684
|-
|-
|'''62'''||{{CharHead|Mythra|SSBU|hsize=20px}}||30.8||17.248||15.6||33||63.8
|'''62'''||{{CharHead|Mythra|SSBU|hsize=20px}}||17.248||15.6||30.8||33||63.8
|-
|-
|'''63'''||{{CharHead|Min Min|SSBU|hsize=20px}}||30.7||16.885||16||29||{{rollover|59.7|Min Min can use ARMS Jump when grounded, propelling her higher than her full hop.|?}}
|'''63'''||{{CharHead|Min Min|SSBU|hsize=20px}}||16.885||16||30.7||29||{{rollover|59.7|Min Min can use ARMS Jump when grounded, propelling her higher than her full hop.|?}}
|-
|-
|rowspan=2|'''64-65'''||{{CharHead|Sephiroth|SSBU|hsize=20px}}||rowspan=2|30.5||rowspan=2|16.775||10||{{rollover|34|28.9 for the second air jump with one-wing.|?}}||{{rollover|64.5|2 air jumps with one-wing, 93.4|?}}
|rowspan=2|'''64-65'''||{{CharHead|Sephiroth|SSBU|hsize=20px}}||rowspan=2|16.775||10||rowspan=2|30.5||{{rollover|34|28.9 for the second air jump with one-wing.|?}}||{{rollover|64.5|2 air jumps with one-wing, 93.4|?}}
|-
|-
|{{CharHead|Wario|SSBU|hsize=20px}}||14.7||30.5||61
|{{CharHead|Wario|SSBU|hsize=20px}}||14.7||30.5||61
|-
|-
|rowspan=2|'''66-67'''||{{CharHead|Peach|SSBU|hsize=20px}}||rowspan=2|30.03||rowspan=2|16.5165||rowspan=2|14.5||rowspan=2|30.03||rowspan=2|60.06
|rowspan=2|'''66-67'''||{{CharHead|Peach|SSBU|hsize=20px}}||rowspan=2|16.5165||rowspan=2|14.5||rowspan=2|30.03||rowspan=2|30.03||rowspan=2|60.06
|-
|-
|{{CharHead|Daisy|SSBU|hsize=20px}}
|{{CharHead|Daisy|SSBU|hsize=20px}}
|-
|-
|rowspan=3|'''68-70'''||{{CharHead|Sora|SSBU|hsize=20px}}||rowspan=3|30||16.5||17.2||50.4||80.4
|rowspan=3|'''68-70'''||{{CharHead|Sora|SSBU|hsize=20px}}||16.5||17.2||rowspan=3|30||40||70
|-
|-
|{{CharHead|Simon|SSBU|hsize=20px}}||rowspan=2|12||rowspan=2|18||rowspan=2|29||rowspan=2|59
|{{CharHead|Simon|SSBU|hsize=20px}}||rowspan=2|12||rowspan=2|18||rowspan=2|29||rowspan=2|59
Line 922: Line 922:
|{{CharHead|Richter|SSBU|hsize=20px}}
|{{CharHead|Richter|SSBU|hsize=20px}}
|-
|-
|'''71'''||{{CharHead|Ike|SSBU|hsize=20px}}||29.9||16.445||16||31||60.9
|'''71'''||{{CharHead|Ike|SSBU|hsize=20px}}||16.445||16||29.9||31||60.9
|-
|-
|'''72'''||{{CharHead|Banjo & Kazooie|SSBU|hsize=20px}}||29.8||16.39||17.8||{{rollover|20.52556818|19.38284091 for the second air jump.|?}}||{{rollover|69.70840909|2 air jumps. Shock Spring Jump can be used to send the duo higher.|?}}
|'''72'''||{{CharHead|Banjo & Kazooie|SSBU|hsize=20px}}||16.39||17.8||29.8||{{rollover|20.52556818|19.38284091 for the second air jump.|?}}||{{rollover|69.70840909|2 air jumps. Shock Spring Jump can be used to send the duo higher.|?}}
|-
|-
|'''73'''||{{CharHead|Lucas|SSBU|hsize=20px}}||29.41||16.1755||13||44.13||73.54
|'''73'''||{{CharHead|Lucas|SSBU|hsize=20px}}||16.1755||13||29.41||44.13||73.54
|-
|-
|'''74'''||{{CharHead|Hero|SSBU|hsize=20px}}||29||15.95||15.5||31||60
|'''74'''||{{CharHead|Hero|SSBU|hsize=20px}}||15.95||15.5||29||31||60
|-
|-
|'''75'''||{{CharHead|Mii Swordfighter|SSBU|hsize=20px}}||28.3||15.565||12.3||28.3||56.6
|'''75'''||{{CharHead|Mii Swordfighter|SSBU|hsize=20px}}||15.565||12.3||28.3||28.3||56.6
|-
|-
|'''76'''||{{CharHead|Link|SSBU|hsize=20px}}||27.8||15.29||13.38||29||56.8
|'''76'''||{{CharHead|Link|SSBU|hsize=20px}}||15.29||13.38||27.8||29||56.8
|-
|-
|'''77'''||{{CharHead|Mr. Game & Watch|SSBU|hsize=20px}}||27.51||15.1305||13.26||27.51||55.02
|'''77'''||{{CharHead|Mr. Game & Watch|SSBU|hsize=20px}}||15.1305||13.26||27.51||27.51||55.02
|-
|-
|'''78'''||{{CharHead|Terry|SSBU|hsize=20px}}||27||14.85||15.2||29||56
|'''78'''||{{CharHead|Terry|SSBU|hsize=20px}}||14.85||15.2||27||29||56
|-
|-
|'''79'''||{{CharHead|Byleth|SSBU|hsize=20px}}||26.5||14.575||14||28.5||55
|'''79'''||{{CharHead|Byleth|SSBU|hsize=20px}}||14.575||14||26.5||28.5||55
|-
|-
|'''80'''||{{CharHead|Pyra|SSBU|hsize=20px}}||26.3||14.728||15.2||29||55.3
|'''80'''||{{CharHead|Pyra|SSBU|hsize=20px}}||14.728||15.2||26.3||29||55.3
|-
|-
|rowspan=3|'''81-83'''||{{CharHead|Ryu|SSBU|hsize=20px}}||rowspan=3|26||rowspan=3|14.3||rowspan=2|15||rowspan=2|29.5||rowspan=2|55.5
|rowspan=3|'''81-83'''||{{CharHead|Ryu|SSBU|hsize=20px}}||rowspan=3|14.3||rowspan=2|15||rowspan=3|26||rowspan=2|29.5||rowspan=2|55.5
|-
|-
|{{CharHead|Ken|SSBU|hsize=20px}}
|{{CharHead|Ken|SSBU|hsize=20px}}
Line 948: Line 948:
|{{CharHead|Little Mac|SSBU|hsize=20px}}||12.53||26||52
|{{CharHead|Little Mac|SSBU|hsize=20px}}||12.53||26||52
|-
|-
|'''84'''||{{CharHead|Ganondorf|SSBU|hsize=20px}}||25.49||14.0195||12.24||26||51.49
|'''84'''||{{CharHead|Ganondorf|SSBU|hsize=20px}}||14.0195||12.24||25.49||26||51.49
|-
|-
|'''85'''||{{CharHead|Kirby|SSBU|hsize=20px}}||25.37||13.9535||12.24||{{rollover|21.06378125|21.06378125, 18.528125, 15.931125, 13.34569531, 10.82288281 for each air jump.|?}}||{{rollover|105.0616094|5 air jumps|?}}
|'''85'''||{{CharHead|Kirby|SSBU|hsize=20px}}||13.9535||12.24||25.37||{{rollover|21.06378125|21.06378125, 18.528125, 15.931125, 13.34569531, 10.82288281 for each air jump.|?}}||{{rollover|105.0616094|5 air jumps|?}}
|-
|-
|'''86'''||{{CharHead|Snake|SSBU|hsize=20px}}||21.62||11.891||13.69||34.07||55.69
|'''86'''||{{CharHead|Snake|SSBU|hsize=20px}}||11.891||13.69||21.62||34.07||55.69
|-
|-
|'''87'''||{{CharHead|Jigglypuff|SSBU|hsize=20px}}||19.79||10.8845||11.26||{{rollover|24.865587|24.865587, 23.061625, 19.657474, 16.77568, 14.122191 for each air jump.|?}}||{{rollover|118.232559|5 air jumps|?}}
|'''87'''||{{CharHead|Jigglypuff|SSBU|hsize=20px}}||10.8845||11.26||19.79||{{rollover|24.865587|24.865587, 23.061625, 19.657474, 16.77568, 14.122191 for each air jump.|?}}||{{rollover|118.232559|5 air jumps|?}}
|-
|-
|'''88'''||{{CharHead|Kazuya|SSBU|hsize=20px}}||18||9.9||12||49||67
|'''88'''||{{CharHead|Kazuya|SSBU|hsize=20px}}||9.9||12||18||49||67
|-
|-
|'''89'''||{{CharHead|Steve|SSBU|hsize=20px}}||16.5||9.075||10||22.5||39
|'''89'''||{{CharHead|Steve|SSBU|hsize=20px}}||9.075||10||16.5||22.5||39
|}
|}


Please note that all contributions to SmashWiki are considered to be released under the Attribution-ShareAlike 3.0 Unported license (see SmashWiki:Copyrights for details). Your changes will be visible immediately. Please enter a summary of your changes above.

Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)