summaryrefslogtreecommitdiff
path: root/json/recipes/other/medical.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-20 17:13:54 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-20 17:13:54 -0700
commit462392c0f141c97f01aa79499c29259a4dbff5e1 (patch)
treee5c463fea992648e9c3900fb8c4f23913be2dc62 /json/recipes/other/medical.json
parentUpdate for the batch cooking revamp in BN 2021-09-16-0506 (diff)
downloadcataclysm-bn-mod_recipe-fixes-462392c0f141c97f01aa79499c29259a4dbff5e1.tar.xz
Clean up folders based on BN 2021-09-20-1725
Diffstat (limited to 'json/recipes/other/medical.json')
-rw-r--r--json/recipes/other/medical.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/json/recipes/other/medical.json b/json/recipes/other/medical.json
new file mode 100644
index 0000000..102eed4
--- /dev/null
+++ b/json/recipes/other/medical.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 ] ]
+ ]
+ }
+]