10 lines
401 B
XML
10 lines
401 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Patch>
|
|
<Operation Class="PatchOperationAdd">
|
|
<xpath>Defs/ThingDef[defName="Hay"]/statBases</xpath>
|
|
<value><DeteriorationRate>0.25</DeteriorationRate></value>
|
|
</Operation>
|
|
<Operation Class="PatchOperationRemove">
|
|
<xpath>Defs/ThingDef[defName="Hay"]/comps/li[@Class="CompProperties_Rottable"]</xpath>
|
|
</Operation>
|
|
</Patch> |