Editing Sticker

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 48: Line 48:
The formula for the damage multiplier is:
The formula for the damage multiplier is:


<big><big><math>r={v \over 80}+1</math></big></big>
[[File:StickerAttackFormula.svg|125px|class=invert]]


[Specials: Indirect] Attack is an exception and uses:
[Specials: Indirect] Attack is an exception and uses:


<big><big><math>r={v \over 40}+1</math></big></big>
[[File:StickerIndirectAttackFormula.svg|125px|class=invert]]


Where '''v''' is the value given by the sticker description and '''r''' is the damage multiplier; '''r''' cannot be greater than 25.675, though this can't be reached without hacking. For example, a sticker with a value of 20 will deal 1.25× damage compared to base damage. Note, in the code the sticker's value is cut in half and rounded down, resulting in every odd number being the exact same as the even number before it (e.g. 3=2, 25=24, etc.).
Where '''v''' is the value given by the sticker description and '''r''' is the damage multiplier; '''r''' cannot be greater than 25.675, though this can't be reached without hacking. For example, a sticker with a value of 20 will deal 1.25× damage compared to base damage. Note, in the code the sticker's value is cut in half and rounded down, resulting in every odd number being the exact same as the even number before it (e.g. 3=2, 25=24, etc.).
Line 116: Line 116:
The formula for damage reduction is:
The formula for damage reduction is:


<big><big><math>r=-{v \over 80}+1</math></big></big>
[[File:StickerResistanceFormula.svg|125px|class=invert]]


Where '''v''' is the value given by the sticker description and '''r''' is the damage multiplier. For example, a sticker with a reduction of 20 will cause attacks to be scaled to 0.75 of the original damage, or a damage reduction of 25%. Note, in the code the sticker's value is cut in half and rounded down, resulting in every odd number being the exact same as the even number before it (e.g. 3=2, 25=24, etc.).  
Where '''v''' is the value given by the sticker description and '''r''' is the damage multiplier. For example, a sticker with a reduction of 20 will cause attacks to be scaled to 0.75 of the original damage, or a damage reduction of 25%. Note, in the code the sticker's value is cut in half and rounded down, resulting in every odd number being the exact same as the even number before it (e.g. 3=2, 25=24, etc.).  
Line 141: Line 141:
!Icon||Effect!!Description!!Meaning of value
!Icon||Effect!!Description!!Meaning of value
|-
|-
|{{StickerIcon|LaunchPower}}||Launch Power||Increases the distance a character's attacks can send enemies.||Acts as a multiplier to all [[knockback]] delivered, following the formula <math>1+{v \over 200}</math>; it ranges from 4 to 53.
|{{StickerIcon|LaunchPower}}||Launch Power||Increases the distance a character's attacks can send enemies.||Acts as a multiplier to all [[knockback]] delivered, following the formula <code>v/200 + 1</code>; it ranges from 4 to 53.
|-
|-
|{{StickerIcon|LaunchResistance}}||Launch Resistance||Decreases the distance a character flies when hit.||Acts as a multiplier to all knockback received, following the formula <math>1-{v \over 200}</math>; it ranges from 6 to 57.
|{{StickerIcon|LaunchResistance}}||Launch Resistance||Decreases the distance a character flies when hit.||Acts as a multiplier to all knockback received, following the formula <code>v/200 - 1</code>; it ranges from 6 to 57.
|-
|-
|{{StickerIcon|FlinchResistance}}||Flinch Resistance||Makes it more difficult for a character to [[flinch]].||Grants [[knockback-based armor]] equal to the sticker's value; it ranges from 35 to 168. Launch Resistance reduces knockback before Flinch Resistance occurs, allowing for stronger attacks to be armored when combined.
|{{StickerIcon|FlinchResistance}}||Flinch Resistance||Makes it more difficult for a character to [[flinch]].||Grants [[knockback-based armor]] equal to the sticker's value; it ranges from 35 to 168. Launch Resistance reduces knockback before Flinch Resistance occurs, allowing for stronger attacks to be armored when combined.
Line 185: Line 185:
*A [[Media:EGX Booklet Pages 14-15.jpg|booklet handed out at EGX 2014]] states that in {{for3ds}}, stickers and [[CD]]s are collectable, and one can see where trophies originated, all of which are false.
*A [[Media:EGX Booklet Pages 14-15.jpg|booklet handed out at EGX 2014]] states that in {{for3ds}}, stickers and [[CD]]s are collectable, and one can see where trophies originated, all of which are false.
*{{SSBB|Pokémon Trainer}} (via {{SSBB|Squirtle}}) is the only character that can equip Water-enhancing stickers, despite {{SSBB|Mario}}'s [[F.L.U.D.D.]] also being Water-elemental. This is presumably because F.L.U.D.D. does not deal any damage.
*{{SSBB|Pokémon Trainer}} (via {{SSBB|Squirtle}}) is the only character that can equip Water-enhancing stickers, despite {{SSBB|Mario}}'s [[F.L.U.D.D.]] also being Water-elemental. This is presumably because F.L.U.D.D. does not deal any damage.
*In ''Brawl''{{'}}s [[Boss Battles]] mode, the player is unable to earn or use any sticker.
*In ''Brawl''{{'}}s [[Boss Battles Mode]], the player is unable to earn or use any sticker.


==See also==
==See also==

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)

This page is a member of 2 meta categories: