48 lines
1.2 KiB
XML
48 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Defs>
|
|
<RecipeDef>
|
|
<defName>BulkFlour</defName>
|
|
<label>Bulk grind flour</label>
|
|
<description>Grind wheat, corn, rice or oats into flour. Produces 100.</description>
|
|
<jobString>Grinding flour.</jobString>
|
|
<workSpeedStat>CookSpeed</workSpeedStat>
|
|
<effectWorking>Cook</effectWorking>
|
|
<workAmount>2800</workAmount>
|
|
<soundWorking>Recipe_CookMeal</soundWorking>
|
|
<allowMixingIngredients>true</allowMixingIngredients>
|
|
<ingredients>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>Rawwheat</li>
|
|
<li>RawCorn</li>
|
|
<li>RawRice</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>200</count>
|
|
</li>
|
|
</ingredients>
|
|
<fixedIngredientFilter>
|
|
<thingDefs>
|
|
<li>Rawwheat</li>
|
|
<li>RawCorn</li>
|
|
<li>RawRice</li>
|
|
</thingDefs>
|
|
<specialFiltersToDisallow>
|
|
<li>AllowRotten</li>
|
|
</specialFiltersToDisallow>
|
|
</fixedIngredientFilter>
|
|
<products>
|
|
<Flour>100</Flour>
|
|
</products>
|
|
<skillRequirements>
|
|
<Cooking>5</Cooking>
|
|
</skillRequirements>
|
|
<workSkill>Cooking</workSkill>
|
|
<researchPrerequisite>Bulk_Bakery</researchPrerequisite>
|
|
<recipeUsers>
|
|
<li>MillElectric</li>
|
|
<li>GrindStone</li>
|
|
</recipeUsers>
|
|
</RecipeDef>
|
|
</Defs> |