Skip to content

Commit

Permalink
Update flour spawns (#53280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miner239 authored Dec 9, 2021
1 parent 7b18c2f commit 699fa45
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 4 additions & 2 deletions data/json/itemgroups/Food/food.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"magazine": 100,
"subtype": "distribution",
"entries": [
{ "item": "flour", "prob": 50 },
{ "item": "flour", "charges": [ 1, 70 ], "prob": 40 },
{ "item": "flour", "charges": [ 1, 175 ], "prob": 10, "container-item": "bag_plastic" },
{ "item": "yeast", "prob": 50 },
{ "item": "cornmeal", "prob": 40 },
{ "item": "dry_meat", "prob": 10 },
Expand Down Expand Up @@ -209,7 +210,8 @@
{ "item": "soup_dumplings", "prob": 15 },
{ "item": "curry_veggy", "prob": 15 },
{ "item": "curry_meat", "prob": 15 },
{ "item": "flour", "prob": 30 },
{ "item": "flour", "charges": [ 1, 70 ], "prob": 25 },
{ "item": "flour", "charges": [ 1, 175 ], "prob": 5, "container-item": "bag_plastic" },
{ "item": "milk_powder", "prob": 20 },
{ "item": "cornmeal", "prob": 30 },
{ "item": "powder_eggs", "prob": 20 },
Expand Down
12 changes: 8 additions & 4 deletions data/json/itemgroups/food_service.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@
[ "yeast", 10 ],
[ "sugar", 9 ],
[ "cornmeal", 8 ],
[ "flour", 25 ],
{ "item": "flour", "charges": [ 1, 70 ], "prob": 5 },
{ "item": "flour", "charges": [ 1, 175 ], "prob": 20, "container-item": "bag_plastic" },
[ "cookbook", 3 ],
[ "cookbook_italian", 2 ]
]
Expand Down Expand Up @@ -598,7 +599,8 @@
{ "item": "artificial_sweetener", "prob": 10 },
{ "item": "soysauce", "prob": 10 },
{ "item": "hot_sauce", "prob": 10 },
{ "item": "flour", "prob": 40 },
{ "item": "flour", "charges": [ 1, 70 ], "prob": 8 },
{ "item": "flour", "charges": [ 1, 175 ], "prob": 32, "container-item": "bag_plastic" },
{ "item": "curry_powder", "prob": 40 },
{ "item": "cornmeal", "prob": 52 },
{ "item": "oyster_crackers", "charges-min": 1, "prob": 35 }
Expand Down Expand Up @@ -740,7 +742,8 @@
"type": "item_group",
"subtype": "distribution",
"entries": [
{ "item": "flour", "prob": 65 },
{ "item": "flour", "charges": 70, "prob": 40 },
{ "item": "flour", "charges": 175, "prob": 25, "container-item": "bag_plastic" },
{ "item": "bread_flour", "prob": 35 },
{ "item": "cornmeal", "prob": 50 },
{ "item": "yeast", "prob": 40 },
Expand Down Expand Up @@ -963,7 +966,8 @@
[ "pepper", 15 ],
[ "salt", 20 ],
[ "sugar", 5 ],
[ "flour", 17 ],
{ "item": "flour", "charges": [ 1, 70 ], "prob": 4 },
{ "item": "flour", "charges": [ 1, 175 ], "prob": 13, "container-item": "bag_plastic" },
[ "soysauce", 25 ],
[ "hot_sauce", 25 ],
[ "cooking_oil", 20 ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/comestibles/wheat.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"weight": "13 g",
"color": "white",
"spoils_in": "360 days",
"container": "box_small",
"container": "bag_paper_powder",
"comestible_type": "FOOD",
"symbol": "%",
"quench": -1,
Expand Down

0 comments on commit 699fa45

Please sign in to comment.