summaryrefslogtreecommitdiff
path: root/json/recipes/other/medical.json
blob: 102eed46c35188f84893a90c669e4fe163260574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 ] ]
    ]
  }
]