isekaiob.HSKGrinder/Defs/RecipeDefs/Bulk_WeavingCloth.xml
2024-11-08 08:39:08 +08:00

112 lines
2.9 KiB
XML

<Defs>
<RecipeDef>
<defName>IKOBHSKG_BulkMakeLinen</defName>
<label>Spin linen cloth</label>
<description>Spin linen cloth from raw flax. Produces 50.</description>
<jobString>Spinning linen cloth from raw flax.</jobString>
<workAmount>2400</workAmount>
<workSpeedStat>TailoringSpeed</workSpeedStat>
<effectWorking>Tailor</effectWorking>
<soundWorking>Recipe_Tailor</soundWorking>
<recipeUsers>
<li>TableLoom</li>
</recipeUsers>
<ingredients>
<li>
<filter>
<thingDefs>
<li>RawFlax</li>
</thingDefs>
</filter>
<count>100</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>RawFlax</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Flaxcloth>50</Flaxcloth>
</products>
<skillRequirements>
<Crafting>7</Crafting>
</skillRequirements>
<workSkill>Crafting</workSkill>
</RecipeDef>
<RecipeDef>
<defName>IKOBHSKG_BulkMakeCloth</defName>
<label>Spin cloth</label>
<description>Spin cloth from raw cotton. Produces 100.</description>
<jobString>Spinning cloth from raw cotton.</jobString>
<workAmount>2400</workAmount>
<workSpeedStat>TailoringSpeed</workSpeedStat>
<effectWorking>Tailor</effectWorking>
<soundWorking>Recipe_Tailor</soundWorking>
<recipeUsers>
<li>TableLoom</li>
</recipeUsers>
<ingredients>
<li>
<filter>
<thingDefs>
<li>RawCotton</li>
</thingDefs>
</filter>
<count>100</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>RawCotton</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<Cloth>100</Cloth>
</products>
<skillRequirements>
<Crafting>5</Crafting>
</skillRequirements>
<workSkill>Crafting</workSkill>
<workSkillLearnFactor>0.8</workSkillLearnFactor>
<researchPrerequisite>Apparel_B1</researchPrerequisite>
</RecipeDef>
<RecipeDef>
<defName>IKOBHSKG_BulkMakeHempCloth</defName>
<label>Spin hemp</label>
<description>Spin weed into hemp. Produces 75.</description>
<jobString>Spinning hemp from weed.</jobString>
<workSpeedStat>TailoringSpeed</workSpeedStat>
<effectWorking>Tailor</effectWorking>
<soundWorking>Recipe_Tailor</soundWorking>
<allowMixingIngredients>true</allowMixingIngredients>
<workAmount>4800</workAmount>
<recipeUsers>
<li>TableLoom</li>
</recipeUsers>
<ingredients>
<li>
<filter>
<thingDefs>
<li>SmokeleafLeaves</li>
</thingDefs>
</filter>
<count>150</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>SmokeleafLeaves</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<HempCloth>75</HempCloth>
</products>
<skillRequirements>
<Crafting>9</Crafting>
</skillRequirements>
<workSkill>Crafting</workSkill>
<workSkillLearnFactor>0.8</workSkillLearnFactor>
<researchPrerequisite>Apparel_B1</researchPrerequisite>
</RecipeDef>
</Defs>