Beast Handler (BTD6): Difference between revisions

m wording
Merging: add stat changes
Line 59: Line 59:


===Merging===
===Merging===
{{empty}}
{{Incomplete}}
====Stat modifiers====
For most stats, there is a "range" which means the stat change from the min power to max power.
 
To simplify the formulas below, assume <math>\text{percent} = \frac{\text{Current Power}-\text{Min Power}}{\text{Max Power}-\text{Min Power}}</math>
 
=====Pierce=====
<math>\text{Pierce}=\text{Base Pierce} + \lfloor \text{Pierce Range} \times \text{percent}\rfloor</math>
 
=====Damage=====
<math>\text{Damage}=\text{Base Damage} + \lfloor \text{Damage Range} \times \text{percent}\rfloor</math>
 
For [[Velociraptor]] and above, bonus stun damage is also affected by merging. The increased value is related to base damage increase from merging:
 
<math>\text{Bonus Stun Damage}=\text{Base Bonus Stun Damage} + \lfloor\frac{\text{Damage Range} \times \text{percent}}{\text{Stun Bonus Divisor}}\rfloor</math>
 
The <math>\text{Stun Bonus Divisor}</math> above is 3.<!--at least, now-->
 
=====Knockback duration=====
<math>\text{Knockback Duration}=\text{Base Knockback Duration}+\text{Knockback Duration Range} \times \text{percent}</math>
 
=====Flying speed=====
<math>\text{Flying Speed}=\text{Base Flying Speed}+\text{Speed Range} \times \text{percent}</math>
 
=====Attack cooldown=====
<math>\text{Attack Cooldown}=\text{Base Attack Cooldown}-\text{Cooldown Scale Range} \times \text{percent}</math>
 
[[Great White]] thrash interval works similarly.
 
=====Ability cooldown=====
Merging actually changes the <code>cooldownSpeedScale</code> of the ability, which means this stacks additively with other buffs such as [[Energizer (BTD6)|Energizer]].
 
Unlike other stats, this bonus depends on the cooldown of their ''main attack''.
 
<math>\text{Ability Cooldown Scale Change}=\frac{\text{Cooldown Scale Range} \times \text{percent}}{\text{Attack Cooldown}}</math><!--the ability also has 99999s attack cooldown, so maybe this also affect this? hmm...-->
 
With {{BTD6 mk|Veteran Monkey Training}}, the attack cooldown changes ''before'' the bonus from merging.


==Upgrades==
==Upgrades==