From c73017ebd7d3f6419dd51a36ff2e360bc56675f5 Mon Sep 17 00:00:00 2001 From: Worldie Feard Date: Sun, 9 Jun 2024 13:57:06 +0200 Subject: [PATCH] Added food recipes --- About/About.xml | 1 + Patches/RecipePatches.xml | 68 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 Patches/RecipePatches.xml diff --git a/About/About.xml b/About/About.xml index 7220eb1..0df1cd4 100644 --- a/About/About.xml +++ b/About/About.xml @@ -28,6 +28,7 @@ - Adds social impact buff to bigger breasts and penises. - Removes natural and bionic body part debuffs (not hydraulic/peg as they are supposed to be worse). - Makes humpshroom less painful to grow and makes it possible to grow it on the ground and in light. +- Removes cum, humpshroom and condoms from default selection for most meals Thanks to Tory187 and Abraxas for the help in the makings. Merged XenoMorphie's merge request i missed by a whole year which supposedly fixes errors with socialimpact for archotech bits. diff --git a/Patches/RecipePatches.xml b/Patches/RecipePatches.xml new file mode 100644 index 0000000..bc29481 --- /dev/null +++ b/Patches/RecipePatches.xml @@ -0,0 +1,68 @@ + + + /Defs/RecipeDef[@Name="CookMealBase"]/defaultIngredientFilter/disallowedThingDefs + +
  • GatheredCum
  • +
  • UsedCondom
  • +
  • HumpShroom
  • +
    +
    + + + Defs/RecipeDef[defName="Make_BabyFood" or defName="Make_BabyFoodBulk"]/fixedIngredientFilter + + +
  • GatheredCum
  • +
  • UsedCondom
  • +
  • HumpShroom
  • +
    +
    +
    + + + /Defs/RecipeDef[defName="Make_Kibble"]/defaultIngredientFilter/disallowedThingDefs + +
  • GatheredCum
  • +
  • UsedCondom
  • +
  • HumpShroom
  • +
    +
    + + + /Defs/RecipeDef[defName="Make_Pemmican" or defName="Make_PemmicanBulk"]/defaultIngredientFilter/disallowedThingDefs + +
  • HumpShroom
  • +
    +
    + + + + +
  • Vanilla Cooking Expanded
  • +
    + + /Defs/RecipeDef[@Name="CookGourmetMealBase" or @Name="VCE_CookBakeMealBase" or @Name="VCE_CookGourmetBakeMealBase" or @Name="VCE_CookDessertMealBase" or @Name="VCE_CookComplexDessertMealBase" or @Name="VCE_CookGourmetDessertMealBase"]/defaultIngredientFilter/disallowedThingDefs + +
  • GatheredCum
  • +
  • UsedCondom
  • +
  • HumpShroom
  • +
    +
    +
    + + + +
  • Vanilla Cooking Expanded - Sushi
  • +
    + + /Defs/RecipeDef[@Name="VCE_CookSushiMealBase" or @Name="VCE_CookFineSushiMealBase" or @Name="VCE_CookGourmetSushiMealBase"]/defaultIngredientFilter + + +
  • GatheredCum
  • +
  • UsedCondom
  • +
  • HumpShroom
  • +
    +
    +
    +
    +
    \ No newline at end of file