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.).  

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: