diff --git a/Patches/Core/Stats/Stats.xml b/Patches/Core/Stats/Stats.xml index ed09896c15..56893b2ed3 100644 --- a/Patches/Core/Stats/Stats.xml +++ b/Patches/Core/Stats/Stats.xml @@ -107,7 +107,7 @@ Defs/StatDef[defName="ArmorRating_Sharp"]/description - Mitigation effect on sharp attacks such as bullets, knife stabs and animal bites.\n\nThis armor rating is compared against the attack's sharp armor penetration. If the penetration is higher than the rating, then the damage is reduced by the ratio of remaining to initial penetration (e.g. if 8mm RHA rating armor is hit by a 10mm RHA penetration attack, the attack's remaining damage will be 20% of initial). The internal formula is:\n\nRemainingSharpArmorPenetration = SharpArmorPenetration - SharpArmorRating\nSharpDamage = SharpDamage * (RemainingSharpArmorPenetration / SharpArmorPenetration)\nSharpArmorPenetration = RemainingSharpArmorPenetration\n\nSharpDamage is the initial damage and SharpArmorPenetration is the initial armor penetration of the attack. This formula is applied for each layer the attack affects, with lower damage and worse ability to penetrate with every layer passed, stopping at the layer that exceeds the attack's remaining penetration. If the sharp attack is stopped or there is any amount of stopped sharp penetration, a blunt attack contines onwards, which is affected by the ratio of total stopped to initial sharp penetration. The internal formula is:\n\nModifiedBluntArmorPenetration = BluntArmorPenetration * (TotalStoppedSharpArmorPenetration / InitialSharpArmorPenetration)\nBluntDamage = (ModifiedBluntArmorPenetration * 10)^(1 / 3)\nBluntArmorPenetration = ModifiedBluntArmorPenetration\n\nWe suggest to read the description of the blunt armor rating to find more info about how blunt attacks behave against armor.\n\nThe sharp armor rating doubles as armor toughness against sharp attacks. Against hard armor (armor vests, full plate), the closer the sharp attack's penetration is to the armor rating, the more damage the attack inflicts upon armor. Against soft armor (parkas, dusters), sharp attacks inflict the stopped damage amount or at least 20% of their damage upon the armor. + Mitigation effect on sharp attacks such as bullets, knife stabs and animal bites.\n\nThis armor rating is compared against the attack's sharp armor penetration. If the penetration is higher than the rating, then the damage is reduced by the ratio of remaining to initial penetration (e.g. if 8mm RHA rating armor is hit by a 10mm RHA penetration attack, the attack's remaining damage will be 20% of initial). The internal formula is:\n\nRemainingSharpArmorPenetration = SharpArmorPenetration - SharpArmorRating\nSharpDamage = SharpDamage * (RemainingSharpArmorPenetration / SharpArmorPenetration)\nSharpArmorPenetration = RemainingSharpArmorPenetration\n\nSharpDamage is the initial damage and SharpArmorPenetration is the initial armor penetration of the attack. This formula is applied for each layer the attack affects, with lower damage and worse ability to penetrate with every layer passed, stopping at the layer that exceeds the attack's remaining penetration. If the sharp attack is stopped or there is any amount of stopped sharp penetration, a blunt attack continues onwards, which is affected by the ratio of total stopped to initial sharp penetration. The internal formula is:\n\nModifiedBluntArmorPenetration = BluntArmorPenetration * (TotalStoppedSharpArmorPenetration / InitialSharpArmorPenetration)\nBluntDamage = (ModifiedBluntArmorPenetration * 10)^(1 / 3)\nBluntArmorPenetration = ModifiedBluntArmorPenetration\n\nWe suggest to read the description of the blunt armor rating to find more info about how blunt attacks behave against armor.\n\nThe sharp armor rating doubles as armor toughness against sharp attacks. Against hard armor (armor vests, full plate), the closer the sharp attack's penetration is to the armor rating, the more damage the attack inflicts upon armor. Against soft armor (parkas, dusters), sharp attacks inflict the stopped damage amount or at least 20% of their damage upon the armor.