Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up
Find file
Copy path
Cataclysm-DDA/data/json/recipes/recipe_medsandchemicals.json
Find file
Copy path
Fetching contributors…
| [ | |
| { | |
| "type" : "recipe", | |
| "result": "salt_water", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_OTHER", | |
| "skill_used": "cooking", | |
| "time": 1000, | |
| "autolearn": true, | |
| "flags": ["BLIND_HARD"], | |
| "components": [ | |
| [ | |
| [ "water_clean", 1 ], | |
| [ "water", 1 ] | |
| ], | |
| [ | |
| [ "salt", 10 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "saline", | |
| "category": "CC_OTHER", | |
| "subcategory": "CSC_OTHER_MEDICAL", | |
| "skill_used": "firstaid", | |
| "difficulty": 2, | |
| "skills_required": [ "cooking", 2 ], | |
| "time": 30000, | |
| "book_learn": [["textbook_firstaid", 2] , ["pocket_firstaid", 2], ["manual_first_aid", 2], ["atomic_survival", 4], ["textbook_chemistry", 5], ["adv_chemistry", 4] , ["emergency_book", 3]], | |
| "qualities":[ | |
| {"id":"BOIL","level":1} | |
| ], "tools": [ | |
| [ [ "surface_heat", 3, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "water_clean", 1 ] | |
| ], | |
| [ | |
| [ "salt", 10 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "acid", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 4, | |
| "time": 10000, | |
| "autolearn": true, | |
| "qualities":[ | |
| {"id":"BOIL","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 3, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "water_acid", 1 ], | |
| [ "water_acid_weak", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "acid", | |
| "id_suffix": "from batteries", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "electronics", | |
| "skills_required": [ "mechanics", 1 ], | |
| "difficulty": 2, | |
| "time": 5000, | |
| "autolearn": true, | |
| "qualities" : [ | |
| {"id":"SCREW","level":1} | |
| ], "components": [ | |
| [ | |
| [ "battery", 125 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "water_acid", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "skills_required": [ "electronics", 1 ], | |
| "difficulty": 2, | |
| "time": 10000, | |
| "book_learn": [["adv_chemistry", 1] , ["textbook_chemistry", 1]], | |
| "qualities": [ | |
| {"id":"CHEM","level":3} | |
| ], | |
| "components": [ [ [ "salt_water", 1 ] ] ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "tallow_tainted", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_OTHER", | |
| "skill_used": "cooking", | |
| "difficulty": 2, | |
| "time": 15000, | |
| "autolearn": true, | |
| "qualities" : [ | |
| {"id":"CUT","level":1}, | |
| {"id":"COOK","level":2} | |
| ], | |
| "tools": [ [ [ "surface_heat", 7, "LIST" ] ] ], | |
| "components": [ | |
| [ | |
| [ "fat_tainted", 4 ] | |
| ], | |
| [ | |
| [ "water", 1 ], | |
| [ "water_clean", 1 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "handrolled_cig", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "fabrication", | |
| "time": 2000, | |
| "autolearn": true, | |
| "reversible": true, | |
| "flags": ["BLIND_HARD"], | |
| "components": [ | |
| [ | |
| [ "rolling_paper", 1 ] | |
| ], | |
| [ | |
| [ "tobacco", 1 ], | |
| [ "cig_butt", 5 ], | |
| [ "cigar_butt", 5 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "tobacco", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "difficulty": 2, | |
| "time": 18000, | |
| "autolearn": true, | |
| "batch_time_factors": [ 67, 5 ], | |
| "tools": [ | |
| [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] | |
| ], | |
| "components": [ [ [ "tobacco_raw", 1 ] ] ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "joint", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "fabrication", | |
| "time": 2000, | |
| "autolearn": true, | |
| "reversible": true, | |
| "flags": ["BLIND_HARD"], | |
| "components": [ | |
| [ | |
| [ "rolling_paper", 1 ] | |
| ], | |
| [ | |
| [ "weed", 1 ], | |
| [ "joint_roach", 5 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "meth", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "difficulty": 5, | |
| "time": 20000, | |
| "book_learn": [["textbook_chemistry", 5] , ["adv_chemistry", 5] , [ "recipe_labchem", 5]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 15, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "dayquil", 2 ], | |
| [ "royal_jelly", 1 ] | |
| ], | |
| [ | |
| [ "aspirin", 40 ] | |
| ], | |
| [ | |
| [ "caffeine", 20 ], | |
| [ "adderall", 5 ], | |
| [ "energy_drink", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "crack", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "difficulty": 4, | |
| "time": 30000, | |
| "book_learn": [["textbook_chemistry", 4] , ["adv_chemistry", 4] , [ "recipe_labchem", 4]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 8, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "water", 1 ], | |
| [ "water_clean", 1 ] | |
| ], | |
| [ | |
| [ "coke", 12 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "poppy_sleep", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "skills_required": [ "survival", 1 ], | |
| "difficulty": 2, | |
| "time": 5000, | |
| "book_learn": [["textbook_chemistry", 2] , ["adv_chemistry", 2] , ["pocket_survival", 3] , ["atomic_survival", 2] , ["textbook_survival", 2] , ["survival_book", 3]], | |
| "qualities":[ | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 2, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "poppy_bud", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "bonemeal_tablet", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "skills_required": [ "survival", 2 ], | |
| "difficulty": 2, | |
| "time": 20000, | |
| "book_learn": [["pocket_survival", 3] , ["atomic_survival", 2] , ["textbook_survival", 2] , ["survival_book", 3]], | |
| "tools": [ | |
| [ [ "surface_heat", 8, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "meal_bone", 1 ] | |
| ], | |
| [ | |
| [ "water_clean", 1] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "flavored_bonemeal_tablet", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "skills_required": [ "survival", 2 ], | |
| "difficulty": 3, | |
| "time": 30000, | |
| "book_learn": [["pocket_survival", 3] , ["atomic_survival", 2] , ["textbook_survival", 2] , ["survival_book", 3]], | |
| "tools": [ | |
| [ [ "surface_heat", 8, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "meal_bone", 1 ] | |
| ], | |
| [ | |
| [ "dry_fruit", 1 ], | |
| [ "sugar", 45 ] | |
| ], | |
| [ | |
| [ "water_clean", 1] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "poppy_pain", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "skills_required": [ "survival", 1 ], | |
| "difficulty": 2, | |
| "time": 5000, | |
| "book_learn": [["textbook_chemistry", 2] , ["adv_chemistry", 2] , ["pocket_survival", 3] , ["atomic_survival", 2] , ["textbook_survival", 2] , ["survival_book", 3]], | |
| "qualities":[ | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 2, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "poppy_bud", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "fungicide", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "skills_required": [ "survival", 1 ], | |
| "difficulty": 2, | |
| "time": 5000, | |
| "book_learn": [["textbook_chemistry", 2] , ["adv_chemistry", 2] , ["pocket_survival", 2] , ["atomic_survival", 2] , ["textbook_survival", 1] , ["survival_book", 3] , [ "recipe_labchem", 2]], | |
| "qualities":[ | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 2, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "fighter_sting", 1 ], | |
| [ "disinfectant", 20 ], | |
| [ "oxy_powder", 100 ] | |
| ], | |
| [ | |
| [ "bleach", 5 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "antifungal", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "difficulty": 4, | |
| "time": 30000, | |
| "book_learn": [["textbook_chemistry", 5] , ["adv_chemistry", 4] , ["pocket_survival", 5] , ["atomic_survival", 5] , ["textbook_survival", 5] , ["survival_book", 5] , [ "recipe_labchem", 4]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 20, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "fungicide", 10 ] | |
| ], | |
| [ | |
| [ "ammonia", 2 ], | |
| [ "lye_powder", 200 ] | |
| ], | |
| [ | |
| [ "salt", 10 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "antiparasitic", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "difficulty": 6, | |
| "time": 30000, | |
| "book_learn": [["textbook_chemistry", 7] , ["adv_chemistry", 6] , ["pocket_survival", 8] , ["atomic_survival", 6] , ["textbook_survival", 6] , ["survival_book", 7] , [ "recipe_labchem", 6]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 20, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "vitamins", 5 ] | |
| ], | |
| [ | |
| [ "aspirin", 10 ] | |
| ], | |
| [ | |
| [ "acid", 1 ], | |
| [ "datura_seed", 8 ] | |
| ], | |
| [ | |
| [ "bleach", 1 ], | |
| [ "oxy_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "adrenaline_injector", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "difficulty": 6, | |
| "time": 30000, | |
| "book_learn": [["textbook_chemistry", 8] , ["adv_chemistry", 7] , ["pocket_survival", 8] , ["atomic_survival", 8] , ["textbook_survival", 8] , ["survival_book", 8] , [ "recipe_labchem", 7]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 20, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "syringe", 1 ] | |
| ], | |
| [ | |
| ["charcoal", 5], | |
| ["coal_lump", 5] | |
| ], | |
| [ | |
| [ "datura_seed", 8 ] | |
| ], | |
| [ | |
| [ "salt_water", 1 ], | |
| [ "saline", 5 ] | |
| ], | |
| [ | |
| [ "bleach", 1 ], | |
| [ "oxy_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "heroin", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "difficulty": 6, | |
| "time": 2000, | |
| "book_learn": [["textbook_chemistry", 7] , ["adv_chemistry", 7] , ["atomic_survival", 6] , [ "recipe_labchem", 6]], | |
| "qualities":[ | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 3, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "salt_water", 1 ], | |
| [ "salt", 10 ], | |
| [ "saline", 5 ] | |
| ], | |
| [ | |
| [ "codeine", 25 ], | |
| [ "morphine", 3 ], | |
| [ "oxycodone", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "diazepam", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "difficulty": 6, | |
| "time": 4000, | |
| "book_learn": [["textbook_chemistry", 7] , ["adv_chemistry", 7] , ["atomic_survival", 6] , [ "recipe_labchem", 6]], | |
| "qualities":[ | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 3, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "salt_water", 1 ], | |
| [ "salt", 10 ], | |
| [ "saline", 5 ] | |
| ], | |
| [ | |
| [ "aspirin", 5 ] | |
| ], | |
| [ | |
| [ "oxy_powder", 50 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "thorazine", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "difficulty": 7, | |
| "time": 4000, | |
| "book_learn": [["textbook_chemistry", 8] , ["adv_chemistry", 8] , ["atomic_survival", 7] , [ "recipe_labchem", 7]], | |
| "qualities":[ | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 3, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "salt_water", 1 ], | |
| [ "salt", 10 ], | |
| [ "saline", 5 ] | |
| ], | |
| [ | |
| [ "diazepam", 5 ] | |
| ], | |
| [ | |
| [ "oxy_powder", 50 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "lsd", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "difficulty": 6, | |
| "time": 30000, | |
| "book_learn": [["textbook_chemistry", 8] , ["adv_chemistry", 6] , [ "recipe_labchem", 7]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 20, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "datura_seed", 2 ] | |
| ], | |
| [ | |
| [ "acid", 1 ] | |
| ], | |
| [ | |
| [ "aspirin", 10 ] | |
| ], | |
| [ | |
| [ "salt_water", 1 ], | |
| [ "saline", 5 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 8, | |
| "time": 10000, | |
| "book_learn": [["textbook_gaswarfare", 8] , ["recipe_creepy", 8] , ["recipe_animal", 8] , ["recipe_maiar", 7] , ["recipe_serum", 7] , [ "recipe_labchem", 7]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "tallow_tainted", 2 ], | |
| [ "meat_tainted", 3 ], | |
| [ "dry_meat_tainted", 3 ], | |
| [ "slime_scrap", 5 ], | |
| [ "fetus", 1 ], | |
| [ "arm", 2 ], | |
| [ "leg", 2 ] | |
| ], | |
| [ | |
| [ "bleach", 2 ], | |
| [ "oxy_powder", 200 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_jabberblood", "//": "jabberwocks have a few of these pumping in them, and they can be crushed down for a lot of mutagen", | |
| "byproducts": [ [ "jabberwock_heart_desiccated" ] ], | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "survival", | |
| "difficulty": 2, | |
| "time": 5000, | |
| "autolearn": true, | |
| "qualities": [ { "id": "CUT", "level": 1 } ], | |
| "components": [ [ [ "jabberwock_heart", 1 ] ] ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 9, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_labchem", 9]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_plant", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_creepy", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "veggy", 3 ], | |
| [ "biollante_bud", 1 ], | |
| [ "datura_seed", 16 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_plant", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 10, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_creepy", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_plant", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_insect", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_maiar", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "honey_bottled", 3], | |
| [ "honeycomb", 3 ], | |
| [ "bee_sting", 3 ], | |
| [ "wasp_sting", 3 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_insect", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 10, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_maiar", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_insect", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_spider", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_maiar", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "spider_egg", 1 ], | |
| [ "chitin_piece", 4 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_spider", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 10, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_maiar", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_spider", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_slime", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_maiar", 8 ] , [ "recipe_creepy", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "sewage", 3 ], | |
| [ "slime_scrap", 3 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_slime", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 9, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_maiar", 8 ] , [ "recipe_creepy", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_slime", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_fish", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "fish", 2 ], | |
| [ "can_sardine", 1 ], | |
| [ "can_tuna", 1 ], | |
| [ "can_salmon", 1 ], | |
| [ "can_herring", 1 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_fish", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 9, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_fish", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_rat", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_creepy", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "meat_tainted", 3 ], | |
| [ "dry_meat_tainted", 3 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_rat", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 9, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_creepy", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_rat", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_beast", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_animal", 7 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "meat", 3 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_beast", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 9, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_beast", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_ursine", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "meat", 3 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_ursine", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 9, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_ursine", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_mouse", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "cheese", 1 ], | |
| [ "cheese_hard", 1 ], | |
| [ "can_cheese", 1 ], | |
| [ "chocolate", 2 ], | |
| [ "candy", 3 ], | |
| [ "candy2", 3 ], | |
| [ "candy3", 3 ], | |
| [ "sugar", 10 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ], "//": "fun fact: mice don't like cheese as much as sugar! we include it in the recipe because most people correlate the two, and as a fun poke at it" | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_mouse", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 9, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_mouse", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_feline", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "meat", 3 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_feline", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 9, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_feline", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_lupine", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "meat", 3 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_lupine", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 9, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_lupine", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_cattle", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "meat", 3 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_cattle", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 9, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_cattle", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_cephalopod", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_creepy", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "meat_tainted", 3 ], | |
| [ "dry_meat_tainted", 3 ], | |
| [ "can_chowder", 1 ], | |
| [ "can_clams", 1 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_cephalopod", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 9, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_creepy", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_cephalopod", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_bird", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "eggs_bird", 1, "LIST" ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_bird", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 9, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_bird", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_lizard", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "egg_reptile", 1 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_lizard", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 9, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_animal", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_lizard", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_troglobite", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_maiar", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "meat", 3 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ], | |
| [ "lye_powder", 100 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_troglobite", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 9, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 8 ] , [ "recipe_maiar", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_troglobite", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_medical", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [[ "recipe_medicalmut", 9 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen", 1 ] | |
| ], | |
| [ | |
| [ "heroin", 5 ], | |
| [ "oxycodone", 10 ], | |
| [ "tramadol", 15 ], | |
| [ "diazepam", 15 ], | |
| [ "codeine", 20 ], | |
| [ "poppy_pain", 20 ] | |
| ], | |
| [ | |
| [ "lsd", 5 ], | |
| [ "prozac", 10 ], | |
| [ "thorazine", 10 ], | |
| [ "adderall", 10 ], | |
| [ "xanax", 10 ], | |
| [ "pills_sleep", 10 ], | |
| [ "poppy_sleep", 15 ] | |
| ], | |
| [ | |
| [ "vitamins", 5 ], | |
| [ "iodine", 5 ], | |
| [ "disinfectant", 25 ], | |
| [ "hflesh_powder", 10 ], | |
| [ "protein_powder", 10 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_medical", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 10, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_medicalmut", 9 ] , [ "recipe_serum", 9 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_medical", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "canister_goo", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "fabrication", | |
| "difficulty": 2, | |
| "time": 5000, | |
| "autolearn": true, | |
| "note": "'stick the blob globs in a can and seal it' does not seem hugely challenging", | |
| "qualities" : [ | |
| {"id":"SCREW","level":1} | |
| ], "components": [ | |
| [ | |
| [ "canister_empty", 1 ] | |
| ], | |
| [ | |
| [ "slime_scrap", 10 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "purifier", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 9, | |
| "time": 10000, | |
| "book_learn": [["textbook_gaswarfare", 9] , ["atomic_survival", 9] , ["record_patient", 9] , ["recipe_maiar", 8] , [ "recipe_labchem", 7]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "royal_jelly", 4 ], | |
| [ "mutagen", 2 ] | |
| ], | |
| [ | |
| [ "bleach", 3 ], | |
| [ "oxy_powder", 300 ] | |
| ], | |
| [ | |
| [ "ammonia", 2 ], | |
| [ "lye_powder", 200 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_purifier", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 10, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_serum", 9] , [ "recipe_labchem", 9]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "purifier", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_alpha", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 10, | |
| "time": 20000, | |
| "book_learn": [[ "recipe_alpha", 9 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 50, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_slime", 2 ], | |
| [ "iv_mutagen_slime", 1 ] | |
| ], | |
| [ | |
| [ "mutagen_plant", 2 ], | |
| [ "iv_mutagen_plant", 1 ] | |
| ], | |
| [ | |
| [ "mutagen_bird", 2 ], | |
| [ "iv_mutagen_bird", 1 ] | |
| ], | |
| [ | |
| [ "purifier", 4 ], | |
| [ "iv_purifier", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_alpha", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 10, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_alpha", 9 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_alpha", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_elfa", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 10, | |
| "time": 12500, | |
| "book_learn": [[ "recipe_elfa", 10 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 31, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_slime", 2 ], | |
| [ "iv_mutagen_slime", 1 ] | |
| ], | |
| [ | |
| [ "mutagen_plant", 1 ] | |
| ], | |
| [ | |
| [ "mutagen_bird", 1 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_elfa", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 10, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_elfa", 10 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_elfa", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_chimera", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 10, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_chimera", 9]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_lizard", 1 ] | |
| ], | |
| [ | |
| [ "mutagen_bird", 1 ] | |
| ], | |
| [ | |
| [ "mutagen_beast", 1 ] | |
| ], | |
| [ | |
| [ "mutagen_cattle", 1 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_chimera", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 10, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_chimera", 8 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_chimera", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "mutagen_raptor", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 10, | |
| "time": 12500, | |
| "book_learn": [[ "recipe_raptor", 9 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 31, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_lizard", 1 ] | |
| ], | |
| [ | |
| [ "mutagen_bird", 1 ] | |
| ], | |
| [ | |
| [ "purifier", 1 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iv_mutagen_raptor", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_MUTAGEN", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 3 ], | |
| "difficulty": 10, | |
| "time": 15000, | |
| "book_learn": [[ "recipe_raptor", 9 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 37, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "mutagen_raptor", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "iodine", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 6, | |
| "time": 24000, | |
| "book_learn": [["adv_chemistry", 5] , ["textbook_chemistry", 5] , ["recipe_labchem", 5] , ["atomic_survival", 5]], | |
| "qualities":[ | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "disinfectant", 10 ], | |
| [ "salt", 50 ] | |
| ], | |
| [ | |
| [ "aspirin", 10 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "prussian_blue", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 7, | |
| "time": 36000, | |
| "book_learn": [["adv_chemistry", 6] , ["textbook_chemistry", 7] , ["recipe_labchem", 6] , ["atomic_survival", 5]], | |
| "qualities":[ | |
| {"id":"CHEM","level":2}, | |
| {"id":"CONTAIN","level":1} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "material_quicklime", 1 ] | |
| ], | |
| [ | |
| [ "scrap", 1 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ] | |
| ], | |
| [ | |
| ["charcoal", 5], | |
| ["coal_lump", 5] | |
| ], | |
| [ | |
| [ "lye_powder", 5 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "aspirin", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "skills_required": [ "firstaid", 1 ], | |
| "difficulty": 4, | |
| "time": 24000, | |
| "book_learn": [["adv_chemistry", 2] , ["textbook_chemistry", 2] , ["recipe_labchem", 2] , ["atomic_survival", 3]], | |
| "qualities":[ | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "water_clean", 1 ] | |
| ], | |
| [ | |
| [ "oxy_powder", 5 ] | |
| ], | |
| [ | |
| [ "willowbark", 10 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "pur_tablets", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_OTHER", | |
| "skill_used": "cooking", | |
| "difficulty": 6, | |
| "time": 24000, | |
| "book_learn": [["adv_chemistry", 5] , ["textbook_chemistry", 5] , ["recipe_labchem", 4] , ["atomic_survival", 4] , ["textbook_survival", 4]], | |
| "qualities":[ | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "iodine", 10 ] | |
| ], | |
| [ | |
| [ "aspirin", 10 ] | |
| ], | |
| [ | |
| [ "bleach", 1 ], | |
| [ "oxy_powder", 50 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "bleach", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 6, | |
| "time": 24000, | |
| "book_learn": [["adv_chemistry", 5] , ["textbook_chemistry", 5] , ["recipe_labchem", 5]], | |
| "qualities": [ {"id":"CHEM","level":2} ], | |
| "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], | |
| "components": [ | |
| [ | |
| [ "salt_water", 2 ], | |
| [ "saline", 10 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "ammonia", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 6, | |
| "time": 36000, | |
| "book_learn": [["adv_chemistry", 5] , ["textbook_chemistry", 5] , ["recipe_labchem", 5]], | |
| "qualities": [ {"id":"CHEM","level":2} ], | |
| "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], | |
| "components": [ | |
| [ | |
| [ "water_clean", 1 ], | |
| [ "water", 1 ] | |
| ], | |
| [ | |
| [ "scrap", 1 ] | |
| ], | |
| [ | |
| [ "charcoal", 5 ], | |
| [ "coal_lump", 5 ], | |
| [ "lye_powder", 20 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "oxy_powder", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 8, | |
| "time": 12000, | |
| "book_learn": [["adv_chemistry", 5] , ["textbook_chemistry", 5] , ["recipe_labchem", 5]], | |
| "qualities":[ | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "bleach", 1 ] | |
| ], | |
| [ | |
| [ "water_clean", 1 ], | |
| [ "water", 1 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "lye_powder", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 4, | |
| "time": 180000, | |
| "batch_time_factors":[80, 4], | |
| "book_learn": [["adv_chemistry", 5] , ["textbook_chemistry", 5] , ["recipe_labchem", 5]], | |
| "qualities":[ | |
| {"id":"CHEM","level":1} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "charcoal", 50 ] | |
| ], | |
| [ | |
| [ "water_clean", 2 ], | |
| [ "water", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "lye_powder", | |
| "id_suffix": "from_lye", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 3, | |
| "time": 90000, | |
| "autolearn": true, | |
| "batch_time_factors": [ 80, 4 ], | |
| "qualities": [ { "id": "BOIL", "level": 1 } ], | |
| "tools": [ [ [ "water_boiling_heat", 120, "LIST" ] ] ], | |
| "components": [ [ [ "lye", 6 ] ] ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "heatpack", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_OTHER", | |
| "skill_used": "cooking", | |
| "difficulty": 3, | |
| "time": 6000, | |
| "book_learn": [["adv_chemistry", 3] , ["textbook_chemistry", 3] , ["atomic_survival", 4]], | |
| "using": [ [ "sewing_standard", 1 ] ], | |
| "qualities":[ | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 2, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "rag", 1 ], | |
| [ "bag_plastic", 1 ], | |
| [ "heatpack_used", 1 ] | |
| ], | |
| [ | |
| [ "oxy_powder", 5 ] | |
| ], | |
| [ | |
| [ "scrap", 1 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "pheromone", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "skills_required": [ "survival", 1 ], | |
| "difficulty": 3, | |
| "time": 1200, | |
| "book_learn": [["adv_chemistry", 6] , ["textbook_chemistry", 6] , ["recipe_labchem", 3]], | |
| "tools": [ | |
| [ [ "surface_heat", 18, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "meat_tainted", 1 ], | |
| [ "dry_meat_tainted", 1 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "fertilizer_liquid", | |
| "id_suffix" : "simple", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "survival", | |
| "difficulty": 2, | |
| "time": 20000, | |
| "autolearn": true, | |
| "batch_time_factors":[80, 4], | |
| "flags": ["BLIND_HARD"], | |
| "qualities":[ | |
| {"id":"BOIL","level":1} | |
| ], "tools": [ | |
| [ [ "surface_heat", 10, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ [ "water", 4 ], [ "water_clean", 4 ] ], | |
| [ [ "meal_bone", 2 ] ], | |
| [ [ "meal_chitin_piece", 1 ] ], | |
| [ [ "feces_bird", 10 ], [ "feces_cow", 4 ], [ "feces_manure", 6 ] ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "fertilizer_liquid", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "skills_required": ["survival", 2], | |
| "difficulty": 3, | |
| "time": 20000, | |
| "autolearn": true, | |
| "book_learn": [["adv_chemistry", 2] , ["textbook_chemistry", 2] , ["recipe_labchem", 3] , ["atomic_survival", 2]], | |
| "qualities":[ | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 5, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ [ "water", 4 ], [ "water_clean", 4 ] ], | |
| [ [ "meal_bone", 2 ] ], | |
| [ [ "meal_chitin_piece", 1 ] ], | |
| [ [ "ammonia", 1 ], [ "lye_powder", 100 ], [ "chem_saltpetre", 50 ] ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "flask_yeast", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_OTHER", | |
| "skill_used": "cooking", | |
| "difficulty": 2, | |
| "time": 30000, | |
| "autolearn": true, | |
| "tools": [ | |
| [ [ "surface_heat", 7, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "water", 1 ], | |
| [ "water_clean", 1 ] | |
| ], | |
| [ | |
| [ "flask_glass", 1 ] | |
| ], | |
| [ | |
| [ "yeast", 1 ] | |
| ], | |
| [ | |
| [ "sugar", 10 ], | |
| [ "honey_bottled", 1 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "slime_scrap", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 6, | |
| "time": 45000, | |
| "book_learn": [[ "recipe_creepy", 7 ], [ "recipe_serum", 7 ]], | |
| "qualities":[ | |
| {"id":"CUT","level":1}, | |
| {"id":"CHEM","level":2}], | |
| "tools": [ | |
| [ [ "surface_heat", 20, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "meat_tainted", 1 ], | |
| [ "dry_meat_tainted", 1 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "soap", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 3, | |
| "time": 45000, | |
| "qualities" : [ | |
| {"id":"CHEM","level":1}], | |
| "autolearn": true, | |
| "tools": [ | |
| [ [ "surface_heat", 18, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "tallow", 2 ], | |
| [ "lard", 2 ], | |
| [ "cooking_oil", 2 ] | |
| ], | |
| [ | |
| [ "lye", 2 ], | |
| [ "lye_powder", 75 ] | |
| ], | |
| [ | |
| [ "water", 2 ], | |
| [ "water_clean", 2 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "poppysyrup", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "skills_required": [ "survival", 1 ], | |
| "difficulty": 2, | |
| "time": 5000, | |
| "book_learn": [["textbook_chemistry", 2] , ["adv_chemistry", 2] , ["pocket_survival", 3] , ["atomic_survival", 2] , ["textbook_survival", 2] , ["survival_book", 3]], | |
| "qualities":[ | |
| {"id":"CHEM","level":1} | |
| ], "tools": [ | |
| [ [ "surface_heat", 2, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "poppy_bud", 2 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_hydrogen_peroxide_conc", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 7, | |
| "time": 25000, | |
| "book_learn": [[ "recipe_labchem", 7 ], ["textbook_chemistry", 7]], | |
| "qualities":[ {"id":"BOIL","level":2} ], | |
| "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ [ [ "chem_hydrogen_peroxide", 5 ] ] ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_hydrogen_peroxide", | |
| "result_mult": 5, | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_DRUGS", | |
| "skill_used": "cooking", | |
| "skills_required": [["firstaid", 3]], | |
| "difficulty": 4, | |
| "time": 6000, | |
| "autolearn": true, | |
| "book_learn": [["recipe_labchem", 3 ], ["textbook_chemistry", 3]], | |
| "qualities": [{"id":"BOIL","level":2}, {"id":"CHEM","level":1}], | |
| "tools": [[ [ "surface_heat", 10, "LIST" ] ]], | |
| "components": [ | |
| [[ "chem_hydrogen_peroxide_conc", 1 ]], | |
| [[ "water", 5 ], ["water_clean", 5]] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_sulphuric_acid", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 7, | |
| "time": 15000, | |
| "autolearn": true, | |
| "qualities":[{"id":"BOIL","level":2}, {"id":"CHEM","level":2}], | |
| "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], | |
| "components": [ | |
| [ [ "chem_hydrogen_peroxide_conc", 1 ] ], | |
| [ [ "chem_sulphur", 25 ] ] ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_nitric_acid", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 5, | |
| "time": 10000, | |
| "autolearn": true, | |
| "qualities":[ | |
| {"id":"BOIL","level":2}, | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 50, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "chem_sulphuric_acid", 1 ] | |
| ], | |
| [ | |
| [ "chem_saltpetre", 25 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_nitric_acid", | |
| "id_suffix": "from ammonia", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 6, | |
| "time": 40000, | |
| "book_learn": [ [ "adv_chemistry", 6 ], [ "textbook_chemistry", 6 ] ], | |
| "batch_time_factors": [80, 4], | |
| "qualities":[ | |
| {"id":"BOIL","level":2}, | |
| {"id":"CHEM","level":2}, | |
| {"id":"DISTILL","level":1} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ], | |
| [ [ "pressure_cooker", -1 ] ], | |
| [ [ "platinum_grille", -1 ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "water", 3 ], | |
| [ "water_clean", 3 ] | |
| ], | |
| [ | |
| [ "ammonia", 1 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_aluminium_sulphate", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 5, | |
| "time": 2500, | |
| "autolearn": true, | |
| "qualities":[ | |
| {"id":"BOIL","level":2}, | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "chem_sulphuric_acid", 1 ] | |
| ], | |
| [ | |
| [ "chem_hydrogen_peroxide", 1 ] | |
| ], | |
| [ | |
| [ "chem_aluminium_powder", 25 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_ammonium_nitrate", | |
| "byproducts": [ [ "water" ] ], | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 4, | |
| "time": 3000, | |
| "autolearn": true, | |
| "qualities":[ | |
| {"id":"BOIL","level":2}, | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "chem_nitric_acid", 5 ] | |
| ], | |
| [ | |
| [ "ammonia", 5 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_saltpetre", | |
| "byproducts": [ [ "ammonia", 1 ] ], | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 5, | |
| "time": 25000, | |
| "book_learn": [[ "textbook_anarch", 7 ] , [ "recipe_labchem", 5 ], ["textbook_chemistry", 6]], | |
| "qualities" : [ | |
| { "id":"BOIL","level":2 }, | |
| { "id":"CHEM","level":2 } | |
| ], | |
| "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ [ "chem_ammonium_nitrate", 25 ] ], | |
| [ [ "lye_powder", 150 ] ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "chem_saltpetre", | |
| "id_suffix": "niter", | |
| "result_mult": 5, | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 4, | |
| "time": 40000, | |
| "batch_time_factors":[80, 4], | |
| "autolearn": true, | |
| "qualities" : [ | |
| { "id":"BOIL","level":2 }, | |
| { "id":"CONTAIN","level":1 } | |
| ], | |
| "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ [ "material_niter", 1 ] ], | |
| [ | |
| [ "water_clean", 3 ], | |
| [ "water", 3 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "chem_black_powder", | |
| "category": "CC_AMMO", | |
| "subcategory": "CSC_AMMO_COMPONENTS", | |
| "skill_used": "cooking", | |
| "difficulty": 4, | |
| "time": 20000, | |
| "book_learn": [[ "textbook_anarch", 6 ] , [ "recipe_labchem", 4 ], ["textbook_chemistry", 5], ["textbook_armschina", 5]], | |
| "qualities" : | |
| [ | |
| {"id":"CONTAIN","level":1} | |
| ], | |
| "components": [ | |
| [ | |
| [ "chem_saltpetre", 150 ] | |
| ], | |
| [ | |
| [ "chem_sulphur", 20 ] | |
| ] , | |
| [ | |
| [ "charcoal", 10 ], | |
| [ "coal_lump", 10 ] | |
| ] | |
| ] | |
| },{ | |
| "type" : "recipe", | |
| "result": "chem_black_powder", | |
| "id_suffix": "generic", | |
| "category": "CC_AMMO", | |
| "subcategory": "CSC_AMMO_COMPONENTS", | |
| "skill_used": "fabrication", | |
| "skills_required": [ "cooking", 1 ], | |
| "difficulty": 4, | |
| "time": 20000, | |
| "book_learn": [[ "textbook_anarch", 4 ] , ["recipe_bullets" , 2 ] , [ "manual_shotgun", 3 ] , [ "manual_pistol", 3 ], [ "adv_chemistry", 3 ] , [ "textbook_chemistry", 3 ]], | |
| "qualities":[ | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ | |
| [ "hotplate", 50 ], | |
| [ "toolset", 50 ] | |
| ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "oxy_powder", 200 ] | |
| ], | |
| [ | |
| [ "ammonia", 2 ], | |
| [ "lye_powder", 200 ] | |
| ], | |
| [ | |
| [ "charcoal", 25 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_anfo", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 5, | |
| "time": 180000, | |
| "book_learn": [[ "textbook_anarch", 6 ] , [ "recipe_labchem", 5 ] , ["textbook_chemistry", 7]], | |
| "qualities" : | |
| [ | |
| {"id":"CONTAIN","level":1} | |
| ], | |
| "components": [ | |
| [ | |
| [ "chem_ammonium_nitrate", 90 ] | |
| ], | |
| [ | |
| [ "diesel", 500 ], | |
| [ "gasoline", 500 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_acetic_acid", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 4, | |
| "time": 4000, | |
| "autolearn": true, | |
| "qualities":[ | |
| {"id":"BOIL","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 10, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "vinegar", 10 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_hexamine", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 6, | |
| "time": 30000, | |
| "batch_time_factors": [ 67, 5 ], | |
| "book_learn": [[ "recipe_labchem", 6 ]], | |
| "qualities":[ | |
| {"id":"BOIL","level":2}, | |
| {"id":"CHEM","level":3} | |
| ], | |
| "components": [ | |
| [ | |
| [ "ammonia", 4 ] | |
| ], | |
| [ | |
| [ "chem_formaldehyde", 6 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_formaldehyde", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 5, | |
| "time": 15000, | |
| "batch_time_factors": [ 80, 4 ], | |
| "book_learn": [[ "textbook_chemistry", 5 ], [ "adv_chemistry", 5 ]], | |
| "qualities":[ | |
| {"id":"BOIL","level":2}, | |
| {"id":"CHEM","level":2} | |
| ], "tools": [ | |
| [ [ "surface_heat", 50, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "chem_methanol", 50 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_methanol", | |
| "byproducts": [ [ "chem_ethanol", 2 ] ], | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 3, | |
| "time": 10000, | |
| "batch_time_factors": [ 80, 4 ], | |
| "autolearn": true, | |
| "qualities":[ | |
| {"id":"BOIL","level":2}, | |
| {"id":"DISTILL","level":1} | |
| ], "tools": [ | |
| [ [ "water_boiling_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "denat_alcohol", 1000 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_methanol", | |
| "id_suffix": "from wood", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 4, | |
| "time": 60000, | |
| "batch_time_factors": [ 80, 4 ], | |
| "autolearn": true, | |
| "qualities":[ | |
| {"id":"BOIL","level":2}, | |
| {"id":"DISTILL","level":1} | |
| ], "tools": [ | |
| [ [ "surface_heat", 25, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "splinter", 40 ], | |
| [ "2x4", 12 ] | |
| ], | |
| [ | |
| [ "water", 3 ], | |
| [ "water_clean", 3 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_rdx", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 7, | |
| "time": 75000, | |
| "book_learn": [[ "recipe_labchem", 8 ], ["textbook_anarch", 10]], | |
| "qualities":[ | |
| {"id":"BOIL","level":2}, | |
| {"id":"CHEM","level":3} | |
| ], "tools": [ | |
| [ [ "surface_heat", 20, "LIST" ] ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "chem_hexamine", 50 ] | |
| ], | |
| [ | |
| [ "chem_nitric_acid", 5 ] | |
| ], | |
| [ | |
| [ "chem_sulphuric_acid", 2 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_thermite", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 4, | |
| "time": 2000, | |
| "autolearn": true, | |
| "qualities":[ | |
| {"id":"BOIL","level":2} | |
| ], | |
| "components": [ | |
| [ | |
| [ "chem_aluminium_powder", 50 ] | |
| ], | |
| [ | |
| [ "chem_chromium_oxide", 50 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_hmtd", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 7, | |
| "time": 55000, | |
| "book_learn": [[ "recipe_labchem", 8 ]], | |
| "qualities":[ | |
| {"id":"BOIL","level":2} | |
| ], | |
| "components": [ | |
| [ | |
| [ "chem_hexamine", 25 ] | |
| ], | |
| [ | |
| [ "chem_hydrogen_peroxide_conc", 5 ] | |
| ], | |
| [ | |
| [ "chem_acetic_acid", 2 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "chem_rocket_fuel", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 4, | |
| "time": 5000, | |
| "book_learn": [[ "textbook_anarch", 5 ] , [ "recipe_labchem", 4 ], ["textbook_chemistry", 5]], | |
| "qualities":[ | |
| {"id":"BOIL","level":2} | |
| ], | |
| "components": [ | |
| [ | |
| [ "chem_zinc_powder", 50 ] | |
| ], | |
| [ | |
| [ "chem_sulphur", 50 ] | |
| ], | |
| [ | |
| [ "superglue", 2 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "type" : "recipe", | |
| "result": "tool_rocket_candy", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 3, | |
| "time": 30000, | |
| "book_learn": [[ "textbook_anarch", 4 ] , [ "recipe_labchem", 3 ], ["textbook_chemistry", 5]], | |
| "qualities":[ | |
| {"id":"BOIL","level":2} | |
| ], | |
| "tools": [ | |
| [ | |
| [ "hotplate", 50 ], | |
| [ "toolset", 50 ] | |
| ] | |
| ], | |
| "components": [ | |
| [ | |
| [ "chem_saltpetre", 50 ] | |
| ], | |
| [ | |
| [ "sugar", 50 ] | |
| ] | |
| ] | |
| },{ | |
| "result": "lye", | |
| "type": "recipe", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_OTHER", | |
| "skill_used": "survival", | |
| "difficulty": 2, | |
| "skills_required": [ "cooking", 1 ], | |
| "time": 60000, | |
| "batch_time_factors": [ 99, 1 ], | |
| "autolearn": true, | |
| "qualities": [ { "id": "CHEM", "level": 1 } ], | |
| "tools": [ [ [ "surface_heat", 5, "LIST" ] ] ], | |
| "components": [ | |
| [ [ "water", 1 ], [ "water_clean", 1 ] ], | |
| [ [ "ash", 500 ] ] | |
| ] | |
| }, | |
| { | |
| "result": "anesthesia", | |
| "type": "recipe", | |
| "category": "CC_OTHER", | |
| "subcategory": "CC_OTHER_MEDICAL", | |
| "skill_used": "firstaid", | |
| "difficulty": 3, | |
| "//": "This difficulty assumes that anaesthesia administration will be handled by the autodoc or the person using the kit. The included amount of ether is an estimate, based on average body size.", | |
| "time": 5000, | |
| "book_learn":[ [ "textbook_firstaid", 6 ], [ "emergency_book", 5 ] ], | |
| "qualities": [ | |
| { "id": "SEW", "level": 1 }, | |
| { "id": "CONTAIN", "level": 1 } | |
| ], | |
| "components":[ | |
| [ [ "ether", 2700 ] ], | |
| [ [ "jar_3l_glass", 1 ] ], | |
| [ [ "hose", 1 ] ], | |
| [ [ "rag", 2 ] ], | |
| [ | |
| [ "heroin", 5 ], | |
| [ "oxycodone", 10 ], | |
| [ "tramadol", 15 ], | |
| [ "codeine", 20 ], | |
| [ "poppy_pain", 20 ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "result": "ether", | |
| "type": "recipe", | |
| "category": "CC_CHEM", | |
| "subcategory": "CSC_CHEM_CHEMICALS", | |
| "skill_used": "cooking", | |
| "difficulty": 6, | |
| "time": 80000, | |
| "book_learn": [ [ "textbook_chemistry", 4 ], [ "adv_chemistry", 7 ] ], | |
| "charges": 250, | |
| "qualities": [ { "id": "CHEM", "level": 2 }, { "id": "CONTAIN", "level": 1 } ], | |
| "byproducts": [ [ "water_clean" ] ], | |
| "components": [ | |
| [ [ "chem_ethanol", 250 ] ], | |
| [ | |
| [ "chem_acetic_acid", 1 ], | |
| [ "chem_nitric_acid", 1 ], | |
| [ "chem_sulphuric_acid", 1 ], | |
| [ "acid", 1 ] | |
| ] | |
| ] | |
| } | |
| ] |