1[
2  {
3    "result": "battletorch_done",
4    "type": "uncraft",
5    "activity_level": "fake",
6    "time": "2 m",
7    "components": [ [ [ "bat", 1 ] ], [ [ "nomex", 5 ] ] ]
8  },
9  {
10    "type": "recipe",
11    "activity_level": "fake",
12    "result": "firekatana_off",
13    "category": "CC_WEAPON",
14    "subcategory": "CSC_WEAPON_CUTTING",
15    "skill_used": "mechanics",
16    "difficulty": 5,
17    "time": "30 m",
18    "reversible": true,
19    "decomp_learn": 4,
20    "book_learn": [ [ "welding_book", 8 ], [ "book_icef", 4 ] ],
21    "using": [ [ "welding_standard", 2 ] ],
22    "components": [
23      [ [ "leather", 5 ] ],
24      [ [ "pipe", 1 ] ],
25      [ [ "katana", 1 ] ],
26      [ [ "pilot_light", 1 ] ],
27      [ [ "aux_pressurized_tank", 1 ] ]
28    ]
29  },
30  {
31    "type": "recipe",
32    "activity_level": "fake",
33    "result": "zweifire_off",
34    "category": "CC_WEAPON",
35    "subcategory": "CSC_WEAPON_CUTTING",
36    "skill_used": "mechanics",
37    "difficulty": 5,
38    "time": "30 m",
39    "reversible": true,
40    "decomp_learn": 4,
41    "book_learn": [ [ "welding_book", 8 ], [ "book_icef", 4 ] ],
42    "using": [ [ "welding_standard", 2 ] ],
43    "components": [
44      [ [ "leather", 5 ] ],
45      [ [ "pipe", 1 ] ],
46      [ [ "zweihander", 1 ] ],
47      [ [ "pilot_light", 1 ] ],
48      [ [ "aux_pressurized_tank", 1 ] ]
49    ]
50  },
51  {
52    "result": "battletorch",
53    "type": "recipe",
54    "activity_level": "fake",
55    "category": "CC_WEAPON",
56    "subcategory": "CSC_WEAPON_BASHING",
57    "skill_used": "fabrication",
58    "time": "2 m",
59    "reversible": true,
60    "autolearn": true,
61    "components": [
62      [ [ "rag", 1 ] ],
63      [ [ "bat", 1 ] ],
64      [ [ "nomex", 5 ] ],
65      [
66        [ "lamp_oil", 50 ],
67        [ "motor_oil", 50 ],
68        [ "chem_ethanol", 100 ],
69        [ "denat_alcohol", 100 ],
70        [ "gasoline", 250 ],
71        [ "diesel", 250 ],
72        [ "biodiesel", 250 ]
73      ]
74    ]
75  }
76]
77