User:LVL/Sandbox2: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Added more stuff. Still need to add stats for celeste and billy abilities. |
No edit summary |
||
| Line 2: | Line 2: | ||
{{#ev:youtube|apzBQPZyW_w|360|description=Video explaining Damage Amplification}} | {{#ev:youtube|apzBQPZyW_w|360|description=Video explaining Damage Amplification}} | ||
== Calculation == | |||
Contrary to what the percentages might suggest, multiple sources of damage amplification do not all stack in the same way. There are three distinct categories of Damage Amplification, each interacting with the damage formula differently: | |||
* '''Additive Amps:''' These add together with each other (including additive Damage Reductions) into a single pool. | |||
* '''Multiplicative Amps:''' These multiply the total damage one by one. | |||
* '''Instance Amps:''' These are nearly identical to multiplicative amps, main exception being they create a new instance of damage. | |||
=== The Damage Formula === | |||
Based on testing, the generalized formula for how these amps apply to weapon damage is as follows: | |||
<math>\text{Damage} = [(\text{Base Bullet Damage} \times \text{Weapon Multiplier}) \times (1 + \text{Total Additive Amps}) + \text{Flat Bonus}] \times \text{Multiplicative Amp}_1 \times \text{Multiplicative Amp}_2 \dots \times \text{Instance Amp Damage}_1 \times \text{Instance Amp Damage}_2</math> | |||
'''Example:''' | |||
# A hero has a base bullet damage of '''100''' and '''0''' flat weapon damage for simplicity. | |||
# The hero is affected by {{ItemIcon|Inhibitor}} (an Additive Damage Reduction of '''-30%'''). Their damage drops to '''70''' (100 * 0.70 = 70). | |||
# {{HeroIcon|Ivy}} casts {{AbilityIcon|Air Drop}} on the hero (an Additive Amp of '''+20%'''). The additive pool is now -30% + 20% = -10%. The hero deals '''90''' damage (100 * 0.90 = 90). | |||
# The hero parries an enemy hero (Multiplicative Amp of '''+25%''' against parried target''')'''. This is applied after the additive pool. The hero now deals '''112.5''' damage (90 * 1.25 = 112.5). | |||
== Damage Amplification == | == Damage Amplification == | ||
| Line 217: | Line 237: | ||
|'''{{ItemData|Silencer|TechDamageReduction}}''' Spirit Damage Reduction <small><br>'''Note:''' Additive with itself, but multiplicative with other additive amps.</small> | |'''{{ItemData|Silencer|TechDamageReduction}}''' Spirit Damage Reduction <small><br>'''Note:''' Additive with itself, but multiplicative with other additive amps.</small> | ||
|} | |} | ||
== Bugs, Quirks, and Exceptions == | == Bugs, Quirks, and Exceptions == | ||