Skip to content

Commit

Permalink
Correct Anomaly Painshock Threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Nov 20, 2024
1 parent 9d00696 commit 1bdf0cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Anomaly/Patches/ThingDefs_Races/Races_Entities_Misc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
<value>
<ArmorRating_Sharp>0.2</ArmorRating_Sharp>
<ArmorRating_Blunt>1</ArmorRating_Blunt>
<PainShockThreshold>90</PainShockThreshold>
<PainShockThreshold>0.90</PainShockThreshold>
<MeleeDodgeChance>0.17</MeleeDodgeChance>
<MeleeCritChance>0.08</MeleeCritChance>
<MeleeParryChance>0.06</MeleeParryChance>
Expand Down Expand Up @@ -377,7 +377,7 @@
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Noctol"]/statBases</xpath>
<value>
<PainShockThreshold>90</PainShockThreshold>
<PainShockThreshold>0.90</PainShockThreshold>
<MeleeDodgeChance>0.23</MeleeDodgeChance>
<MeleeCritChance>0.28</MeleeCritChance>
<MeleeParryChance>0.09</MeleeParryChance>
Expand Down Expand Up @@ -505,7 +505,7 @@
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Gorehulk"]/statBases</xpath>
<value>
<PainShockThreshold>90</PainShockThreshold>
<PainShockThreshold>0.90</PainShockThreshold>
<MeleeDodgeChance>0.11</MeleeDodgeChance>
<MeleeCritChance>0.07</MeleeCritChance>
<MeleeParryChance>0.14</MeleeParryChance>
Expand Down Expand Up @@ -606,7 +606,7 @@
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Devourer"]/statBases</xpath>
<value>
<PainShockThreshold>90</PainShockThreshold>
<PainShockThreshold>0.90</PainShockThreshold>
<MeleeDodgeChance>0.06</MeleeDodgeChance>
<MeleeCritChance>0.46</MeleeCritChance>
<MeleeParryChance>0.51</MeleeParryChance>
Expand Down Expand Up @@ -699,7 +699,7 @@
<ArmorRating_Sharp>0.5</ArmorRating_Sharp>
<ArmorRating_Blunt>5</ArmorRating_Blunt>
<IncomingDamageFactor>0.7</IncomingDamageFactor>
<PainShockThreshold>90</PainShockThreshold>
<PainShockThreshold>0.90</PainShockThreshold>
<MeleeDodgeChance>0.06</MeleeDodgeChance>
<MeleeCritChance>0.11</MeleeCritChance>
<MeleeParryChance>0.23</MeleeParryChance>
Expand Down

0 comments on commit 1bdf0cc

Please sign in to comment.