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

263 lines
7.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Defs>
<RecipeDef>
<defName>Bulk10xFlour</defName>
<label>Bulk grind flour 100</label>
<description>Bulk Grind wheat, corn, rice or oats into flour. Produces 100.</description>
<jobString>Grinding flour.</jobString>
<workSpeedStat>CookSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
<workAmount>4800</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>Bakery_C1</researchPrerequisite>
<recipeUsers>
<li>MillElectric</li>
</recipeUsers>
</RecipeDef>
<RecipeDef>
<defName>Bulk5xFlour</defName>
<label>Bulk grind flour 50</label>
<description>Bulk Grind wheat, corn, rice or oats into flour. Produces 50.</description>
<jobString>Grinding flour.</jobString>
<workSpeedStat>CookSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
<workAmount>2400</workAmount>
<soundWorking>Recipe_CookMeal</soundWorking>
<allowMixingIngredients>true</allowMixingIngredients>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Rawwheat</li>
<li>RawCorn</li>
<li>RawRice</li>
</thingDefs>
</filter>
<count>100</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Rawwheat</li>
<li>RawCorn</li>
<li>RawRice</li>
</thingDefs>
<specialFiltersToDisallow>
<li>AllowRotten</li>
</specialFiltersToDisallow>
</fixedIngredientFilter>
<products>
<Flour>50</Flour>
</products>
<skillRequirements>
<Cooking>5</Cooking>
</skillRequirements>
<workSkill>Cooking</workSkill>
<researchPrerequisite>Bakery_C1</researchPrerequisite>
<recipeUsers>
<li>MillElectric</li>
<li>GrindStone</li>
</recipeUsers>
</RecipeDef>
<!-- BULK TOFU-->
<RecipeDef>
<defName>BulkTofu</defName>
<label>Bulk press tofu 25</label>
<description>Turns beans into tofu. Tofu is used in place of meat in meals or can be eaten raw. \n\n Produces 25.</description>
<jobString>Pressing tofu.</jobString>
<workSpeedStat>CookSpeed</workSpeedStat>
<workAmount>1800</workAmount>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_CookMeal</soundWorking>
<requiredGiverWorkType>Cooking</requiredGiverWorkType>
<allowMixingIngredients>true</allowMixingIngredients>
<ingredientValueGetterClass>IngredientValueGetter_Nutrition</ingredientValueGetterClass>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Rawbean</li>
</thingDefs>
</filter>
<count>8</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Rawbean</li>
</thingDefs>
<specialFiltersToDisallow>
<li>AllowRotten</li>
</specialFiltersToDisallow>
</fixedIngredientFilter>
<products>
<Tofu>25</Tofu>
</products>
<skillRequirements>
<Cooking>8</Cooking>
</skillRequirements>
<workSkill>Cooking</workSkill>
<researchPrerequisite>Food_B4</researchPrerequisite>
<recipeUsers>
<li>TableButcher</li>
<li>TableKitchen</li>
</recipeUsers>
</RecipeDef>
<RecipeDef>
<defName>BulkMakesoymilk</defName>
<label>press soy milk 16</label>
<description>Press beans into soy milk. Produces 16.</description>
<jobString>Pressing beans into soy milk.</jobString>
<workSpeedStat>CookSpeed</workSpeedStat>
<workAmount>2100</workAmount>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_CookMeal</soundWorking>
<allowMixingIngredients>true</allowMixingIngredients>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Rawbean</li>
</thingDefs>
</filter>
<count>40</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Rawbean</li>
</thingDefs>
<specialFiltersToDisallow>
<li>AllowRotten</li>
</specialFiltersToDisallow>
</fixedIngredientFilter>
<products>
<SoyMilk>16</SoyMilk>
</products>
<skillRequirements>
<Cooking>5</Cooking>
</skillRequirements>
<workSkill>Cooking</workSkill>
<researchPrerequisite>Pemmican</researchPrerequisite>
<recipeUsers>
<li>TableButcher</li>
<li>TableKitchen</li>
</recipeUsers>
</RecipeDef>
<RecipeDef>
<defName>BulkMakecheese</defName>
<label>process cheese 16</label>
<description>Turns milk or soy milk into cheese using cheesy technique. Less efficient then proper aging. Produces 16.</description>
<jobString>Processing milk into cheese.</jobString>
<workSpeedStat>CookSpeed</workSpeedStat>
<workAmount>3000</workAmount>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_CookMeal</soundWorking>
<requiredGiverWorkType>Cooking</requiredGiverWorkType>
<allowMixingIngredients>true</allowMixingIngredients>
<ingredientValueGetterClass>IngredientValueGetter_Nutrition</ingredientValueGetterClass>
<ingredients>
<li>
<filter>
<categories>
<li>CookingSupplies</li>
</categories>
</filter>
<count>2.6</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>SoyMilk</li>
<li>Milk</li>
</thingDefs>
<specialFiltersToDisallow>
<li>AllowRotten</li>
</specialFiltersToDisallow>
</fixedIngredientFilter>
<products>
<Cheese>16</Cheese>
</products>
<skillRequirements>
<Cooking>4</Cooking>
</skillRequirements>
<workSkill>Cooking</workSkill>
<researchPrerequisite>Food_B1</researchPrerequisite>
<recipeUsers>
<li>TableButcher</li>
<li>TableKitchen</li>
</recipeUsers>
</RecipeDef>
<RecipeDef>
<defName>BulkMakeSugar</defName>
<label>grind sugarcane 20</label>
<description>Beat and grind those canes to get at that sugar! Produces 20.</description>
<jobString>Grinding sugarcane into sugar.</jobString>
<workAmount>1750</workAmount>
<workSpeedStat>CookSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_CookMeal</soundWorking>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Rawsugarcane</li>
</thingDefs>
</filter>
<count>20</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>Rawsugarcane</li>
</thingDefs>
<specialFiltersToDisallow>
<li>AllowRotten</li>
</specialFiltersToDisallow>
</fixedIngredientFilter>
<products>
<Sugar>20</Sugar>
</products>
<skillRequirements>
<Cooking>4</Cooking>
</skillRequirements>
<workSkill>Cooking</workSkill>
<researchPrerequisite>Bakery_B2</researchPrerequisite>
<recipeUsers>
<li>MillElectric</li>
<li>GrindStone</li>
</recipeUsers>
</RecipeDef>
</Defs>