Editing Link (SSBU)/Neutral special
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
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 14: | Line 14: | ||
The arrows' true base damage is specified in their parameters, and ranges from 4% to 12% based on charge. More specifically, their damage output is equal to <code>4 + 8 * (charge frames / 60)</code>, rounded down. When firing a double arrow, this amount is multiplied by 0.8× for each, also rounded down, allowing them to deal from 6% to 18% total. | The arrows' true base damage is specified in their parameters, and ranges from 4% to 12% based on charge. More specifically, their damage output is equal to <code>4 + 8 * (charge frames / 60)</code>, rounded down. When firing a double arrow, this amount is multiplied by 0.8× for each, also rounded down, allowing them to deal from 6% to 18% total. | ||
{{UltimateHitboxTableHeader}} | {{UltimateHitboxTableHeader}} | ||
{{HitboxTableTitle|Single arrow| | {{HitboxTableTitle|Single arrow|24}} | ||
{{UltimateHitboxTableRow | {{UltimateHitboxTableRow | ||
|id=0 | |id=0 | ||
|damage=5.0% | |damage=5.0% | ||
|angle=361 | |angle=361 | ||
|bk=10 | |bk=10 | ||
|ks=71 | |ks=71 | ||
| Line 34: | Line 33: | ||
|slvl=S | |slvl=S | ||
|direct=f | |direct=f | ||
|absorbable=1 | |||
|reflectable=1 | |reflectable=1 | ||
}} | }} | ||
{{HitboxTableTitle|Double arrow| | {{HitboxTableTitle|Double arrow|24}} | ||
{{UltimateHitboxTableRow | {{UltimateHitboxTableRow | ||
|id=0 | |id=0 | ||
| Line 55: | Line 55: | ||
|slvl=S | |slvl=S | ||
|direct=f | |direct=f | ||
|absorbable=1 | |||
|reflectable=1 | |reflectable=1 | ||
}} | }} | ||
|} | |} | ||
| Line 63: | Line 63: | ||
Per the [[item throw]] damage formula, the damage of a thrown arrow is equal to <code>'''1''' - 0.4 + throw speed * 0.8</code>. | Per the [[item throw]] damage formula, the damage of a thrown arrow is equal to <code>'''1''' - 0.4 + throw speed * 0.8</code>. | ||
{{UltimateHitboxTableHeader}} | {{UltimateHitboxTableHeader}} | ||
{{HitboxTableTitle|Normal| | {{HitboxTableTitle|Normal|24}} | ||
{{UltimateHitboxTableRow | {{UltimateHitboxTableRow | ||
|id=0 | |id=0 | ||
|damage=1.0% | |damage=1.0% | ||
|angle=361 | |angle=361 | ||
|bk=10 | |bk=10 | ||
|ks=66 | |ks=66 | ||
| Line 83: | Line 82: | ||
|slvl=S | |slvl=S | ||
|direct=f | |direct=f | ||
|absorbable=1 | |||
|reflectable=1 | |reflectable=1 | ||
}} | }} | ||
{{HitboxTableTitle|Item Rotated| | {{HitboxTableTitle|Item Rotated|24}} | ||
{{UltimateHitboxTableRow | {{UltimateHitboxTableRow | ||
|id=0 | |id=0 | ||
| Line 104: | Line 104: | ||
|slvl=S | |slvl=S | ||
|direct=f | |direct=f | ||
|absorbable=1 | |||
|reflectable=1 | |reflectable=1 | ||
}} | }} | ||