Bebop: Difference between revisionsGive feedback
m Sticky Bomb notes: update some numbers and add a wall of text on how stacks work. |
Gammaton32 (talk | contribs) →Abilities: wording |
||
| Line 34: | Line 34: | ||
| notes = | | notes = | ||
* Bomb(s) instantly explode if the target dies. | * Bomb(s) instantly explode if the target dies. | ||
* The permanent bonus damage is applied after all upgrades and Spirit Scaling. Formula: <code>((Base dmg + Upgrade + Spirit Scaling) * stacks multiplier)</code>. | * The permanent bonus damage is applied after all upgrades and Spirit Scaling. Formula: <code>((Base dmg + Upgrade + Spirit Scaling) * stacks multiplier)</code>. I.e.: With the T2 ("+{{DataProp|Sticky Bomb|Upgrades.2.Damage}} Damage") upgrade, stacks giving +9% damage, and 33 Spirit; Sticky Bomb will deal 245 damage <code>((110 ''[Base]'' + {{DataProp|Sticky Bomb|Upgrades.2.Damage}} ''[Upgrade]'' + 33*{{DataProp|Sticky Bomb|Damage.Scale.Value}} ''[Spirit Scaling]'') * 1.09 ''[Stack Multiplier]'')</code> | ||
* Bomb damage is based on Bebop's spirit power at cast time, so buffs/debuffs such as {{ItemIcon|Spirit Snatch}} apply only if they are active when the bomb is attached. | * Bomb damage is based on Bebop's spirit power at cast time, so buffs/debuffs such as {{ItemIcon|Spirit Snatch}} apply only if they are active when the bomb is attached. | ||
* Can be attached to allies. | * Can be attached to allies. | ||
| Line 44: | Line 44: | ||
** If enemy hero dies while a bomb is attached to them, it gives one hit stack and one kill stack to Bebop. It may give additional stacks if the explosion hits/kills other heroes. | ** If enemy hero dies while a bomb is attached to them, it gives one hit stack and one kill stack to Bebop. It may give additional stacks if the explosion hits/kills other heroes. | ||
** Stacking two bombs via {{ItemIcon|Echo Shard}} gives two hit stacks and possibly one kill stack. | ** Stacking two bombs via {{ItemIcon|Echo Shard}} gives two hit stacks and possibly one kill stack. | ||
** Whenever hit stack count reaches {{DataProp|Sticky Bomb|OnHitDiminish}}, then every hit starts giving only | ** Whenever hit stack count reaches {{DataProp|Sticky Bomb|OnHitDiminish}}, then every hit starts giving only half of a hit stack. Likewise, when kill stack count reaches {{DataProp|Sticky Bomb|OnKillDiminish}}, every kill starts giving half of a kill stack. This also applies to stacks gained upon target death. | ||
** For calculating total damage bonus the game uses following formula: <code>(HitStacks*({{DataProp|Sticky Bomb|BonusDamagePctPerPlayerHit}}+{{DataProp|Sticky Bomb|BonusDamagePctPerPlayerHit.Scale}}*SP)) + (KillStacks*({{DataProp|Sticky Bomb|BonusDamagePctPerPlayerKilled}}+{{DataProp|Sticky Bomb|BonusDamagePctPerPlayerKilled.Scale}}*SP))</code>. The result is % damage bonus applied to the bomb and is the number shown on the UI. | ** For calculating total damage bonus the game uses following formula: <code>(HitStacks*({{DataProp|Sticky Bomb|BonusDamagePctPerPlayerHit}}+{{DataProp|Sticky Bomb|BonusDamagePctPerPlayerHit.Scale}}*SP)) + (KillStacks*({{DataProp|Sticky Bomb|BonusDamagePctPerPlayerKilled}}+{{DataProp|Sticky Bomb|BonusDamagePctPerPlayerKilled.Scale}}*SP))</code> ("SP" = Spirit Power). The result is % damage bonus applied to the bomb and is the number shown on the UI. | ||
** Since SP determines damage for each stack and doesn't affect gaining stacks, it can be said that Spirit Power applies retroactively to already gained stacks. This can be observed by purchasing e.g. {{ItemIcon|Boundless Spirit}} and seeing the number above ability icon increase by itself. | ** Since SP determines damage for each stack and doesn't affect gaining stacks, it can be said that Spirit Power applies retroactively to already gained stacks. This can be observed by purchasing e.g. {{ItemIcon|Boundless Spirit}} and seeing the number above ability icon increase by itself. | ||
}} | }} | ||