CustomPatchesForRimworld/ModPatches/lanyv.bunnyarmourfromhoomancute/Patches/PMakeBunnyArmorStuffable.xml
2025-01-14 11:53:59 +08:00

22 lines
699 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationRemove">
<xpath>Defs/ThingDef[defName="Apparel_CompositeBodysuit"]/costList/Synthread</xpath>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Apparel_CompositeBodysuit"]</xpath>
<value>
<costStuffCount>75</costStuffCount>
<stuffCategories>
<li>Fabric</li>
</stuffCategories>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Apparel_CompositeBodysuit"]/statBases</xpath>
<value>
<StuffEffectMultiplierArmor>2.5</StuffEffectMultiplierArmor>
</value>
</Operation>
</Patch>