Private
Public Access
1
0

Initial rice commit :)

This commit is contained in:
2024-09-12 23:57:19 +02:00
commit 7624da9736
5 changed files with 43 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="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>