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
+20
View File
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<name>Hay doesn't need Cooling!</name>
<author>Ivelischt</author>
<packageId>ivelischt.RimWorld.uncooledHay</packageId>
<url>https://github.com/fagidutt/HayDoesntNeedCooling</url>
<description>
This is just a basic DefMod.
With it, it is not required to cool Haystacks.
Why would you?
</description>
<loadAfter>
<li>Ludeon.RimWorld</li>
</loadAfter>
<supportedVersions>
<li>1.2</li>
<li>1.3</li>
</supportedVersions>
</ModMetaData>
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

+1
View File
@@ -0,0 +1 @@
2363788115
+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>