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 faster [[wavedash]]es, but the window of timing is also reduced, requiring more precise inputs from the player.
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 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|?}}
|}
|}


Line 982: Line 982:
*[[Double jump]]
*[[Double jump]]
*[[Triple jump]]
*[[Triple jump]]
*Character Statistics
**[[Height]]
**[[Weight]]
**[[Jump]]
**[[Walk]]
**[[Dash]]
**[[Traction]]
**[[Air speed]]
**[[Fast fall]]
**[[Gravity]]
**[[Air acceleration]]
**[[Air friction]]


[[Category:Game controls]]
[[Category:Game controls]]
[[Category:Character attributes]]
[[Category:Character attributes]]

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)