User:IapIac/Sandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 13: | Line 13: | ||
<math>\text{Damage}=\text{Base Damage} + \lfloor \text{Damage Range} \times \frac{\text{Power}-\text{Min Power}}{\text{Max Power}-\text{Min Power}}\rfloor</math> | <math>\text{Damage}=\text{Base Damage} + \lfloor \text{Damage Range} \times \frac{\text{Power}-\text{Min Power}}{\text{Max Power}-\text{Min Power}}\rfloor</math> | ||
For middle path, bonus stun damage is also affected by merging: | |||
For middle path, bonus stun damage is also affected by merging. The increased value is related to base damage increase from merging: | |||
<math>\text{Extra Stun Damage}=\text{Base Extra Stun Damage} + \lfloor\frac{\text{Damage}-\text{Base Damage}}{\text{Stun Bonus Divisor}}\rfloor</math> | <math>\text{Extra Stun Damage}=\text{Base Extra Stun Damage} + \lfloor\frac{\text{Damage}-\text{Base Damage}}{\text{Stun Bonus Divisor}}\rfloor</math> | ||
| Line 25: | Line 26: | ||
===== Attack cooldown ===== | ===== Attack cooldown ===== | ||
<math>\text{Attack Cooldown}=\text{Base Attack Cooldown}-\text{Cooldown Scale Range} \times \frac{\text{Power}-\text{Min Power}}{\text{Max Power}-\text{Min Power}}</math> | <math>\text{Attack Cooldown}=\text{Base Attack Cooldown}-\text{Cooldown Scale Range} \times \frac{\text{Power}-\text{Min Power}}{\text{Max Power}-\text{Min Power}}</math> | ||
[[Great White]] thrash interval works similarly. | |||
===== Ability cooldown ===== | ===== Ability cooldown ===== | ||
Unlike other stats, | Unlike other stats, merging actually changes the <code>cooldownSpeedScale</code>, which means this stacks additively with other buffs such as [[Energizer (BTD6)|Energizer]]. This bonus is based on the ''attack'' cooldown: | ||
<math>\text{Ability Cooldown Decrease Scale}=\frac{\text{Base Attack Cooldown}-\text{Attack Cooldown}}{\text{Attack Cooldown}}</math> | <math>\text{Ability Cooldown Decrease Scale}=\frac{\text{Base Attack Cooldown}-\text{Attack Cooldown}}{\text{Attack Cooldown}}</math> | ||
Revision as of 21:20, 24 October 2024
I don't know what to say. vrej
beast merge
Stat modifiers
For most stats, there is a "range" which means the stat change from the min power to max power.
Pierce
Damage
For middle path, bonus stun damage is also affected by merging. The increased value is related to base damage increase from merging:
Knockback duration
Flying speed
Attack cooldown
Great White thrash interval works similarly.
Ability cooldown
Unlike other stats, merging actually changes the cooldownSpeedScale, which means this stacks additively with other buffs such as Energizer. This bonus is based on the attack cooldown: