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

Chemistry Revolution: Lithium #37144

Closed
20 changes: 20 additions & 0 deletions data/json/items/book/cooking.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,26 @@
"time": "35 m",
"fun": -1
},
{
"id": "salt_chemistry",
"type": "BOOK",
"name": { "str": "Chemistry of Metallic Salts", "str_pl": "copies of Chemistry of Metallic Salts" },
"description": "A textbook on the principle of metallic salts such as aluminum sulfate.",
"weight": "1615 g",
"volume": "1750 ml",
"price": 5000,
"price_postapoc": 20000,
"bashing": 4,
"material": [ "paper" ],
"symbol": "?",
"color": "blue",
"skill": "cooking",
"required_level": 3,
"max_level": 5,
"intelligence": 10,
"time": "20 m",
"fun": -1
},
{
"id": "brewing_cookbook",
"type": "BOOK",
Expand Down
36 changes: 36 additions & 0 deletions data/json/items/chemicals_and_resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,42 @@
"container": "bottle_plastic_small",
"count": 100
},
{
"type": "AMMO",
"id": "chem_lithium",
"category": "chems",
"price": 600,
"name": "lithium",
"name_plural": "lithium",
"symbol": "=",
"color": "white",
"description": "A piece of lithium in mineral oil. It is a volatile element that is commonly used in the making of heat-resistant glass and ceramics.",
"material": "powder",
"volume": "250 ml",
"weight": "185 g",
"phase": "liquid",
"bashing": 1,
"ammo_type": "components",
"container": "bottle_plastic_small"
},
{
"type": "AMMO",
"id": "chem_lithium_hydride",
"category": "chems",
"price": 600,
"name": "lithium hydride",
"name_plural": "lithium hydride",
"symbol": "=",
"color": "white",
"description": "A handful of lithium hydride. Produced from a reaction between lithium and hydrogen, it can be used in a variety of ways.",
"material": "powder",
"volume": "50 ml",
"weight": "39 g",
"bashing": 1,
"ammo_type": "components",
"container": "bottle_plastic_small",
"count": 100
},
{
"type": "AMMO",
"id": "chem_potassium_chloride",
Expand Down