isekaiob.HSKGrinder/Defs/RecipeDefs/Bulk_WoodCutting.xml
2024-04-04 08:46:16 +08:00

81 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Defs>
<RecipeDef>
<defName>BulkMakeBambooPlanks_Electric</defName>
<label>saw bamboo planks 300</label>
<description>Saws bamboo logs into bamboo planks. Produces 300.</description>
<jobString>Sawing bamboo planks.</jobString>
<workAmount>9000</workAmount>
<workSpeedStat>SmithingSpeed</workSpeedStat>
<effectWorking>MakeWoodPlanks_Electric</effectWorking>
<soundWorking>Recipe_MakeWoodPlanks_Electric</soundWorking>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Bamboo</li>
</thingDefs>
</filter>
<count>200</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Bamboo</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<BambooPlank>300</BambooPlank>
</products>
<skillRequirements>
<Crafting>9</Crafting>
</skillRequirements>
<workSkill>Crafting</workSkill>
<workSkillLearnFactor>0.8</workSkillLearnFactor>
<researchPrerequisite>Metals_C1</researchPrerequisite>
<recipeUsers>
<li>TableSawmillElectric</li>
<li>MechanicalSawmill</li>
</recipeUsers>
</RecipeDef>
<RecipeDef>
<defName>BulkMakeWoodPlanks_Electric</defName>
<label>saw wood planks 300</label>
<description>Saws wood logs into planks. Produces 300.</description>
<jobString>Sawing wood planks.</jobString>
<workAmount>9000</workAmount>
<workSpeedStat>SmithingSpeed</workSpeedStat>
<effectWorking>MakeWoodPlanks_Electric</effectWorking>
<soundWorking>Recipe_MakeWoodPlanks_Electric</soundWorking>
<ingredients>
<li>
<filter>
<thingDefs>
<li>WoodLog</li>
</thingDefs>
</filter>
<count>200</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>WoodLog</li>
</thingDefs>
</fixedIngredientFilter>
<products>
<WoodPlank>300</WoodPlank>
</products>
<skillRequirements>
<Crafting>6</Crafting>
</skillRequirements>
<workSkill>Crafting</workSkill>
<workSkillLearnFactor>0.8</workSkillLearnFactor>
<researchPrerequisite>Metals_C1</researchPrerequisite>
<recipeUsers>
<li>TableSawmillElectric</li>
<li>MechanicalSawmill</li>
</recipeUsers>
</RecipeDef>
</Defs>