Skip to content

Commit

Permalink
Add missing mechlord helmet patch
Browse files Browse the repository at this point in the history
  • Loading branch information
masakitenchi committed Jul 24, 2024
1 parent 9858dde commit a36c9e5
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions Mods/Core_SK/Biotech/Patches/ThingDefs_Apparel/Mechinator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,49 @@
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Apparel_ArmorHelmetMechlordHelmet"]/statBases</xpath>
<value>
<statBases>
<WorkToMake>45000</WorkToMake>
<MaxHitPoints>270</MaxHitPoints>
<Flammability>0.3</Flammability>
<Mass>3.0</Mass>
<Bulk>5</Bulk>
<WornBulk>7</WornBulk>
<EquipDelay>11</EquipDelay>
<Insulation_Cold>32</Insulation_Cold>
<Insulation_Heat>9</Insulation_Heat>
<StuffEffectMultiplierInsulation_Cold>0.75</StuffEffectMultiplierInsulation_Cold>
<StuffEffectMultiplierInsulation_Heat>0.75</StuffEffectMultiplierInsulation_Heat>
<StuffEffectMultiplierArmor>3.47</StuffEffectMultiplierArmor>
<ArmorRating_Sharp>8</ArmorRating_Sharp>
<ArmorRating_Blunt>15.96</ArmorRating_Blunt>
<ArmorRating_Heat>0.25</ArmorRating_Heat>
</statBases>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Apparel_ArmorHelmetMechlordHelmet"]/equippedStatOffsets</xpath>
<value>
<equippedStatOffsets>
<MoveSpeed>-0.05</MoveSpeed>
<WorkSpeedGlobal>-0.07</WorkSpeedGlobal>
<MentalBreakThreshold>-0.04</MentalBreakThreshold>
<PsychicSensitivity>-0.2</PsychicSensitivity>
<MechBandwidth>12</MechBandwidth>
<ShootingAccuracyPawn>-0.08</ShootingAccuracyPawn>
<AimingDelayFactor>0.05</AimingDelayFactor>
<MeleeWeapon_CooldownMultiplier>0.05</MeleeWeapon_CooldownMultiplier>
<Suppressability>-0.2</Suppressability>
<ArmorRating_Toxin>0.16</ArmorRating_Toxin>
<GermResistance>0.3</GermResistance>
<GermContainment>0.3</GermContainment>
</equippedStatOffsets>
</value>
</li>

</operations>
</Operation>

Expand Down

0 comments on commit a36c9e5

Please sign in to comment.