From fc51aabcfb8b7c73bc18c6055f118382a67e0506 Mon Sep 17 00:00:00 2001 From: roaringjohn Date: Thu, 13 Feb 2020 19:26:26 -0500 Subject: [PATCH 1/9] Separation of Cooking and Chemistry Because the "Practice makes Perfect' project has barely been touched, I decided that I'd go ahead with separating the Cooking skill into two different skills. --- data/json/items/book/chemistry.json | 253 ++++++++++++++++++ data/json/items/book/cooking.json | 251 ----------------- data/json/mutations/mutations.json | 1 + data/json/professions.json | 10 +- data/json/recipes/ammo/components.json | 2 +- data/json/recipes/ammo/weldgas.json | 4 +- data/json/recipes/armor/other.json | 4 +- data/json/recipes/chem/fuel.json | 8 +- data/json/recipes/chem/mutagens.json | 92 +++---- data/json/recipes/chem/other.json | 6 +- data/json/recipes/other/materials.json | 4 +- data/json/recipes/other/medical.json | 12 +- data/json/recipes/recipe_ammo.json | 12 +- data/json/recipes/recipe_deconstruction.json | 2 +- data/json/recipes/recipe_electronics.json | 8 +- data/json/recipes/recipe_food.json | 4 +- .../json/recipes/recipe_medsandchemicals.json | 142 +++++----- data/json/recipes/recipe_others.json | 20 +- data/json/recipes/weapon/explosive.json | 16 +- data/json/skills.json | 10 +- 20 files changed, 436 insertions(+), 425 deletions(-) create mode 100644 data/json/items/book/chemistry.json diff --git a/data/json/items/book/chemistry.json b/data/json/items/book/chemistry.json new file mode 100644 index 0000000000000..166bda3f1136d --- /dev/null +++ b/data/json/items/book/chemistry.json @@ -0,0 +1,253 @@ +[ + { + "id": "adv_chemistry", + "type": "BOOK", + "name": { "str": "Advanced Physical Chemistry", "str_pl": "copies of Advanced Physical Chemistry" }, + "description": "A university-level textbook on advanced principles of chemistry, both organic and inorganic.", + "weight": "1712 g", + "volume": "2 L", + "price": 7950, + "price_postapoc": 25000, + "bashing": 5, + "material": [ "paper" ], + "symbol": "?", + "color": "blue", + "skill": "chemistry", + "required_level": 5, + "max_level": 8, + "intelligence": 12, + "time": "35 m", + "fun": -1 + }, + { + "id": "recipe_alpha", + "type": "BOOK", + "name": { "str": "PE050 \"Alpha\": Preliminary Report", "str_pl": "copies of PE050 \"Alpha\": Preliminary Report" }, + "description": "This sheaf of papers--dated two weeks before all this started--describes some new chemical formula, and its effects on human subjects. It's stamped \"APPROVED\"…", + "weight": "50 g", + "volume": "500 ml", + "price": 125000, + "price_postapoc": 1250000, + "material": [ "paper" ], + "symbol": "?", + "color": "light_green", + "skill": "chemistry", + "required_level": 8, + "max_level": 9, + "intelligence": 12, + "time": "45 m", + "fun": -2 + }, + { + "id": "recipe_animal", + "type": "BOOK", + "name": { "str": "lab journal-Dionne", "str_pl": "lab journals-Dionne" }, + "description": "This team logbook details several varieties of mutagenic experiments, focusing on those derived from various Earth fauna. The team seems quite enthusiastic--if not eager--about their results.", + "weight": "1700 g", + "volume": "500 ml", + "price": 50000, + "price_postapoc": 1250000, + "material": [ "paper" ], + "symbol": "?", + "color": "light_green", + "skill": "chemistry", + "required_level": 8, + "max_level": 9, + "intelligence": 12, + "time": "45 m", + "fun": -2 + }, + { + "id": "recipe_chimera", + "type": "BOOK", + "name": { "str": "PE065 \"Chimera\": Best Practices", "str_pl": "copies of PE065 \"Chimera\": Best Practices" }, + "description": "This sheaf of papers describes a new chemical formula in detail and supplies instructions for its use as some sort of… crowd-control catalyst? That can't be right…", + "weight": "50 g", + "volume": "500 ml", + "price": 125000, + "price_postapoc": 1250000, + "material": [ "paper" ], + "symbol": "?", + "color": "light_green", + "skill": "chemistry", + "required_level": 8, + "max_level": 9, + "intelligence": 12, + "time": "45 m", + "fun": -2 + }, + { + "id": "recipe_creepy", + "type": "BOOK", + "name": { "str": "lab journal-Smythe", "str_pl": "lab journals-Smythe" }, + "description": "This team logbook details several varieties of mutagenic experiments, focusing on those derived from flesh contaminated with XE037. The results look promising but the procurement methods seem awfully vague…", + "weight": "1700 g", + "volume": "500 ml", + "price": 50000, + "price_postapoc": 1250000, + "material": [ "paper" ], + "symbol": "?", + "color": "light_green", + "skill": "chemistry", + "required_level": 8, + "max_level": 9, + "intelligence": 12, + "time": "45 m", + "fun": -4 + }, + { + "id": "recipe_elfa", + "type": "BOOK", + "name": "standpipe maintenance log", + "description": "This binder details the scheduled maintenance for several plumbing systems throughout the facility. However, some of the log sheets seem to be filled with… a chemical formula?", + "weight": "400 g", + "volume": "750 ml", + "price": 400, + "price_postapoc": 1250000, + "material": [ "paper", "plastic" ], + "symbol": "?", + "color": "light_green", + "skill": "chemistry", + "required_level": 9, + "max_level": 9, + "intelligence": 12, + "time": "45 m", + "fun": -2 + }, + { + "id": "recipe_labchem", + "type": "BOOK", + "name": { "str": "chemical reference-CLASSIFIED", "str_pl": "chemical references-CLASSIFIED" }, + "description": "This somewhat technical binder has several intimidating security warnings on the cover, yet guarantees unauthorized readers \"permanent employment, for life\". It contains useful information on \"basic\" chemical projects like methamphetamine and heroin, along with briefing on things called \"XE037\" and \"PE012\".", + "weight": "2000 g", + "volume": "500 ml", + "price": 64000, + "price_postapoc": 125000, + "material": [ "paper" ], + "symbol": "?", + "color": "light_green", + "skill": "chemistry", + "required_level": 5, + "max_level": 8, + "intelligence": 11, + "time": "35 m", + "fun": -1 + }, + { + "id": "recipe_maiar", + "type": "BOOK", + "name": { "str": "lab journal-x-|xp", "str_pl": "lab journals-x-|xp" }, + "description": "This damaged team logbook lacks (deliberately?) any identifying information, but still contains useful information on several types of mutagen and their development.", + "weight": "1700 g", + "volume": "500 ml", + "price": 50000, + "price_postapoc": 1250000, + "material": [ "paper" ], + "symbol": "?", + "color": "light_green", + "skill": "chemistry", + "required_level": 8, + "max_level": 9, + "intelligence": 12, + "time": "45 m", + "fun": -3 + }, + { + "id": "recipe_medicalmut", + "type": "BOOK", + "name": { + "str": "PE023 \"Medical\": Application and Findings", + "str_pl": "copies of PE023 \"Medical\": Application and Findings" + }, + "description": "This binder of highly technical papers describes some new chemical formula, and its effects on human subjects. It's stamped \"APPROVED\"…", + "weight": "1934 g", + "volume": "1750 ml", + "price": 62000, + "price_postapoc": 1250000, + "bashing": 5, + "material": [ "paper", "plastic" ], + "symbol": "?", + "color": "light_green", + "skill": "chemistry", + "required_level": 8, + "max_level": 9, + "intelligence": 12, + "time": "35 m", + "fun": -2 + }, + { + "id": "recipe_raptor", + "type": "BOOK", + "name": { "str": "PE070 \"Raptor\": Proposal", "str_pl": "copies of PE070 \"Raptor\": Proposal" }, + "description": "This sheaf of papers is a highly speculative proposal for focusing \"PE065\". Scribbled notes throughout seem to think that it might work, but that there's no time.", + "weight": "50 g", + "volume": "500 ml", + "price": 125000, + "price_postapoc": 1250000, + "material": [ "paper" ], + "symbol": "?", + "color": "light_green", + "skill": "chemistry", + "required_level": 10, + "max_level": 10, + "intelligence": 12, + "time": "45 m", + "fun": -2 + }, + { + "id": "recipe_serum", + "type": "BOOK", + "name": { "str": "Best Practices for Compound Delivery", "str_pl": "copies of Best Practices for Compound Delivery" }, + "description": "This internal manual details several varieties of mutagenic experiments, as well as describing the protocols used to concentrate mutagens for quicker results. The authors recommend that researchers ensure that their subjects are well-fed and in good health, as the concentrated serums draw heavily on subjects' bodies.", + "weight": "1700 g", + "volume": "500 ml", + "price": 50000, + "price_postapoc": 1250000, + "material": [ "paper" ], + "symbol": "?", + "color": "light_green", + "skill": "chemistry", + "required_level": 8, + "max_level": 10, + "intelligence": 12, + "time": "45 m", + "fun": -4 + }, + { + "id": "reference_cooking", + "type": "BOOK", + "name": { "str": "CRC-Merck Handbook, 4th edition", "str_pl": "copies of CRC-Merck Handbook, 4th edition" }, + "description": "This huge hardbound book is a collection of reference data and formulae pertinent to many technical disciplines. If poring over tables of chemical and physical data is your thing, this is the book for you.", + "weight": "5790 g", + "volume": "1750 ml", + "price": 9000, + "price_postapoc": 30000, + "bashing": 7, + "material": [ "paper" ], + "symbol": "?", + "color": "light_green", + "intelligence": 4, + "time": "30 m", + "fun": -2 + }, + { + "id": "textbook_chemistry", + "type": "BOOK", + "name": "chemistry textbook", + "description": "A college textbook on chemistry.", + "weight": "1587 g", + "volume": "2 L", + "price": 7950, + "price_postapoc": 16000, + "bashing": 5, + "material": [ "paper" ], + "symbol": "?", + "color": "blue", + "skill": "chemistry", + "required_level": 3, + "max_level": 6, + "intelligence": 12, + "time": "35 m", + "fun": -1 + } +] diff --git a/data/json/items/book/cooking.json b/data/json/items/book/cooking.json index 20b0692ab3d8e..4d6105ebd184c 100644 --- a/data/json/items/book/cooking.json +++ b/data/json/items/book/cooking.json @@ -1,24 +1,4 @@ [ - { - "id": "adv_chemistry", - "type": "BOOK", - "name": { "str": "Advanced Physical Chemistry", "str_pl": "copies of Advanced Physical Chemistry" }, - "description": "A university-level textbook on advanced principles of chemistry, both organic and inorganic.", - "weight": "1712 g", - "volume": "2 L", - "price": 7950, - "price_postapoc": 25000, - "bashing": 5, - "material": [ "paper" ], - "symbol": "?", - "color": "blue", - "skill": "cooking", - "required_level": 5, - "max_level": 8, - "intelligence": 12, - "time": "35 m", - "fun": -1 - }, { "id": "brewing_cookbook", "type": "BOOK", @@ -187,217 +167,6 @@ "intelligence": 4, "time": "18 m" }, - { - "id": "recipe_alpha", - "type": "BOOK", - "name": { "str": "PE050 \"Alpha\": Preliminary Report", "str_pl": "copies of PE050 \"Alpha\": Preliminary Report" }, - "description": "This sheaf of papers--dated two weeks before all this started--describes some new chemical formula, and its effects on human subjects. It's stamped \"APPROVED\"…", - "weight": "50 g", - "volume": "500 ml", - "price": 125000, - "price_postapoc": 1250000, - "material": [ "paper" ], - "symbol": "?", - "color": "light_green", - "skill": "cooking", - "required_level": 8, - "max_level": 9, - "intelligence": 12, - "time": "45 m", - "fun": -2 - }, - { - "id": "recipe_animal", - "type": "BOOK", - "name": { "str": "lab journal-Dionne", "str_pl": "lab journals-Dionne" }, - "description": "This team logbook details several varieties of mutagenic experiments, focusing on those derived from various Earth fauna. The team seems quite enthusiastic--if not eager--about their results.", - "weight": "1700 g", - "volume": "500 ml", - "price": 50000, - "price_postapoc": 1250000, - "material": [ "paper" ], - "symbol": "?", - "color": "light_green", - "skill": "cooking", - "required_level": 8, - "max_level": 9, - "intelligence": 12, - "time": "45 m", - "fun": -2 - }, - { - "id": "recipe_chimera", - "type": "BOOK", - "name": { "str": "PE065 \"Chimera\": Best Practices", "str_pl": "copies of PE065 \"Chimera\": Best Practices" }, - "description": "This sheaf of papers describes a new chemical formula in detail and supplies instructions for its use as some sort of… crowd-control catalyst? That can't be right…", - "weight": "50 g", - "volume": "500 ml", - "price": 125000, - "price_postapoc": 1250000, - "material": [ "paper" ], - "symbol": "?", - "color": "light_green", - "skill": "cooking", - "required_level": 8, - "max_level": 9, - "intelligence": 12, - "time": "45 m", - "fun": -2 - }, - { - "id": "recipe_creepy", - "type": "BOOK", - "name": { "str": "lab journal-Smythe", "str_pl": "lab journals-Smythe" }, - "description": "This team logbook details several varieties of mutagenic experiments, focusing on those derived from flesh contaminated with XE037. The results look promising but the procurement methods seem awfully vague…", - "weight": "1700 g", - "volume": "500 ml", - "price": 50000, - "price_postapoc": 1250000, - "material": [ "paper" ], - "symbol": "?", - "color": "light_green", - "skill": "cooking", - "required_level": 8, - "max_level": 9, - "intelligence": 12, - "time": "45 m", - "fun": -4 - }, - { - "id": "recipe_elfa", - "type": "BOOK", - "name": "standpipe maintenance log", - "description": "This binder details the scheduled maintenance for several plumbing systems throughout the facility. However, some of the log sheets seem to be filled with… a chemical formula?", - "weight": "400 g", - "volume": "750 ml", - "price": 400, - "price_postapoc": 1250000, - "material": [ "paper", "plastic" ], - "symbol": "?", - "color": "light_green", - "skill": "cooking", - "required_level": 9, - "max_level": 9, - "intelligence": 12, - "time": "45 m", - "fun": -2 - }, - { - "id": "recipe_labchem", - "type": "BOOK", - "name": { "str": "chemical reference-CLASSIFIED", "str_pl": "chemical references-CLASSIFIED" }, - "description": "This somewhat technical binder has several intimidating security warnings on the cover, yet guarantees unauthorized readers \"permanent employment, for life\". It contains useful information on \"basic\" chemical projects like methamphetamine and heroin, along with briefing on things called \"XE037\" and \"PE012\".", - "weight": "2000 g", - "volume": "500 ml", - "price": 64000, - "price_postapoc": 125000, - "material": [ "paper" ], - "symbol": "?", - "color": "light_green", - "skill": "cooking", - "required_level": 5, - "max_level": 8, - "intelligence": 11, - "time": "35 m", - "fun": -1 - }, - { - "id": "recipe_maiar", - "type": "BOOK", - "name": { "str": "lab journal-x-|xp", "str_pl": "lab journals-x-|xp" }, - "description": "This damaged team logbook lacks (deliberately?) any identifying information, but still contains useful information on several types of mutagen and their development.", - "weight": "1700 g", - "volume": "500 ml", - "price": 50000, - "price_postapoc": 1250000, - "material": [ "paper" ], - "symbol": "?", - "color": "light_green", - "skill": "cooking", - "required_level": 8, - "max_level": 9, - "intelligence": 12, - "time": "45 m", - "fun": -3 - }, - { - "id": "recipe_medicalmut", - "type": "BOOK", - "name": { - "str": "PE023 \"Medical\": Application and Findings", - "str_pl": "copies of PE023 \"Medical\": Application and Findings" - }, - "description": "This binder of highly technical papers describes some new chemical formula, and its effects on human subjects. It's stamped \"APPROVED\"…", - "weight": "1934 g", - "volume": "1750 ml", - "price": 62000, - "price_postapoc": 1250000, - "bashing": 5, - "material": [ "paper", "plastic" ], - "symbol": "?", - "color": "light_green", - "skill": "cooking", - "required_level": 8, - "max_level": 9, - "intelligence": 12, - "time": "35 m", - "fun": -2 - }, - { - "id": "recipe_raptor", - "type": "BOOK", - "name": { "str": "PE070 \"Raptor\": Proposal", "str_pl": "copies of PE070 \"Raptor\": Proposal" }, - "description": "This sheaf of papers is a highly speculative proposal for focusing \"PE065\". Scribbled notes throughout seem to think that it might work, but that there's no time.", - "weight": "50 g", - "volume": "500 ml", - "price": 125000, - "price_postapoc": 1250000, - "material": [ "paper" ], - "symbol": "?", - "color": "light_green", - "skill": "cooking", - "required_level": 10, - "max_level": 10, - "intelligence": 12, - "time": "45 m", - "fun": -2 - }, - { - "id": "recipe_serum", - "type": "BOOK", - "name": { "str": "Best Practices for Compound Delivery", "str_pl": "copies of Best Practices for Compound Delivery" }, - "description": "This internal manual details several varieties of mutagenic experiments, as well as describing the protocols used to concentrate mutagens for quicker results. The authors recommend that researchers ensure that their subjects are well-fed and in good health, as the concentrated serums draw heavily on subjects' bodies.", - "weight": "1700 g", - "volume": "500 ml", - "price": 50000, - "price_postapoc": 1250000, - "material": [ "paper" ], - "symbol": "?", - "color": "light_green", - "skill": "cooking", - "required_level": 8, - "max_level": 10, - "intelligence": 12, - "time": "45 m", - "fun": -4 - }, - { - "id": "reference_cooking", - "type": "BOOK", - "name": { "str": "CRC-Merck Handbook, 4th edition", "str_pl": "copies of CRC-Merck Handbook, 4th edition" }, - "description": "This huge hardbound book is a collection of reference data and formulae pertinent to many technical disciplines. If poring over tables of chemical and physical data is your thing, this is the book for you.", - "weight": "5790 g", - "volume": "1750 ml", - "price": 9000, - "price_postapoc": 30000, - "bashing": 7, - "material": [ "paper" ], - "symbol": "?", - "color": "light_green", - "intelligence": 4, - "time": "30 m", - "fun": -2 - }, { "id": "scots_cookbook", "type": "BOOK", @@ -422,26 +191,6 @@ "time": "45 m", "fun": -1 }, - { - "id": "textbook_chemistry", - "type": "BOOK", - "name": "chemistry textbook", - "description": "A college textbook on chemistry.", - "weight": "1587 g", - "volume": "2 L", - "price": 7950, - "price_postapoc": 16000, - "bashing": 5, - "material": [ "paper" ], - "symbol": "?", - "color": "blue", - "skill": "cooking", - "required_level": 3, - "max_level": 6, - "intelligence": 12, - "time": "35 m", - "fun": -1 - }, { "id": "preserving_juice", "type": "BOOK", diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index 84f23be115f71..1e5a26b33ea3a 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -4889,6 +4889,7 @@ [ "traps", -2 ], [ "fabrication", -2 ], [ "cooking", -2 ], + [ "chemistry", -2 ], [ "survival", -2 ] ], "encumbrance_always": [ [ "HAND_L", 20 ], [ "HAND_R", 20 ] ], diff --git a/data/json/professions.json b/data/json/professions.json index b8b6f92a6f96f..39a3a7f547088 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -562,7 +562,7 @@ "points": 3, "skills": [ { "level": 2, "name": "computer" }, - { "level": 2, "name": "cooking" }, + { "level": 2, "name": "chemistry" }, { "level": 2, "name": "electronics" }, { "level": 2, "name": "mechanics" } ], @@ -973,7 +973,7 @@ "//": "They don't have the doctor's passive bonus to surgery. Nursing assistants aren't required to hold a doctorate.", "description": "You were providing in-home care for the elderly, even as the whole world fell apart around you. You can only pray that you don't see your former clients among the walking dead...", "points": 1, - "skills": [ { "level": 2, "name": "firstaid" }, { "level": 1, "name": "cooking" } ], + "skills": [ { "level": 2, "name": "firstaid" }, { "level": 1, "name": "chemistry" } ], "items": { "both": [ "pants", @@ -1681,7 +1681,7 @@ "name": "Volunteer Mutant", "description": "Your dreams of becoming a super-human mutant through genetic alteration may have fallen a bit short, but when the Cataclysm struck, you and the scientists were ready to put your new body to the test.", "points": 1, - "skills": [ { "level": 2, "name": "cooking" }, { "level": 2, "name": "electronics" } ], + "skills": [ { "level": 2, "name": "chemistry" }, { "level": 2, "name": "electronics" } ], "items": { "both": [ "dress_shirt", "pants", "socks", "boots", "knit_scarf", "coat_lab", "glasses_safety", "wristwatch" ], "male": [ "briefs" ], @@ -2422,7 +2422,7 @@ "name": "Meth Cook", "description": "You clawed your way out of poverty by selling products everyone wanted, and they had the nerve to put you in jail for it. Too bad you can't sell drugs to zombies or aliens.", "points": 1, - "skills": [ { "level": 2, "name": "cooking" }, { "level": 2, "name": "firstaid" } ], + "skills": [ { "level": 2, "name": "chemistry" }, { "level": 2, "name": "firstaid" } ], "items": { "both": { "items": [ "striped_shirt", "striped_pants", "sneakers", "socks", "adderall", "matches" ], @@ -3429,7 +3429,7 @@ "name": "Science Club Member", "description": "You were a member of the school science club, and right now you're as upset as you've ever been that the school wouldn't let you play with the really fun chemicals that make things go boom. At least now no one's around to tell you that you can't.", "points": 1, - "skills": [ { "level": 1, "name": "cooking" }, { "level": 1, "name": "mechanics" } ], + "skills": [ { "level": 1, "name": "chemistry" }, { "level": 1, "name": "mechanics" } ], "items": { "both": { "items": [ "tshirt", "jacket_light", "jeans", "socks", "sneakers", "knit_scarf", "backpack", "textbook_chemistry", "wristwatch" ], diff --git a/data/json/recipes/ammo/components.json b/data/json/recipes/ammo/components.json index 61a87edd7c23e..829ad2a6fdac1 100644 --- a/data/json/recipes/ammo/components.json +++ b/data/json/recipes/ammo/components.json @@ -4,7 +4,7 @@ "type": "recipe", "category": "CC_AMMO", "subcategory": "CSC_AMMO_COMPONENTS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "15 m", "book_learn": [ [ "textbook_chemistry", 4 ], [ "recipe_bullets", 3 ], [ "textbook_anarch", 0 ] ], diff --git a/data/json/recipes/ammo/weldgas.json b/data/json/recipes/ammo/weldgas.json index f99e15b3cff12..06301e276ff18 100644 --- a/data/json/recipes/ammo/weldgas.json +++ b/data/json/recipes/ammo/weldgas.json @@ -4,7 +4,7 @@ "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "45 m", "charges": 120, @@ -17,7 +17,7 @@ "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "60 m", "charges": 12, diff --git a/data/json/recipes/armor/other.json b/data/json/recipes/armor/other.json index 8f1e07c8cf78e..b5281677bafbe 100644 --- a/data/json/recipes/armor/other.json +++ b/data/json/recipes/armor/other.json @@ -238,7 +238,7 @@ "subcategory": "CSC_OTHER_OTHER", "skill_used": "fabrication", "difficulty": 5, - "skills_required": [ "cooking", 1 ], + "skills_required": [ "chemistry", 1 ], "time": "60 m", "reversible": true, "decomp_learn": 4, @@ -294,7 +294,7 @@ "subcategory": "CSC_OTHER_OTHER", "skill_used": "fabrication", "difficulty": 5, - "skills_required": [ "cooking", 1 ], + "skills_required": [ "chemistry", 1 ], "time": "60 m", "reversible": true, "decomp_learn": 4, diff --git a/data/json/recipes/chem/fuel.json b/data/json/recipes/chem/fuel.json index af07cf82cd877..45f1261515145 100644 --- a/data/json/recipes/chem/fuel.json +++ b/data/json/recipes/chem/fuel.json @@ -5,7 +5,7 @@ "byproducts": [ [ "water_clean" ] ], "category": "CC_CHEM", "subcategory": "CSC_CHEM_FUEL", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 5, "time": "30 m", "book_learn": [ [ "textbook_chemistry" ], [ "brewing_cookbook", 4 ] ], @@ -27,7 +27,7 @@ "byproducts": [ [ "water_clean" ] ], "category": "CC_CHEM", "subcategory": "CSC_CHEM_FUEL", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 3, "time": "30 m", "book_learn": [ [ "textbook_chemistry" ], [ "brewing_cookbook" ] ], @@ -48,7 +48,7 @@ "type": "recipe", "category": "CC_CHEM", "subcategory": "CSC_CHEM_FUEL", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 6, "result_mult": 4, "time": "420 m", @@ -78,7 +78,7 @@ "type": "recipe", "category": "CC_CHEM", "subcategory": "CSC_CHEM_FUEL", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 2, "time": "30 m", "autolearn": true, diff --git a/data/json/recipes/chem/mutagens.json b/data/json/recipes/chem/mutagens.json index 75e495d0f6dc2..ba84f05281ecc 100644 --- a/data/json/recipes/chem/mutagens.json +++ b/data/json/recipes/chem/mutagens.json @@ -4,7 +4,7 @@ "result": "mutagen", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 8, "time": "45 m", @@ -51,7 +51,7 @@ "result": "iv_mutagen", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 9, "time": "2 h", @@ -66,7 +66,7 @@ "result": "mutagen_plant", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -85,7 +85,7 @@ "result": "iv_mutagen_plant", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 10, "time": "2 h", @@ -100,7 +100,7 @@ "result": "mutagen_insect", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -119,7 +119,7 @@ "result": "iv_mutagen_insect", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 10, "time": "2 h", @@ -134,7 +134,7 @@ "result": "mutagen_spider", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -149,7 +149,7 @@ "result": "iv_mutagen_spider", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 10, "time": "2 h", @@ -164,7 +164,7 @@ "result": "mutagen_slime", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -179,7 +179,7 @@ "result": "iv_mutagen_slime", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 9, "time": "2 h", @@ -194,7 +194,7 @@ "result": "mutagen_fish", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -213,7 +213,7 @@ "result": "iv_mutagen_fish", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 9, "time": "2 h", @@ -228,7 +228,7 @@ "result": "mutagen_rat", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -247,7 +247,7 @@ "result": "iv_mutagen_rat", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 9, "time": "2 h", @@ -262,7 +262,7 @@ "result": "mutagen_beast", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -277,7 +277,7 @@ "result": "iv_mutagen_beast", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 9, "time": "2 h", @@ -292,7 +292,7 @@ "result": "mutagen_ursine", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -307,7 +307,7 @@ "result": "iv_mutagen_ursine", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 9, "time": "2 h", @@ -322,7 +322,7 @@ "result": "mutagen_mouse", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -337,7 +337,7 @@ "result": "iv_mutagen_mouse", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 9, "time": "2 h", @@ -352,7 +352,7 @@ "result": "mutagen_feline", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -367,7 +367,7 @@ "result": "iv_mutagen_feline", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 9, "time": "2 h", @@ -382,7 +382,7 @@ "result": "mutagen_lupine", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -397,7 +397,7 @@ "result": "iv_mutagen_lupine", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 9, "time": "2 h", @@ -412,7 +412,7 @@ "result": "mutagen_cattle", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -427,7 +427,7 @@ "result": "iv_mutagen_cattle", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 9, "time": "2 h", @@ -442,7 +442,7 @@ "result": "mutagen_cephalopod", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -461,7 +461,7 @@ "result": "iv_mutagen_cephalopod", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 9, "time": "2 h", @@ -476,7 +476,7 @@ "result": "mutagen_bird", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -491,7 +491,7 @@ "result": "iv_mutagen_bird", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 9, "time": "2 h", @@ -506,7 +506,7 @@ "result": "mutagen_lizard", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -521,7 +521,7 @@ "result": "iv_mutagen_lizard", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 9, "time": "2 h", @@ -536,7 +536,7 @@ "result": "mutagen_troglobite", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -551,7 +551,7 @@ "result": "iv_mutagen_troglobite", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 9, "time": "2 h", @@ -566,7 +566,7 @@ "result": "mutagen_medical", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -601,7 +601,7 @@ "result": "iv_mutagen_medical", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 10, "time": "2 h", @@ -616,7 +616,7 @@ "result": "purifier", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 9, "time": "45 m", @@ -635,7 +635,7 @@ "result": "iv_purifier", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 10, "time": "2 h", @@ -650,7 +650,7 @@ "result": "mutagen_alpha", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 10, "time": "20 m", @@ -669,7 +669,7 @@ "result": "iv_mutagen_alpha", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 10, "time": "2 h", @@ -684,7 +684,7 @@ "result": "mutagen_elfa", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 10, "time": "12 m", @@ -698,7 +698,7 @@ "result": "iv_mutagen_elfa", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 10, "time": "2 h", @@ -713,7 +713,7 @@ "result": "mutagen_chimera", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 10, "time": "2 h", @@ -728,7 +728,7 @@ "result": "iv_mutagen_chimera", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 10, "time": "2 h", @@ -743,7 +743,7 @@ "result": "mutagen_raptor", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 10, "time": "12 m", @@ -757,7 +757,7 @@ "result": "iv_mutagen_raptor", "category": "CC_CHEM", "subcategory": "CSC_CHEM_MUTAGEN", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 3 ], "difficulty": 10, "time": "2 h", diff --git a/data/json/recipes/chem/other.json b/data/json/recipes/chem/other.json index 6a0218efe44c8..606b9011c5109 100644 --- a/data/json/recipes/chem/other.json +++ b/data/json/recipes/chem/other.json @@ -6,7 +6,7 @@ "subcategory": "CSC_CHEM_OTHER", "skill_used": "survival", "difficulty": 2, - "skills_required": [ "cooking", 2 ], + "skills_required": [ "chemistry", 2 ], "time": "30 m", "autolearn": true, "book_learn": [ [ "recipe_arrows", 1 ], [ "textbook_survival", 1 ], [ "survival_book", 1 ] ], @@ -19,7 +19,7 @@ "type": "recipe", "category": "CC_CHEM", "subcategory": "CSC_CHEM_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 2, "time": "12 m", "autolearn": true, @@ -47,7 +47,7 @@ "type": "recipe", "category": "CC_CHEM", "subcategory": "CSC_CHEM_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 3, "time": "60 m", "batch_time_factors": [ 70, 10 ], diff --git a/data/json/recipes/other/materials.json b/data/json/recipes/other/materials.json index 416b27468f545..cf3a6b41e60fb 100644 --- a/data/json/recipes/other/materials.json +++ b/data/json/recipes/other/materials.json @@ -80,7 +80,7 @@ "byproducts": [ [ "steel_chunk" ] ], "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "book_learn": [ [ "textbook_chemistry", 4 ], [ "textbook_fabrication", 4 ], [ "welding_book", 4 ] ], "time": "30 m", @@ -108,7 +108,7 @@ "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 1, "autolearn": true, "time": "40 m", diff --git a/data/json/recipes/other/medical.json b/data/json/recipes/other/medical.json index 5d5679f13ffe7..d0e9301058b53 100644 --- a/data/json/recipes/other/medical.json +++ b/data/json/recipes/other/medical.json @@ -30,7 +30,7 @@ "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MEDICAL", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 1, "time": "5 m", "batch_time_factors": [ 95, 4 ], @@ -42,7 +42,7 @@ "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MEDICAL", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 1, "time": "5 m", "batch_time_factors": [ 95, 4 ], @@ -56,7 +56,7 @@ "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MEDICAL", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "skills_required": [ "firstaid", 2 ], "time": "24 m", @@ -70,7 +70,7 @@ "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MEDICAL", - "skill_used": "cooking", + "skill_used": "chemistry", "autolearn": true, "book_learn": [ [ "isherwood_herbal_remedies", 1 ] ], "time": "30 s", @@ -81,7 +81,7 @@ "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MEDICAL", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "skills_required": [ "survival", 4 ], "time": "60 m", @@ -96,7 +96,7 @@ "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MEDICAL", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "skills_required": [ "survival", 4 ], "time": "60 m", diff --git a/data/json/recipes/recipe_ammo.json b/data/json/recipes/recipe_ammo.json index df300d8afe2fe..a879fb4d31ca5 100644 --- a/data/json/recipes/recipe_ammo.json +++ b/data/json/recipes/recipe_ammo.json @@ -737,7 +737,7 @@ "result": "napalm", "category": "CC_AMMO", "subcategory": "CSC_AMMO_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 7, "time": "60 m", "qualities": [ { "id": "CHEM", "level": 2 } ], @@ -760,7 +760,7 @@ "result": "gelled_gasoline", "category": "CC_AMMO", "subcategory": "CSC_AMMO_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 2, "time": "20 m", "batch_time_factors": [ 80, 5 ], @@ -773,7 +773,7 @@ "result": "flamethrower_fuel", "category": "CC_AMMO", "subcategory": "CSC_AMMO_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 2, "time": "3 m", "batch_time_factors": [ 80, 5 ], @@ -842,7 +842,7 @@ "result": "gas_fungicidal", "category": "CC_AMMO", "subcategory": "CSC_AMMO_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "survival", 2 ], "difficulty": 4, "time": "8 m", @@ -856,7 +856,7 @@ "result": "gas_insecticidal", "category": "CC_AMMO", "subcategory": "CSC_AMMO_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "survival", 2 ], "difficulty": 4, "time": "8 m", @@ -870,7 +870,7 @@ "result": "gas_chloramine", "category": "CC_AMMO", "subcategory": "CSC_AMMO_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "survival", 2 ], "difficulty": 3, "time": "8 m", diff --git a/data/json/recipes/recipe_deconstruction.json b/data/json/recipes/recipe_deconstruction.json index 9968d6a0f03da..05ba2b6855133 100644 --- a/data/json/recipes/recipe_deconstruction.json +++ b/data/json/recipes/recipe_deconstruction.json @@ -3448,7 +3448,7 @@ "type": "uncraft", "skill_used": "electronics", "difficulty": 4, - "skills_required": [ "cooking", 1 ], + "skills_required": [ "chemistry", 1 ], "time": "1 h", "qualities": [ { "id": "SCREW", "level": 1 } ], "using": [ [ "soldering_standard", 20 ] ], diff --git a/data/json/recipes/recipe_electronics.json b/data/json/recipes/recipe_electronics.json index f229142ffaa76..6e81cdb834b1a 100644 --- a/data/json/recipes/recipe_electronics.json +++ b/data/json/recipes/recipe_electronics.json @@ -2335,7 +2335,7 @@ "result": "light_minus_disposable_cell", "category": "CC_ELECTRONIC", "subcategory": "CSC_ELECTRONIC_TOOLS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "electronics", 5 ], "difficulty": 6, "time": "45 m", @@ -2356,7 +2356,7 @@ "result": "light_disposable_cell", "category": "CC_ELECTRONIC", "subcategory": "CSC_ELECTRONIC_TOOLS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "electronics", 5 ], "difficulty": 6, "time": "1 h", @@ -2377,7 +2377,7 @@ "result": "medium_disposable_cell", "category": "CC_ELECTRONIC", "subcategory": "CSC_ELECTRONIC_TOOLS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "electronics", 5 ], "difficulty": 6, "time": "1 h 20 m", @@ -2398,7 +2398,7 @@ "result": "heavy_disposable_cell", "category": "CC_ELECTRONIC", "subcategory": "CSC_ELECTRONIC_TOOLS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "electronics", 5 ], "difficulty": 6, "time": "1 h 45 m", diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 74bd52ad2a37f..9b409f651e417 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -3742,7 +3742,7 @@ "category": "CC_FOOD", "subcategory": "CSC_FOOD_OTHER", "//": "high-temperature acid hydrolysis, to extract edible wood sugars", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 7, "time": "1 h", "book_learn": [ [ "adv_chemistry", 7 ], [ "textbook_chemistry", 8 ], [ "recipe_labchem", 6 ] ], @@ -3760,7 +3760,7 @@ "category": "CC_FOOD", "subcategory": "CSC_FOOD_OTHER", "//": "process sugar beets into sugar", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 5, "time": "1 h 30 m", "book_learn": [ [ "adv_chemistry", 6 ], [ "textbook_chemistry", 6 ], [ "cookbook_foodfashions", 5, "Natural Beet Sugar" ] ], diff --git a/data/json/recipes/recipe_medsandchemicals.json b/data/json/recipes/recipe_medsandchemicals.json index 8b15c820d3046..ec3a89b185fc6 100644 --- a/data/json/recipes/recipe_medsandchemicals.json +++ b/data/json/recipes/recipe_medsandchemicals.json @@ -4,7 +4,7 @@ "result": "salt_water", "category": "CC_CHEM", "subcategory": "CSC_CHEM_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "time": "1 m", "autolearn": true, "flags": [ "BLIND_HARD" ], @@ -15,7 +15,7 @@ "result": "soapy_water", "category": "CC_CHEM", "subcategory": "CSC_CHEM_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "time": "1 m", "autolearn": true, "flags": [ "BLIND_HARD" ], @@ -28,7 +28,7 @@ "subcategory": "CSC_OTHER_MEDICAL", "skill_used": "firstaid", "difficulty": 2, - "skills_required": [ "cooking", 2 ], + "skills_required": [ "chemistry", 2 ], "time": "30 m", "book_learn": [ [ "textbook_firstaid", 2 ], @@ -48,7 +48,7 @@ "result": "acid", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "10 m", "autolearn": true, @@ -85,7 +85,7 @@ "result": "water_acid", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "electronics", 1 ], "difficulty": 2, "time": "10 m", @@ -98,7 +98,7 @@ "result": "tallow_tainted", "category": "CC_CHEM", "subcategory": "CSC_CHEM_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 2, "time": "15 m", "autolearn": true, @@ -123,7 +123,7 @@ "result": "tobacco", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 2, "time": "18 m", "autolearn": true, @@ -148,7 +148,7 @@ "result": "meth", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 5, "time": "20 m", "book_learn": [ [ "textbook_chemistry", 5 ], [ "adv_chemistry", 5 ], [ "recipe_labchem", 5 ] ], @@ -165,7 +165,7 @@ "result": "crack", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "30 m", "book_learn": [ [ "textbook_chemistry", 4 ], [ "adv_chemistry", 4 ], [ "recipe_labchem", 4 ] ], @@ -178,7 +178,7 @@ "result": "poppy_sleep", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "survival", 1 ], "difficulty": 2, "time": "5 m", @@ -200,7 +200,7 @@ "result": "bonemeal_tablet", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "survival", 2 ], "difficulty": 2, "time": "20 m", @@ -219,7 +219,7 @@ "result": "flavored_bonemeal_tablet", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "survival", 2 ], "difficulty": 3, "time": "30 m", @@ -238,7 +238,7 @@ "result": "poppy_pain", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "survival", 1 ], "difficulty": 2, "time": "5 m", @@ -260,7 +260,7 @@ "result": "fungicide", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "survival", 1 ], "difficulty": 2, "time": "5 m", @@ -282,7 +282,7 @@ "result": "antifungal", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "30 m", "book_learn": [ @@ -304,7 +304,7 @@ "result": "insecticide", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "30 m", "book_learn": [ [ "textbook_chemistry", 4 ], [ "adv_chemistry", 4 ], [ "recipe_labchem", 4 ] ], @@ -325,7 +325,7 @@ "id_suffix": "nicotine", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "30 m", "book_learn": [ [ "textbook_chemistry", 4 ], [ "adv_chemistry", 4 ], [ "recipe_labchem", 4 ] ], @@ -348,7 +348,7 @@ "result": "antiparasitic", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 6, "time": "30 m", "book_learn": [ @@ -375,7 +375,7 @@ "result": "adrenaline_injector", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 6, "time": "30 m", "book_learn": [ @@ -402,7 +402,7 @@ "result": "heroin", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 6, "time": "2 m", "book_learn": [ [ "textbook_chemistry", 7 ], [ "adv_chemistry", 7 ], [ "atomic_survival", 6 ], [ "recipe_labchem", 6 ] ], @@ -418,7 +418,7 @@ "result": "diazepam", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 6, "time": "4 m", "book_learn": [ [ "textbook_chemistry", 7 ], [ "adv_chemistry", 7 ], [ "atomic_survival", 6 ], [ "recipe_labchem", 6 ] ], @@ -431,7 +431,7 @@ "result": "thorazine", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 7, "time": "4 m", "book_learn": [ [ "textbook_chemistry", 8 ], [ "adv_chemistry", 8 ], [ "atomic_survival", 7 ], [ "recipe_labchem", 7 ] ], @@ -444,7 +444,7 @@ "result": "lsd", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 6, "time": "30 m", "book_learn": [ [ "textbook_chemistry", 8 ], [ "adv_chemistry", 6 ], [ "recipe_labchem", 7 ] ], @@ -476,7 +476,7 @@ "result": "iodine", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 6, "time": "24 m", @@ -490,7 +490,7 @@ "result": "prussian_blue", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 7, "time": "36 m", @@ -510,7 +510,7 @@ "result": "aspirin", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 4, "time": "24 m", @@ -530,7 +530,7 @@ "result": "pur_tablets", "category": "CC_CHEM", "subcategory": "CSC_CHEM_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 6, "time": "24 m", "book_learn": [ @@ -549,7 +549,7 @@ "result": "bleach", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "electronics", 2 ], "difficulty": 5, "time": "25 m", @@ -565,7 +565,7 @@ "result": "ammonia", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 6, "time": "36 m", "book_learn": [ [ "adv_chemistry", 5 ], [ "textbook_chemistry", 5 ], [ "recipe_labchem", 5 ] ], @@ -583,7 +583,7 @@ "byproducts": [ [ "salt_water", 2 ] ], "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "electronics", 2 ], "difficulty": 7, "time": "45 m", @@ -599,7 +599,7 @@ "result": "lye_powder", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "3 h", "batch_time_factors": [ 80, 4 ], @@ -614,7 +614,7 @@ "id_suffix": "from_lye", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 3, "time": "1 h 30 m", "autolearn": true, @@ -628,7 +628,7 @@ "result": "heatpack", "category": "CC_CHEM", "subcategory": "CSC_CHEM_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 3, "time": "6 m", "book_learn": [ [ "adv_chemistry", 3 ], [ "textbook_chemistry", 3 ], [ "atomic_survival", 4 ] ], @@ -642,7 +642,7 @@ "result": "pheromone", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "survival", 1 ], "difficulty": 3, "time": "1 m 12 s", @@ -676,7 +676,7 @@ "result": "fertilizer_liquid", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "survival", 2 ], "difficulty": 3, "time": "20 m", @@ -697,7 +697,7 @@ "result": "flask_yeast", "category": "CC_CHEM", "subcategory": "CSC_CHEM_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 2, "time": "30 m", "autolearn": true, @@ -714,7 +714,7 @@ "result": "slime_scrap", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 6, "time": "45 m", "book_learn": [ [ "recipe_creepy", 7 ], [ "recipe_serum", 7 ] ], @@ -727,7 +727,7 @@ "result": "soap", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 3, "time": "45 m", "qualities": [ { "id": "CHEM", "level": 1 } ], @@ -745,7 +745,7 @@ "result": "soap_flakes", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "time": "15 m", "autolearn": true, "qualities": [ { "id": "CUT", "level": 1 } ], @@ -756,7 +756,7 @@ "result": "poppysyrup", "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "survival", 1 ], "difficulty": 2, "time": "5 m", @@ -778,7 +778,7 @@ "result": "chem_hydrogen_peroxide_conc", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 7, "time": "25 m", "book_learn": [ [ "recipe_labchem", 7 ], [ "textbook_chemistry", 7 ] ], @@ -792,7 +792,7 @@ "result_mult": 5, "category": "CC_CHEM", "subcategory": "CSC_CHEM_DRUGS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ [ "firstaid", 3 ] ], "difficulty": 4, "time": "6 m", @@ -807,7 +807,7 @@ "result": "chem_muriatic_acid", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "15 m", "book_learn": [ [ "recipe_labchem", 3 ], [ "textbook_chemistry", 3 ] ], @@ -822,7 +822,7 @@ "byproducts": [ [ "lye", 2 ] ], "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ [ "electronics", 2 ], [ "mechanics", 2 ] ], "difficulty": 6, "time": "40 m", @@ -842,7 +842,7 @@ "result": "chem_sulphuric_acid", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 7, "time": "15 m", "autolearn": true, @@ -855,7 +855,7 @@ "result": "chem_nitric_acid", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 5, "time": "10 m", "autolearn": true, @@ -869,7 +869,7 @@ "id_suffix": "from ammonia", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 6, "time": "40 m", "book_learn": [ [ "adv_chemistry", 6 ], [ "textbook_chemistry", 6 ] ], @@ -884,7 +884,7 @@ "byproducts": [ [ "chem_potassium_chloride" ] ], "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 5, "time": "10 m", "autolearn": true, @@ -897,7 +897,7 @@ "result": "chem_aluminium_sulphate", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 5, "time": "2 m 30 s", "autolearn": true, @@ -911,7 +911,7 @@ "byproducts": [ [ "water" ] ], "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "3 m", "autolearn": true, @@ -925,7 +925,7 @@ "byproducts": [ [ "water" ] ], "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 5, "charges": 680, "time": "45 m", @@ -945,7 +945,7 @@ "byproducts": [ [ "ammonia", 1 ] ], "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 5, "time": "25 m", "book_learn": [ [ "textbook_anarch", 7 ], [ "recipe_labchem", 5 ], [ "textbook_chemistry", 6 ] ], @@ -960,7 +960,7 @@ "result_mult": 5, "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "40 m", "batch_time_factors": [ 80, 4 ], @@ -974,7 +974,7 @@ "result": "chem_black_powder", "category": "CC_AMMO", "subcategory": "CSC_AMMO_COMPONENTS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "20 m", "book_learn": [ [ "textbook_anarch", 6 ], [ "recipe_labchem", 4 ], [ "textbook_chemistry", 5 ], [ "textbook_armschina", 5 ] ], @@ -988,7 +988,7 @@ "category": "CC_AMMO", "subcategory": "CSC_AMMO_COMPONENTS", "skill_used": "fabrication", - "skills_required": [ "cooking", 1 ], + "skills_required": [ "chemistry", 1 ], "difficulty": 4, "time": "20 m", "book_learn": [ @@ -1018,7 +1018,7 @@ "result": "chem_anfo", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 5, "time": "3 h", "book_learn": [ [ "textbook_anarch", 6 ], [ "recipe_labchem", 5 ], [ "textbook_chemistry", 7 ] ], @@ -1030,7 +1030,7 @@ "result": "chem_acetic_acid", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "30 m", "autolearn": true, @@ -1043,7 +1043,7 @@ "result": "chem_hexamine", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 6, "time": "30 m", "batch_time_factors": [ 67, 5 ], @@ -1056,7 +1056,7 @@ "result": "chem_formaldehyde", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 5, "time": "15 m", "batch_time_factors": [ 80, 4 ], @@ -1071,7 +1071,7 @@ "byproducts": [ [ "chem_ethanol", 2 ] ], "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 3, "time": "10 m", "batch_time_factors": [ 80, 4 ], @@ -1086,7 +1086,7 @@ "id_suffix": "from wood", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "1 h", "batch_time_factors": [ 80, 4 ], @@ -1100,7 +1100,7 @@ "result": "chem_rdx", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 7, "time": "1 h 15 m", "book_learn": [ [ "recipe_labchem", 8 ], [ "textbook_anarch", 10 ] ], @@ -1113,7 +1113,7 @@ "result": "chem_thermite", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "2 m", "autolearn": true, @@ -1125,7 +1125,7 @@ "result": "chem_hmtd", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 7, "time": "55 m", "book_learn": [ [ "recipe_labchem", 8 ] ], @@ -1137,7 +1137,7 @@ "result": "chem_rocket_fuel", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "time": "5 m", "book_learn": [ [ "textbook_anarch", 5 ], [ "recipe_labchem", 4 ], [ "textbook_chemistry", 5 ] ], @@ -1149,7 +1149,7 @@ "result": "tool_rocket_candy", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 3, "time": "30 m", "book_learn": [ [ "textbook_anarch", 4 ], [ "recipe_labchem", 3 ], [ "textbook_chemistry", 5 ] ], @@ -1164,7 +1164,7 @@ "subcategory": "CSC_CHEM_OTHER", "skill_used": "survival", "difficulty": 2, - "skills_required": [ "cooking", 1 ], + "skills_required": [ "chemistry", 1 ], "time": "1 h", "batch_time_factors": [ 99, 1 ], "autolearn": true, @@ -1178,7 +1178,7 @@ "id_suffix": "by_electrolysis", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "electronics", 2 ], "difficulty": 4, "time": "20 m", @@ -1211,7 +1211,7 @@ "type": "recipe", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 6, "time": "1 h 20 m", "book_learn": [ [ "textbook_chemistry", 4 ], [ "adv_chemistry", 7 ] ], @@ -1228,7 +1228,7 @@ "type": "recipe", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 3, "charges": 200, "time": "2 h", @@ -1242,7 +1242,7 @@ "type": "recipe", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 3, "charges": 785, "time": "2 h", diff --git a/data/json/recipes/recipe_others.json b/data/json/recipes/recipe_others.json index a9127094f4a65..7caf65d0d1a27 100644 --- a/data/json/recipes/recipe_others.json +++ b/data/json/recipes/recipe_others.json @@ -1901,7 +1901,7 @@ "category": "CC_OTHER", "subcategory": "CSC_OTHER_TOOLS", "skill_used": "fabrication", - "skills_required": [ "cooking", 2 ], + "skills_required": [ "chemistry", 2 ], "time": "2 m", "reversible": true, "decomp_learn": 0, @@ -1920,7 +1920,7 @@ "category": "CC_OTHER", "subcategory": "CSC_OTHER_TOOLS", "skill_used": "fabrication", - "skills_required": [ "cooking", 2 ], + "skills_required": [ "chemistry", 2 ], "time": "3 m", "reversible": true, "decomp_learn": 0, @@ -2227,7 +2227,7 @@ "result": "pot_copper", "category": "CC_OTHER", "subcategory": "CSC_OTHER_TOOLS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 4, "book_learn": [ [ "textbook_chemistry", 4 ], [ "textbook_fabrication", 4 ], [ "welding_book", 4 ] ], "time": "1 h 30 m", @@ -2527,7 +2527,7 @@ "result": "quikclot", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MEDICAL", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 4, "time": "1 m 12 s", @@ -2541,7 +2541,7 @@ "result": "bfipowder", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MEDICAL", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "firstaid", 1 ], "difficulty": 6, "time": "1 m 12 s", @@ -2866,7 +2866,7 @@ "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", "skill_used": "fabrication", - "skills_required": [ "cooking", 4 ], + "skills_required": [ "chemistry", 4 ], "difficulty": 4, "time": "30 m", "book_learn": [ [ "glassblowing_book", 5 ] ], @@ -3153,7 +3153,7 @@ "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", "skill_used": "fabrication", - "skills_required": [ "cooking", 2 ], + "skills_required": [ "chemistry", 2 ], "difficulty": 3, "time": "1 h", "batch_time_factors": [ 75, 4 ], @@ -3167,7 +3167,7 @@ "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", "skill_used": "fabrication", - "skills_required": [ "cooking", 3 ], + "skills_required": [ "chemistry", 3 ], "difficulty": 4, "time": "1 h 30 m", "autolearn": true, @@ -3282,7 +3282,7 @@ "result": "plastic_chunk", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 5, "time": "50 m", "autolearn": true, @@ -4098,7 +4098,7 @@ "result": "neoprene", "category": "CC_CHEM", "subcategory": "CSC_CHEM_OTHER", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 5, "time": "25 m", "book_learn": [ [ "adv_chemistry", 3 ], [ "textbook_chemistry", 3 ] ], diff --git a/data/json/recipes/weapon/explosive.json b/data/json/recipes/weapon/explosive.json index 5dc8384057242..ce568cc40e0c6 100644 --- a/data/json/recipes/weapon/explosive.json +++ b/data/json/recipes/weapon/explosive.json @@ -19,7 +19,7 @@ "type": "recipe", "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_EXPLOSIVE", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 7, "time": "10 m", "book_learn": [ [ "textbook_anarch", 5 ], [ "adv_chemistry", 6 ], [ "textbook_chemistry", 6 ] ], @@ -90,7 +90,7 @@ "result": "fertilizer_bomb", "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_EXPLOSIVE", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "survival", 2 ], "difficulty": 3, "time": "20 m", @@ -110,7 +110,7 @@ "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_EXPLOSIVE", "skill_used": "fabrication", - "skills_required": [ "cooking", 6 ], + "skills_required": [ "chemistry", 6 ], "difficulty": 6, "time": "40 m", "reversible": true, @@ -130,7 +130,7 @@ "//": "Displaces older teargas recipe. Conventional teargas grenades generally aren't trichloramine.", "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_EXPLOSIVE", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "mechanics", 1 ], "difficulty": 4, "time": "8 m", @@ -149,7 +149,7 @@ "type": "recipe", "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_EXPLOSIVE", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "mechanics", 1 ], "difficulty": 4, "time": "8 m", @@ -169,7 +169,7 @@ "type": "recipe", "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_EXPLOSIVE", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "mechanics", 1 ], "difficulty": 4, "time": "8 m", @@ -340,7 +340,7 @@ "type": "recipe", "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_EXPLOSIVE", - "skill_used": "cooking", + "skill_used": "chemistry", "skills_required": [ "mechanics", 1 ], "difficulty": 3, "time": "7 m 30 s", @@ -359,7 +359,7 @@ "type": "recipe", "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_EXPLOSIVE", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 7, "time": "2 h", "reversible": true, diff --git a/data/json/skills.json b/data/json/skills.json index 0cd308694c0c4..b18daeb3c114e 100644 --- a/data/json/skills.json +++ b/data/json/skills.json @@ -84,11 +84,19 @@ "type": "skill", "ident": "cooking", "name": "cooking", - "description": "Your skill in combining food ingredients to make other, tastier food items. It may also be used in certain chemical mixtures and other, more esoteric tasks.", + "description": "Your skill in combining food ingredients to make other, tastier food items.", "companion_industry_rank_factor": 1, "display_category": "display_crafting", "companion_skill_practice": [ { "skill": "menial", "weight": 15 } ] }, + { + "type": "skill", + "ident": "chemistry", + "name": "chemistry", + "description": "Your skill in combining chemicals to make reactions into other chemical items. It may also be used in the creation of mutagens and explosives among other uses.", + "companion_industry_rank_factor": 1, + "display_category": "display_crafting" + }, { "type": "skill", "ident": "tailor", From 800cf80c38b639f4eeece89d154373efe612aedd Mon Sep 17 00:00:00 2001 From: roaringjohn Date: Thu, 13 Feb 2020 20:49:49 -0500 Subject: [PATCH 2/9] Salt Chemistry and Lithium Change some recipes to take into account the new recipe book I added, and added a few lithium items as well as hydrofluoric acid. Still not in itemgroups, nor do they have recipes. That will be done in the next commit. --- data/json/items/book/chemistry.json | 20 +++++++ data/json/items/chemicals_and_resources.json | 56 +++++++++++++++++++ .../json/recipes/recipe_medsandchemicals.json | 8 +-- 3 files changed, 80 insertions(+), 4 deletions(-) diff --git a/data/json/items/book/chemistry.json b/data/json/items/book/chemistry.json index 166bda3f1136d..f0a22de36b808 100644 --- a/data/json/items/book/chemistry.json +++ b/data/json/items/book/chemistry.json @@ -230,6 +230,26 @@ "time": "30 m", "fun": -2 }, + { + "id": "salt_chemistry", + "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.", + "weight": "1615 g", + "volume": "1750 ml", + "price": 5000, + "price_postapoc": 20000, + "bashing": 4, + "material": [ "paper" ], + "symbol": "?", + "color": "blue", + "skill": "chemistry", + "required_level": 2, + "max_level": 5, + "intelligence": 10, + "time": "20 m", + "fun": -1 + }, { "id": "textbook_chemistry", "type": "BOOK", diff --git a/data/json/items/chemicals_and_resources.json b/data/json/items/chemicals_and_resources.json index 5aa7293aaf0de..df1183bf2cac6 100644 --- a/data/json/items/chemicals_and_resources.json +++ b/data/json/items/chemicals_and_resources.json @@ -537,6 +537,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. It can also be used to produce other lithium compounds.", + "material": "powder", + "volume": "250 ml", + "weight": "185 g", + "phase": "liquid", + "bashing": 1, + "ammo_type": "components", + "container": "bottle_glass" + }, + { + "type": "AMMO", + "id": "chem_lithium_titanate", + "category": "chems", + "price": 1200, + "name": "lithium titanate", + "name_plural": "lithium titanate", + "symbol": "=", + "color": "white", + "description": "A handful of lithium titanate powder. It is commonly used as a flux. It can also be used for sintering.", + "material": "powder_nonflam", + "volume": "11 ml", + "weight": "370 mg", + "bashing": 1, + "ammo_type": "components", + "container": "bottle_plastic_small", + "count": 100 + }, { "type": "AMMO", "id": "chem_potassium_chloride", @@ -615,6 +651,26 @@ "//freezing_point": 25, "drop_action": { "type": "emit_actor", "emits": [ "emit_acid_drop" ], "scale_qty": true } }, + { + "type": "AMMO", + "id": "chem_hydrofluoric_acid", + "category": "chems", + "price": 400, + "name": "hydrofluoric acid", + "name_plural": "hydrofluoric acid", + "symbol": "=", + "color": "white", + "flags": [ "DROP_ACTION_ONLY_IF_LIQUID" ], + "description": "Hydrofluoric acid: acidic and highly corrosive, it can cause deep burns on contact with organic matter. It was used to make most fluorine-containing compounds.", + "volume": "250 ml", + "weight": "288 g", + "bashing": 1, + "ammo_type": "components", + "phase": "liquid", + "contianer": "bottle_plastic", + "//freezing_point": 25, + "drop_action": { "type": "emit_actor", "emits": [ "emit_acid_drop" ], "scale_qty": true } + }, { "type": "AMMO", "id": "chem_acetone", diff --git a/data/json/recipes/recipe_medsandchemicals.json b/data/json/recipes/recipe_medsandchemicals.json index ec3a89b185fc6..9e671a339bef3 100644 --- a/data/json/recipes/recipe_medsandchemicals.json +++ b/data/json/recipes/recipe_medsandchemicals.json @@ -900,7 +900,7 @@ "skill_used": "chemistry", "difficulty": 5, "time": "2 m 30 s", - "autolearn": true, + "book_learn": [ [ "salt_chemistry", 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 ] ] ] @@ -914,7 +914,7 @@ "skill_used": "chemistry", "difficulty": 4, "time": "3 m", - "autolearn": true, + "book_learn": [ [ "salt_chemistry", 4 ]], "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 2 } ], "tools": [ [ [ "surface_heat", 25, "LIST" ] ] ], "components": [ [ [ "chem_nitric_acid", 5 ] ], [ [ "ammonia", 5 ] ] ] @@ -948,7 +948,7 @@ "skill_used": "chemistry", "difficulty": 5, "time": "25 m", - "book_learn": [ [ "textbook_anarch", 7 ], [ "recipe_labchem", 5 ], [ "textbook_chemistry", 6 ] ], + "book_learn": [ [ "textbook_anarch", 7 ], [ "recipe_labchem", 5 ], [ "textbook_chemistry", 6 ], [ "salt_chemistry", 5 ] ], "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 2 } ], "tools": [ [ [ "surface_heat", 25, "LIST" ] ] ], "components": [ [ [ "chem_ammonium_nitrate", 25 ] ], [ [ "lye_powder", 150 ] ] ] @@ -964,7 +964,7 @@ "difficulty": 4, "time": "40 m", "batch_time_factors": [ 80, 4 ], - "autolearn": true, + "book_learn": [ [ "salt_chemistry", 4 ]], "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CONTAIN", "level": 1 } ], "tools": [ [ [ "surface_heat", 25, "LIST" ] ] ], "components": [ [ [ "material_niter", 1 ] ], [ [ "water_clean", 3 ], [ "water", 3 ] ] ] From 5a82aa08af578ed32c511e2f2254fff56b8903a1 Mon Sep 17 00:00:00 2001 From: roaringjohn Date: Thu, 13 Feb 2020 20:56:27 -0500 Subject: [PATCH 3/9] Update recipe_medsandchemicals.json --- data/json/recipes/recipe_medsandchemicals.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/recipes/recipe_medsandchemicals.json b/data/json/recipes/recipe_medsandchemicals.json index 9e671a339bef3..23055a3f63b06 100644 --- a/data/json/recipes/recipe_medsandchemicals.json +++ b/data/json/recipes/recipe_medsandchemicals.json @@ -900,7 +900,7 @@ "skill_used": "chemistry", "difficulty": 5, "time": "2 m 30 s", - "book_learn": [ [ "salt_chemistry", 5 ]], + "book_learn": [ [ "salt_chemistry", 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 ] ] ] @@ -914,7 +914,7 @@ "skill_used": "chemistry", "difficulty": 4, "time": "3 m", - "book_learn": [ [ "salt_chemistry", 4 ]], + "book_learn": [ [ "salt_chemistry", 4 ] ], "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 2 } ], "tools": [ [ [ "surface_heat", 25, "LIST" ] ] ], "components": [ [ [ "chem_nitric_acid", 5 ] ], [ [ "ammonia", 5 ] ] ] @@ -964,7 +964,7 @@ "difficulty": 4, "time": "40 m", "batch_time_factors": [ 80, 4 ], - "book_learn": [ [ "salt_chemistry", 4 ]], + "book_learn": [ [ "salt_chemistry", 4 ] ], "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CONTAIN", "level": 1 } ], "tools": [ [ [ "surface_heat", 25, "LIST" ] ] ], "components": [ [ [ "material_niter", 1 ] ], [ [ "water_clean", 3 ], [ "water", 3 ] ] ] From 4b5649594aebf7b0a78dbe0681a14f71cac238e9 Mon Sep 17 00:00:00 2001 From: roaringjohn Date: Thu, 13 Feb 2020 22:08:01 -0500 Subject: [PATCH 4/9] Update chemicals_and_resources.json --- data/json/items/chemicals_and_resources.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/chemicals_and_resources.json b/data/json/items/chemicals_and_resources.json index df1183bf2cac6..a98da7257cb10 100644 --- a/data/json/items/chemicals_and_resources.json +++ b/data/json/items/chemicals_and_resources.json @@ -667,7 +667,7 @@ "bashing": 1, "ammo_type": "components", "phase": "liquid", - "contianer": "bottle_plastic", + "container": "bottle_plastic", "//freezing_point": 25, "drop_action": { "type": "emit_actor", "emits": [ "emit_acid_drop" ], "scale_qty": true } }, From 35a05053f6a14de88db92a177da399c74d799e1e Mon Sep 17 00:00:00 2001 From: roaringjohn Date: Fri, 14 Feb 2020 04:06:06 -0500 Subject: [PATCH 5/9] Inorganic Chemistry --- data/json/items/book/chemistry.json | 6 +++--- data/json/recipes/recipe_medsandchemicals.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data/json/items/book/chemistry.json b/data/json/items/book/chemistry.json index f0a22de36b808..caf0f75625c97 100644 --- a/data/json/items/book/chemistry.json +++ b/data/json/items/book/chemistry.json @@ -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, diff --git a/data/json/recipes/recipe_medsandchemicals.json b/data/json/recipes/recipe_medsandchemicals.json index 23055a3f63b06..969cf771ea5cc 100644 --- a/data/json/recipes/recipe_medsandchemicals.json +++ b/data/json/recipes/recipe_medsandchemicals.json @@ -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 ] ] ] @@ -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 ] ] ] @@ -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 ] ] ] @@ -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 ] ] ] From e483af79ea50952486b4c6c3734a10f519d97c95 Mon Sep 17 00:00:00 2001 From: roaringjohn Date: Fri, 14 Feb 2020 04:50:40 -0500 Subject: [PATCH 6/9] Organic Chemistry For later commits and later PRs, I decided to add a lower-level organic chemistry textbook to go with the lower-level inorganic chemistry textbook I already added. Might break this up if suggested. --- data/json/items/book/chemistry.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/data/json/items/book/chemistry.json b/data/json/items/book/chemistry.json index caf0f75625c97..516d2097469b6 100644 --- a/data/json/items/book/chemistry.json +++ b/data/json/items/book/chemistry.json @@ -250,6 +250,26 @@ "time": "20 m", "fun": -1 }, + { + "id": "textbook_organic", + "type": "BOOK", + "name": "organic chemistry textbook", + "description": "A textbook on organic chemistry, with lab manual sections.", + "weight": "1500 g", + "volume": "1750 ml", + "price": 7500, + "price_postapoc": 35000, + "bashing": 4, + "material": [ "paper" ], + "symbol": "?", + "color": "blue", + "skill": "chemistry", + "required_level": 2, + "max_level": 5, + "intelligence": 10, + "time": "20 m", + "fun": -1 + }, { "id": "textbook_chemistry", "type": "BOOK", From 69d3d690d5d3ececbfa3dbbf65662ec072271ca4 Mon Sep 17 00:00:00 2001 From: roaringjohn Date: Fri, 14 Feb 2020 05:12:21 -0500 Subject: [PATCH 7/9] Beginner's Guide to Chemistry Added a "high school"-level chemistry textbook for levels 0 through 2. --- data/json/items/book/chemistry.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/data/json/items/book/chemistry.json b/data/json/items/book/chemistry.json index 516d2097469b6..bd533e87b8e87 100644 --- a/data/json/items/book/chemistry.json +++ b/data/json/items/book/chemistry.json @@ -289,5 +289,25 @@ "intelligence": 12, "time": "35 m", "fun": -1 + }, + { + "id": "textbook_beginner_chemistry", + "type": "BOOK", + "name": "beginner's chemistry textbook", + "description": "A high school textbook on chemistry.", + "weight": "800 g", + "volume": "1250 ml", + "price": 250, + "price_postapoc": 7500, + "bashing": 2, + "material": [ "paper" ], + "symbol": "?", + "color": "blue", + "skill": "chemistry", + "required_level": 0, + "max_level": 2, + "intelligence": 6, + "time": "15 m", + "fun": -1 } ] From 79b36bbd59e3fac856853e2ef0ab453766393b90 Mon Sep 17 00:00:00 2001 From: roaringjohn Date: Fri, 14 Feb 2020 05:30:14 -0500 Subject: [PATCH 8/9] Update chemistry.json --- data/json/items/book/chemistry.json | 1 - 1 file changed, 1 deletion(-) diff --git a/data/json/items/book/chemistry.json b/data/json/items/book/chemistry.json index bd533e87b8e87..c53dcf7b97b70 100644 --- a/data/json/items/book/chemistry.json +++ b/data/json/items/book/chemistry.json @@ -304,7 +304,6 @@ "symbol": "?", "color": "blue", "skill": "chemistry", - "required_level": 0, "max_level": 2, "intelligence": 6, "time": "15 m", From 8f5c155ad7920f40c003c09239e12d497b6d8179 Mon Sep 17 00:00:00 2001 From: roaringjohn Date: Fri, 14 Feb 2020 13:01:56 -0500 Subject: [PATCH 9/9] LAH Just one more major lithium compound. Will be going on to adding recipes on Sunday, along with taking another look through recipes to replace cooking with chemistry depending on the tools used. --- data/json/items/chemicals_and_resources.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/data/json/items/chemicals_and_resources.json b/data/json/items/chemicals_and_resources.json index a98da7257cb10..99c54199e874b 100644 --- a/data/json/items/chemicals_and_resources.json +++ b/data/json/items/chemicals_and_resources.json @@ -555,6 +555,24 @@ "ammo_type": "components", "container": "bottle_glass" }, + { + "type": "AMMO", + "id": "chem_lithium_aluminium_hydride", + "category": "chems", + "price": 600, + "name": "lithium aluminum hydride", + "name_plural": "lithium aluminum hydride", + "symbol": "=", + "color": "white", + "description": "A bunch of lithium aluminum hydride powder in mineral oil. It is a volatile compound like its elemental parent, and can be used as a reducing agent in organic synthesis.", + "material": "powder", + "volume": "250 ml", + "weight": "240 g", + "phase": "liquid", + "bashing": 1, + "ammo_type": "components", + "container": "bottle_glass" + }, { "type": "AMMO", "id": "chem_lithium_titanate",