diff --git a/data/json/items/comestibles/meat_dishes.json b/data/json/items/comestibles/meat_dishes.json index bf4c0b61cf331..5f524a17d60d4 100644 --- a/data/json/items/comestibles/meat_dishes.json +++ b/data/json/items/comestibles/meat_dishes.json @@ -794,7 +794,7 @@ "symbol": "%", "quench": 5, "healthy": 1, - "calories": 400, + "calories": 501, "description": "A delicious baked pie with a delicious meat filling.", "price": 1350, "material": [ "wheat", "flesh" ], diff --git a/data/json/items/comestibles/offal_dishes.json b/data/json/items/comestibles/offal_dishes.json index bd2cd7ea09af5..fcd9661813785 100644 --- a/data/json/items/comestibles/offal_dishes.json +++ b/data/json/items/comestibles/offal_dishes.json @@ -71,7 +71,7 @@ "quench": 10, "spoils_in": "3 days 8 hours", "healthy": 3, - "calories": 358, + "calories": 459, "description": "Also known as 'Umble' pie, made with chopped organ meats. Not half bad, and really good for you!", "price": 1350, "material": [ "wheat", "flesh" ], diff --git a/data/json/items/comestibles/veggy_dishes.json b/data/json/items/comestibles/veggy_dishes.json index 838f7ca99ca4c..624cba8f90693 100644 --- a/data/json/items/comestibles/veggy_dishes.json +++ b/data/json/items/comestibles/veggy_dishes.json @@ -350,7 +350,7 @@ "symbol": "%", "quench": 5, "healthy": 1, - "calories": 490, + "calories": 591, "description": "A delicious baked pie with a delicious vegetable filling.", "price": 1250, "material": [ "wheat", "veggy" ], diff --git a/data/json/items/comestibles/wheat.json b/data/json/items/comestibles/wheat.json index bdb8e7767a8d8..c184fc800dc37 100644 --- a/data/json/items/comestibles/wheat.json +++ b/data/json/items/comestibles/wheat.json @@ -363,7 +363,7 @@ "symbol": "%", "quench": 5, "healthy": 1, - "calories": 296, + "calories": 397, "description": "A delicious baked pie with a sweet fruit filling.", "price": 1250, "material": [ "wheat", "fruit" ], @@ -430,7 +430,7 @@ "symbol": "%", "quench": 4, "healthy": -1, - "calories": 300, + "calories": 401, "description": "A sweet and delicious baked pie with pure maple syrup.", "price": 1850, "material": [ "wheat", "milk" ], diff --git a/data/json/recipes/food/offal_dishes.json b/data/json/recipes/food/offal_dishes.json index 45cd264770d51..b084090ede139 100644 --- a/data/json/recipes/food/offal_dishes.json +++ b/data/json/recipes/food/offal_dishes.json @@ -112,7 +112,12 @@ "autolearn": true, "qualities": [ { "id": "COOK", "level": 2 } ], "tools": [ [ [ "surface_heat", 45, "LIST" ] ] ], - "components": [ [ [ "flour", 20 ] ], [ [ "meat_offal", 1, "LIST" ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] + "components": [ + [ [ "flour", 20 ] ], + [ [ "any_butter", 8, "LIST" ] ], + [ [ "meat_offal", 1, "LIST" ] ], + [ [ "water", 1 ], [ "water_clean", 1 ] ] + ] }, { "type": "recipe", diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 31911a76b6e83..dc91a44c7ea03 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -3348,6 +3348,7 @@ "tools": [ [ [ "surface_heat", 6, "LIST" ] ] ], "components": [ [ [ "flour", 30 ] ], + [ [ "any_butter", 8, "LIST" ] ], [ [ "sweet_fruit_like", 8, "LIST" ] ], [ [ "sugar", 20 ], [ "syrup", 4 ], [ "beet_syrup", 4 ], [ "molasses", 4 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] @@ -3365,7 +3366,12 @@ "autolearn": true, "qualities": [ { "id": "COOK", "level": 2 } ], "tools": [ [ [ "surface_heat", 6, "LIST" ] ] ], - "components": [ [ [ "flour", 30 ] ], [ [ "veggy_any", 8, "LIST" ], [ "wild_herbs", 40 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] + "components": [ + [ [ "flour", 30 ] ], + [ [ "any_butter", 8, "LIST" ] ], + [ [ "veggy_any", 8, "LIST" ], [ "wild_herbs", 40 ] ], + [ [ "water", 1 ], [ "water_clean", 1 ] ] + ] }, { "type": "recipe", @@ -3381,6 +3387,7 @@ "tools": [ [ [ "surface_heat", 6, "LIST" ] ] ], "components": [ [ [ "flour", 30 ] ], + [ [ "any_butter", 8, "LIST" ] ], [ [ "meat_red", 1, "LIST" ], [ "dry_meat", 1 ], @@ -3408,6 +3415,7 @@ "tools": [ [ [ "surface_heat", 6, "LIST" ] ] ], "components": [ [ [ "flour", 30 ] ], + [ [ "any_butter", 8, "LIST" ] ], [ [ "milk_standard_raw", 1, "LIST" ], [ "milk_powder", 1 ], [ "con_milk", 1 ] ], [ [ "syrup", 5 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ]