summaryrefslogtreecommitdiff
path: root/json/recipes/chem/other.json
blob: 8bd8e77cbc50382071d783e76677a1c3f75dff71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  { 
    "result": "lye_sealed",
    "type": "recipe",
    "category": "CC_CHEM",
    "subcategory": "CSC_CHEM_OTHER",
    "skill_used": "survival",
    "skills_required": [ "cooking", 1 ],
    "autolearn": false,
    "never_learn": true,
    "difficulty": 2,
    "time": "2 h",
    "batch_time_factors": [ 83, 1 ],
    "qualities": [ { "id": "CHEM", "level": 1 } ],
    "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
    "components": [
      [ [ "water_clean", 2 ], [ "water", 2 ] ],
      [ [ "ash", 1000 ] ],
      [ [ "bottle_plastic", 1 ] ]
    ]
  }
]