summaryrefslogtreecommitdiff
path: root/json/recipes/other/medical.json
blob: 4184b5d44ddd48f48814fb7f1909148adcfefb98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
  {
    "result": "anesthetic",
    "type": "recipe",
    "activity_level": "LIGHT_EXERCISE",
    "category": "CC_OTHER",
    "subcategory": "CSC_OTHER_MEDICAL",
    "skill_used": "firstaid",
    "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", 20 ], [ "morphine", 10 ] ],
      [ [ "datura_seed", 5 ] ],
      [ [ "conc_venom", 5 ], [ "stimpack_ammo", 5 ] ],
      [ [ "conc_paralytic", 5 ], [ "rocuronium", 5 ] ]
    ]
  }
]