From 6e3a705800204ef61a7a6a9229beee8d4346bc25 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 26 May 2020 02:55:20 -0700 Subject: Anesthetic to 500ml batches instead of 540ml --- json/recipes/recipe_medsandchemicals.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 json/recipes/recipe_medsandchemicals.json (limited to 'json/recipes/recipe_medsandchemicals.json') diff --git a/json/recipes/recipe_medsandchemicals.json b/json/recipes/recipe_medsandchemicals.json new file mode 100644 index 0000000..102eed4 --- /dev/null +++ b/json/recipes/recipe_medsandchemicals.json @@ -0,0 +1,19 @@ +[ + { + "result": "anesthetic", + "type": "recipe", + "category": "CC_OTHER", + "subcategory": "CC_OTHER_MEDICAL", + "skill_used": "firstaid", + "difficulty": 3, + "batch_time_factors": [ 99, 1 ], + "//": "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": "2 m 30 s", + "book_learn": [ [ "textbook_firstaid", 6 ], [ "emergency_book", 5 ] ], + "qualities": [ { "id": "CONTAIN", "level": 1 } ], + "components": [ + [ [ "ether", 500 ] ], + [ [ "heroin", 1 ], [ "oxycodone", 2 ], [ "tramadol", 3 ], [ "codeine", 4 ], [ "poppy_pain", 4 ] ] + ] + } +] -- cgit v1.2.1