Jump: Difference between revisions

1,147 bytes added ,  14 days ago
Undid edit by Dogleader: None of these are really trivia-worthy
(Undid edit by Dogleader: None of these are really trivia-worthy)
Tag: Undo
(23 intermediate revisions by 12 users not shown)
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]], 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]] on a horizontal Wii Remote), or by pressing a certain button, which is by default:
*the [[C button]]s on the [[Nintendo 64]] or [[Wii Remote]] with [[Nunchuk]]
*the [[C button]]s on the [[Nintendo 64 controller]] or [[Wii Remote]] with [[Nunchuk]]
*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 [[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 top and left buttons on single Joy-Con (left)
*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 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 31: Line 30:
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 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.
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.


==Jump squat==
==Jump squat==
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.
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 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 356: Line 355:


===Jump squats in ''[[Super Smash Bros. Ultimate]]''===
===Jump squats in ''[[Super Smash Bros. Ultimate]]''===
Every character has a 3-frame jump squat, with the exception of {{SSBU|Kazuya}} (who has a 7-frame jump squat, though the value is defined as 6 in fighter_param.prc).
Every character has a 3-frame jump squat, with the exception of {{SSBU|Kazuya}} (who has a 7-frame jump squat, though the value is defined as 6 in fighter_param.prc) and [[Giga Bowser]] (who has a 15-frame jump squat).


==Jump height ranking==
==Jump height ranking==
Below are characters ranked by the height of their first jump.
Below are characters ranked by the height of their first jump. Jump force is measured in [[unit]]s per [[frame]].


Note that there are two methods to encode jump height, depending on the game.
Note that there are two methods to determine jump height, depending on the game.
*In ''Smash 64'', ''Melee'', and ''Brawl'', the game encodes jump ''force'', or the speed at which the character leaves the ground. The resulting jump height is dependent on the character's [[gravity]].<!--Formula: h=((2f-g)^2)/(8g)-->
*In ''Smash 64'', ''Melee'', and ''Brawl'', the game uses jump ''force'', or the speed at which the character leaves the ground. In ''Smash 64'', jump ''force'' is calculated at the time of the jump. In ''Melee'' and ''Brawl'' it is encoded. The resulting jump height is dependent on the character's [[gravity]].<!--Formula: ?:h=((2f-g)^2)/(8g), Melee:h=(f/2)+((f^2)/(2g))-->
*In ''Smash 4'' and ''Ultimate'', the game encodes jump ''height'', and works backwards using gravity to figure out the correct force to use. This allows more natural behaviour to modifications of jump height from [[equipment]] or special moves such as [[Monado Arts]].<!--Formula: f=sqrt(2g*h)+g/2-->
*In ''Smash 4'' and ''Ultimate'', the game encodes jump ''height'', and works backwards using gravity to figure out the correct force to use. This allows more natural behaviour to modifications of jump height from [[equipment]] or special moves such as [[Monado Arts]].<!--Formula: f=sqrt(2g*h)+g/2-->
**However, for multiple aerial jumps, the game encodes jump ''force'' (except for [[Charizard]] and [[Sephiroth]]).
**However, for multiple aerial jumps, the game encodes jump ''force'' (except for [[Charizard]] and [[Sephiroth]]).
*In ''Ultimate'', the game also encodes jump ''initial height'', or the height that a character will reach in the first 4 frames of a full hop. After the first 4 frames, the normal method for ''Smash 4'' will be used with the height being reduced by the intial height.<!--Formula: f=sqrt(2g*(h-i))+g/2--> This results in characters moving significantly faster during the begining of their jump and reaching their peak a few frames sooner. This has no affect on short hops or aerial jumps.
*In ''Ultimate'', the game also encodes jump ''initial height'', or the height that a character will reach in the first 4 frames of a full hop. After the first 4 frames, the normal method for ''Smash 4'' will be used with the height being reduced by the initial height.<!--Formula: f=sqrt(2g*(h-i))+g/2--> This results in characters moving significantly faster during the beginning of their jump and reaching their peak a few frames sooner. This has no affect on short hops or aerial jumps.


===''Super Smash Bros.''===
===''Super Smash Bros.''===
The jump physics of ''Smash 64'' are significantly less understood than later games due to extra complexity in the data. It is currently believed that there are two values involved in a normal jump: a base jump force, and an additional jump force based on how much height is given to the Control Stick. Until this is more elaborated, only the typical maximum jump force is listed here.
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 calculation of short hop jump force is currently unknown.
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|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 force!!Jump height
!Rank!!Character!!Jump multiplier!!Jump base!!Min height!!Max height
|-
|-
|'''1'''||{{CharHead|Luigi|SSB|hsize=15px}}||86||1718.214881
|'''1'''||{{CharHead|Luigi|SSB|hsize=15px}}||0.7||30||1038.5||1718
|-
|-
|'''2'''||{{CharHead|Captain Falcon|SSB|hsize=15px}}||105||1569.248529
|'''2'''||{{CharHead|Captain Falcon|SSB|hsize=15px}}||1||25||855.8||1569
|-
|-
|'''3'''||{{CharHead|Samus|SSB|hsize=15px}}||rowspan=2|76||1482.2375
|'''3'''||{{CharHead|Samus|SSB|hsize=15px}}||0.5||36||996.8||1482
|-
|-
|'''4'''||{{CharHead|Jigglypuff|SSB|hsize=15px}}||1406.25
|'''4'''||{{CharHead|Jigglypuff|SSB|hsize=15px}}||0.7||20||786.8||1406
|-
|-
|'''5'''||{{CharHead|Donkey Kong|SSB|hsize=15px}}||92.6||1383.201667
|'''5'''||{{CharHead|Donkey Kong|SSB|hsize=15px}}||0.47||55||1024.66||1383
|-
|-
|'''6'''||{{CharHead|Mario|SSB|hsize=15px}}||82||1360.133333
|'''6'''||{{CharHead|Mario|SSB|hsize=15px}}||0.7||26||798.2||1360
|-
|-
|'''7'''||{{CharHead|Pikachu|SSB|hsize=15px}}||90.6||1323.135
|'''7'''||{{CharHead|Pikachu|SSB|hsize=15px}}||0.67||37||840.24||1323
|-
|-
|'''8'''||{{CharHead|Link|SSB|hsize=15px}}||92||1276.9
|'''8'''||{{CharHead|Link|SSB|hsize=15px}}||0.7||36||798.6||1276.8
|-
|-
|'''9'''||{{CharHead|Fox|SSB|hsize=15px}}||103||1275.125
|'''9'''||{{CharHead|Fox|SSB|hsize=15px}}||1||23||684||1275
|-
|-
|'''10'''||{{CharHead|Yoshi|SSB|hsize=15px}}||83.5||1249.744907
|'''10'''||{{CharHead|Yoshi|SSB|hsize=15px}}||0.7||27.5||740.6||1249.5
|-
|-
|'''11'''||{{CharHead|Kirby|SSB|hsize=15px}}||78||1228.8
|'''11'''||{{CharHead|Kirby|SSB|hsize=15px}}||0.6||30||765||1228.8
|-
|-
|'''12'''||{{CharHead|Ness|SSB|hsize=15px}}||82||1204.522685
|'''12'''||{{CharHead|Ness|SSB|hsize=15px}}||0.7||26||706.1||1204.5
|}
|}


{|class="wikitable sortable" style="text-align:center; display:inline-table;"
{|class="wikitable sortable" style="text-align:center; display:inline-table;"
|+NA
|+NA/PAL/AUS
|-
|-
!Rank!!Character!!Jump force!!Jump height
!Rank!!Character!!Jump multiplier!!Jump base!!Min height!!Max height
|-
|-
|'''1'''||{{CharHead|Luigi|SSB|hsize=15px}}||86||1718.214881
|'''1'''||{{CharHead|Luigi|SSB|hsize=15px}}||0.7||30||1038.5||1718
|-
|-
|'''2'''||{{CharHead|Captain Falcon|SSB|hsize=15px}}||104||1539.013235
|'''2'''||{{CharHead|Captain Falcon|SSB|hsize=15px}}||1||24||833.8||1539
|-
|-
|'''3'''||{{CharHead|Samus|SSB|hsize=15px}}||rowspan=2|76||1482.2375
|'''3'''||{{CharHead|Samus|SSB|hsize=15px}}||0.5||36||996.8||1482
|-
|-
|'''4'''||{{CharHead|Jigglypuff|SSB|hsize=15px}}||1406.25
|'''4'''||{{CharHead|Jigglypuff|SSB|hsize=15px}}||0.7||20||786.8||1406
|-
|-
|'''5'''||{{CharHead|Donkey Kong|SSB|hsize=15px}}||92.6||1383.201667
|'''5'''||{{CharHead|Donkey Kong|SSB|hsize=15px}}||0.47||55||1024.66||1383
|-
|-
|'''6'''||{{CharHead|Mario|SSB|hsize=15px}}||82||1360.133333
|'''6'''||{{CharHead|Mario|SSB|hsize=15px}}||0.7||26||798.2||1360
|-
|-
|'''7'''||{{CharHead|Pikachu|SSB|hsize=15px}}||90.6||1323.135
|'''7'''||{{CharHead|Pikachu|SSB|hsize=15px}}||0.67||37||840.24||1323
|-
|-
|'''8'''||{{CharHead|Fox|SSB|hsize=15px}}||103||1275.125
|'''8'''||{{CharHead|Fox|SSB|hsize=15px}}||1||23||684||1275
|-
|-
|'''9'''||{{CharHead|Kirby|SSB|hsize=15px}}||78||1228.8
|'''9'''||{{CharHead|Kirby|SSB|hsize=15px}}||0.6||30||765||1228.8
|-
|-
|'''10'''||{{CharHead|Ness|SSB|hsize=15px}}||82||1204.522685
|'''10'''||{{CharHead|Ness|SSB|hsize=15px}}||0.7||26||706.1||1204.5
|-
|-
|'''11'''||{{CharHead|Yoshi|SSB|hsize=15px}}||83.5||1203.644643
|'''11'''||{{CharHead|Yoshi|SSB|hsize=15px}}||0.7||27.5||713||1203.5
|-
|-
|'''12'''||{{CharHead|Link|SSB|hsize=15px}}||92||1199.130882
|'''12'''||{{CharHead|Link|SSB|hsize=15px}}||0.7||36||749.7||1198.8
|}
|}
</center>
</center>


===''Super Smash Bros. Melee''===
===''Super Smash Bros. Melee''===
In ''Melee'', jump height has been drastically decreased across the cast, with even the third highest full hop height value being lower than the lowest full hop height value in ''Smash 64''.
<center>
<center>
{|class="wikitable sortable" style="text-align:center; display:inline-table;"
{|class="wikitable sortable" style="text-align:center; display:inline-table;"
Line 452: Line 451:
|'''N/A'''||{{CharHead|Giga Bowser|SSBM|hsize=20px}}||4.2||37.4
|'''N/A'''||{{CharHead|Giga Bowser|SSBM|hsize=20px}}||4.2||37.4
|-
|-
|'''5'''||{{CharHead|Ice Climbers|SSBM|hsize=20px}}||2.6||36.89
|'''5'''||{{CharHead|Ness|SSBM|hsize=20px}}||2.5||35.98
|-
|-
|'''6'''||{{CharHead|Ness|SSBM|hsize=20px}}||rowspan=2|2.5||rowspan=2|35.98
|'''N/A'''||{{Head|Fighting Wire Frames|g=SSBM|s=20px}} [[Male Wire Frame]]||2.5||35.98
|-
|-
|'''N/A'''||{{Head|Fighting Wire Frames|g=SSBM|s=20px}} [[Male Wire Frame]]
|'''6'''||{{CharHead|Ice Climbers|SSBM|hsize=20px}}||2.6||35.1
|-
|-
|'''7'''||{{CharHead|Marth|SSBM|hsize=20px}}||2.4||35.09
|'''7'''||{{CharHead|Marth|SSBM|hsize=20px}}||2.4||35.09
Line 480: Line 479:
|'''17'''||{{CharHead|Fox|SSBM|hsize=20px}}||3.68||31.28
|'''17'''||{{CharHead|Fox|SSBM|hsize=20px}}||3.68||31.28
|-
|-
|'''18'''||{{CharHead|Zelda|SSBM|hsize=20px}}||rowspan=2|2.1||rowspan=2|31.262
|'''18'''||{{CharHead|Zelda|SSBM|hsize=20px}}||2.1||31.262
|-
|-
|'''N/A'''||{{Head|Fighting Wire Frames|g=SSBM|s=20px}} [[Female Wire Frame]]
|'''N/A'''||{{Head|Fighting Wire Frames|g=SSBM|s=20px}} [[Female Wire Frame]]||2.1||31.262
|-
|-
|'''19'''||{{CharHead|Roy|SSBM|hsize=20px}}||2.6||30.958
|'''19'''||{{CharHead|Roy|SSBM|hsize=20px}}||2.6||30.958
Line 512: Line 511:
|'''N/A'''||{{Head|Fighting Wire Frames|g=SSBM|s=20px}} [[Male Wire Frame]]||1.8||18.9||52.53%
|'''N/A'''||{{Head|Fighting Wire Frames|g=SSBM|s=20px}} [[Male Wire Frame]]||1.8||18.9||52.53%
|-
|-
|'''3'''||{{CharHead|Zelda|SSBM|hsize=20px}}||rowspan=2|1.6||rowspan=2|18.337||rowspan=2|58.66%
|'''3'''||{{CharHead|Zelda|SSBM|hsize=20px}}||1.6||18.337||58.66%
|-
|-
|'''N/A'''||{{Head|Fighting Wire Frames|g=SSBM|s=20px}} [[Female Wire Frame]]
|'''N/A'''||{{Head|Fighting Wire Frames|g=SSBM|s=20px}} [[Female Wire Frame]]||1.6||18.337||58.66%
|-
|-
|'''4'''||{{CharHead|Yoshi|SSBM|hsize=20px}}||1.8||18.33||52.59%
|'''4'''||{{CharHead|Yoshi|SSBM|hsize=20px}}||1.8||18.33||52.59%
Line 775: 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.865587|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.82302388|24.82302388, 23.02210164, 19.62369296, 16.74676861, 14.09776771 for each air jump.|?}}||{{rollover|118.0996838|5 air jumps|?}}
|}
|}