Skip to content

Commit

Permalink
patch bandage bulk
Browse files Browse the repository at this point in the history
  • Loading branch information
Miner239 authored Dec 1, 2023
1 parent 1d1fe4c commit 923a945
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Patches/Medicine Supplements (Continued)/Items_Bandages.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<Operation Class="PatchOperationFindMod">
<mods>
<li>Medical Supplements (Continued)</li>
</mods>
<match Class="PatchOperationSequence">
<operations>

<!-- Give bandages appropriate bulk. -->

<li Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="MSBandage"]/statBases</xpath>
<value>
<Bulk>0.1</Bulk>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="MSASBandage"]/statBases</xpath>
<value>
<Bulk>0.1</Bulk>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="MSNanoBandage"]/statBases</xpath>
<value>
<Bulk>0.1</Bulk>
</value>
</li>

</operations>
</match>
</Operation>
</Patch>

0 comments on commit 923a945

Please sign in to comment.