summaryrefslogtreecommitdiff
path: root/json/recipes/other/medical.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/other/medical.json')
-rw-r--r--json/recipes/other/medical.json22
1 files changed, 14 insertions, 8 deletions
diff --git a/json/recipes/other/medical.json b/json/recipes/other/medical.json
index 102eed4..4184b5d 100644
--- a/json/recipes/other/medical.json
+++ b/json/recipes/other/medical.json
@@ -2,18 +2,24 @@
{
"result": "anesthetic",
"type": "recipe",
+ "activity_level": "LIGHT_EXERCISE",
"category": "CC_OTHER",
- "subcategory": "CC_OTHER_MEDICAL",
+ "subcategory": "CSC_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 } ],
+ "difficulty": 6,
+ "skills_required": [ "chemistry", 5 ],
+ "batch_time_factors": [ 75, 1 ],
+ "time": "40 m",
+ "book_learn": [ [ "textbook_firstaid", 6 ], [ "textbook_toxicology", 6 ] ],
+ "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "CHEM", "level": 3 }, { "id": "SEPARATE", "level": 1 } ],
+ "tools": [ [ [ "surface_heat", 30, "LIST" ] ], [ [ "syringe", -1 ] ] ],
+ "//": "This makes 5 charges for an average-sized survivor, morphine assumed as 1 ch=5mg, heroin as 50% pure.",
"components": [
[ [ "ether", 500 ] ],
- [ [ "heroin", 1 ], [ "oxycodone", 2 ], [ "tramadol", 3 ], [ "codeine", 4 ], [ "poppy_pain", 4 ] ]
+ [ [ "heroin", 20 ], [ "morphine", 10 ] ],
+ [ [ "datura_seed", 5 ] ],
+ [ [ "conc_venom", 5 ], [ "stimpack_ammo", 5 ] ],
+ [ [ "conc_paralytic", 5 ], [ "rocuronium", 5 ] ]
]
}
]