CustomPatchesForRimworld/Patches/PCore_FabricStacklimit.xml
2025-03-26 22:38:20 +08:00

16 lines
476 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Synthread" or defName="Hyperweave" or
defName="DevilstrandCloth"]/stackLimit</xpath>
<value>
<stackLimit>150</stackLimit>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="WoolBase" or defName="Cloth"]/stackLimit</xpath>
<value>
<stackLimit>300</stackLimit>
</value>
</Operation>
</Patch>