Editing Command Selection
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 51: | Line 51: | ||
|{{bg|#932ED1}}|{{color|white|'''Whack'''<br />({{ja|ザキ|Zaki}},<br />''Zaki'')}}||[[File:Hero Whack.jpg|200px]]||10||8||Hero points his hand forward, sending out a slow-moving dark purple projectile. It has a chance to instantly KO the opponent, with a higher chance for it to occur the more damage the opponent has. Deals little damage and only causes targets to [[flinch]] otherwise. If reflected, the projectile will often fly back at an angle due to its erratic movement. | |{{bg|#932ED1}}|{{color|white|'''Whack'''<br />({{ja|ザキ|Zaki}},<br />''Zaki'')}}||[[File:Hero Whack.jpg|200px]]||10||8||Hero points his hand forward, sending out a slow-moving dark purple projectile. It has a chance to instantly KO the opponent, with a higher chance for it to occur the more damage the opponent has. Deals little damage and only causes targets to [[flinch]] otherwise. If reflected, the projectile will often fly back at an angle due to its erratic movement. | ||
The formula for Whack to succeed is:<ref>https://twitter.com/Meshima_/status/1163394775006892032</ref><ref>https://twitter.com/Meshima_/status/1163395871817383936</ref><ref>https://twitter.com/Meshima_/status/1163398560076857344</ref> | The formula for Whack to succeed is:<ref>https://twitter.com/Meshima_/status/1163394775006892032</ref><ref>https://twitter.com/Meshima_/status/1163395871817383936</ref><ref>https://twitter.com/Meshima_/status/1163398560076857344</ref> | ||
:<code>1 + 200 | :<code>1 + 200 * (t - 20) / 280 + 20 * (u / 300)</code> | ||
...where <code>t</code> is the target's percent pre-hit limited to between 20% and 300%, and <code>u</code> is the user's percent limited to 300% or less. As a result, the final rate is always 1% when the opponent is below 20% damage, and scales up to 100% when the opponent is just below 160% damage, with a maximum extra 20% chance if the user is at 300% damage. If reflected, the new owner's percent is taken as the user's. | ...where <code>t</code> is the target's percent pre-hit limited to between 20% and 300%, and <code>u</code> is the user's percent limited to 300% or less. As a result, the final rate is always 1% when the opponent is below 20% damage, and scales up to 100% when the opponent is just below 160% damage, with a maximum extra 20% chance if the user is at 300% damage. If reflected, the new owner's percent is taken as the user's. | ||
During Sudden Death, the odds of Whack appearing in the menu are multiplied by 0.2×.<ref name="Sudden Death>https://twitter.com/Meshima_/status/1399677363005181964</ref> | During Sudden Death, the odds of Whack appearing in the menu are multiplied by 0.2×.<ref name="Sudden Death>https://twitter.com/Meshima_/status/1399677363005181964</ref> | ||
|- | |- | ||
|{{bg|#932ED1}}|{{color|white|'''Thwack'''<br />({{ja|ザラキ|Zaraki}},<br />''Zaraki'')}}||[[File:Hero Thwack.jpg|200px]]||30||12||Hero swings his hand forward, and a large dark purple spark appears directly in front of him. It has a chance to instantly KO the opponent, with a higher chance for it to occur the more damage the opponent has. It has a very large hitbox that lingers for several frames, and a | |{{bg|#932ED1}}|{{color|white|'''Thwack'''<br />({{ja|ザラキ|Zaraki}},<br />''Zaraki'')}}||[[File:Hero Thwack.jpg|200px]]||30||12||Hero swings his hand forward, and a large dark purple spark appears directly in front of him. It has a chance to instantly KO the opponent, with a higher chance for it to occur the more damage the opponent has. It has a very large hitbox that lingers for several frames, and a windbox around it which pulls nearby opponents in; however, it also has considerable startup lag. It deals only 3% damage and little knockback, and can be reflected, absorbed, and shielded. | ||
The success formula of Thwack is identical to Whack. | The success formula of Thwack is identical to Whack. | ||