Private
Public Access
1
0

Initial commit

This commit is contained in:
2021-12-20 20:06:35 +01:00
parent 80397d0083
commit ad8df577a3
4 changed files with 31 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?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>