15 lines
412 B
XML
15 lines
412 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Patch>
|
|
<Operation Class="PatchOperationReplace">
|
|
<xpath>Defs/ThingDef[defName="Polyester"]/stackLimit</xpath>
|
|
<value>
|
|
<stackLimit>300</stackLimit>
|
|
</value>
|
|
</Operation>
|
|
<Operation Class="PatchOperationReplace">
|
|
<xpath>Defs/ThingDef[defName="Plasfiber"]/stackLimit</xpath>
|
|
<value>
|
|
<stackLimit>150</stackLimit>
|
|
</value>
|
|
</Operation>
|
|
</Patch> |