Skip to content

Commit

Permalink
Tinkerer Ability Hediffs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostov authored Jan 22, 2024
1 parent b598db3 commit 72f0821
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Patches/Miho Race/ThingDefs_Races/Race_MihoHediff.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,37 @@
<MeleeParryChance>0.60</MeleeParryChance>
</value>
</li>

<!--Tinkerer Abilities-->

<li Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="Miho_Armor_HediffTwo"]/stages/li/statOffsets/ArmorRating_Sharp</xpath>
<value>
<ArmorRating_Sharp>2</ArmorRating_Sharp>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="Miho_Armor_HediffTwo"]/stages/li/statOffsets/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>2</ArmorRating_Blunt>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="Miho_Accuracy_HediffTwo"]/stages/li/statOffsets/ShootingAccuracyPawn</xpath>
<value>
<ShootingAccuracyPawn>4.8</ShootingAccuracyPawn>
<AimingAccuracy>2.4</AimingAccuracy>
</value>
</li>

<li Class="PatchOperationAdd">
<xpath>Defs/HediffDef[defName="Miho_BulletHell_HediffTwo"]/stages/li/statOffsets</xpath>
<value>
<ReloadSpeed>2</ReloadSpeed>
</value>
</li>

</operations>
</match>
Expand Down

0 comments on commit 72f0821

Please sign in to comment.