diff options
Diffstat (limited to 'json')
| -rw-r--r-- | json/recipes/recipe_medsandchemicals.json | 14 | 
1 files changed, 14 insertions, 0 deletions
diff --git a/json/recipes/recipe_medsandchemicals.json b/json/recipes/recipe_medsandchemicals.json index 3f31bca..f9cc2b6 100644 --- a/json/recipes/recipe_medsandchemicals.json +++ b/json/recipes/recipe_medsandchemicals.json @@ -7,6 +7,7 @@      "skill_used": "cooking",      "difficulty": 8,      "time": "45 m", +    "batch_time_factors": [ 80, 5 ],      "book_learn": [ [ "recipe_labchem", 8 ], [ "textbook_anarch", 10 ] ],      "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ],      "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], @@ -17,6 +18,19 @@    },    {      "type": "recipe", +    "result": "chem_hmtd", +    "category": "CC_CHEM", +    "subcategory": "CSC_CHEM_CHEMICALS", +    "skill_used": "cooking", +    "difficulty": 7, +    "time": "55 m",  +    "batch_time_factors": [ 80, 5 ], +    "book_learn": [ [ "recipe_labchem", 8 ] ], +    "qualities": [ { "id": "BOIL", "level": 2 } ], +    "components": [ [ [ "chem_hexamine", 25 ] ], [ [ "chem_hydrogen_peroxide_conc", 5 ] ], [ [ "chem_chem_acetic_acid" 2] ] ] +  }, +  { +    "type": "recipe",      "note": "Loosely based on plastic chunk from plastic bag recipe",      "result": "rubber_slug",      "category": "CC_AMMO",  | 
