Skip to content

Commit

Permalink
decomestible the chems (#75368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 authored Aug 2, 2024
1 parent 41694a0 commit 3f1cd85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
20 changes: 3 additions & 17 deletions data/json/items/chemicals_and_resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -1632,41 +1632,32 @@
"weight": "1 g"
},
{
"type": "COMESTIBLE",
"type": "GENERIC",
"id": "chem_agar",
"category": "chems",
"price": "1 cent",
"price_postapoc": "1 cent",
"name": { "str_sp": "agar" },
"symbol": ";",
"quench": -15,
"fun": -6,
"color": "yellow",
"container": "bottle_plastic_small",
"flags": [ "EDIBLE_FROZEN" ],
"description": "Clear flakes of processed seaweed that can be dissolved in boiling water to create a very sturdy, temperature-resistant gel. Not only is it good for making gels to separate molecules by size, but it's a great cheat ingredient to make sure your jellies set properly.",
"comestible_type": "INVALID",
"material": [ "powder" ],
"volume": "1 ml",
"//": "Bulk density is around 0.55 g/mL",
"weight": "1 g"
},
{
"type": "COMESTIBLE",
"type": "GENERIC",
"id": "chem_acrylamide",
"category": "chems",
"price": "1 cent",
"price_postapoc": "1 cent",
"name": { "str_sp": "acrylamide" },
"symbol": ";",
"quench": -15,
"healthy": -20,
"fun": -6,
"color": "white",
"container": "bottle_glass",
"flags": [ "EDIBLE_FROZEN" ],
"description": "A handful of highly carcinogenic white powder that can be readily polymerized into a whole bunch of useful water-soluble gels.",
"comestible_type": "INVALID",
"material": [ "powder" ],
"volume": "2 ml",
"//": "Bulk density is around 0.5 g/mL (because it's a powder, the actual density of 1.12 g/mL is not useful)",
Expand Down Expand Up @@ -1798,21 +1789,16 @@
"looks_like": "milk"
},
{
"type": "COMESTIBLE",
"type": "GENERIC",
"id": "chem_citric_acid",
"category": "chems",
"price": "1 cent",
"price_postapoc": "1 cent",
"name": { "str_sp": "citric acid" },
"symbol": ";",
"quench": -15,
"healthy": -20,
"fun": -6,
"color": "white",
"container": "bottle_glass",
"flags": [ "EDIBLE_FROZEN" ],
"description": "A manufactured form of citric acid that is commonly used as an additive in food, cleaning agents, and nutritional supplements.",
"comestible_type": "INVALID",
"material": [ "powder" ],
"volume": "2 ml",
"//": "Bulk density is around 0.5 g/mL (because it's a powder, the actual density of 1.12 g/mL is not useful)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"bifocal_transition_contacts_weekly",
"butternut",
"large_bone",
"chem_peptone_broth"
"chem_peptone_broth",
"chem_agar",
"chem_acrylamide",
"chem_citric_acid"
],
"//1": "CAUTION: this list is for items that are safe for straightforward deactivation",
"//2": "items that may be active for additional reasons other than temperature tracking should use separate special case handling"
Expand Down

0 comments on commit 3f1cd85

Please sign in to comment.