diff --git a/data/json/recipes/food/bread.json b/data/json/recipes/food/bread.json index b641053d31474..2f3dc5cd8b6aa 100644 --- a/data/json/recipes/food/bread.json +++ b/data/json/recipes/food/bread.json @@ -227,6 +227,6 @@ "activity_level": "LIGHT_EXERCISE", "result": "PBJ_Toast", "copy-from": "buttered_toast", - "components": [ [ [ "jam_fruit", 1 ] ], [ [ "butter", 1 ] ], [ [ "any_peanutbutter", 1, "LIST" ] ], [ [ "toast", 1 ] ] ] + "components": [ [ [ "jam_fruit", 1 ] ], [ [ "butter", 1 ], [ "raw_butter", 1 ] ], [ [ "any_peanutbutter", 1, "LIST" ] ], [ [ "toast", 1 ] ] ] } ] diff --git a/data/json/recipes/food/dairy_products.json b/data/json/recipes/food/dairy_products.json index 5723029bc5c6a..ecbb10544144a 100644 --- a/data/json/recipes/food/dairy_products.json +++ b/data/json/recipes/food/dairy_products.json @@ -12,8 +12,8 @@ "qualities": [ { "id": "CHURN", "level": 1 } ], "book_learn": [ [ "dairy_book", 3 ] ], "//": "Book Things to do with milk. Add curdled milk and cheese recipes to the book. Also consider adding to brewing json Airag from this book.", - "components": [ [ [ "milk_cream", 5 ] ] ], - "charges": 99 + "components": [ [ [ "milk_cream", 5 ] ], [ [ "salt", 1 ] ] ], + "charges": 22 }, { "type": "recipe", @@ -29,8 +29,8 @@ "book_learn": [ [ "dairy_book", 3 ] ], "//": "Book Things to do with milk. Add curdled milk and cheese recipes to the book. Also consider adding to brewing json Airag from this book.", "tools": [ [ [ "jar_glass_sealed", -1 ] ] ], - "components": [ [ [ "water_clean", 1 ] ], [ [ "milk_cream", 3 ] ] ], - "charges": 33 + "components": [ [ [ "water_clean", 1 ] ], [ [ "milk_cream", 3 ] ], [ [ "salt", 1 ] ] ], + "charges": 13 }, { "type": "recipe", diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 39611a2891fe1..b3108fab44c7b 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -6730,6 +6730,7 @@ [ "honey_mustard", 1 ], [ "mustard", 1 ], [ "butter", 1 ], + [ "raw_butter", 1 ], [ "horseradish", 1 ], [ "mayonnaise", 1 ], [ "bacon", 1 ], @@ -9677,7 +9678,7 @@ [ "wild_garlic", 1 ], [ "garlic_powder", 1 ] ], - [ [ "butter", 1 ] ], + [ [ "butter", 1 ], [ "raw_butter", 1 ] ], [ [ "wild_herbs", 6 ] ] ], "charges": 6 diff --git a/data/json/recipes/weapon/bashing.json b/data/json/recipes/weapon/bashing.json index f1d251d4d6b54..07ca36b49af4c 100644 --- a/data/json/recipes/weapon/bashing.json +++ b/data/json/recipes/weapon/bashing.json @@ -43,7 +43,7 @@ "qualities": [ { "id": "SAW_W", "level": 1 }, { "id": "CUT", "level": 2 } ], "proficiencies": [ { "proficiency": "prof_carving" } ], "tools": [ [ [ "char_smoker", 100 ] ] ], - "components": [ [ [ "log", 1 ] ], [ [ "butter", 30 ], [ "edible_lard", 4, "LIST" ] ] ] + "components": [ [ [ "log", 1 ] ], [ [ "butter", 30 ], [ "raw_butter", 30 ], [ "edible_lard", 4, "LIST" ] ] ] }, { "type": "recipe", diff --git a/data/json/requirements/cooking_components.json b/data/json/requirements/cooking_components.json index cf7ce1bf1cd72..3363eb51f9908 100644 --- a/data/json/requirements/cooking_components.json +++ b/data/json/requirements/cooking_components.json @@ -1034,7 +1034,8 @@ [ "honey_mustard", 1 ], [ "horseradish", 1 ], [ "sauerkraut", 1 ], - [ "butter", 1 ] + [ "butter", 1 ], + [ "raw_butter", 1 ] ] ] },