Skip to content

Commit

Permalink
Merge pull request #3562 from CombatExtended-Continued/Anomaly-PainSh…
Browse files Browse the repository at this point in the history
…ock-Correction

Correct Pawn Painshock Threshold Values
  • Loading branch information
N7Huntsman authored Nov 20, 2024
2 parents 69d2466 + 8547b33 commit 9ef0609
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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
2 changes: 1 addition & 1 deletion Anomaly/Patches/ThingDefs_Races/Races_Fleshbeasts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<xpath>Defs/ThingDef[@Name="BaseFleshbeast"]/statBases</xpath>
<value>
<SmokeSensitivity>0.5</SmokeSensitivity>
<PainShockThreshold>99</PainShockThreshold>
<PainShockThreshold>0.99</PainShockThreshold>
</value>
</Operation>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[@Name="BugsThingBase"]/statBases</xpath>
<value>
<PainShockThreshold>5</PainShockThreshold>
<PainShockThreshold>0.99</PainShockThreshold>
</value>
</Operation>

Expand Down

0 comments on commit 9ef0609

Please sign in to comment.