Private
Public Access
1
0
Files
HayDoesntNeedCooling/Patches/RicePatch.xml
T

10 lines
409 B
XML
Raw Normal View History

2024-09-12 23:57:19 +02:00
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="RawRice"]/statBases</xpath>
<value><DeteriorationRate>0.25</DeteriorationRate></value>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath>Defs/ThingDef[defName="RawRice"]/comps/li[@Class="CompProperties_Rottable"]</xpath>
</Operation>
</Patch>