Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Simple Recycling/1.1/Patches/Patch-Recipes_Production.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Patch>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/RecipeDef[defName="RecycleApparel"]/workSpeedStat</xpath>
<value>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
</value>
</Operation>
</Patch>
7 changes: 5 additions & 2 deletions Simple Recycling/About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
<name>Simple Recycling</name>
<author>Lanilor</author>
<url>https://github.com/Lanilor/</url>
<targetVersion>1.0.0</targetVersion>
<supportedVersions>
<li>1.0</li>
<li>1.1</li>
</supportedVersions>
<description>
&lt;size=20&gt;Simple Recyclning&lt;/size&gt;

A simple mod that adds recycling of apparel in the same way weapons are smeltable in the core version.

To recycle apparel, research "apparel recycling" and then add the bill to a tailoring workbench.
</description>
</ModMetaData>
</ModMetaData>
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<description>Learn how to recycle old apparel into valuable materials.</description>
<baseCost>700</baseCost>
<techLevel>Industrial</techLevel>
<prerequisites>
<li>ComplexClothing</li>
</prerequisites>
<researchViewX>1</researchViewX>
<researchViewY>4.5</researchViewY>
<prerequisites>
<li>ComplexClothing</li>
</prerequisites>
<researchViewX>2</researchViewX>
<researchViewY>5</researchViewY>
</ResearchProjectDef>

</Defs>