Private
Public Access
1
0
Files
HayDoesntNeedCooling/Patches/HayPatch.xml
T
2021-12-20 20:06:35 +01:00

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>