Skip to content

Commit

Permalink
Fix a couple of duplicate nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Nov 19, 2024
1 parent 5095481 commit 28790da
Showing 1 changed file with 16 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

<!-- some of Chrysalis stats are here Chrysalis Helmet Base -->


<Operation Class="PatchOperationRemove">
<xpath>Defs/ThingDef[
defName="AC_Apparel_ChrysalisHelmet" or
Expand Down Expand Up @@ -946,8 +945,8 @@
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="AC_Apparel_HayabusaHelmet"]/equippedStatOffsets</xpath>
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="AC_Apparel_HayabusaHelmet"]/equippedStatOffsets/ToxicEnvironmentResistance</xpath>
<value>
<PsychicSensitivity>-0.08</PsychicSensitivity>
<ToxicEnvironmentResistance>0.20</ToxicEnvironmentResistance>
Expand Down Expand Up @@ -1076,14 +1075,26 @@
<value>
<CarryWeight>88.1</CarryWeight>
<CarryBulk>10.7</CarryBulk>
<ToxicEnvironmentResistance>0.5</ToxicEnvironmentResistance>
<MeleeHitChance>0.05</MeleeHitChance>
<MeleeCritChance>0.1</MeleeCritChance>
<MeleeDodgeChance>0.15</MeleeDodgeChance>
<MeleeParryChance>0.3</MeleeParryChance>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="AC_Apparel_HayabusaArmor"]/equippedStatOffsets/ToxicEnvironmentResistance</xpath>
<value>
<ToxicEnvironmentResistance>0.5</ToxicEnvironmentResistance>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="AC_Apparel_HayabusaArmor"]/equippedStatOffsets/MeleeDodgeChance</xpath>
<value>
<MeleeDodgeChance>0.15</MeleeDodgeChance>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="AC_Apparel_HayabusaArmor"]/costList</xpath>
<value>
Expand Down

0 comments on commit 28790da

Please sign in to comment.