Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
emipa606 committed Nov 21, 2019
1 parent 3f46b80 commit 59a9ec4
Showing 1 changed file with 181 additions and 3 deletions.
184 changes: 181 additions & 3 deletions Defs/RecipeDefs/Recipes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@
</RecipeDef>

<!-- Simple Meal -->
<RecipeDef Name="CAN_CookMealSimple" ParentName="CAN_CookMealBase">
<RecipeDef ParentName="CAN_CookMealBase">
<defName>CAN_CookCannibalMealSimple</defName>
<label>cook simple cannibal meal</label>
<description>Cooks a straightforward meal from human meat.</description>
<description>Cooks 3 straightforward meal from human meat.</description>
<jobString>Cooking simple meal.</jobString>
<workSpeedStat>CookSpeed</workSpeedStat>
<requiredGiverWorkType>Cooking</requiredGiverWorkType>
Expand Down Expand Up @@ -160,7 +160,7 @@
<Cooking>6</Cooking>
</skillRequirements>
</RecipeDef>

<!-- Lavish Meal -->
<RecipeDef ParentName="CAN_CookMealBase">
<defName>CAN_CookCannibalMealLavish</defName>
Expand Down Expand Up @@ -199,6 +199,7 @@
</skillRequirements>
</RecipeDef>


<!-- Survival Meal -->
<RecipeDef ParentName="CAN_CookMealBase">
<defName>CAN_CookCannibalMealSurvival</defName>
Expand Down Expand Up @@ -238,6 +239,7 @@
<researchPrerequisite>PackagedSurvivalMeal</researchPrerequisite>
</RecipeDef>


<!-- Campfire stuff -->
<RecipeDef Name="CAN_CampfireBase" Abstract="True">
<fixedIngredientFilter>
Expand Down Expand Up @@ -417,4 +419,180 @@
</recipeUsers>
</RecipeDef>

<!-- Bulk meals -->

<RecipeDef Name="CAN_CookMealBaseBulk" Abstract="True">
<fixedIngredientFilter>
<thingDefs>
<li>Meat_Human</li>
</thingDefs>
<categories>
<li>PlantFoodRaw</li>
<li>AnimalProductRaw</li>
</categories>
<specialFiltersToDisallow>
<li>AllowPlantFood</li>
</specialFiltersToDisallow>
</fixedIngredientFilter>
<defaultIngredientFilter>
<thingDefs>
<li>Meat_Human</li>
</thingDefs>
<categories>
<li>PlantFoodRaw</li>
<li>AnimalProductRaw</li>
</categories>
<disallowedCategories>
<li>EggsFertilized</li>
</disallowedCategories>
<disallowedThingDefs>
<li>InsectJelly</li>
</disallowedThingDefs>
</defaultIngredientFilter>
<workSkill>Cooking</workSkill>
<recipeUsers>
</recipeUsers>
</RecipeDef>

<RecipeDef ParentName="CAN_CookMealBaseBulk">
<defName>CAN_CookCannibalMealSimpleBulk</defName>
<label>cook 3 simple cannibal meal</label>
<description>Cooks a straightforward meal from human meat.</description>
<jobString>Cooking simple meal.</jobString>
<workSpeedStat>CookSpeed</workSpeedStat>
<requiredGiverWorkType>Cooking</requiredGiverWorkType>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_CookMeal</soundWorking>
<allowMixingIngredients>true</allowMixingIngredients>
<ingredientValueGetterClass>IngredientValueGetter_Nutrition</ingredientValueGetterClass>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Meat_Human</li>
</thingDefs>
</filter>
<count>1.5</count>
</li>
</ingredients>
<products>
<CAN_CannibalMealSimple>3</CAN_CannibalMealSimple>
</products>
<workSkill>Cooking</workSkill>
<skillRequirements>
<Cooking>3</Cooking>
</skillRequirements>
</RecipeDef>

<RecipeDef ParentName="CAN_CookMealBaseBulk">
<defName>CAN_CookCannibalMealFineBulk</defName>
<label>cook 3 fine cannibal meal</label>
<description>Cooks 3 somewhat complex cannibal meal from a combination of human meat and organic ingredients.</description>
<jobString>Cooking fine meal.</jobString>
<workSpeedStat>CookSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_CookMeal</soundWorking>
<allowMixingIngredients>true</allowMixingIngredients>
<ingredientValueGetterClass>IngredientValueGetter_Nutrition</ingredientValueGetterClass>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Meat_Human</li>
</thingDefs>
</filter>
<count>0.75</count>
</li>
<li>
<filter>
<categories>
<li>AnimalProductRaw</li>
<li>PlantFoodRaw</li>
</categories>
</filter>
<count>0.75</count>
</li>
</ingredients>
<products>
<CAN_CannibalMealFine>3</CAN_CannibalMealFine>
</products>
<skillRequirements>
<Cooking>7</Cooking>
</skillRequirements>
</RecipeDef>

<RecipeDef ParentName="CAN_CookMealBaseBulk">
<defName>CAN_CookCannibalMealLavishBulk</defName>
<label>cook 3 lavish cannibal meal</label>
<description>Cooks 3 very complex cannibal meal from a combination of human meat and organic ingredients. Much of the ingredients are wasted.</description>
<jobString>Cooking lavish meal.</jobString>
<workSpeedStat>CookSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_CookMeal</soundWorking>
<allowMixingIngredients>true</allowMixingIngredients>
<ingredientValueGetterClass>IngredientValueGetter_Nutrition</ingredientValueGetterClass>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Meat_Human</li>
</thingDefs>
</filter>
<count>1.5</count>
</li>
<li>
<filter>
<categories>
<li>AnimalProductRaw</li>
<li>PlantFoodRaw</li>
</categories>
</filter>
<count>1.5</count>
</li>
</ingredients>
<products>
<CAN_CannibalMealLavish>3</CAN_CannibalMealLavish>
</products>
<skillRequirements>
<Cooking>9</Cooking>
</skillRequirements>
</RecipeDef>

<RecipeDef ParentName="CAN_CookMealBaseBulk">
<defName>CAN_CookCannibalMealSurvivalBulk</defName>
<label>cook 3 packaged survival cannibal meal</label>
<description>Cooks 3 packaged survival cannibal meal from a combination of human meat and organic ingredients. Much of the ingredients are wasted.</description>
<jobString>Cooking 3 survival meal.</jobString>
<workSpeedStat>CookSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_CookMeal</soundWorking>
<allowMixingIngredients>true</allowMixingIngredients>
<ingredientValueGetterClass>IngredientValueGetter_Nutrition</ingredientValueGetterClass>
<ingredients>
<li>
<filter>
<thingDefs>
<li>Meat_Human</li>
</thingDefs>
</filter>
<count>0.90</count>
</li>
<li>
<filter>
<categories>
<li>AnimalProductRaw</li>
<li>PlantFoodRaw</li>
</categories>
</filter>
<count>0.90</count>
</li>
</ingredients>
<products>
<CAN_CannibalMealSurvivalPack>3</CAN_CannibalMealSurvivalPack>
</products>
<skillRequirements>
<Cooking>9</Cooking>
</skillRequirements>
<researchPrerequisite>PackagedSurvivalMeal</researchPrerequisite>
</RecipeDef>
</Defs>

0 comments on commit 59a9ec4

Please sign in to comment.