Shieldstun: Difference between revisions

3,349 bytes added ,  2 months ago
no edit summary
(→‎In Super Smash Bros. Ultimate: oops didn't notice I changed this value by accident)
No edit summary
 
(15 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{ArticleIcons|series=y}}
{{ArticleIcons|series=y}}
[[File:Shield.jpg|right|thumb|{{SSBB|Zero Suit Samus}} currently in shieldstun from {{SSBB|Snake}}'s jab.]]
[[File:Shield.jpg|thumb|{{SSBB|Zero Suit Samus}} currently in shieldstun from {{SSBB|Snake}}'s jab.]]


'''Shieldstun''' (referred to as '''Downtime from Shielding''' by ''[[Super Smash Bros. Ultimate]]''{{'}}s [[tip]]s and official patch notes) is an inactionable period that occurs when a character's [[shield]] is hit. It is comparable to [[hitstun]], in that it occurs after [[hitlag]] and only for the defending character. While the attacker still experiences the hitlag of the move, they do not undergo shieldstun, allowing them to move again before their opponent can if the ending [[lag]] of the attack is low. During the period of shieldstun, the shielding player cannot perform any of their normal [[out of shield]] options, rendering them stuck. Several fast multi-hitting moves (such as [[Fox]]'s or [[Yoshi]]'s [[down aerial]]s) hit fast enough to keep an opponent in shieldstun for the duration of the move, as each hit lands while the opponent is still in shieldstun from the previous hit; this is usually referred to as a "blockstring", a term stemming from similar situations with block mechanics in traditional fighting games. In addition to not being able to perform out of shield options, players in shield stun cannot release the shield, adjust the tilt of their shield, [[shield drop]], or change their shield's density. Attempting to perform any of these actions while in shieldstun will have them happen the frame shieldstun ends instead.  
'''Shieldstun''' (referred to as '''Downtime from Shielding''' by ''[[Super Smash Bros. Ultimate]]''{{'}}s [[tip]]s and official patch notes) is an inactionable period that occurs when a character's [[shield]] is hit. It is comparable to [[hitstun]], in that it occurs after [[hitlag]] and only for the defending character. While the attacker still experiences the hitlag of the move, they do not undergo shieldstun, allowing them to move again before their opponent can if the ending [[lag]] of the attack is low. During the period of shieldstun, the shielding player cannot perform any of their normal [[out of shield]] options, rendering them stuck. Several fast multi-hitting moves (such as [[Fox]]'s or [[Yoshi]]'s [[down aerial]]s) hit fast enough to keep an opponent in shieldstun for the duration of the move, as each hit lands while the opponent is still in shieldstun from the previous hit; this is usually referred to as a "blockstring", a term stemming from similar situations with block mechanics in traditional fighting games. In addition to not being able to perform out of shield options, players in shield stun cannot release the shield, adjust the tilt of their shield, [[shield drop]], or change their shield's density. Attempting to perform any of these actions while in shieldstun will have them happen the frame shieldstun ends instead.  
Line 9: Line 9:
In ''Smash 64'', shieldstun is extremely high. When hit on shield, the majority of moves leave the defending player in such a long period of shieldstun, that another hit is nearly always guaranteed. This is especially apparent with aerials with the use of [[Z-cancel]]ling. This, along with the lack of [[perfect shield]]ing, makes shield break combos easier and far more frequent. Some moves, such as {{SSB|Kirby}}'s [[up tilt]], are notorious for breaking shields on their own with repeated use.
In ''Smash 64'', shieldstun is extremely high. When hit on shield, the majority of moves leave the defending player in such a long period of shieldstun, that another hit is nearly always guaranteed. This is especially apparent with aerials with the use of [[Z-cancel]]ling. This, along with the lack of [[perfect shield]]ing, makes shield break combos easier and far more frequent. Some moves, such as {{SSB|Kirby}}'s [[up tilt]], are notorious for breaking shields on their own with repeated use.


The formula for shieldstun frames in ''Smash 64'' is <code>d * 1.75 + 3</code> in the Japanese version, and <code>d * 1.62 + 4</code> in the international versions, with both results rounded down, where '''d''' is the amount of [[damage]] the attack would deal if not shielded (therefore, [[shield damage]] is not accounted for). Compared to the international versions, the Japanese version has even more shieldstun for attacks dealing more than 10% damage, but the same or slightly less for attacks dealing less than that amount.
The formula for shieldstun frames in ''Smash 64'' is <math>d\times1.75+3</math>, rounded up in the Japanese version, and <math>d\times1.62+4</math>, rounded down in the international versions, where <math>d</math> is the amount of [[damage]] the attack would deal if not shielded (therefore, [[shield damage]] is not accounted for). Compared to the international versions, the Japanese version has even more shieldstun for most attacks, unless they deal 1%, 2%, 4% or 5%, where they deal the same amount of shieldstun.


==In ''[[Super Smash Bros. Melee]]''==
==In ''[[Super Smash Bros. Melee]]''==
In ''Melee'', shieldstun duration in general was reduced. A large difference from other ''Smash'' games is the introduction of analog shielding. The analog shield level used when blocking affects shieldstun: the lighter the shield, the more shieldstun the blocker suffers. The formula for shieldstun frames in ''Melee'' is <code>200 / 201 * (((d * (a + 0.3)) * 1.5) + 2)</code> rounded down, where the values correspond to the following:
In ''Melee'', shieldstun duration in general was reduced. A large difference from other ''Smash'' games is the introduction of analog shielding. The analog shield level used when blocking affects shieldstun: the lighter the shield, the more shieldstun the blocker suffers. The formula for shieldstun frames in ''Melee'' is <math>{200\div201}\times(((d\times(a+0.3))\times1.5)+2)</math> rounded down, where the values correspond to the following:
*'''d''' is the amount of [[damage]] the attack would deal if not shielded, rounded down.
*<math>d</math> is the base [[damage]] of the attack, rounded down. Usually that corresponds to the [[damage]] the attack would deal if not shielded. However, many thrown items deal additional damage on hit based on the speed of the item, and that extra damage doesn't contribute to shieldstun.
*'''a''' is <code>0.65 * (1 - ((s - 0.3) / 0.7))</code>, where '''s''' describes the analog shield level used. A fully depressed trigger corresponds to <code>s = 1.0</code>, while the lightest possible analog press that still yields shield corresponds to <code>s = 0.30714</code>.<ref>https://smashboards.com/threads/official-ask-anyone-frame-things-thread.313889/page-28#post-20577303</ref>
*<math>a</math> is <math>0.65\times\left(1-{s-0.3\over0.7}\right)</math>, where <math>s</math> describes the analog shield level used, and is equal to <math>n\div140</math>, with <math>n</math> ranging between 43 and 140 depending on how much the shield button is pressed.<ref>https://smashboards.com/threads/official-ask-anyone-frame-things-thread.313889/page-28#post-20577303</ref> As a result, <math>s</math> can be as low as 0.30714 with the lightest possible shield, and caps at 1 with a full shield. Shielding with the Z button corresponds to <math>s=0.35</math>, or <math>n=49\div140</math>.
**The general formula can be approximately simplified to <code>d * 0.45 + 2</code> for a full press, and <code>d * 1.925 + 2</code> for the lightest press, resulting in a significant difference. For example, an attack that deals 13% damage will inflict 7 frames of shieldstun with a full shield, and 27 frames with the lightest possible shield.
**The general formula can be approximately simplified to <math>d\times0.45+1.99</math> for a full press, and <math>d\times1.4+2</math> for the lightest press (accurate up to 28% and 26% damage respectively), resulting in a significant difference. For example, an attack that deals 13% damage will inflict 7 frames of shieldstun with a full shield, and 20 frames with the lightest possible shield.


This amount of shieldstun, while heavily reduced, is still sufficient to leave smart and quick attackers at an advantage. Many moves are unsafe on shield, and it is possible for defending players to capitalize on such hits. But many moves, especially certain aerials, are still safe. Pressuring an opponent's shield is challenging and risky, but highly rewarding. Often, despite a move merely breaking even on shield, or even being a few frames negative, the attacker will still have an advantage. Options out of shield, especially movement, are so limited that good spacing or quick [[dash dancing]] out of lag allow the attacker to safely pressure despite frame disadvantage.
This amount of shieldstun, while heavily reduced, is still sufficient to leave smart and quick attackers at an advantage. Many moves are unsafe on shield, and it is possible for defending players to capitalize on such hits. But many moves, especially certain aerials, are still safe. Pressuring an opponent's shield is challenging and risky, but highly rewarding. Often, despite a move merely breaking even on shield, or even being a few frames negative, the attacker will still have an advantage. Options out of shield, especially movement, are so limited that good spacing or quick [[dash dancing]] out of lag allow the attacker to safely pressure despite frame disadvantage.
Line 21: Line 21:
While ''Melee'' generally has no input [[buffer]]ing, it is possible to buffer out of shield options by holding the C-stick during shieldstun. The character will then jump, roll, or spot dodge on the first frame after they leave shieldstun, depending on the direction held.
While ''Melee'' generally has no input [[buffer]]ing, it is possible to buffer out of shield options by holding the C-stick during shieldstun. The character will then jump, roll, or spot dodge on the first frame after they leave shieldstun, depending on the direction held.


{{SSBM|Yoshi}} is a notable exception to these rules. While he cannot jump out of shield in this iteration, he suffers no shieldstun whatsoever, which combined with the other unique properties of his shield, gives his shield game a very different dynamic to the rest of the cast.
{{SSBM|Yoshi}} is a notable exception to these rules. While he cannot jump out of shield in this iteration outside digital shield startup, he suffers minimal or no shieldstun, which combined with the other unique properties of his shield, gives his shield game a very different dynamic to the rest of the cast. Yoshi only receives shieldstun when blocking during any of his first 4 shield startup frames, and in those cases suffers an amount of shieldstun equal to <code>5 - shield frame# </code>.


==In ''[[Super Smash Bros. Brawl]]''==
==In ''[[Super Smash Bros. Brawl]]''==
In ''Brawl'', shieldstun was further reduced. In terms of frame advantage, very few attacks are safe on shield. Combined with the lowered time to drop shield (taking 7 frames instead of 15), this means that hitting shields in ''Brawl'' puts attackers in a much more vulnerable position. This leads to a drastically more defensive metagame, where spacing attacks properly on shield is far more crucial, or a [[punish]] is nearly guaranteed otherwise. Additionally, {{SSBB|Yoshi}}'s shield is no longer immune to shieldstun, and his shield drop takes a much higher 17 frames compared to the rest of the cast; in combination with him still being unable to jump out of shield, this gives him a significantly worse shield game.
In ''Brawl'', the formula for shieldstun frames is <math>d\times0.345</math>, rounded down. As a result, shieldstun is even more drastically reduced than in ''Melee'', with attacks that deal less than 2.9% damage inflicting no shieldstun at all. Combined with the lowered time to drop shield (taking 7 frames instead of 15), this puts attackers in a much more vulnerable position for hitting shields. As a result, ''Brawl''{{'}}s metagame is considerably more defensive, with very little in the way of shield pressure, instead putting more emphasis on characters keeping themselves away from shielding opponents, as a [[punish]] is nearly guaranteed otherwise. However, shield pushback is increased compared to ''Melee''{{'}}s fully dense shields, unless the attack is [[perfect shield]]ed, which allows a few powerful and long ranged moves with relatively low ending lag, such as {{SSBB|Meta Knight}}'s [[down smash]] and {{SSBB|Snake}}'s [[up tilt]], to remain difficult to punish out of shield if spaced properly.


The approximate formula for shieldstun frames in ''Brawl'' is <code>d * 0.375</code>, rounded down. As a result, attacks that deal less than 2.7% damage inflict no shieldstun at all.
{{SSBB|Yoshi}}'s shield is no longer immune to shieldstun, and unlike the rest of the cast in the transition from ''Melee'', his shield still takes 15 frames to drop. In combination with him having one of the slowest shield grabs, as well as still being unable to jump out of shield, this gives him significantly worse defensive options than any other character.


==In ''[[Super Smash Bros. 4]]''==
==In ''[[Super Smash Bros. 4]]''==
In ''Smash 4'', shieldstun was originally thought to have been reduced again from ''Brawl'', but further testing showed this to be false. The formula for shieldstun frames prior to version [[1.1.1]] was originally <code>d * 0.39</code> rounded down, which resulted in almost negligibly higher shieldstun than in ''Brawl''; only a few key damage values generated one extra frame of shieldstun, even up to notoriously high percents (above 30%), and moves that dealt less than 2.6% damage still inflicted none at all. In combination with the cast's generally higher landing lag, ending lag, and/or lower damage values, especially for top and high tier characters, as well as shield pushback being decreased (with the effect of [[edge slipping]] on it being particularly weakened), this originally made ''Smash 4'' an even more defensive game than ''Brawl'', with heavy reliance on out of shield retaliation instead of direct pressure. {{SSB4|Yoshi}} was also given the ability to jump out of shield and the standard 7 frames of shield drop lag, no longer differentiating his shield game heavily from the rest of the cast.
In ''Smash 4'', shieldstun was originally thought to have been reduced again from ''Brawl'', but further testing showed this to be false. The formula for shieldstun frames prior to version [[1.1.1]] was <math>(d\times1.3+2)\times0.3</math>, with rounding down performed twice; first for the portion in brackets, then the final result. This resulted in barely higher shieldstun than in ''Brawl'', being either the same or with a single extra frame for most damage values, while moves that dealt less than 1.54% damage still inflicted none at all. In combination with the cast's generally higher landing lag, ending lag, and/or lower damage values, especially for top and high tier characters, as well as shield pushback being decreased (with the effect of [[edge slipping]] on it being particularly weakened), this originally made ''Smash 4'' an even more defensive game than ''Brawl'', with heavy reliance on out of shield retaliation instead of direct pressure. {{SSB4|Yoshi}} was also given the ability to jump out of shield and the standard 7 frames of shield drop lag, no longer differentiating his shield game heavily from the rest of the cast.


However, following version [[1.1.1]], shieldstun from [[Specials: Direct|direct]] attacks was increased dramatically, to the point of being higher than in ''Melee'', and received further specialization for various cases. The new formula is <code>d * 0.58 * i * p + 2</code> rounded down, with the values corresponding to the following:
However, following version [[1.1.1]], shieldstun from [[Specials: Direct|direct]] attacks was increased dramatically, to the point of being higher than in ''Melee'', and received further specialization for various cases. The new formula is <math>d\times0.58\times i\times p+2</math> rounded down, with the values corresponding to the following:
*'''d''', like in the previous formulas, is the damage the attack would deal if not shielded.
*<math>d</math>, like in the previous formulas, is the damage the attack would deal if not shielded.
*'''i''' is 0.5 for [[indirect]] attacks (such as [[projectile]]s), and 1 otherwise, resulting in a general multiplier of 0.29.
*<math>i</math> is 0.5 for [[indirect]] attacks (such as [[projectile]]s), and 1 otherwise, resulting in a general multiplier of 0.29.
*'''p''' is 0.66 if the attack is [[perfect shield]]ed, and 1 otherwise, resulting in general multipliers of 0.3828 and 0.1914 for direct and indirect attacks, respectively.
*<math>p</math> is 0.66 if the attack is [[perfect shield]]ed, and 1 otherwise, resulting in general multipliers of 0.3828 and 0.1914 for direct and indirect attacks, respectively.


As a result of this formula, all attacks once again inflict shieldstun regardless of their damage output, and direct attacks are especially safer, to the point of various landing aerial attacks only being a few frames negative on shield with proper timing. In turn, perfect shielding having an effect on shieldstun ties further into its purpose of being much more precise, yet much more rewarding than normal shielding. Compared to previous versions of ''Smash 4'', these changes allowed several characters to play more offensively, though due to out of shield options still being relatively fast and highly rewarding, as well as the aforementioned damage/lag nerfs, the game remained generally more defensive than ''Melee''. On the other hand, the specific multiplier for projectiles made them generally safer as well, but to a lesser extent and only up to high damage values, preventing powerful ones such as [[Charge Shot]] from becoming too difficult to punish.
As a result of this formula, all attacks once again inflict shieldstun regardless of their damage output, and direct attacks are especially safer, to the point of various landing aerial attacks only being a few frames negative on shield with proper timing. In turn, perfect shielding having an effect on shieldstun ties further into its purpose of being much more precise, yet much more rewarding than normal shielding. Compared to previous versions of ''Smash 4'', these changes allowed several characters to play more offensively, though due to out of shield options still being relatively fast and highly rewarding, as well as the aforementioned damage/lag nerfs, the game remained generally more defensive than ''Melee''. On the other hand, the specific multiplier for projectiles made them generally safer as well, but to a lesser extent and only up to high damage values, preventing powerful ones such as [[Charge Shot]] from becoming too difficult to punish.
Line 41: Line 41:


==In ''[[Super Smash Bros. Ultimate]]''==
==In ''[[Super Smash Bros. Ultimate]]''==
Shieldstun has been adjusted further in ''Ultimate'', with more specific cases introduced than in ''Smash 4''. The new formula is <code>d * 0.8 * t * m + 2</code>, rounded down<ref>https://twitter.com/BenArthur_7/status/1073252767496617986</ref>, with the values corresponding to the following:
Shieldstun has been adjusted further in ''Ultimate'', with more specific cases introduced than in ''Smash 4''. The new formula is <math>d\times0.8\times t\times m+2</math>, rounded down<ref>https://twitter.com/BenArthur_7/status/1073252767496617986</ref>, with the values corresponding to the following:
*'''d''', like in the previous formulas, is the damage the attack would deal if not shielded.
*<math>d</math>, like in the previous formulas, is the damage the attack would deal if not shielded.
*'''t''' is 0.725 for [[smash attack]]s, 0.33 for [[aerial attack]]s, and 0.29 for indirect attacks (such as [[projectile]]s); due to this, the former results in the same general multiplier of 0.58 as in ''Smash 4''<ref>https://twitter.com/BenArthur_7/status/1079237233192910849</ref>, while the other two result in general multipliers of 0.264 and 0.232, respectively. For indirect smash or aerial attacks (such as {{SSBU|Mega Man}}'s [[forward smash]] and [[down aerial]]), only the indirect multiplier is used. In other cases, the value is 1.
*<math>t</math> is 0.725 for [[smash attack]]s, 0.33 for [[aerial attack]]s (excluding [[grab aerial]]s and landing hitboxes), and 0.29 for indirect attacks (such as [[projectile]]s); due to this, the former results in the same general multiplier of 0.58 as in ''Smash 4''<ref>https://twitter.com/BenArthur_7/status/1079237233192910849</ref>, while the other two result in general multipliers of 0.264 and 0.232, respectively. For indirect smash or aerial attacks (such as {{SSBU|Mega Man}}'s [[forward smash]] and [[down aerial]]), only the indirect multiplier is used. In other cases, the value is 1.
*'''m''' is a '''shieldstun multiplier''', a move property new to ''Ultimate'' that can be specified for each hitbox. This is mostly employed by [[rapid jab]]s and [[dash attack]]s, which use a higher multiplier than usual to either prevent shielding opponents in range from escaping them or to decrease their [[punish]]ability (respectively). However, a few other moves possess them as well, such as {{SSBU|Ridley}}'s [[Skewer]], which uses a much lower multiplier than usual (0.2×) to prevent its skewering hitbox from otherwise producing ludicrously high shieldstun, as it deals 45% damage (likewise, it has a high amount of negative [[shield damage]] to prevent it from instantly breaking a shield). Shieldstun multipliers also affect the amount of pushback inflicted on the shielding fighter, further affecting how punishable attacks are out of shield.
*<math>m</math> is a '''shieldstun multiplier''', a move property new to ''Ultimate'' that can be specified for each hitbox. This is mostly employed by [[rapid jab]]s and [[dash attack]]s, which use a higher multiplier than usual to either prevent shielding opponents in range from escaping them or to decrease their [[punish]]ability (respectively). However, a few other moves possess them as well, such as {{SSBU|Ridley}}'s [[Skewer]], which uses a much lower multiplier than usual (0.2×) to prevent its skewering hitbox from otherwise producing ludicrously high shieldstun, as it deals 45% damage (likewise, it has a high amount of negative [[shield damage]] to prevent it from instantly breaking a shield). Shieldstun multipliers also affect the amount of pushback inflicted on the shielding fighter, further affecting how punishable attacks are out of shield.
*[[Perfect shield]]ing no longer directly affects the shieldstun duration. Instead, perfect shielding characters enter a unique state that allows them to act 3 frames earlier compared to the shieldstun they would receive if used against a direct attack, and 1 frame earlier if used against an indirect attack, barring specific cases.
*[[Perfect shield]]ing no longer directly affects the shieldstun duration. Instead, perfect shielding characters enter a unique state that allows them to act 3 frames earlier compared to the shieldstun they would receive if used against a direct attack, and 1 frame earlier if used against an indirect attack, barring specific cases.


Line 50: Line 50:


The ability introduced in version 1.1.3 of ''Smash 4'' to dodge-cancel blockstrings of at least 10 hits returns as well, and is now applicable to several other moves, most remarkably every [[rapid jab]], due to their increased shieldstun and much faster hit rate. This renders it vastly more useful for punishing such moves, as in the case of rapid jabs, the shielding character can usually roll behind the attacker, who will then be forced to unleash their rapid jab's finisher and become much more vulnerable. This mechanic's larger notoriety has led to it being referred to as '''shieldstun canceling''' by the community.
The ability introduced in version 1.1.3 of ''Smash 4'' to dodge-cancel blockstrings of at least 10 hits returns as well, and is now applicable to several other moves, most remarkably every [[rapid jab]], due to their increased shieldstun and much faster hit rate. This renders it vastly more useful for punishing such moves, as in the case of rapid jabs, the shielding character can usually roll behind the attacker, who will then be forced to unleash their rapid jab's finisher and become much more vulnerable. This mechanic's larger notoriety has led to it being referred to as '''shieldstun canceling''' by the community.
Version {{SSBU|9.0.0}} made other smaller adjustments to shieldstun:
*If multiple attacks hit a shield on the same frame (such as {{SSBU|King Dedede}}'s Gordo and hammer swing in [[Gordo Throw]]), each attack's shieldstun is individually calculated, and only the highest result of such is taken. In previous versions, the highest damage and highest shieldstun multiplier of each move was used, resulting in higher shieldstun than if any of the attacks hit individually.
*Shieldstun caps at 60 frames, making ''Ultimate'' the only game in the series with a shieldstun cap. However, this is only realistically possible to reach if [[spirit]]s are used to significantly boost an attack's damage output, and even then, a normal shield will usually take more than enough damage to break, so this can only be noticed with a perfect shield.


===List of moves with shieldstun multipliers===
===List of moves with shieldstun multipliers===
Due to a glitch, while some moves such as [[Areadbhar]] and [[Skewer]] have a shieldstun multiplier coded only for specific hitboxes (in both cases, the sweetspots), the game applies the multiplier to all hitboxes of the move during frames where the specified hitbox is present. As a result, Areadbhar's grounded version inflicts regular shieldstun during its first hit frame (where the sweetspot isn't present), but applies the multiplier to all hitboxes in the next frames, while the aerial version applies it to all hitboxes fully throughout.
Due to a glitch, even if a move has a shieldstun multiplier only coded for specific hitboxes, the game applies the multiplier to all hitboxes of the move during frames where the specified hitbox is present. Likewise, if a move has different shieldstun multipliers for each hitbox, the multiplier for the hitbox with the highest ID number applies to all hitboxes, and other multipliers are ignored. This is noticeable for [[Areadbhar]], where the sweetspot's shieldstun multiplier applies to the entire move for all except the grounded version's first active frame (where the sweetspot isn't present), and {{SSBU|Kazuya}}'s forward smash, which has a 0.1× multiplier for the sourspot and a 1.75× multiplier for the sweetspot, but the latter applies to both.


{|class="wikitable" align="center"
{|class="wikitable" align="center"
Line 71: Line 75:
|[[Failnaught]] (uncharged)||1.1
|[[Failnaught]] (uncharged)||1.1
|-
|-
|[[Areadbhar]]||1.7 (grounded)<ref>Added in update 11.0.0</ref><br>2 (aerial)<ref>Added in update 11.0.0</ref>
|[[Areadbhar]]||1.7<ref>Only specified for the sweetspot, but applies to all hitboxes except during the first active frame, due to the aforementioned glitch</ref> (grounded; {{SSBU|11.0.0}} onward)<br>2<ref name="sweetspot">Only specified for the sweetspot, but applies to all hitboxes due to the aforementioned glitch</ref> (aerial; 11.0.0 onward)
|-
|-
|rowspan=2|{{SSBU|Captain Falcon}}||Rapid jab||9
|rowspan=2|{{SSBU|Captain Falcon}}||Rapid jab||9
|-
|-
|Dash attack||1.5<ref>1.875 prior to update {{SSBU|8.0.0}}</ref>
|Dash attack||1.5 (1.875 before {{SSBU|8.0.0}})
|-
|-
|{{SSBU|Charizard}}||Dash attack||1.5
|{{SSBU|Charizard}}||Dash attack||1.5
Line 81: Line 85:
|rowspan=2|{{SSBU|Corrin}}||Rapid jab||8
|rowspan=2|{{SSBU|Corrin}}||Rapid jab||8
|-
|-
|Forward smash||1.6<ref>Added in update 8.0.0</ref>
|Forward smash||1.6 (8.0.0 onward)
|-  
|-  
|{{SSBU|Daisy}}||Dash attack (hit 1)||2.9
|{{SSBU|Daisy}}||Dash attack (hit 1)||2.9
Line 101: Line 105:
|Dash attack||1.8
|Dash attack||1.8
|-
|-
|{{SSBU|Ganondorf}}||Dash attack||1.3
|{{SSBU|Ganondorf}}||Dash attack (late)||1.3
|-
|-
|{{SSBU|Greninja}}||Rapid jab||4
|{{SSBU|Greninja}}||Rapid jab||4
|-
|-
|{{SSBU|Hero}}||[[Kazap]]||0.3
|{{SSBU|Hero}}||[[Kazap]] (hit 3)||0.3
|-
|-
|{{SSBU|Ike}}||Dash attack||1.2
|{{SSBU|Ike}}||Dash attack||1.2
Line 115: Line 119:
|{{SSBU|Ivysaur}}||Rapid jab||3
|{{SSBU|Ivysaur}}||Rapid jab||3
|-
|-
|{{SSBU|Jigglypuff}}||[[Pound]]||1.5<ref>Added in update {{SSBU|6.0.0}}</ref>
|{{SSBU|Jigglypuff}}||[[Pound]]||1.5 ({{SSBU|6.0.0}} onward)
|-
|-
|rowspan=6|{{SSBU|Joker}}<br>(with Arsene)||Forward tilt (hit 2)||2
|rowspan=6|{{SSBU|Joker}}<br>(with Arsene)||Forward tilt (hit 2)||2
Line 128: Line 132:
|-
|-
|Down smash (hit 2)||1.33
|Down smash (hit 2)||1.33
|-
|rowspan=14|{{SSBU|Kazuya}}||Neutral attack (hit 1)||1.3
|-
|Forward tilt||0.8
|-
|Up-forward tilt (hits 2-3)||2
|-
|Down-forward tilt (hit 2, frames 15-16)||1.5
|-
|Down-back tilt||1.7
|-
|Forward crouch attack||1.1
|-
|Back crouch attack||1.5
|-
|Forward smash||1.75<ref>Has a specified multiplier of 0.1 for the sourspot, but is overriden by this multiplier due to the aforementioned glitch</ref>
|-
|Down smash||1.2
|-
|Up throw (beam)||rowspan=3|1.1
|-
|[[Left Splits Kick]]
|-
|[[Devil Blaster]] (clean)
|-
|[[Wind God Fist]]||1.2
|-
|[[Dragon Uppercut]] (except late hit)||0.5
|-
|-
|{{SSBU|Ken}}||Inazuma Kick||1.25
|{{SSBU|Ken}}||Inazuma Kick||1.25
Line 153: Line 185:
|rowspan=2|{{SSBU|Mewtwo}}||Rapid jab||4
|rowspan=2|{{SSBU|Mewtwo}}||Rapid jab||4
|-
|-
|Dash attack||1.3<ref>1.875 prior to update {{SSBU|2.0.0}}</ref>
|Dash attack||1.3 (1.875 before {{SSBU|2.0.0}})
|-
|-
|rowspan=2|{{SSBU|Mii Gunner}}||Dash attack||1.5
|rowspan=2|{{SSBU|Mii Gunner}}||Dash attack||1.5
Line 199: Line 231:
|rowspan=2|{{SSBU|Ridley}}||Rapid jab||5
|rowspan=2|{{SSBU|Ridley}}||Rapid jab||5
|-
|-
|[[Skewer]]||0.2
|[[Skewer]]||0.2<ref name="sweetspot"></ref>
|-
|-
|{{SSBU|Robin}}||Rapid jab||3
|{{SSBU|Robin}}||Rapid jab||3
Line 207: Line 239:
|{{SSBU|Roy}}||Dash attack||1.25
|{{SSBU|Roy}}||Dash attack||1.25
|-
|-
|{{SSBU|Ryu}}||[[Hadoken]]||1.2 (weak)<br>1.13 (medium)<br>1.06 (strong)<ref>Added in update {{SSBU|7.0.0}}</ref>
|{{SSBU|Ryu}}||[[Hadoken]]||1.2 (weak)<br>1.13 (medium)<br>1.06 (strong)<br>(all from {{SSBU|7.0.0}} onward)
|-
|-
|{{SSBU|Sephiroth}}||[[Blade Dash]]||0.5
|{{SSBU|Sephiroth}}||[[Blade Dash]]||0.5
Line 219: Line 251:
|Axe||1.1
|Axe||1.1
|-
|-
|rowspan=2|{{SSBU|Sonic}}||Dash attack||0.75 (clean)<br>1.05 (late)<ref>1 and 1.57 prior to update {{SSBU|9.0.0}}</ref>
|rowspan=2|{{SSBU|Sonic}}||Dash attack||0.75 (clean; {{SSBU|9.0.0}} onward)<br>1.05 (late; 1.57 before 9.0.0)
|-
|-
|[[Homing Attack]]||0.5
|[[Homing Attack]]||0.5
|-
|rowspan=7|{{SSBU|Sora}}||Neutral attack (all hits)||rowspan=2|3
|-
|Forward tilt (hits 1-2)
|-
|Forward tilt (non-linking hit 1 and 3)||2.4
|-
|Dash attack||2.2
|-
|Forward smash||2
|-
|Down aerial||3.6
|-
|[[Firaga]]||1.05
|-
|-
|rowspan=3|{{SSBU|Steve}}||Neutral attack||rowspan=3|0.25
|rowspan=3|{{SSBU|Steve}}||Neutral attack||rowspan=3|0.25
Line 227: Line 273:
|Forward tilt
|Forward tilt
|-
|-
|{{rollover|Neutral aerial|includes forward and back aerial buffered out of a short hop|y}}
|{{rollover|Neutral aerial|Includes forward and back aerial buffered out of a short hop|y}}
|-
|-
|{{SSBU|Squirtle}}||Dash attack (clean)||1.45
|{{SSBU|Squirtle}}||Dash attack (clean)||1.45
6,407

edits