Initial commit
This commit is contained in:
@@ -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>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
@@ -0,0 +1 @@
|
||||
2363788115
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user