Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix merging of #44640 #44719

Merged
merged 1 commit into from
Oct 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 41 additions & 36 deletions data/json/itemgroups/SUS/domestic.json
Original file line number Diff line number Diff line change
Expand Up @@ -804,9 +804,9 @@
{ "group": "fresh_produce", "count": [ 1, 8 ], "prob": 20 },
{
"distribution": [
{ "item": "milk", "charges-min": 1, "prob": 94 },
{ "item": "almond_milk", "charges-min": 1, "prob": 3 },
{ "item": "soy_milk", "charges-min": 1, "prob": 3 }
{ "item": "milk", "charges-min": 1, "prob": 94, "container-item": "jug_plastic", "sealed": false },
{ "item": "almond_milk", "charges-min": 1, "prob": 3, "container-item": "jug_plastic", "sealed": false },
{ "item": "soy_milk", "charges-min": 1, "prob": 3, "container-item": "jug_plastic", "sealed": false }
],
"prob": 20
},
Expand Down Expand Up @@ -864,113 +864,118 @@
"distribution": [
{
"collection": [
{ "item": "water_clean", "charges": 1, "container-item": "bottle_plastic", "prob": 50 },
{ "item": "water_clean", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "water_clean", "charges": 1, "container-item": "bottle_plastic", "prob": 50, "sealed": false },
{ "item": "water_clean", "container-item": "bottle_plastic", "count": [ 1, 6 ], "sealed": false }
],
"prob": 90
},
{
"collection": [
{ "item": "water_mineral", "container-item": "bottle_plastic", "charges": 1, "prob": 50 },
{ "item": "water_mineral", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "water_mineral", "container-item": "bottle_plastic", "charges": 1, "prob": 50, "sealed": false },
{ "item": "water_mineral", "container-item": "bottle_plastic", "count": [ 1, 6 ], "sealed": false }
],
"prob": 70
},
{
"collection": [
{ "item": "oj", "container-item": "bottle_plastic", "charges": 1, "prob": 50 },
{ "item": "oj", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "oj", "container-item": "bottle_plastic", "charges": 1, "prob": 50, "sealed": false },
{ "item": "oj", "container-item": "bottle_plastic", "count": [ 1, 6 ], "sealed": false }
],
"prob": 50
},
{
"collection": [
{ "item": "cranberry_juice", "container-item": "bottle_plastic", "charges": 1, "prob": 50 },
{ "item": "cranberry_juice", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "cranberry_juice", "container-item": "bottle_plastic", "charges": 1, "prob": 50, "sealed": false },
{
"item": "cranberry_juice",
"container-item": "bottle_plastic",
"count": [ 1, 6 ],
"sealed": false
}
],
"prob": 50
},
{
"collection": [
{ "item": "juice", "container-item": "bottle_plastic", "charges": 1, "prob": 50 },
{ "item": "juice", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "juice", "container-item": "bottle_plastic", "charges": 1, "prob": 50, "sealed": false },
{ "item": "juice", "container-item": "bottle_plastic", "count": [ 1, 6 ], "sealed": false }
],
"prob": 50
},
{
"collection": [
{ "item": "sports_drink", "container-item": "bottle_plastic", "charges": 1, "prob": 50 },
{ "item": "sports_drink", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "sports_drink", "container-item": "bottle_plastic", "charges": 1, "prob": 50, "sealed": false },
{ "item": "sports_drink", "container-item": "bottle_plastic", "count": [ 1, 6 ], "sealed": false }
],
"prob": 30
},
{
"collection": [
{ "item": "lemonade", "container-item": "bottle_plastic", "charges": 1, "prob": 50 },
{ "item": "lemonade", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "lemonade", "container-item": "bottle_plastic", "charges": 1, "prob": 50, "sealed": false },
{ "item": "lemonade", "container-item": "bottle_plastic", "count": [ 1, 6 ], "sealed": false }
],
"prob": 50
},
{
"collection": [
{ "item": "cola", "container-item": "bottle_plastic", "charges": 1, "prob": 50 },
{ "item": "cola", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "cola", "container-item": "bottle_plastic", "charges": 1, "prob": 50, "sealed": false },
{ "item": "cola", "container-item": "bottle_plastic", "count": [ 1, 6 ], "sealed": false }
],
"prob": 70
},
{
"collection": [
{ "item": "choc_drink", "container-item": "bottle_plastic", "charges": 1, "prob": 50 },
{ "item": "choc_drink", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "choc_drink", "container-item": "bottle_plastic", "charges": 1, "prob": 50, "sealed": false },
{ "item": "choc_drink", "container-item": "bottle_plastic", "count": [ 1, 6 ], "sealed": false }
],
"prob": 30
},
{
"collection": [
{ "item": "rootbeer", "container-item": "bottle_plastic", "charges": 1, "prob": 50 },
{ "item": "rootbeer", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "rootbeer", "container-item": "bottle_plastic", "charges": 1, "prob": 50, "sealed": false },
{ "item": "rootbeer", "container-item": "bottle_plastic", "count": [ 1, 6 ], "sealed": false }
],
"prob": 65
},
{
"collection": [
{ "item": "purple_drink", "container-item": "bottle_plastic", "charges": 1, "prob": 50 },
{ "item": "purple_drink", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "purple_drink", "container-item": "bottle_plastic", "charges": 1, "prob": 50, "sealed": false },
{ "item": "purple_drink", "container-item": "bottle_plastic", "count": [ 1, 6 ], "sealed": false }
],
"prob": 35
},
{
"collection": [
{ "item": "creamsoda", "container-item": "bottle_plastic", "charges": 1, "prob": 50 },
{ "item": "creamsoda", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "creamsoda", "container-item": "bottle_plastic", "charges": 1, "prob": 50, "sealed": false },
{ "item": "creamsoda", "container-item": "bottle_plastic", "count": [ 1, 6 ], "sealed": false }
],
"prob": 35
},
{
"collection": [
{ "item": "lemonlime", "charges": 1, "container-item": "bottle_plastic", "prob": 50 },
{ "item": "lemonlime", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "lemonlime", "charges": 1, "container-item": "bottle_plastic", "prob": 50, "sealed": false },
{ "item": "lemonlime", "container-item": "bottle_plastic", "count": [ 1, 6 ], "sealed": false }
],
"prob": 35
},
{
"collection": [
{ "item": "orangesoda", "charges": 1, "container-item": "bottle_plastic", "prob": 50 },
{ "item": "orangesoda", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "orangesoda", "charges": 1, "container-item": "bottle_plastic", "prob": 50, "sealed": false },
{ "item": "orangesoda", "container-item": "bottle_plastic", "count": [ 1, 6 ], "sealed": false }
],
"prob": 20
},
{
"collection": [
{ "item": "crispycran", "charges": 1, "container-item": "bottle_plastic", "prob": 50 },
{ "item": "crispycran", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "crispycran", "charges": 1, "container-item": "bottle_plastic", "prob": 50, "sealed": false },
{ "item": "crispycran", "container-item": "bottle_plastic", "count": [ 1, 6 ], "sealed": false }
],
"prob": 20
},
{
"collection": [
{ "item": "colamdew", "charges": 1, "container-item": "bottle_plastic", "prob": 50 },
{ "item": "colamdew", "container-item": "bottle_plastic", "count": [ 1, 6 ] }
{ "item": "colamdew", "charges": 1, "container-item": "bottle_plastic", "prob": 50, "sealed": false },
{ "item": "colamdew", "container-item": "bottle_plastic", "count": [ 1, 6 ], "sealed": false }
],
"prob": 35
}
Expand Down Expand Up @@ -1024,7 +1029,7 @@
},
{
"distribution": [
{ "item": "apple_cider", "charges-min": 1, "prob": 20 },
{ "item": "apple_cider", "charges-min": 1, "prob": 20, "container-item": "bottle_plastic", "sealed": false },
{ "item": "fruit_wine", "charges-min": 1, "prob": 15 },
{ "item": "beer", "charges-min": 1, "prob": 35 },
{ "item": "european_pilsner", "charges-min": 1, "prob": 25 },
Expand Down