Skip to content

Commit d16ab19

Browse files
authored
Add 50lb flour and sugar bags to the world (#83471)
1 parent aba8361 commit d16ab19

File tree

2 files changed

+45
-3
lines changed

2 files changed

+45
-3
lines changed

data/json/itemgroups/food_service.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,8 +1736,9 @@
17361736
{ "prob": 20, "group": "sugar_bottle_plastic" },
17371737
{ "prob": 20, "group": "sugar_bottle_glass" },
17381738
{ "prob": 5, "group": "sugar_bag_plastic" },
1739-
{ "prob": 10, "group": "sugar_bag_paper" },
1740-
{ "prob": 2, "group": "sugar_bag_paper_bulk" }
1739+
{ "prob": 42, "group": "sugar_bag_paper" },
1740+
{ "prob": 16, "group": "sugar_bag_paper_bulk" },
1741+
{ "prob": 2, "group": "sugar_bag_paper_50lb" }
17411742
]
17421743
},
17431744
{
@@ -1800,6 +1801,13 @@
18001801
"container-item": "bag_paper_powder",
18011802
"entries": [ { "item": "sugar", "container-item": "null", "count": 71 } ]
18021803
},
1804+
{
1805+
"type": "item_group",
1806+
"id": "sugar_bag_paper_50lb",
1807+
"subtype": "collection",
1808+
"container-item": "bag_paper_powder_50lb",
1809+
"entries": [ { "item": "sugar", "container-item": "null", "count": [ 121, 4700 ] } ]
1810+
},
18031811
{
18041812
"type": "item_group",
18051813
"id": "fried_mozzarella_sticks_bag_plastic_4",
@@ -1880,7 +1888,8 @@
18801888
"entries": [
18811889
{ "prob": 5, "group": "flour_bag_plastic" },
18821890
{ "prob": 20, "group": "flour_bag_paper" },
1883-
{ "prob": 2, "group": "flour_bag_paper_bulk" }
1891+
{ "prob": 12, "group": "flour_bag_paper_bulk" },
1892+
{ "prob": 12, "group": "flour_bag_paper_50lb" }
18841893
]
18851894
},
18861895
{
@@ -1921,6 +1930,13 @@
19211930
"container-item": "bag_plastic_small",
19221931
"entries": [ { "item": "flour", "container-item": "null", "count": [ 2, 20 ] } ]
19231932
},
1933+
{
1934+
"type": "item_group",
1935+
"id": "flour_bag_paper_50lb",
1936+
"subtype": "collection",
1937+
"container-item": "bag_paper_powder_50lb",
1938+
"entries": [ { "item": "flour", "container-item": "null", "count": [ 10, 1850 ] } ]
1939+
},
19241940
{
19251941
"type": "item_group",
19261942
"id": "bread_flour_bag_paper_powder_20",

data/json/items/containers/containers.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,32 @@
403403
"symbol": ")",
404404
"color": "white"
405405
},
406+
{
407+
"id": "bag_paper_powder_50lb",
408+
"type": "ITEM",
409+
"category": "container",
410+
"name": { "str": "50lb powder paper bag" },
411+
"looks_like": "bag_plastic",
412+
"description": "A very large paper bag, for bulk storage and transport of powdered goods.",
413+
"ascii_picture": "bag_paper_powder",
414+
"weight": "40 g",
415+
"volume": "1000 ml",
416+
"price": "0 cent",
417+
"price_postapoc": "0 cent",
418+
"flags": [ "TARDIS" ],
419+
"pocket_data": [
420+
{
421+
"pocket_type": "CONTAINER",
422+
"magazine_well": "1000 ml",
423+
"max_contains_volume": "50L",
424+
"max_contains_weight": "25 kg",
425+
"moves": 200
426+
}
427+
],
428+
"material": [ "paper" ],
429+
"symbol": ")",
430+
"color": "white"
431+
},
406432
{
407433
"id": "bag_zipper",
408434
"type": "ITEM",

0 commit comments

Comments
 (0)