SSBM Icon.png
SSBB Icon.png
SSB4 Icon.png
SSBU Icon.png

Buried: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
mNo edit summary
Line 23: Line 23:
===Technical information===
===Technical information===
====''Super Smash Bros. Ultimate''====
====''Super Smash Bros. Ultimate''====
In ''Ultimate'', the Bury formula is '''75 + 1.5 * KB + 0.5 * Opponent's %'''. This will calculate the ''mash frames'', which are deducted based on how fast the victim can mash.
In ''Ultimate'', the bury formula is <code>0.5p + 1.5k + r + u + 10</code>, where:
* p is the opponent's percentage after damage is added.
* k is the knockback the move would have dealt.
* r is a modifier from -30 to +15 based on the user's rank in the match, meaning that players with a stock advantage will bury for less time, while players at disadvantage gain a bonus.
* u is a modifier from 0 to +30 if the user is losing and [[Underdog Boost]] is enabled, granting more benefit to players that are behind.
This formula outputs the duration of the bury in frames, which can be reduced by inputs.


There are three exceptions to this formula, that being {{SSBU|R.O.B.}}, {{SSBU|King K. Rool}} and {{SSBU|Banjo & Kazooie}}'s [[down throw]]s, and {{SSBU|Donkey Kong}}'s [[Headbutt]].
Certain moves use their own bury formulas instead of the general one:
*R.O.B.'s down throw is '''30+(0.4 * Damage before throw)'''
*{{SSBU|Banjo & Kazooie}}'s down throw: <code>0.5p + 35</code>
*King K. Rool's down throw is '''60+(0.75 * Damage before throw)'''
*{{SSBU|Donkey Kong}}'s [[Headbutt]]: <code>p + 0.5d + 130</code> if DK uses the move on the ground, and <code>p + 0.5d + 115</code> if he is in the air, with d being the damage dealt by the move
*Banjo & Kazooie's down throw is '''35+(0.5 * Damage before throw)'''
*{{SSBU|King K. Rool}}'s down throw: <code>0.75p + 60</code>
*{{SSBU|R.O.B.}}'s down throw: <code>0.4p + 30</code>
For these formulas, p is the opponent's percentage before the damage is dealt, instead of after.


Donkey Kong's Headbutt is slightly different, with two variants based on an aerial or grounded hit.
Every directional input made while buried reduces the remaining time by 8 frames. Button inputs are 1.8x stronger for a reduction of 14.4 frames, but can only be made every other frame, making them worse by themselves.
* Grounded Mash Frames: '''130 + (Side B damage / 2) + (Opponent's %)'''
* Aerial Mash Frames: '''115 + (Side B damage / 2) + (Opponent's %)'''
 
There are two types of [[mash]]ing: Directional, and Button Mashing. These mash values are specific to Bury itself, but can also be applied to grabs, command grabs, Sleeping, and [[Wrecking Crew]]'s barrels. Otherwise, they are different.
* Directional inputs will lower the frames by 8 if the player pulls it off on every frame.  
* Button inputs will lower it by 14.4, but only every other frame, making it strictly worse.
 
The difference between stocks affects the amount of time an attack will bury, with players with a stock advantage burying for less time and players at a stock disadvantage burying longer.


==Gallery==
==Gallery==

Revision as of 08:39, November 13, 2019

Sheik buried upright by Wii Fit Trainer in Ultimate

Buried is a status condition that can be inflicted by attacks with a bury or plunge effect. It debuted in Super Smash Bros. Melee and has appeared in every subsequent game. A buried character is embedded in the ground, with the visible part of their body surrounded by churned dirt.

In Super Smash Bros. Ultimate, characters now have two buried poses, upright and upside-down. Fighters are normally buried upright, but King K. Rool, R.O.B., and Banjo & Kazooie's down throws will bury the thrown fighter upside-down. The upside-down buried pose is also used during the animation of Lucas's down throw, although it does not cause the buried condition. (While Lucas's down throw does show a character buried upside-down in SSB4, in that game it uses a character's grabbed animation rather than a specific buried pose). Being buried upright and upside-down affects the hurtbox placement of the buried character and therefore a character that is buried upright might not get hit by an attack that would hit a character buried upside down, and viceversa.

In Super Smash Bros. Ultimate, the Support Spirit skill Bury Immunity prevents the equipped fighter from being buried.

Overview

An icon for denoting incomplete things.

Any fighter on the ground hit by an attack with a bury effect will be buried. In SSB4 and Ultimate, a character that is lying down cannot be buried, unless they are lying down due to Snake's down throw; however, a character who has tripped can be buried. In Melee, a character lying prone cannot be buried, but they can in Brawl. If a fighter cannot be buried, they will simply take knockback as usual from the bury attack.

Examples of attacks with the bury effect are Donkey Kong's Headbutt, Villager's down smash, and the Poké Ball Pokémon Togepi's Magnitude. Additionally, the Pitfall item will bury a fighter, but the Pitfall item uses the plunge effect rather than the bury effect.

A buried fighter is immobilized until the status wears off. While buried, they cannot be grabbed or be re-buried.

The amount of time a character remains buried is dependent on that character's damage percentage; the higher the number, the longer they will be stuck to the ground. This duration can be decreased by button mashing. If the ground below the character disappears, they are automatically unburied. When the buried condition fades, the released fighter gets some invincibility frames.

In Melee, buried characters remain stuck in the ground until the effect wears off or the ground disappears. From Brawl onward, a character hit by a move that deals more than 100 units of knockback will freed from being buried and launched as usual. In Brawl and Ultimate, the amount of knockback taken does not get reduced, allowing for reliable, early KO setups on buried characters; however, in Smash 4, it is equal to 0.7x of the knockback that would have been inflicted otherwise, drastically weakening the effectiveness of such setups. In Ultimate, attacks performed without unburying the opponent retain their properties when the effect wears off, including neutral attacks and meteor smashes.

The boss Rathalos (but not as an Assist Trophy) is affected by Pitfalls, having its own unique buried appearance with a very large amount of churned dirt surrounding it. It cannot be buried by attacks with the bury effect, however.

Technical information

Super Smash Bros. Ultimate

In Ultimate, the bury formula is 0.5p + 1.5k + r + u + 10, where:

  • p is the opponent's percentage after damage is added.
  • k is the knockback the move would have dealt.
  • r is a modifier from -30 to +15 based on the user's rank in the match, meaning that players with a stock advantage will bury for less time, while players at disadvantage gain a bonus.
  • u is a modifier from 0 to +30 if the user is losing and Underdog Boost is enabled, granting more benefit to players that are behind.

This formula outputs the duration of the bury in frames, which can be reduced by inputs.

Certain moves use their own bury formulas instead of the general one:

  • Banjo & Kazooie's down throw: 0.5p + 35
  • Donkey Kong's Headbutt: p + 0.5d + 130 if DK uses the move on the ground, and p + 0.5d + 115 if he is in the air, with d being the damage dealt by the move
  • King K. Rool's down throw: 0.75p + 60
  • R.O.B.'s down throw: 0.4p + 30

For these formulas, p is the opponent's percentage before the damage is dealt, instead of after.

Every directional input made while buried reduces the remaining time by 8 frames. Button inputs are 1.8x stronger for a reduction of 14.4 frames, but can only be made every other frame, making them worse by themselves.

Gallery