Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Apr 1, 2024
1 parent abb6215 commit ac7d65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Patches/Core/Stats/Stats.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/StatDef[defName="ArmorRating_Sharp"]/description</xpath>
<value>
<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.</description>
<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 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.</description>
</value>
</Operation>

Expand Down

0 comments on commit ac7d65c

Please sign in to comment.