summaryrefslogtreecommitdiff
path: root/json/recipes/chem/fuel.json
blob: e1a17173c2a98f62d95752d4018d3a23d8acf903 (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
26
27
28
29
30
31
[
  { 
    "result": "biodiesel_sealed",
    "type": "recipe",
    "category": "CC_CHEM",
    "subcategory": "CSC_CHEM_FUEL",
    "skill_used": "cooking",
    "difficulty": 6,
    "time": "420 m",
    "batch_time_factors": [ 83, 1 ],
    "qualities": [ { "id": "CHEM", "level": 2 } ],
    "tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
    "components": [
      [ [ "water_clean", 40 ], [ "water", 40 ] ],
      [ [ "chem_ethanol", 1000 ], [ "chem_methanol", 1000 ], [ "denat_alcohol", 1000 ] ],
      [ [ "lye_powder", 80 ] ],
      [
        [ "cooking_oil", 640 ],
        [ "cooking_oil2", 640 ],
        [ "edible_tallow_lard", 80, "LIST" ],
        [ "tallow_tainted", 80 ],
        [ "any_fat", 160, "LIST" ],
        [ "fat_tainted", 160 ],
        [ "lamp_oil", 10000 ],
        [ "motor_oil", 10000 ]
      ],
      [ [ "jerrycan", 1 ] ]
    ],
    "flags": [ "ALLOW_ROTTEN" ]
  }
]