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

Frame speed multiplier

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search

A frame speed multiplier (also known as a frame speed modifier) is a multiplier applied to the total length of an attack or period of an attack, allowing the duration of a move's animation and properties to be modifiable without needing a completely new animation, or even allowing the attack to change rate continuously.

Depending on the game, the meaning of the technical number used for a multiplier is reversed:

  • In Super Smash Bros. Brawl, a frame speed multiplier of 0.5 means the attack progresses at half speed (straight multiplication)
  • From Super Smash Bros. 4 onward, a frame speed multiplier of 0.5 means each frame now takes 0.5 frames, and so the attack moves at double speed (reciprocal multiplication).
  • Earlier games in the series do not have the ability to modify only part of an action's speed in code, though they may apply internal multipliers to an animation's overall speed.

Usage of frame speed multipliers

  • Several normal animations have their execution speed modified to match their coded result:
  • Weight dependent throws have their speed change calculated as a frame speed multiplier (weight/100) (Melee/Brawl/Smash 4).
  • Hitstun animations contain a frame speed modifier that's used the match the overall knockback speed sustained (Smash 4/Ultimate).
  • Moves with execution speed based on some input or changing property (such as Mach Tornado and Rollout) use a frame speed multiplier to match their appearance to their movement.
  • Custom moves that are faster or slower than the regular variant almost always use frame speed multipliers, so they can reuse the same animations.
  • Moves that are changed in updates to gameplay tend to use frame speed multipliers to alter their timing, as it is much more efficient than the memory space needed to replace the entire animation.
  • Ore Clubs uses a frame speed multiplier on all swings.
  • Bosses use a similar system to alter the speed of their attacks based on the set difficulty.