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

Chemical Revolution: Chemistry Skill and Lithium #38005

Closed
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Inorganic Chemistry
  • Loading branch information
roaringjohn committed Feb 14, 2020
commit 35a05053f6a14de88db92a177da399c74d799e1e
6 changes: 3 additions & 3 deletions data/json/items/book/chemistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,10 @@
"fun": -2
},
{
"id": "salt_chemistry",
"id": "textbook_inorganic",
"type": "BOOK",
"name": { "str": "Chemistry of Metallic Salts", "str_pl": "copies of Chemistry of Metallic Salts" },
"description": "A textbook on the principles of metallic salts such as aluminum sulfate.",
"name": "inorganic chemistry textbook",
"description": "A textbook on inorganic chemistry, with lab manual sections including metallic salts among other things.",
"weight": "1615 g",
"volume": "1750 ml",
"price": 5000,
Expand Down
8 changes: 4 additions & 4 deletions data/json/recipes/recipe_medsandchemicals.json
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@
"skill_used": "chemistry",
"difficulty": 5,
"time": "2 m 30 s",
"book_learn": [ [ "salt_chemistry", 5 ] ],
"book_learn": [ [ "textbook_inorganic", 5 ] ],
"qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 2 } ],
"tools": [ [ [ "surface_heat", 25, "LIST" ] ] ],
"components": [ [ [ "chem_sulphuric_acid", 1 ] ], [ [ "chem_hydrogen_peroxide", 10 ] ], [ [ "chem_aluminium_powder", 25 ] ] ]
Expand All @@ -914,7 +914,7 @@
"skill_used": "chemistry",
"difficulty": 4,
"time": "3 m",
"book_learn": [ [ "salt_chemistry", 4 ] ],
"book_learn": [ [ "textbook_inorganic", 4 ] ],
"qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 2 } ],
"tools": [ [ [ "surface_heat", 25, "LIST" ] ] ],
"components": [ [ [ "chem_nitric_acid", 5 ] ], [ [ "ammonia", 5 ] ] ]
Expand Down Expand Up @@ -948,7 +948,7 @@
"skill_used": "chemistry",
"difficulty": 5,
"time": "25 m",
"book_learn": [ [ "textbook_anarch", 7 ], [ "recipe_labchem", 5 ], [ "textbook_chemistry", 6 ], [ "salt_chemistry", 5 ] ],
"book_learn": [ [ "textbook_anarch", 7 ], [ "recipe_labchem", 5 ], [ "textbook_chemistry", 6 ], [ "textbook_inorganic", 5 ] ],
"qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 2 } ],
"tools": [ [ [ "surface_heat", 25, "LIST" ] ] ],
"components": [ [ [ "chem_ammonium_nitrate", 25 ] ], [ [ "lye_powder", 150 ] ] ]
Expand All @@ -964,7 +964,7 @@
"difficulty": 4,
"time": "40 m",
"batch_time_factors": [ 80, 4 ],
"book_learn": [ [ "salt_chemistry", 4 ] ],
"book_learn": [ [ "textbook_inorganic", 4 ] ],
"qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CONTAIN", "level": 1 } ],
"tools": [ [ [ "surface_heat", 25, "LIST" ] ] ],
"components": [ [ [ "material_niter", 1 ] ], [ [ "water_clean", 3 ], [ "water", 3 ] ] ]
Expand Down