Skip to content

Commit

Permalink
acetylene recipe no longer makes 250x more slaked lime than it should (
Browse files Browse the repository at this point in the history
…#62142)

* Update weldgas.json

* moved container from item to itemgroup

Co-authored-by: Maleclypse <[email protected]>
  • Loading branch information
Daved27hundred and Maleclypse authored Nov 10, 2022
1 parent f63f534 commit bad003f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/json/itemgroups/supplies.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
{ "item": "chem_antimony_trichloride", "prob": 2, "charges-min": 1 },
{ "item": "chem_ferric_chloride", "prob": 15, "charges-min": 1 },
{ "item": "chem_nickel_powder", "prob": 5, "charges-min": 1 },
{ "item": "chem_slaked_lime", "prob": 5, "charges-min": 1 },
{ "item": "chem_slaked_lime", "prob": 5, "charges-min": 1, "container-item": "bag_plastic", "sealed": false },
{ "item": "chem_baking_soda", "prob": 10, "charges-min": 1 },
{ "item": "chem_washing_soda", "prob": 10, "charges-min": 1 },
{ "item": "chem_calcium_chloride", "prob": 5 },
Expand Down
1 change: 0 additions & 1 deletion data/json/items/chemicals_and_resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@
"volume": "250 ml",
"weight": "2211 mg",
"ammo_type": "components",
"container": "bag_plastic",
"count": 250
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/ammo/weldgas.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"result": "acetylene",
"byproducts": [ [ "chem_slaked_lime", 50 ] ],
"byproduct_group": [ { "item": "chem_slaked_lime", "charges": 50 } ],
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_OTHER",
Expand Down

0 comments on commit bad003f

Please sign in to comment.