Changes

Clarifying the meaning of the tooltip
Line 4: Line 4:  
A special sound plays when hitting a critical strike, and the damage numbers that pop up show the greater damage amount.  Bonus damage done by critical strikes is equal to <code>base damage &times; (3 + Crit. Power / 50)</code>.
 
A special sound plays when hitting a critical strike, and the damage numbers that pop up show the greater damage amount.  Bonus damage done by critical strikes is equal to <code>base damage &times; (3 + Crit. Power / 50)</code>.
   −
Each point of crit chance is roughly equivalent to a 2% chance to crit. How the critical hit chance works is discussed in [[Combat#Critical hit chance|Critical hit chance]].
+
The crit chance tooltip is not in any way added to the chance to crit. It is rather calculated from the base crit chance, including the bonus received by daggers<ref name="tooltip" />. Each point of crit chance is roughly equivalent to a 2% chance to crit. How the critical hit chance works is discussed in [[Combat#Critical hit chance|Critical hit chance]].
    
==Increasing Crit. Chance==
 
==Increasing Crit. Chance==
Line 105: Line 105:  
|
 
|
 
|}
 
|}
 +
 +
==References==
 +
<references>
 +
<ref name="tooltip">See <samp>StardewValley::Tools::MeleeWeapon.drawTooltip</samp> in the game code.</ref>
 +
</references>
    
{{NavboxSkillsStats}}
 
{{NavboxSkillsStats}}
3

edits