Skip to content

Commit

Permalink
add shopping bags to kitchen
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodbowel committed Sep 21, 2024
1 parent cf0cfa5 commit 0132675
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/itemgroups/SUS/domestic.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
{ "item": "aluminum_foil", "prob": 25 },
{ "item": "wrapper_foil", "prob": 12, "count": [ 5, 40 ], "container-item": "wrapper_foil_roll" },
{ "item": "nuts_bolts", "prob": 20, "charges": [ 1, 4 ] },
{ "item": "plastic_shopping_bag", "prob": 60, "count": [ 1, 10 ] },
{
"distribution": [
{ "item": "matches", "charges": [ 1, -1 ] },
Expand Down Expand Up @@ -492,6 +493,7 @@
{ "item": "brush" },
{ "item": "sponge" },
{ "item": "brush", "prob": 85 },
{ "item": "plastic_shopping_bag", "prob": 10, "count": [ 1, 3 ] },
{ "item": "chem_washing_soda", "prob": 50, "charges": [ 1, -1 ] },
{ "item": "bleach", "prob": 75, "charges": [ 1, -1 ] },
{ "item": "ammonia_hydroxide", "prob": 65, "charges": [ 1, -1 ] }
Expand Down

0 comments on commit 0132675

Please sign in to comment.