Skip to content

Commit

Permalink
tweaked soup ingredient amount/calories (CleverRaven#60888)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanpisani authored Nov 24, 2022
1 parent 1f8e0a1 commit bebce0a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions data/json/items/comestibles/soup.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"comestible_type": "DRINK",
"symbol": "~",
"quench": 8,
"calories": 84,
"calories": 34,
"description": "A nutritious and delicious hearty vegetable soup.",
"price": 400,
"price_postapoc": 25,
Expand Down Expand Up @@ -93,7 +93,7 @@
"comestible_type": "DRINK",
"symbol": "~",
"quench": 8,
"calories": 257,
"calories": 217,
"description": "A nutritious and delicious hearty meat soup.",
"price": 400,
"price_postapoc": 100,
Expand All @@ -117,7 +117,7 @@
"comestible_type": "DRINK",
"symbol": "~",
"quench": 8,
"calories": 359,
"calories": 289,
"description": "A nutritious and delicious hearty fish soup.",
"price": 400,
"price_postapoc": 100,
Expand Down Expand Up @@ -197,7 +197,7 @@
"comestible_type": "DRINK",
"symbol": "~",
"quench": 8,
"calories": 304,
"calories": 274,
"description": "A nutritious and delicious soup packed with meat and vegetables.",
"price": 350,
"price_postapoc": 100,
Expand Down Expand Up @@ -294,7 +294,7 @@
"comestible_type": "DRINK",
"symbol": "~",
"quench": 15,
"calories": 70,
"calories": 64,
"description": "A mushy, gray semi-liquid soup made from mushrooms.",
"price": 450,
"price_postapoc": 100,
Expand Down
10 changes: 5 additions & 5 deletions data/json/recipes/food/canned.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
"batch_time_factors": [ 80, 4 ],
"qualities": [ { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ],
"using": [ [ "mushroom_soup_ingredients", 12 ] ],
"using": [ [ "mushroom_soup_ingredients", 8 ] ],
"components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ]
},
{
Expand Down Expand Up @@ -1843,7 +1843,7 @@
"batch_time_factors": [ 80, 4 ],
"qualities": [ { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ],
"using": [ [ "woods_soup_ingredients", 6 ] ],
"using": [ [ "woods_soup_ingredients", 3 ] ],
"components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "water", 16 ], [ "water_clean", 16 ] ] ]
},
{
Expand All @@ -1865,7 +1865,7 @@
"batch_time_factors": [ 80, 4 ],
"qualities": [ { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ],
"using": [ [ "meat_soup_ingredients", 6 ] ],
"using": [ [ "meat_soup_ingredients", 3 ] ],
"components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "water", 16 ], [ "water_clean", 16 ] ] ]
},
{
Expand All @@ -1887,7 +1887,7 @@
"batch_time_factors": [ 80, 4 ],
"qualities": [ { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ],
"using": [ [ "veggy_soup_ingredients", 12 ] ],
"using": [ [ "veggy_soup_ingredients", 6 ] ],
"components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "water", 16 ], [ "water_clean", 16 ] ] ]
},
{
Expand All @@ -1909,7 +1909,7 @@
"batch_time_factors": [ 80, 4 ],
"qualities": [ { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ],
"using": [ [ "fish_soup_ingredients", 6 ] ],
"using": [ [ "fish_soup_ingredients", 4 ] ],
"components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "water", 16 ], [ "water_clean", 16 ] ] ]
},
{
Expand Down

0 comments on commit bebce0a

Please sign in to comment.