This wiki is a read-only version of the Stardew Valley Wiki. The official editable wiki maintained by ConcernedApe can be found at stardewvalleywiki.com

Changes

Jump to: navigation, search

Combat

530 bytes added, 17:48, 29 December 2020
32px|link= Combat Skill
{{:Combat/Skill}}
Choosing the Scout Profession increases Critical Strike chance by the following formula: <code>critChance += critChance * 0.5</code>. All For critical strike hit chance bonuses are multiplicative, not additivethe way it's computed is as follows: around 5-10% depending on your weapon.
# Each weapon has a base critical strike chance. For example if using two , the Galaxy Sword has a chance of 2%. (in <code>weapons.xnb</code>)# In 1.5, the [[Forge#Weapons_forging|Aquamarine forging]] increases crit chance in an additive manner via the following formula: <code>critChance += 0.046 * forgingLevel</code>. For example, with 3 Aquamarine forged, the crit chance is increased by 13.8%. With the Galaxy Sword, this means the chance is 15.8%. (in <code>StardewValley::AquamarineEnchantment</code>).# If a single [[Aquamarine Ring|aquamarine ringsring]] (which increase are used, critical chance is increased in a multiplicative manner by 10% each). If two aquamarine rings are used, the chance to critical hit with the Scout profession would be calculated aschance is increased in a multiplicative manner by 20% (in <code>StardewValley: :Tools::MeleeWeapon.DoDamage</code>[base * and <code>StardewValley::Objects::Ring</code>).## So with the galaxy sword and 1ring and 3 forging: 15.5 8* 1.1 = 17.38%.## With 2 rings: 18.96%.# Finally, the Scout Profession further increases critical strike chance in a multiplicative manner by 50% with the following formula: <code>critChance = critChance * 1.1]5</code>(in <code>StardewValley::GameLocation.damageMonster</code>). For the galaxy sword with 2 rings and 3 forging, and the scout profession, the critChance is: 18.96 * 1.5 = 28.44%
The Desperado profession increases the damage of critical hits from roughly x3 to approximately x21again by 2x after all bonuses are applied. Combined with the effects of Scout, the chance to land a critical hit Further information about this is roughly 2%, resulting discussed in approximately 42% extra damage in the long term. This damage percent is however not entirely accurate as critical strike damage can possibly exceed a target's remaining health. The maximum critical chance is 10.89%, achieved with a [[Wicked KrisCrit. Power]], an [[Aquamarine Ring]] in each ring slot, and the Scout profession.
==Experience Points==
7
edits

Navigation menu