1[
2  {
3    "type": "recipe",
4    "activity_level": "fake",
5    "result": "concrete",
6    "category": "CC_OTHER",
7    "subcategory": "CSC_OTHER_OTHER",
8    "skill_used": "fabrication",
9    "difficulty": 4,
10    "time": "10 m",
11    "autolearn": false,
12    "book_learn": [ [ "concrete_book", 4 ] ],
13    "tools": [ [ [ "con_mix", 50 ] ] ],
14    "components": [ [ [ "material_cement", 50 ] ], [ [ "material_sand", 25 ] ], [ [ "pebble", 20 ] ] ]
15  },
16  {
17    "type": "recipe",
18    "activity_level": "LIGHT_EXERCISE",
19    "result": "down_pillow",
20    "category": "CC_OTHER",
21    "subcategory": "CSC_OTHER_OTHER",
22    "skill_used": "tailor",
23    "time": "10 m",
24    "reversible": true,
25    "autolearn": true,
26    "using": [ [ "sewing_standard", 12 ] ],
27    "components": [ [ [ "rag", 6 ] ], [ [ "down_feather", 40 ] ] ]
28  },
29  {
30    "type": "recipe",
31    "activity_level": "LIGHT_EXERCISE",
32    "result": "down_mattress",
33    "category": "CC_OTHER",
34    "subcategory": "CSC_OTHER_OTHER",
35    "skill_used": "tailor",
36    "difficulty": 6,
37    "time": "240 m",
38    "reversible": true,
39    "autolearn": true,
40    "using": [ [ "sewing_standard", 12 ] ],
41    "components": [ [ [ "rag", 60 ] ], [ [ "down_feather", 1160 ] ] ]
42  },
43  {
44    "type": "recipe",
45    "activity_level": "LIGHT_EXERCISE",
46    "result": "pillow",
47    "category": "CC_OTHER",
48    "subcategory": "CSC_OTHER_OTHER",
49    "skill_used": "tailor",
50    "time": "10 m",
51    "reversible": true,
52    "autolearn": true,
53    "using": [ [ "sewing_standard", 12 ] ],
54    "components": [ [ [ "rag", 4 ] ], [ [ "cotton_ball", 8 ] ] ]
55  },
56  {
57    "type": "recipe",
58    "activity_level": "LIGHT_EXERCISE",
59    "result": "bodypillow",
60    "category": "CC_OTHER",
61    "subcategory": "CSC_OTHER_OTHER",
62    "skill_used": "tailor",
63    "time": "20 m",
64    "difficulty": 2,
65    "autolearn": true,
66    "using": [ [ "sewing_standard", 12 ], [ "ink_standard", 20 ] ],
67    "components": [ [ [ "sheet", 1 ] ], [ [ "cotton_ball", 20 ] ] ]
68  },
69  {
70    "type": "recipe",
71    "activity_level": "MODERATE_EXERCISE",
72    "result": "wind_mill",
73    "category": "CC_OTHER",
74    "skill_used": "fabrication",
75    "skills_required": [ "survival", 4 ],
76    "difficulty": 4,
77    "time": "8 h 20 m",
78    "reversible": true,
79    "decomp_learn": 2,
80    "autolearn": true,
81    "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 2 } ],
82    "components": [
83      [ [ "2x4", 25 ], [ "frame_wood", 4 ] ],
84      [ [ "sheet_metal_small", 3 ] ],
85      [ [ "nail", 100 ] ],
86      [ [ "pipe", 4 ] ],
87      [ [ "funnel", 1 ], [ "metal_funnel", 1 ], [ "makeshift_funnel", 1 ] ],
88      [ [ "wire", 6 ], [ "rope_6", 6 ], [ "vine_6", 6 ], [ "rope_makeshift_6", 6 ] ],
89      [ [ "chain", 1 ], [ "rope_natural", 1, "LIST" ] ],
90      [ [ "rebar", 2 ], [ "steel_chunk", 4 ] ],
91      [ [ "rock", 40 ] ]
92    ]
93  },
94  {
95    "type": "recipe",
96    "activity_level": "MODERATE_EXERCISE",
97    "result": "water_mill",
98    "category": "CC_OTHER",
99    "skill_used": "fabrication",
100    "skills_required": [ "survival", 4 ],
101    "difficulty": 4,
102    "time": "9 h 10 m",
103    "reversible": true,
104    "decomp_learn": 3,
105    "autolearn": true,
106    "qualities": [
107      { "id": "SCREW", "level": 1 },
108      { "id": "HAMMER", "level": 2 },
109      { "id": "SAW_M", "level": 2 },
110      { "id": "SAW_W", "level": 2 }
111    ],
112    "components": [
113      [ [ "2x4", 15 ], [ "frame_wood", 3 ] ],
114      [ [ "wood_panel", 6 ], [ "wood_sheet", 3 ] ],
115      [ [ "sheet_metal_small", 6 ] ],
116      [ [ "nail", 100 ] ],
117      [ [ "pipe", 8 ] ],
118      [ [ "wheel_wood_b", 2 ] ],
119      [ [ "funnel", 1 ], [ "metal_funnel", 1 ], [ "makeshift_funnel", 1 ] ],
120      [ [ "wire", 6 ], [ "rope_6", 6 ], [ "vine_6", 6 ], [ "rope_makeshift_6", 6 ] ],
121      [ [ "chain", 1 ], [ "rope_natural", 1, "LIST" ] ],
122      [ [ "rebar", 2 ], [ "steel_chunk", 4 ] ],
123      [ [ "rock", 40 ] ]
124    ]
125  },
126  {
127    "type": "recipe",
128    "activity_level": "LIGHT_EXERCISE",
129    "result": "tent_kit",
130    "category": "CC_OTHER",
131    "subcategory": "CSC_OTHER_TOOLS",
132    "skill_used": "fabrication",
133    "skills_required": [ "survival", 2 ],
134    "difficulty": 2,
135    "book_learn": [ [ "fun_survival", 1 ], [ "manual_survival", 1 ], [ "textbook_survival", 1 ] ],
136    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SCREW", "level": 1 } ],
137    "time": "28 m",
138    "autolearn": true,
139    "components": [ [ [ "largebroketent", 1 ], [ "broketent", 2 ] ], [ [ "superglue", 2 ], [ "duct_tape", 20 ] ] ]
140  },
141  {
142    "type": "recipe",
143    "activity_level": "LIGHT_EXERCISE",
144    "result": "large_tent_kit",
145    "category": "CC_OTHER",
146    "subcategory": "CSC_OTHER_TOOLS",
147    "skill_used": "fabrication",
148    "skills_required": [ "survival", 2 ],
149    "difficulty": 2,
150    "book_learn": [ [ "fun_survival", 1 ], [ "manual_survival", 1 ], [ "textbook_survival", 1 ] ],
151    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SCREW", "level": 1 } ],
152    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_closures_waterproofing" } ],
153    "time": "32 m",
154    "autolearn": true,
155    "components": [ [ [ "largebroketent", 2 ], [ "broketent", 4 ], [ "tent_kit", 3 ] ], [ [ "superglue", 3 ], [ "duct_tape", 40 ] ] ]
156  },
157  {
158    "type": "recipe",
159    "activity_level": "fake",
160    "result": "meal_chitin_piece",
161    "category": "CC_OTHER",
162    "subcategory": "CSC_OTHER_MATERIALS",
163    "skill_used": "cooking",
164    "difficulty": 2,
165    "time": "1 h",
166    "autolearn": true,
167    "batch_time_factors": [ 83, 3 ],
168    "flags": [ "BLIND_EASY" ],
169    "tools": [ [ [ "rock_quern", -1 ], [ "clay_quern", -1 ] ] ],
170    "components": [ [ [ "chitin_piece", 1 ], [ "acidchitin_piece", 1 ], [ "endochitin", 1 ] ] ]
171  },
172  {
173    "type": "recipe",
174    "activity_level": "fake",
175    "result": "meal_chitin_piece",
176    "id_suffix": "mortar",
177    "category": "CC_OTHER",
178    "subcategory": "CSC_OTHER_MATERIALS",
179    "skill_used": "cooking",
180    "skills_required": [ [ "survival", 1 ] ],
181    "difficulty": 2,
182    "time": "1 h 30 m",
183    "autolearn": true,
184    "batch_time_factors": [ 83, 3 ],
185    "flags": [ "BLIND_EASY" ],
186    "tools": [ [ [ "mortar_pestle", -1 ] ] ],
187    "components": [ [ [ "chitin_piece", 1 ], [ "acidchitin_piece", 1 ], [ "endochitin", 1 ] ] ]
188  },
189  {
190    "type": "recipe",
191    "activity_level": "ACTIVE_EXERCISE",
192    "result": "small_space_heater",
193    "category": "CC_OTHER",
194    "subcategory": "CSC_OTHER_TOOLS",
195    "skill_used": "fabrication",
196    "difficulty": 4,
197    "time": "2 h",
198    "reversible": true,
199    "decomp_learn": 3,
200    "autolearn": true,
201    "using": [ [ "welding_standard", 5 ], [ "steel_standard", 2 ] ],
202    "proficiencies": [
203      { "proficiency": "prof_metalworking" },
204      { "proficiency": "prof_welding_basic", "fail_multiplier": 1.5 },
205      { "proficiency": "prof_welding" }
206    ],
207    "qualities": [
208      { "id": "HAMMER", "level": 2 },
209      { "id": "SAW_M", "level": 1 },
210      { "id": "SCREW", "level": 1 },
211      { "id": "WRENCH", "level": 1 }
212    ],
213    "components": [
214      [ [ "element", 8 ], [ "crude_heating_element", 8 ] ],
215      [ [ "cable", 4 ] ],
216      [ [ "sheet_metal_small", 5 ] ],
217      [ [ "power_supply", 1 ] ]
218    ]
219  },
220  {
221    "type": "recipe",
222    "activity_level": "ACTIVE_EXERCISE",
223    "result": "large_space_heater",
224    "category": "CC_OTHER",
225    "subcategory": "CSC_OTHER_TOOLS",
226    "skill_used": "fabrication",
227    "difficulty": 4,
228    "time": "2 h 30 m",
229    "reversible": true,
230    "decomp_learn": 3,
231    "autolearn": true,
232    "using": [ [ "welding_standard", 10 ], [ "steel_standard", 4 ] ],
233    "proficiencies": [
234      { "proficiency": "prof_metalworking" },
235      { "proficiency": "prof_welding_basic", "fail_multiplier": 1.5 },
236      { "proficiency": "prof_welding" }
237    ],
238    "qualities": [
239      { "id": "HAMMER", "level": 2 },
240      { "id": "SAW_M", "level": 1 },
241      { "id": "SCREW", "level": 1 },
242      { "id": "WRENCH", "level": 1 }
243    ],
244    "components": [
245      [ [ "element", 12 ], [ "crude_heating_element", 12 ] ],
246      [ [ "cable", 6 ] ],
247      [ [ "sheet_metal", 2 ] ],
248      [ [ "power_supply", 1 ] ]
249    ]
250  },
251  {
252    "type": "recipe",
253    "activity_level": "LIGHT_EXERCISE",
254    "result": "puller",
255    "category": "CC_OTHER",
256    "subcategory": "CSC_OTHER_TOOLS",
257    "skill_used": "fabrication",
258    "skills_required": [ "gun", 3 ],
259    "difficulty": 4,
260    "time": "20 m",
261    "proficiencies": [ { "proficiency": "prof_plasticworking" } ],
262    "book_learn": [ [ "recipe_bullets", 6 ], [ "textbook_fabrication", 7 ] ],
263    "using": [ [ "soldering_standard", 10 ], [ "surface_heat", 10 ] ],
264    "tools": [ [ [ "mold_plastic", -1 ] ], [ [ "swage", -1 ] ] ],
265    "components": [ [ [ "plastic_chunk", 5 ] ], [ [ "scrap", 1 ] ] ]
266  },
267  {
268    "type": "recipe",
269    "activity_level": "LIGHT_EXERCISE",
270    "result": "press_dowel",
271    "category": "CC_OTHER",
272    "subcategory": "CSC_OTHER_TOOLS",
273    "skill_used": "survival",
274    "skills_required": [ "fabrication", 2 ],
275    "difficulty": 3,
276    "time": "30 m",
277    "autolearn": true,
278    "qualities": [ { "id": "CUT", "level": 1 } ],
279    "components": [
280      [ [ "stick", 1 ], [ "mop", 1 ], [ "broom", 1 ], [ "hoe", 1 ] ],
281      [ [ "2x4", 1 ], [ "puck", 1 ] ],
282      [ [ "nail", 1 ], [ "antenna", 1 ] ],
283      [ [ "shot_hull", 1 ] ]
284    ]
285  },
286  {
287    "type": "recipe",
288    "activity_level": "LIGHT_EXERCISE",
289    "result": "tailors_kit",
290    "category": "CC_OTHER",
291    "subcategory": "CSC_OTHER_TOOLS",
292    "skill_used": "tailor",
293    "difficulty": 3,
294    "time": "1 m",
295    "autolearn": true,
296    "reversible": true,
297    "decomp_learn": 3,
298    "book_learn": [ [ "textbook_tailor", 3 ], [ "manual_tailor", 3 ] ],
299    "using": [ [ "soldering_standard", 5 ] ],
300    "flags": [ "BLIND_EASY" ],
301    "//": "The tailoring kit is an expanded sewing kit, so a bone/wood needle is inappropriate.",
302    "components": [
303      [ [ "sewing_kit", 1 ] ],
304      [ [ "scissors", 1 ] ],
305      [ [ "knitting_needles", 1 ] ],
306      [ [ "awl_steel", 1 ] ],
307      [ [ "needle_curved", 1 ] ],
308      [ [ "plastic_chunk", 3 ] ]
309    ]
310  },
311  {
312    "type": "recipe",
313    "activity_level": "fake",
314    "result": "analytical_set_basic",
315    "category": "CC_OTHER",
316    "subcategory": "CSC_OTHER_TOOLS",
317    "skill_used": "fabrication",
318    "difficulty": 1,
319    "time": "1 m",
320    "reversible": true,
321    "autolearn": true,
322    "components": [
323      [ [ "ph_meter", 1 ] ],
324      [ [ "spectrophotometer", 1 ] ],
325      [ [ "paper", 1 ] ],
326      [ [ "balance_small", 1 ] ],
327      [ [ "melting_point", 1 ] ],
328      [ [ "box_medium", 1 ] ]
329    ]
330  },
331  {
332    "type": "recipe",
333    "activity_level": "MODERATE_EXERCISE",
334    "result": "makeshift_hammer",
335    "category": "CC_OTHER",
336    "subcategory": "CSC_OTHER_TOOLS",
337    "skill_used": "survival",
338    "time": "5 m",
339    "autolearn": true,
340    "qualities": [ { "id": "HAMMER", "level": 1 } ],
341    "components": [
342      [ [ "stick", 1 ], [ "2x4", 1 ] ],
343      [ [ "steel_chunk", 1 ], [ "steel_lump", 1 ] ],
344      [ [ "cordage_short", 2, "LIST" ], [ "filament", 100, "LIST" ] ]
345    ]
346  },
347  {
348    "type": "recipe",
349    "activity_level": "LIGHT_EXERCISE",
350    "result": "needle_bone",
351    "category": "CC_OTHER",
352    "subcategory": "CSC_OTHER_TOOLS",
353    "skill_used": "survival",
354    "difficulty": 1,
355    "time": "20 m",
356    "autolearn": true,
357    "qualities": [ { "id": "CUT", "level": 1 } ],
358    "proficiencies": [ { "proficiency": "prof_carving" } ],
359    "components": [ [ [ "bone_sturdy", 1, "LIST" ], [ "skewer_bone", 1 ] ] ]
360  },
361  {
362    "type": "recipe",
363    "activity_level": "LIGHT_EXERCISE",
364    "result": "needle_wood",
365    "category": "CC_OTHER",
366    "subcategory": "CSC_OTHER_TOOLS",
367    "skill_used": "fabrication",
368    "difficulty": 1,
369    "time": "10 m",
370    "autolearn": true,
371    "qualities": [ { "id": "CUT", "level": 1 } ],
372    "proficiencies": [ { "proficiency": "prof_carving" } ],
373    "components": [ [ [ "splinter", 1 ] ] ]
374  },
375  {
376    "result": "bone_flute",
377    "type": "recipe",
378    "activity_level": "LIGHT_EXERCISE",
379    "category": "CC_OTHER",
380    "subcategory": "CSC_OTHER_TOOLS",
381    "skill_used": "survival",
382    "difficulty": 3,
383    "skills_required": [ "fabrication", 3 ],
384    "time": "1 h",
385    "autolearn": true,
386    "qualities": [ { "id": "CUT", "level": 1 } ],
387    "proficiencies": [ { "proficiency": "prof_carving" } ],
388    "components": [ [ [ "bone_sturdy", 1, "LIST" ] ] ]
389  },
390  {
391    "type": "recipe",
392    "activity_level": "LIGHT_EXERCISE",
393    "result": "knitting_needles",
394    "category": "CC_OTHER",
395    "subcategory": "CSC_OTHER_TOOLS",
396    "skill_used": "fabrication",
397    "difficulty": 1,
398    "time": "3 m",
399    "autolearn": true,
400    "qualities": [ { "id": "CUT", "level": 1 } ],
401    "components": [ [ [ "skewer_bone", 2 ], [ "splinter", 2 ] ] ]
402  },
403  {
404    "type": "recipe",
405    "activity_level": "LIGHT_EXERCISE",
406    "result": "distaff_spindle",
407    "category": "CC_OTHER",
408    "subcategory": "CSC_OTHER_TOOLS",
409    "skill_used": "fabrication",
410    "difficulty": 2,
411    "time": "6 m",
412    "autolearn": true,
413    "qualities": [ { "id": "CUT", "level": 1 } ],
414    "components": [ [ [ "stick", 1 ], [ "broom", 1 ], [ "2x4", 1 ], [ "pool_cue", 1 ] ] ]
415  },
416  {
417    "type": "recipe",
418    "activity_level": "LIGHT_EXERCISE",
419    "result": "carding_paddles",
420    "category": "CC_OTHER",
421    "subcategory": "CSC_OTHER_TOOLS",
422    "skill_used": "fabrication",
423    "difficulty": 3,
424    "time": "2 h",
425    "autolearn": true,
426    "qualities": [ { "id": "CUT", "level": 1 } ],
427    "components": [ [ [ "stick", 2 ], [ "2x4", 1 ] ], [ [ "skewer_bone", 20 ], [ "splinter", 20 ] ] ]
428  },
429  {
430    "type": "recipe",
431    "activity_level": "LIGHT_EXERCISE",
432    "result": "makeshift_funnel",
433    "category": "CC_OTHER",
434    "subcategory": "CSC_OTHER_TOOLS",
435    "skill_used": "fabrication",
436    "difficulty": 1,
437    "time": "5 m",
438    "autolearn": true,
439    "qualities": [ { "id": "CUT", "level": 1 } ],
440    "components": [ [ [ "jug_plastic", 1 ], [ "bottle_plastic", 3 ], [ "bottle_plastic_small", 6 ], [ "aluminum_foil", 6 ] ] ]
441  },
442  {
443    "type": "recipe",
444    "activity_level": "LIGHT_EXERCISE",
445    "result": "shelter_kit",
446    "category": "CC_OTHER",
447    "subcategory": "CSC_OTHER_OTHER",
448    "skill_used": "survival",
449    "skills_required": [ "fabrication", 1 ],
450    "difficulty": 2,
451    "time": "2 h",
452    "autolearn": true,
453    "qualities": [ { "id": "SEW", "level": 1 }, { "id": "LEATHER_AWL", "level": 1 }, { "id": "CUT", "level": 1 } ],
454    "proficiencies": [
455      { "proficiency": "prof_leatherworking_basic", "required": false, "time_multiplier": 2, "fail_multiplier": 1.5 },
456      { "proficiency": "prof_leatherworking" },
457      { "proficiency": "prof_closures", "required": false, "time_multiplier": 1.5 },
458      { "proficiency": "prof_closures_waterproofing" }
459    ],
460    "components": [ [ [ "stick", 10 ], [ "2x4", 5 ] ], [ [ "leather", 20 ], [ "tanned_hide", 4 ] ], [ [ "filament", 40, "LIST" ] ] ]
461  },
462  {
463    "type": "recipe",
464    "activity_level": "LIGHT_EXERCISE",
465    "result": "shelter_kit",
466    "id_suffix": "repair",
467    "category": "CC_OTHER",
468    "subcategory": "CSC_OTHER_OTHER",
469    "skill_used": "survival",
470    "skills_required": [ "tailor", 1 ],
471    "time": "20 m",
472    "autolearn": true,
473    "qualities": [ { "id": "SEW", "level": 1 }, { "id": "LEATHER_AWL", "level": 1 }, { "id": "CUT", "level": 1 } ],
474    "proficiencies": [
475      { "proficiency": "prof_leatherworking_basic", "required": false, "time_multiplier": 2, "fail_multiplier": 1.5 },
476      { "proficiency": "prof_leatherworking" },
477      { "proficiency": "prof_closures", "required": false, "time_multiplier": 1.5 },
478      { "proficiency": "prof_closures_waterproofing" }
479    ],
480    "components": [
481      [ [ "stick", 3 ], [ "2x4", 2 ] ],
482      [ [ "leather", 4 ], [ "tanned_hide", 1 ] ],
483      [ [ "damaged_shelter_kit", 1 ] ],
484      [ [ "filament", 5, "LIST" ] ]
485    ]
486  },
487  {
488    "type": "recipe",
489    "activity_level": "LIGHT_EXERCISE",
490    "result": "fur_rollmat",
491    "category": "CC_OTHER",
492    "subcategory": "CSC_OTHER_OTHER",
493    "skill_used": "survival",
494    "skills_required": [ "tailor", 1 ],
495    "difficulty": 1,
496    "time": "20 m",
497    "reversible": true,
498    "decomp_learn": 0,
499    "autolearn": true,
500    "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
501    "proficiencies": [
502      { "proficiency": "prof_leatherworking_basic", "required": false, "time_multiplier": 2, "fail_multiplier": 1.5 },
503      { "proficiency": "prof_furriery" }
504    ],
505    "components": [ [ [ "fur", 24 ], [ "tanned_pelt", 4 ] ], [ [ "filament", 10, "LIST" ] ] ]
506  },
507  {
508    "type": "recipe",
509    "activity_level": "LIGHT_EXERCISE",
510    "result": "w_table",
511    "category": "CC_OTHER",
512    "subcategory": "CSC_OTHER_PARTS",
513    "skill_used": "fabrication",
514    "difficulty": 1,
515    "time": "20 m",
516    "reversible": true,
517    "decomp_learn": 1,
518    "autolearn": true,
519    "qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "SAW_W", "level": 1 } ],
520    "components": [ [ [ "2x4", 4 ] ], [ [ "wood_panel", 1 ] ], [ [ "nail", 8 ] ] ]
521  },
522  {
523    "type": "recipe",
524    "activity_level": "MODERATE_EXERCISE",
525    "result": "workbench",
526    "category": "CC_OTHER",
527    "subcategory": "CSC_OTHER_PARTS",
528    "skill_used": "fabrication",
529    "difficulty": 3,
530    "time": "2 h",
531    "reversible": true,
532    "decomp_learn": 1,
533    "autolearn": true,
534    "using": [ [ "welding_standard", 5 ] ],
535    "proficiencies": [
536      { "proficiency": "prof_metalworking" },
537      { "proficiency": "prof_welding_basic", "fail_multiplier": 1.5 },
538      { "proficiency": "prof_welding" }
539    ],
540    "components": [ [ [ "pipe", 8 ] ], [ [ "sheet_metal", 2 ] ], [ [ "sheet_metal_small", 4 ] ], [ [ "pipe_fittings", 4 ] ] ]
541  },
542  {
543    "type": "recipe",
544    "activity_level": "MODERATE_EXERCISE",
545    "result": "folding_bicycle",
546    "category": "CC_OTHER",
547    "subcategory": "CSC_OTHER_OTHER",
548    "skill_used": "mechanics",
549    "difficulty": 5,
550    "time": "12 h",
551    "reversible": true,
552    "decomp_learn": 4,
553    "book_learn": [ [ "textbook_fabrication", 4 ], [ "manual_mechanics", 4 ], [ "textbook_mechanics", 4 ] ],
554    "using": [ [ "welding_standard", 30 ] ],
555    "proficiencies": [
556      { "proficiency": "prof_metalworking" },
557      { "proficiency": "prof_welding_basic", "fail_multiplier": 1.5 },
558      { "proficiency": "prof_welding" }
559    ],
560    "qualities": [ { "id": "WRENCH", "level": 1 } ],
561    "components": [
562      [ [ "frame", 2 ] ],
563      [ [ "saddle", 1 ] ],
564      [ [ "vehicle_controls", 1 ] ],
565      [ [ "foot_crank", 1 ] ],
566      [ [ "wheel_bicycle", 2 ] ]
567    ]
568  },
569  {
570    "type": "recipe",
571    "activity_level": "fake",
572    "result": "rolling_paper",
573    "category": "CC_OTHER",
574    "subcategory": "CSC_OTHER_MATERIALS",
575    "skill_used": "fabrication",
576    "time": "1 m",
577    "autolearn": true,
578    "charges": 6,
579    "flags": [ "BLIND_HARD" ],
580    "components": [ [ [ "paper", 1 ] ] ]
581  },
582  {
583    "type": "recipe",
584    "activity_level": "MODERATE_EXERCISE",
585    "result": "wire",
586    "category": "CC_OTHER",
587    "subcategory": "CSC_OTHER_MATERIALS",
588    "skill_used": "fabrication",
589    "difficulty": 3,
590    "time": "30 m",
591    "autolearn": true,
592    "using": [ [ "blacksmithing_standard", 2 ] ],
593    "proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
594    "qualities": [ { "id": "CHISEL", "level": 3 } ],
595    "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
596    "components": [ [ [ "scrap", 1 ] ] ]
597  },
598  {
599    "type": "recipe",
600    "activity_level": "LIGHT_EXERCISE",
601    "result": "wire_barbed",
602    "category": "CC_OTHER",
603    "subcategory": "CSC_OTHER_MATERIALS",
604    "skill_used": "fabrication",
605    "difficulty": 2,
606    "time": "8 m",
607    "autolearn": true,
608    "qualities": [ { "id": "HAMMER", "level": 3 } ],
609    "tools": [ [ [ "boltcutters", -1 ], [ "toolset", -1 ] ] ],
610    "components": [ [ [ "wire", 2 ] ] ]
611  },
612  {
613    "type": "recipe",
614    "activity_level": "MODERATE_EXERCISE",
615    "result": "wire_mesh",
616    "category": "CC_OTHER",
617    "subcategory": "CSC_OTHER_MATERIALS",
618    "skill_used": "fabrication",
619    "difficulty": 3,
620    "time": "1 h",
621    "autolearn": true,
622    "qualities": [ { "id": "ANVIL", "level": 1 }, { "id": "HAMMER", "level": 2 } ],
623    "proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
624    "tools": [ [ [ "swage", -1 ] ], [ [ "surface_heat", 2, "LIST" ], [ "forge", 2 ], [ "oxy_torch", 2 ] ] ],
625    "components": [ [ [ "wire", 6 ] ] ]
626  },
627  {
628    "type": "recipe",
629    "activity_level": "LIGHT_EXERCISE",
630    "result": "holy_symbol_wood",
631    "category": "CC_OTHER",
632    "subcategory": "CSC_OTHER_OTHER",
633    "skill_used": "fabrication",
634    "time": "30 m",
635    "autolearn": true,
636    "using": [ [ "cordage_short", 3 ] ],
637    "proficiencies": [ { "proficiency": "prof_carving" } ],
638    "qualities": [ { "id": "CUT", "level": 1 } ],
639    "components": [ [ [ "splinter", 1 ], [ "stick", 1 ], [ "2x4", 1 ] ] ]
640  },
641  {
642    "type": "recipe",
643    "activity_level": "MODERATE_EXERCISE",
644    "result": "stepladder",
645    "category": "CC_OTHER",
646    "subcategory": "CSC_OTHER_TOOLS",
647    "skill_used": "fabrication",
648    "difficulty": 3,
649    "time": "30 m",
650    "reversible": true,
651    "autolearn": true,
652    "qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "SAW_W", "level": 1 } ],
653    "components": [ [ [ "2x4", 12 ] ], [ [ "nail", 30 ] ] ]
654  },
655  {
656    "type": "recipe",
657    "activity_level": "LIGHT_EXERCISE",
658    "result": "duct_tape",
659    "category": "CC_OTHER",
660    "subcategory": "CSC_OTHER_MATERIALS",
661    "skill_used": "chemistry",
662    "difficulty": 3,
663    "time": "18 m",
664    "book_learn": [ [ "textbook_fabrication", 3 ], [ "textbook_chemistry", 3 ], [ "adv_chemistry", 3 ], [ "textbook_mechanics", 5 ] ],
665    "using": [ [ "filament", 50 ] ],
666    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 2 } ],
667    "tools": [ [ [ "surface_heat", 5, "LIST" ] ] ],
668    "components": [ [ [ "superglue", 1 ] ], [ [ "rag", 6 ] ], [ [ "plastic_chunk", 1 ] ] ]
669  },
670  {
671    "type": "recipe",
672    "activity_level": "MODERATE_EXERCISE",
673    "result": "tree_spile",
674    "category": "CC_OTHER",
675    "subcategory": "CSC_OTHER_TOOLS",
676    "skill_used": "fabrication",
677    "difficulty": 1,
678    "time": "60 m",
679    "autolearn": true,
680    "proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
681    "using": [ [ "blacksmithing_standard", 2 ], [ "steel_tiny", 2 ] ]
682  },
683  {
684    "type": "recipe",
685    "activity_level": "MODERATE_EXERCISE",
686    "result": "brazier",
687    "category": "CC_OTHER",
688    "subcategory": "CSC_OTHER_TOOLS",
689    "skill_used": "fabrication",
690    "difficulty": 1,
691    "time": "30 m",
692    "reversible": true,
693    "autolearn": true,
694    "qualities": [ { "id": "HAMMER", "level": 2 } ],
695    "components": [ [ [ "sheet_metal", 1 ] ] ]
696  },
697  {
698    "type": "recipe",
699    "activity_level": "MODERATE_EXERCISE",
700    "result": "55gal_firebarrel",
701    "category": "CC_OTHER",
702    "subcategory": "CSC_OTHER_TOOLS",
703    "skill_used": "survival",
704    "difficulty": 1,
705    "time": "15 m",
706    "autolearn": true,
707    "qualities": [ { "id": "HAMMER", "level": 1 } ],
708    "tools": [ [ [ "spike", -1 ], [ "sharp_rock", -1 ], [ "rebar", -1 ], [ "spear_rebar", -1 ] ] ],
709    "components": [ [ [ "55gal_drum", 1 ] ] ]
710  },
711  {
712    "type": "recipe",
713    "activity_level": "MODERATE_EXERCISE",
714    "result": "30gal_firebarrel",
715    "category": "CC_OTHER",
716    "subcategory": "CSC_OTHER_TOOLS",
717    "skill_used": "survival",
718    "difficulty": 1,
719    "time": "15 m",
720    "autolearn": true,
721    "qualities": [ { "id": "HAMMER", "level": 1 } ],
722    "tools": [ [ [ "spike", -1 ], [ "sharp_rock", -1 ], [ "rebar", -1 ], [ "spear_rebar", -1 ] ] ],
723    "components": [ [ [ "30gal_drum", 1 ] ] ]
724  },
725  {
726    "type": "recipe",
727    "activity_level": "fake",
728    "result": "chemistry_set_basic",
729    "category": "CC_OTHER",
730    "subcategory": "CSC_OTHER_TOOLS",
731    "skill_used": "fabrication",
732    "skills_required": [ "chemistry", 2 ],
733    "time": "2 m",
734    "reversible": true,
735    "decomp_learn": 0,
736    "flags": [ "BLIND_EASY" ],
737    "book_learn": [ [ "adv_chemistry", 1 ], [ "textbook_chemistry", 1 ] ],
738    "components": [
739      [ [ "glasses_safety", 1 ] ],
740      [ [ "hose", 3 ], [ "makeshift_hose", 3 ] ],
741      [ [ "flask_glass", 4 ], [ "jar_glass_sealed", 4 ], [ "bottle_glass", 4 ], [ "test_tube", 20 ] ],
742      [ [ "box_small", 1 ], [ "bag_canvas", 1 ], [ "backpack", 1 ], [ "backpack_leather", 1 ], [ "rucksack", 1 ] ]
743    ]
744  },
745  {
746    "type": "recipe",
747    "activity_level": "fake",
748    "result": "chemistry_set",
749    "category": "CC_OTHER",
750    "subcategory": "CSC_OTHER_TOOLS",
751    "skill_used": "fabrication",
752    "skills_required": [ "chemistry", 2 ],
753    "time": "3 m",
754    "reversible": true,
755    "decomp_learn": 0,
756    "flags": [ "BLIND_HARD" ],
757    "book_learn": [ [ "adv_chemistry", 1 ], [ "textbook_chemistry", 1 ] ],
758    "components": [ [ [ "cable", 10 ], [ "wire", 1 ] ], [ [ "hotplate", 1 ] ], [ [ "chemistry_set_basic", 1 ] ] ]
759  },
760  {
761    "type": "recipe",
762    "activity_level": "fake",
763    "result": "misc_repairkit",
764    "category": "CC_OTHER",
765    "subcategory": "CSC_OTHER_TOOLS",
766    "skill_used": "fabrication",
767    "difficulty": 1,
768    "time": "1 m",
769    "reversible": true,
770    "autolearn": true,
771    "decomp_learn": 1,
772    "flags": [ "BLIND_EASY" ],
773    "components": [
774      [ [ "xacto", 1 ] ],
775      [ [ "saw", 1 ] ],
776      [ [ "rag", 1 ], [ "leather", 1 ], [ "fur", 1 ], [ "faux_fur", 1 ], [ "felt_patch", 1 ] ]
777    ]
778  },
779  {
780    "type": "recipe",
781    "activity_level": "fake",
782    "result": "small_repairkit",
783    "category": "CC_OTHER",
784    "subcategory": "CSC_OTHER_TOOLS",
785    "skill_used": "mechanics",
786    "difficulty": 1,
787    "time": "2 m",
788    "reversible": true,
789    "book_learn": [
790      [ "manual_shotgun", 0 ],
791      [ "manual_rifle", 0 ],
792      [ "manual_smg", 0 ],
793      [ "manual_pistol", 0 ],
794      [ "recipe_bullets", 0 ],
795      [ "textbook_mechanics", 1 ],
796      [ "mag_mechanics", 2 ],
797      [ "mag_rifle", 2 ]
798    ],
799    "components": [
800      [ [ "pipe_cleaner", 1 ] ],
801      [ [ "soldering_iron", 1 ] ],
802      [ [ "screwdriver_set", 1 ] ],
803      [ [ "wrench", 1 ] ],
804      [ [ "chisel", 1 ] ],
805      [ [ "hacksaw", 1 ] ],
806      [ [ "hammer", 1 ] ]
807    ]
808  },
809  {
810    "type": "recipe",
811    "activity_level": "fake",
812    "result": "pipe_cleaner",
813    "category": "CC_OTHER",
814    "subcategory": "CSC_OTHER_TOOLS",
815    "skill_used": "mechanics",
816    "difficulty": 1,
817    "time": "2 m",
818    "reversible": true,
819    "book_learn": [
820      [ "manual_shotgun", 0 ],
821      [ "manual_rifle", 0 ],
822      [ "manual_smg", 0 ],
823      [ "manual_pistol", 0 ],
824      [ "recipe_bullets", 0 ],
825      [ "textbook_mechanics", 1 ],
826      [ "mag_mechanics", 2 ],
827      [ "mag_rifle", 2 ]
828    ],
829    "components": [ [ [ "wire", 2 ], [ "cable", 2 ] ] ]
830  },
831  {
832    "type": "recipe",
833    "activity_level": "LIGHT_EXERCISE",
834    "result": "popcan_stove",
835    "category": "CC_OTHER",
836    "subcategory": "CSC_OTHER_TOOLS",
837    "skill_used": "fabrication",
838    "difficulty": 1,
839    "time": "20 m",
840    "book_learn": [ [ "fun_survival", 1 ], [ "manual_fabrication", 1 ] ],
841    "qualities": [ { "id": "CUT", "level": 1 } ],
842    "components": [ [ [ "can_drink", 2 ] ], [ [ "bottle_plastic", 1 ] ] ]
843  },
844  {
845    "type": "recipe",
846    "activity_level": "MODERATE_EXERCISE",
847    "result": "forge",
848    "category": "CC_OTHER",
849    "subcategory": "CSC_OTHER_TOOLS",
850    "skill_used": "fabrication",
851    "difficulty": 4,
852    "time": "3 h",
853    "reversible": true,
854    "decomp_learn": 4,
855    "autolearn": true,
856    "book_learn": [
857      [ "textbook_fabrication", 4 ],
858      [ "textbook_weapeast", 5 ],
859      [ "textbook_weapwest", 5 ],
860      [ "textbook_armeast", 5 ],
861      [ "textbook_armwest", 5 ]
862    ],
863    "qualities": [
864      { "id": "HAMMER", "level": 2 },
865      { "id": "SAW_M", "level": 1 },
866      { "id": "SCREW", "level": 1 },
867      { "id": "WRENCH", "level": 1 }
868    ],
869    "tools": [ [ [ "welder", 200 ], [ "welder_crude", 300 ], [ "toolset", 300 ], [ "soldering_iron", 300 ], [ "oxy_torch", 40 ] ] ],
870    "proficiencies": [ { "proficiency": "prof_metalworking" } ],
871    "components": [
872      [ [ "element", 8 ] ],
873      [ [ "steel_lump", 1 ], [ "steel_chunk", 4 ], [ "scrap", 12 ] ],
874      [ [ "cable", 4 ] ],
875      [ [ "power_supply", 1 ] ]
876    ]
877  },
878  {
879    "type": "recipe",
880    "activity_level": "MODERATE_EXERCISE",
881    "result": "anvil",
882    "category": "CC_OTHER",
883    "subcategory": "CSC_OTHER_TOOLS",
884    "skill_used": "fabrication",
885    "difficulty": 3,
886    "time": "4 h",
887    "autolearn": true,
888    "qualities": [ { "id": "HAMMER", "level": 2 } ],
889    "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 150 ], [ "oxy_torch", 30 ] ] ],
890    "proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
891    "components": [ [ [ "steel_chunk", 160 ], [ "steel_lump", 40 ], [ "frame", 4 ], [ "hdframe", 2 ] ] ]
892  },
893  {
894    "type": "recipe",
895    "activity_level": "fake",
896    "result": "crucible_clay",
897    "category": "CC_OTHER",
898    "subcategory": "CSC_OTHER_TOOLS",
899    "skill_used": "fabrication",
900    "difficulty": 2,
901    "time": "45 m",
902    "autolearn": true,
903    "proficiencies": [ { "proficiency": "prof_pottery" } ],
904    "using": [ [ "earthenware_firing", 90 ] ],
905    "components": [ [ [ "water", 1 ], [ "water_clean", 1 ] ], [ [ "clay_lump", 5 ] ] ]
906  },
907  {
908    "type": "recipe",
909    "activity_level": "MODERATE_EXERCISE",
910    "//": "Tin can be melted by fire, but you need something to contain and work with it. Hence the press.",
911    "result": "pot_copper",
912    "category": "CC_OTHER",
913    "subcategory": "CSC_OTHER_TOOLS",
914    "skill_used": "fabrication",
915    "difficulty": 2,
916    "time": "1 h 30 m",
917    "autolearn": true,
918    "qualities": [ { "id": "HAMMER", "level": 3 } ],
919    "tools": [ [ [ "press", -1 ] ], [ [ "surface_heat", 10, "LIST" ] ] ],
920    "components": [ [ [ "copper_scrap_equivalent", 20, "LIST" ] ], [ [ "tin", 30 ] ] ]
921  },
922  {
923    "type": "recipe",
924    "activity_level": "MODERATE_EXERCISE",
925    "//": "Alternative to the press explained above: this electroplates the tin using an electrolysis kit.",
926    "result": "pot_copper",
927    "category": "CC_OTHER",
928    "subcategory": "CSC_OTHER_TOOLS",
929    "skill_used": "chemistry",
930    "difficulty": 4,
931    "book_learn": [ [ "textbook_chemistry", 4 ], [ "textbook_fabrication", 4 ], [ "welding_book", 4 ] ],
932    "time": "1 h 30 m",
933    "autolearn": true,
934    "qualities": [ { "id": "HAMMER", "level": 3 } ],
935    "tools": [ [ [ "electrolysis_kit", 10 ] ], [ [ "surface_heat", 10, "LIST" ] ] ],
936    "components": [
937      [ [ "copper_scrap_equivalent", 20, "LIST" ] ],
938      [ [ "tin", 30 ] ],
939      [ [ "water", 3 ], [ "water_clean", 3 ] ],
940      [ [ "any_strong_acid", 1, "LIST" ] ]
941    ]
942  },
943  {
944    "type": "recipe",
945    "activity_level": "BRISK_EXERCISE",
946    "result": "pot",
947    "category": "CC_OTHER",
948    "subcategory": "CSC_OTHER_TOOLS",
949    "skill_used": "fabrication",
950    "difficulty": 2,
951    "time": "1 h 30 m",
952    "autolearn": true,
953    "using": [ [ "blacksmithing_standard", 4 ], [ "steel_standard", 1 ] ],
954    "proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ]
955  },
956  {
957    "type": "recipe",
958    "activity_level": "BRISK_EXERCISE",
959    "result": "teapot",
960    "category": "CC_OTHER",
961    "subcategory": "CSC_OTHER_TOOLS",
962    "skill_used": "fabrication",
963    "difficulty": 2,
964    "time": "1 h 30 m",
965    "autolearn": true,
966    "using": [ [ "blacksmithing_standard", 4 ], [ "steel_standard", 1 ] ],
967    "proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
968    "qualities": [ { "id": "CHISEL", "level": 3 } ]
969  },
970  {
971    "type": "recipe",
972    "activity_level": "LIGHT_EXERCISE",
973    "result": "magnifying_glass",
974    "category": "CC_OTHER",
975    "subcategory": "CSC_OTHER_TOOLS",
976    "skill_used": "fabrication",
977    "difficulty": 2,
978    "time": "20 m",
979    "reversible": true,
980    "autolearn": true,
981    "proficiencies": [ { "proficiency": "prof_plasticworking" } ],
982    "using": [ [ "soldering_standard", 10 ], [ "surface_heat", 10 ] ],
983    "tools": [ [ [ "mold_plastic", -1 ] ] ],
984    "components": [ [ [ "plastic_chunk", 4 ] ], [ [ "lens", 1 ] ], [ [ "wire", 1 ] ] ]
985  },
986  {
987    "type": "recipe",
988    "activity_level": "LIGHT_EXERCISE",
989    "result": "survivor_scope",
990    "category": "CC_OTHER",
991    "subcategory": "CSC_OTHER_TOOLS",
992    "skill_used": "fabrication",
993    "difficulty": 4,
994    "time": "10 m",
995    "reversible": true,
996    "book_learn": [ [ "plastics_book", 3 ] ],
997    "proficiencies": [ { "proficiency": "prof_plasticworking" } ],
998    "using": [ [ "soldering_standard", 10 ], [ "surface_heat", 10 ] ],
999    "tools": [ [ [ "mold_plastic", -1 ] ] ],
1000    "components": [ [ [ "plastic_chunk", 4 ] ], [ [ "lens", 1 ] ], [ [ "lens", 1 ], [ "lens_small", 1 ] ], [ [ "spring", 1 ] ] ]
1001  },
1002  {
1003    "type": "recipe",
1004    "activity_level": "fake",
1005    "result": "crackpipe",
1006    "category": "CC_OTHER",
1007    "subcategory": "CSC_OTHER_TOOLS",
1008    "skill_used": "fabrication",
1009    "time": "10 m",
1010    "autolearn": true,
1011    "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
1012    "components": [ [ [ "bottle_glass", 1 ], [ "flask_glass", 1 ] ] ]
1013  },
1014  {
1015    "type": "recipe",
1016    "activity_level": "MODERATE_EXERCISE",
1017    "result": "char_forge",
1018    "category": "CC_OTHER",
1019    "subcategory": "CSC_OTHER_TOOLS",
1020    "skill_used": "fabrication",
1021    "difficulty": 3,
1022    "time": "2 h",
1023    "book_learn": [
1024      [ "textbook_fabrication", 4 ],
1025      [ "textbook_weapeast", 5 ],
1026      [ "textbook_weapwest", 5 ],
1027      [ "textbook_armeast", 5 ],
1028      [ "textbook_armwest", 5 ]
1029    ],
1030    "qualities": [
1031      { "id": "HAMMER", "level": 2 },
1032      { "id": "SAW_M", "level": 1 },
1033      { "id": "SCREW", "level": 1 },
1034      { "id": "WRENCH", "level": 1 }
1035    ],
1036    "tools": [ [ [ "welder", 100 ], [ "welder_crude", 150 ], [ "toolset", 150 ], [ "soldering_iron", 150 ], [ "oxy_torch", 20 ] ] ],
1037    "proficiencies": [ { "proficiency": "prof_metalworking" } ],
1038    "components": [
1039      [ [ "pilot_light", 1 ] ],
1040      [ [ "steel_lump", 3 ], [ "steel_chunk", 12 ], [ "scrap", 36 ] ],
1041      [ [ "metal_tank_little", 1 ] ],
1042      [ [ "pipe", 3 ] ],
1043      [ [ "pipe_fittings", 2 ] ]
1044    ]
1045  },
1046  {
1047    "type": "recipe",
1048    "activity_level": "MODERATE_EXERCISE",
1049    "result": "char_smoker",
1050    "category": "CC_OTHER",
1051    "subcategory": "CSC_OTHER_TOOLS",
1052    "skill_used": "fabrication",
1053    "skills_required": [ "cooking", 2 ],
1054    "difficulty": 2,
1055    "time": "1 h 10 m",
1056    "reversible": true,
1057    "decomp_learn": 1,
1058    "book_learn": [ [ "textbook_fabrication", 2 ], [ "manual_fabrication", 3 ], [ "cookbook", 3 ] ],
1059    "qualities": [
1060      { "id": "HAMMER", "level": 3 },
1061      { "id": "SAW_M", "level": 1 },
1062      { "id": "SCREW", "level": 1 },
1063      { "id": "WRENCH", "level": 1 }
1064    ],
1065    "tools": [ [ [ "welder", 50 ], [ "welder_crude", 75 ], [ "toolset", 75 ], [ "soldering_iron", 75 ], [ "oxy_torch", 10 ] ] ],
1066    "proficiencies": [ { "proficiency": "prof_metalworking" } ],
1067    "components": [ [ [ "pilot_light", 1 ] ], [ [ "scrap", 4 ] ], [ [ "metal_tank_little", 1 ] ] ]
1068  },
1069  {
1070    "type": "recipe",
1071    "activity_level": "BRISK_EXERCISE",
1072    "result": "waffleiron",
1073    "category": "CC_OTHER",
1074    "subcategory": "CSC_OTHER_TOOLS",
1075    "skill_used": "fabrication",
1076    "difficulty": 6,
1077    "time": "2 h 30 m",
1078    "autolearn": true,
1079    "using": [ [ "blacksmithing_standard", 8 ], [ "steel_standard", 2 ] ],
1080    "proficiencies": [
1081      { "proficiency": "prof_metalworking" },
1082      { "proficiency": "prof_blacksmithing" },
1083      { "proficiency": "prof_toolsmithing" }
1084    ],
1085    "qualities": [ { "id": "CHISEL", "level": 3 } ],
1086    "tools": [ [ [ "swage", -1 ] ] ]
1087  },
1088  {
1089    "type": "recipe",
1090    "activity_level": "BRISK_EXERCISE",
1091    "result": "pastaextruder",
1092    "category": "CC_OTHER",
1093    "subcategory": "CSC_OTHER_TOOLS",
1094    "skill_used": "fabrication",
1095    "difficulty": 6,
1096    "time": "2 h 30 m",
1097    "autolearn": true,
1098    "using": [ [ "blacksmithing_standard", 8 ], [ "steel_standard", 2 ] ],
1099    "proficiencies": [
1100      { "proficiency": "prof_metalworking" },
1101      { "proficiency": "prof_blacksmithing" },
1102      { "proficiency": "prof_toolsmithing" }
1103    ],
1104    "qualities": [ { "id": "CHISEL", "level": 3 } ],
1105    "tools": [ [ [ "swage", -1 ] ] ]
1106  },
1107  {
1108    "type": "recipe",
1109    "activity_level": "BRISK_EXERCISE",
1110    "result": "brick_kiln",
1111    "category": "CC_OTHER",
1112    "subcategory": "CSC_OTHER_TOOLS",
1113    "skill_used": "fabrication",
1114    "difficulty": 5,
1115    "time": "2 h",
1116    "autolearn": true,
1117    "book_learn": [ [ "textbook_fabrication", 4 ], [ "manual_fabrication", 4 ] ],
1118    "using": [ [ "welding_standard", 15 ], [ "steel_standard", 6 ] ],
1119    "proficiencies": [
1120      { "proficiency": "prof_metalworking" },
1121      { "proficiency": "prof_welding_basic", "fail_multiplier": 1.5 },
1122      { "proficiency": "prof_welding" }
1123    ],
1124    "qualities": [
1125      { "id": "HAMMER", "level": 3 },
1126      { "id": "SAW_M", "level": 1 },
1127      { "id": "SCREW", "level": 1 },
1128      { "id": "WRENCH", "level": 1 }
1129    ],
1130    "components": [ [ [ "metal_tank_little", 1 ] ], [ [ "pipe", 8 ] ] ]
1131  },
1132  {
1133    "type": "recipe",
1134    "activity_level": "BRISK_EXERCISE",
1135    "result": "kiln",
1136    "category": "CC_OTHER",
1137    "subcategory": "CSC_OTHER_TOOLS",
1138    "skill_used": "fabrication",
1139    "difficulty": 6,
1140    "time": "3 h",
1141    "reversible": true,
1142    "decomp_learn": 4,
1143    "autolearn": true,
1144    "book_learn": [ [ "textbook_fabrication", 4 ], [ "manual_fabrication", 4 ] ],
1145    "using": [ [ "welding_standard", 15 ], [ "steel_standard", 6 ] ],
1146    "proficiencies": [
1147      { "proficiency": "prof_metalworking" },
1148      { "proficiency": "prof_welding_basic", "fail_multiplier": 1.5 },
1149      { "proficiency": "prof_welding" }
1150    ],
1151    "qualities": [
1152      { "id": "HAMMER", "level": 3 },
1153      { "id": "SAW_M", "level": 1 },
1154      { "id": "SCREW", "level": 1 },
1155      { "id": "WRENCH", "level": 1 }
1156    ],
1157    "components": [
1158      [ [ "element", 8 ], [ "crude_heating_element", 8 ] ],
1159      [ [ "cable", 4 ] ],
1160      [ [ "power_supply", 1 ] ],
1161      [ [ "metal_tank_little", 1 ] ],
1162      [ [ "pipe", 8 ] ],
1163      [ [ "pipe_fittings", 4 ] ]
1164    ]
1165  },
1166  {
1167    "type": "recipe",
1168    "activity_level": "BRISK_EXERCISE",
1169    "result": "con_mix",
1170    "category": "CC_OTHER",
1171    "subcategory": "CSC_OTHER_TOOLS",
1172    "skill_used": "fabrication",
1173    "skills_required": [ [ "electronics", 3 ] ],
1174    "difficulty": 7,
1175    "time": "4 h 30 m",
1176    "reversible": true,
1177    "autolearn": true,
1178    "book_learn": [ [ "textbook_fabrication", 7 ], [ "manual_fabrication", 7 ] ],
1179    "using": [ [ "soldering_standard", 25 ], [ "welding_standard", 20 ] ],
1180    "proficiencies": [
1181      { "proficiency": "prof_metalworking" },
1182      { "proficiency": "prof_welding_basic", "fail_multiplier": 1.5 },
1183      { "proficiency": "prof_welding" }
1184    ],
1185    "qualities": [
1186      { "id": "HAMMER", "level": 3 },
1187      { "id": "SAW_M", "level": 1 },
1188      { "id": "SCREW", "level": 1 },
1189      { "id": "WRENCH", "level": 1 }
1190    ],
1191    "components": [
1192      [ [ "steel_lump", 3 ], [ "steel_chunk", 9 ], [ "scrap", 36 ] ],
1193      [ [ "metal_tank_little", 1 ] ],
1194      [ [ "pipe", 4 ] ],
1195      [ [ "motor_small", 1 ] ],
1196      [ [ "element", 3 ], [ "crude_heating_element", 3 ] ],
1197      [ [ "cable", 16 ] ]
1198    ]
1199  },
1200  {
1201    "type": "recipe",
1202    "activity_level": "MODERATE_EXERCISE",
1203    "result": "char_kiln",
1204    "category": "CC_OTHER",
1205    "subcategory": "CSC_OTHER_TOOLS",
1206    "skill_used": "fabrication",
1207    "difficulty": 3,
1208    "time": "1 h 30 m",
1209    "autolearn": true,
1210    "book_learn": [ [ "textbook_fabrication", 2 ], [ "manual_fabrication", 2 ] ],
1211    "qualities": [
1212      { "id": "HAMMER", "level": 3 },
1213      { "id": "SAW_M", "level": 1 },
1214      { "id": "SCREW", "level": 1 },
1215      { "id": "WRENCH", "level": 1 }
1216    ],
1217    "tools": [ [ [ "welder", 150 ], [ "welder_crude", 225 ], [ "toolset", 225 ], [ "soldering_iron", 225 ], [ "oxy_torch", 30 ] ] ],
1218    "proficiencies": [ { "proficiency": "prof_metalworking" } ],
1219    "components": [
1220      [ [ "steel_lump", 5 ], [ "steel_chunk", 20 ], [ "scrap", 60 ] ],
1221      [ [ "metal_tank_little", 1 ] ],
1222      [ [ "pipe", 6 ] ],
1223      [ [ "pipe_fittings", 4 ] ]
1224    ]
1225  },
1226  {
1227    "type": "recipe",
1228    "activity_level": "fake",
1229    "result": "kiln_full",
1230    "category": "CC_OTHER",
1231    "subcategory": "CSC_OTHER_MATERIALS",
1232    "skill_used": "fabrication",
1233    "difficulty": 1,
1234    "time": "1 m",
1235    "autolearn": true,
1236    "components": [
1237      [ [ "splinter", 40 ], [ "2x4", 6 ], [ "stick", 8 ], [ "bone_any", 40, "LIST" ], [ "pine_bough", 20 ], [ "log", 1 ] ],
1238      [ [ "char_kiln", 1 ] ]
1239    ]
1240  },
1241  {
1242    "type": "recipe",
1243    "activity_level": "MODERATE_EXERCISE",
1244    "result": "char_purifier",
1245    "category": "CC_OTHER",
1246    "subcategory": "CSC_OTHER_TOOLS",
1247    "skill_used": "survival",
1248    "difficulty": 2,
1249    "time": "30 m",
1250    "autolearn": true,
1251    "qualities": [ { "id": "CUT", "level": 1 } ],
1252    "components": [ [ [ "jug_plastic", 1 ] ], [ [ "rag", 4 ] ], [ [ "charcoal", 75 ] ] ],
1253    "flags": [ "FULL_MAGAZINE" ]
1254  },
1255  {
1256    "type": "recipe",
1257    "activity_level": "LIGHT_EXERCISE",
1258    "result": "mop",
1259    "category": "CC_OTHER",
1260    "subcategory": "CSC_OTHER_TOOLS",
1261    "skill_used": "fabrication",
1262    "time": "10 m",
1263    "reversible": true,
1264    "autolearn": true,
1265    "using": [ [ "cordage", 1 ] ],
1266    "qualities": [ { "id": "CUT", "level": 1 } ],
1267    "components": [ [ [ "stick", 1 ], [ "2x4", 1 ] ], [ [ "rag", 4 ] ] ]
1268  },
1269  {
1270    "type": "recipe",
1271    "activity_level": "MODERATE_EXERCISE",
1272    "result": "mirror",
1273    "category": "CC_OTHER",
1274    "subcategory": "CSC_OTHER_TOOLS",
1275    "skill_used": "fabrication",
1276    "difficulty": 5,
1277    "time": "30 m",
1278    "book_learn": [ [ "glassblowing_book", 5 ] ],
1279    "proficiencies": [ { "proficiency": "prof_glassblowing", "required": false, "time_multiplier": 6 } ],
1280    "tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 75 ] ] ],
1281    "components": [ [ [ "glass_sheet", 1 ] ], [ [ "silver_small", 10 ] ] ]
1282  },
1283  {
1284    "type": "recipe",
1285    "activity_level": "MODERATE_EXERCISE",
1286    "result": "mirror",
1287    "id_suffix": "from_steel",
1288    "category": "CC_OTHER",
1289    "subcategory": "CSC_OTHER_TOOLS",
1290    "skill_used": "fabrication",
1291    "difficulty": 2,
1292    "time": "10 m",
1293    "autolearn": true,
1294    "qualities": [ { "id": "HAMMER", "level": 2 } ],
1295    "tools": [ [ [ "tongs", -1 ] ], [ [ "polisher", 20 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 50 ] ] ],
1296    "components": [ [ [ "steel_chunk", 3 ] ] ]
1297  },
1298  {
1299    "type": "recipe",
1300    "activity_level": "LIGHT_EXERCISE",
1301    "result": "pipe_glass",
1302    "category": "CC_OTHER",
1303    "subcategory": "CSC_OTHER_TOOLS",
1304    "skill_used": "fabrication",
1305    "difficulty": 6,
1306    "time": "1 h",
1307    "book_learn": [ [ "glassblowing_book", 6 ] ],
1308    "proficiencies": [ { "proficiency": "prof_glassblowing" } ],
1309    "qualities": [ { "id": "CHISEL", "level": 3 } ],
1310    "tools": [ [ [ "tongs", -1 ] ], [ [ "pipe", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 25 ] ] ],
1311    "components": [ [ [ "glass_shard", 3 ], [ "bottle_glass", 1 ], [ "flask_glass", 3 ], [ "test_tube", 6 ], [ "marble", 75 ] ] ]
1312  },
1313  {
1314    "type": "recipe",
1315    "activity_level": "fake",
1316    "result": "grapnel",
1317    "category": "CC_OTHER",
1318    "subcategory": "CSC_OTHER_TOOLS",
1319    "skill_used": "fabrication",
1320    "difficulty": 1,
1321    "autolearn": true,
1322    "time": "2 m",
1323    "reversible": true,
1324    "book_learn": [ [ "mag_survival", 4 ], [ "atomic_survival", 3 ], [ "textbook_survival", 2 ] ],
1325    "components": [ [ [ "rope_superior", 1, "LIST" ] ], [ [ "grip_hook", 4 ] ] ]
1326  },
1327  {
1328    "type": "recipe",
1329    "activity_level": "MODERATE_EXERCISE",
1330    "result": "well_pump",
1331    "category": "CC_OTHER",
1332    "subcategory": "CSC_OTHER_OTHER",
1333    "skill_used": "fabrication",
1334    "difficulty": 5,
1335    "time": "1 h 30 m",
1336    "autolearn": true,
1337    "book_learn": [ [ "textbook_fabrication", 4 ], [ "manual_fabrication", 4 ] ],
1338    "qualities": [
1339      { "id": "HAMMER", "level": 2 },
1340      { "id": "SAW_M", "level": 1 },
1341      { "id": "SCREW", "level": 1 },
1342      { "id": "WRENCH", "level": 1 },
1343      { "id": "GLARE", "level": 2 }
1344    ],
1345    "tools": [ [ [ "welder", 100 ], [ "welder_crude", 150 ], [ "toolset", 150 ], [ "soldering_iron", 150 ] ] ],
1346    "components": [ [ [ "steel_chunk", 6 ], [ "scrap", 18 ] ], [ [ "pipe", 2 ] ] ]
1347  },
1348  {
1349    "type": "recipe",
1350    "activity_level": "fake",
1351    "result": "fishing_rod_basic",
1352    "category": "CC_OTHER",
1353    "subcategory": "CSC_OTHER_TOOLS",
1354    "skill_used": "survival",
1355    "time": "1 m",
1356    "reversible": true,
1357    "autolearn": true,
1358    "using": [ [ "cordage", 6 ] ],
1359    "tools": [  ],
1360    "components": [ [ [ "stick", 1 ] ], [ [ "fishing_hook_bone", 1 ], [ "fishing_hook_basic", 1 ] ] ]
1361  },
1362  {
1363    "type": "recipe",
1364    "activity_level": "LIGHT_EXERCISE",
1365    "result": "wearable_rx12",
1366    "category": "CC_OTHER",
1367    "subcategory": "CSC_OTHER_TOOLS",
1368    "skill_used": "fabrication",
1369    "difficulty": 6,
1370    "time": "2 h",
1371    "qualities": [ { "id": "CUT", "level": 1 } ],
1372    "book_learn": [ [ "recipe_caseless", 5 ] ],
1373    "components": [
1374      [ [ "rx12_injector", 1 ] ],
1375      [ [ "rag", 2 ], [ "leather", 2 ], [ "cordage", 1, "LIST" ], [ "duct_tape", 10 ], [ "medical_tape", 20 ] ]
1376    ]
1377  },
1378  {
1379    "type": "recipe",
1380    "activity_level": "MODERATE_EXERCISE",
1381    "result": "fishing_hook_basic",
1382    "category": "CC_OTHER",
1383    "subcategory": "CSC_OTHER_TOOLS",
1384    "skill_used": "fabrication",
1385    "time": "1 m",
1386    "reversible": true,
1387    "autolearn": true,
1388    "qualities": [ { "id": "HAMMER", "level": 1 } ],
1389    "components": [ [ [ "nail", 1 ] ] ]
1390  },
1391  {
1392    "type": "recipe",
1393    "activity_level": "LIGHT_EXERCISE",
1394    "result": "fishing_hook_bone",
1395    "category": "CC_OTHER",
1396    "subcategory": "CSC_OTHER_TOOLS",
1397    "skill_used": "fabrication",
1398    "skills_required": [ "survival", 1 ],
1399    "difficulty": 1,
1400    "time": "2 m",
1401    "autolearn": true,
1402    "qualities": [ { "id": "CUT", "level": 1 } ],
1403    "components": [ [ [ "bone_sturdy", 1, "LIST" ], [ "stick", 1 ], [ "broom", 1 ], [ "pool_cue", 1 ], [ "splinter", 1 ], [ "2x4", 1 ] ] ]
1404  },
1405  {
1406    "type": "recipe",
1407    "activity_level": "LIGHT_EXERCISE",
1408    "result": "skewer_bone",
1409    "category": "CC_OTHER",
1410    "subcategory": "CSC_OTHER_TOOLS",
1411    "skill_used": "fabrication",
1412    "time": "1 m",
1413    "autolearn": true,
1414    "qualities": [ { "id": "CUT", "level": 1 } ],
1415    "components": [ [ [ "bone_sturdy", 1, "LIST" ] ] ]
1416  },
1417  {
1418    "type": "recipe",
1419    "activity_level": "LIGHT_EXERCISE",
1420    "result": "fish_trap",
1421    "category": "CC_OTHER",
1422    "subcategory": "CSC_OTHER_TOOLS",
1423    "skill_used": "survival",
1424    "difficulty": 2,
1425    "time": "10 m",
1426    "book_learn": [ [ "mag_survival", 2 ], [ "textbook_survival", 2 ], [ "survival_book", 1 ], [ "pocket_survival", 1 ] ],
1427    "qualities": [ { "id": "CUT", "level": 1 } ],
1428    "components": [
1429      [ [ "jug_plastic", 2 ], [ "bottle_plastic", 10 ], [ "bottle_plastic_small", 20 ] ],
1430      [ [ "cordage", 1, "LIST" ], [ "duct_tape", 50 ], [ "medical_tape", 25 ] ]
1431    ]
1432  },
1433  {
1434    "type": "recipe",
1435    "activity_level": "fake",
1436    "result": "toolbox_workshop_empty",
1437    "category": "CC_OTHER",
1438    "subcategory": "CSC_OTHER_TOOLS",
1439    "skill_used": "fabrication",
1440    "skills_required": [ "mechanics", 5 ],
1441    "difficulty": 6,
1442    "time": "4 m",
1443    "reversible": true,
1444    "autolearn": true,
1445    "components": [ [ [ "sheet_metal_small", 10 ] ], [ [ "nail", 15 ] ], [ [ "wire", 1 ] ] ]
1446  },
1447  {
1448    "type": "recipe",
1449    "activity_level": "LIGHT_EXERCISE",
1450    "result": "survival_marker",
1451    "category": "CC_OTHER",
1452    "subcategory": "CSC_OTHER_TOOLS",
1453    "skill_used": "fabrication",
1454    "difficulty": 2,
1455    "time": "3 m",
1456    "autolearn": true,
1457    "components": [ [ [ "charcoal", 5 ], [ "coal_lump", 5 ] ] ],
1458    "qualities": [ { "id": "CUT", "level": 1 } ]
1459  },
1460  {
1461    "type": "recipe",
1462    "activity_level": "fake",
1463    "result": "chitin_plate",
1464    "category": "CC_OTHER",
1465    "subcategory": "CSC_OTHER_PARTS",
1466    "skill_used": "fabrication",
1467    "difficulty": 4,
1468    "time": "40 m",
1469    "reversible": true,
1470    "autolearn": true,
1471    "components": [
1472      [ [ "chitin_piece", 20 ] ],
1473      [ [ "rope_natural", 1, "LIST" ] ],
1474      [ [ "rope_natural_short", 2, "LIST" ], [ "adhesive", 4, "LIST" ] ]
1475    ]
1476  },
1477  {
1478    "type": "recipe",
1479    "activity_level": "fake",
1480    "result": "acidchitin_plate",
1481    "category": "CC_OTHER",
1482    "subcategory": "CSC_OTHER_PARTS",
1483    "skill_used": "fabrication",
1484    "difficulty": 5,
1485    "time": "55 m",
1486    "reversible": true,
1487    "autolearn": true,
1488    "components": [
1489      [ [ "acidchitin_piece", 25 ] ],
1490      [ [ "rope_natural", 1, "LIST" ] ],
1491      [ [ "rope_natural_short", 2, "LIST" ], [ "adhesive", 4, "LIST" ] ]
1492    ]
1493  },
1494  {
1495    "type": "recipe",
1496    "activity_level": "BRISK_EXERCISE",
1497    "result": "railroad_track_small",
1498    "category": "CC_OTHER",
1499    "subcategory": "CSC_OTHER_MATERIALS",
1500    "skill_used": "fabrication",
1501    "difficulty": 4,
1502    "time": "4 h 30 m",
1503    "autolearn": true,
1504    "using": [ [ "forging_standard", 10 ], [ "steel_standard", 5 ] ],
1505    "qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 2 }, { "id": "SAW_W", "level": 2 } ],
1506    "proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
1507    "tools": [ [ [ "swage", -1 ] ] ],
1508    "components": [ [ [ "2x4", 24 ] ], [ [ "nail", 40 ] ] ]
1509  },
1510  {
1511    "type": "recipe",
1512    "activity_level": "LIGHT_EXERCISE",
1513    "result": "jumper_cable",
1514    "category": "CC_OTHER",
1515    "subcategory": "CSC_OTHER_PARTS",
1516    "skill_used": "fabrication",
1517    "skills_required": [ "electronics", 2 ],
1518    "difficulty": 4,
1519    "time": "20 m",
1520    "autolearn": true,
1521    "reversible": true,
1522    "using": [ [ "soldering_standard", 25 ] ],
1523    "qualities": [ { "id": "CUT", "level": 1 } ],
1524    "components": [ [ [ "cable", 100 ] ], [ [ "scrap", 4 ] ], [ [ "duct_tape", 50 ] ] ]
1525  },
1526  {
1527    "type": "recipe",
1528    "activity_level": "LIGHT_EXERCISE",
1529    "result": "jumper_cable_heavy",
1530    "category": "CC_OTHER",
1531    "subcategory": "CSC_OTHER_PARTS",
1532    "skill_used": "fabrication",
1533    "skills_required": [ "electronics", 3 ],
1534    "difficulty": 5,
1535    "time": "2 h",
1536    "autolearn": true,
1537    "reversible": true,
1538    "using": [ [ "soldering_standard", 60 ] ],
1539    "qualities": [ { "id": "CUT", "level": 1 } ],
1540    "components": [ [ [ "cable", 650 ] ], [ [ "scrap", 10 ] ], [ [ "duct_tape", 30 ] ], [ [ "hose", 2 ], [ "makeshift_hose", 2 ] ] ]
1541  },
1542  {
1543    "type": "recipe",
1544    "activity_level": "MODERATE_EXERCISE",
1545    "result": "metal_funnel",
1546    "category": "CC_OTHER",
1547    "subcategory": "CSC_OTHER_TOOLS",
1548    "skill_used": "fabrication",
1549    "difficulty": 3,
1550    "time": "30 m",
1551    "reversible": true,
1552    "autolearn": true,
1553    "using": [ [ "welding_standard", 3 ] ],
1554    "proficiencies": [
1555      { "proficiency": "prof_metalworking" },
1556      { "proficiency": "prof_welding_basic", "fail_multiplier": 1.5 },
1557      { "proficiency": "prof_welding" }
1558    ],
1559    "qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 1 } ],
1560    "components": [ [ [ "sheet_metal", 1 ] ], [ [ "steel_chunk", 3 ], [ "scrap", 9 ] ] ]
1561  },
1562  {
1563    "type": "recipe",
1564    "activity_level": "MODERATE_EXERCISE",
1565    "result": "tarp_raincatcher",
1566    "category": "CC_OTHER",
1567    "subcategory": "CSC_OTHER_TOOLS",
1568    "skill_used": "survival",
1569    "difficulty": 2,
1570    "time": "45m",
1571    "reversible": true,
1572    "autolearn": true,
1573    "qualities": [ { "id": "HAMMER", "level": 1 } ],
1574    "components": [ [ [ "pointy_stick", 3 ] ], [ [ "cordage", 1, "LIST" ] ], [ [ "tarp", 1 ], [ "plastic_sheet", 1 ] ] ]
1575  },
1576  {
1577    "type": "recipe",
1578    "activity_level": "fake",
1579    "result": "funnel",
1580    "category": "CC_OTHER",
1581    "subcategory": "CSC_OTHER_TOOLS",
1582    "skill_used": "fabrication",
1583    "difficulty": 4,
1584    "time": "30 m",
1585    "autolearn": true,
1586    "book_learn": [ [ "plastics_book", 2 ] ],
1587    "proficiencies": [ { "proficiency": "prof_plasticworking" } ],
1588    "tools": [ [ [ "mold_plastic", -1 ] ], [ [ "surface_heat", 5, "LIST" ] ] ],
1589    "components": [ [ [ "plastic_chunk", 3 ] ] ]
1590  },
1591  {
1592    "type": "recipe",
1593    "activity_level": "LIGHT_EXERCISE",
1594    "result": "leather_funnel",
1595    "category": "CC_OTHER",
1596    "subcategory": "CSC_OTHER_TOOLS",
1597    "skill_used": "tailor",
1598    "skills_required": [ "survival", 1 ],
1599    "difficulty": 2,
1600    "time": "30 m",
1601    "autolearn": true,
1602    "using": [ [ "sewing_standard", 60 ] ],
1603    "proficiencies": [ { "proficiency": "prof_leatherworking_basic" } ],
1604    "components": [ [ [ "leather", 4 ], [ "tanned_hide", 1 ], [ "fur", 4 ], [ "tanned_pelt", 1 ] ] ]
1605  },
1606  {
1607    "type": "recipe",
1608    "activity_level": "fake",
1609    "result": "birchbark_funnel",
1610    "category": "CC_OTHER",
1611    "subcategory": "CSC_OTHER_TOOLS",
1612    "skill_used": "fabrication",
1613    "skills_required": [ "survival", 1 ],
1614    "difficulty": 2,
1615    "time": "1 h",
1616    "autolearn": true,
1617    "components": [ [ [ "birchbark", 12 ] ], [ [ "adhesive", 1, "LIST" ] ] ]
1618  },
1619  {
1620    "type": "recipe",
1621    "activity_level": "LIGHT_EXERCISE",
1622    "result": "cured_hide",
1623    "category": "CC_OTHER",
1624    "subcategory": "CSC_OTHER_MATERIALS",
1625    "skill_used": "survival",
1626    "skills_required": [ "chemistry", 1 ],
1627    "difficulty": 1,
1628    "time": "5 m",
1629    "autolearn": true,
1630    "qualities": [ { "id": "CUT", "level": 1 } ],
1631    "components": [
1632      [ [ "salt_water", 1 ], [ "saline", 2 ], [ "salt", 2 ] ],
1633      [ [ "raw_leather", 1 ], [ "raw_tainted_leather", 1 ], [ "raw_hleather", 1 ], [ "raw_demihumanleather", 1 ] ]
1634    ]
1635  },
1636  {
1637    "type": "recipe",
1638    "activity_level": "LIGHT_EXERCISE",
1639    "result": "cured_hide",
1640    "id_suffix": "scraped",
1641    "category": "CC_OTHER",
1642    "subcategory": "CSC_OTHER_MATERIALS",
1643    "skill_used": "survival",
1644    "difficulty": 1,
1645    "time": "5 m",
1646    "autolearn": true,
1647    "qualities": [ { "id": "CUT", "level": 1 } ],
1648    "components": [ [ [ "cured_pelt", 1 ] ] ]
1649  },
1650  {
1651    "type": "recipe",
1652    "activity_level": "LIGHT_EXERCISE",
1653    "result": "tanning_hide",
1654    "category": "CC_OTHER",
1655    "subcategory": "CSC_OTHER_MATERIALS",
1656    "skill_used": "survival",
1657    "skills_required": [ "chemistry", 2 ],
1658    "difficulty": 3,
1659    "time": "48 m",
1660    "batch_time_factors": [ 20, 10 ],
1661    "autolearn": true,
1662    "qualities": [
1663      { "id": "CUT", "level": 1 },
1664      { "id": "COOK", "level": 2 },
1665      { "id": "BOIL", "level": 1 },
1666      { "id": "CONTAIN", "level": 1 }
1667    ],
1668    "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
1669    "components": [
1670      [ [ "water_clean", 2 ], [ "water", 2 ] ],
1671      [ [ "tanbark", 1 ], [ "acorns", 2 ], [ "hops", 2 ], [ "pine_bough", 6 ], [ "brain", 3 ] ],
1672      [ [ "salt_water", 2 ], [ "saline", 10 ], [ "salt", 10 ] ],
1673      [ [ "edible_tallow_lard", 1, "LIST" ], [ "tallow_tainted", 1 ] ],
1674      [ [ "cured_hide", 6 ] ]
1675    ]
1676  },
1677  {
1678    "type": "recipe",
1679    "activity_level": "LIGHT_EXERCISE",
1680    "result": "cured_pelt",
1681    "category": "CC_OTHER",
1682    "subcategory": "CSC_OTHER_MATERIALS",
1683    "skill_used": "survival",
1684    "skills_required": [ "chemistry", 1 ],
1685    "difficulty": 1,
1686    "time": "5 m",
1687    "autolearn": true,
1688    "qualities": [ { "id": "CUT", "level": 1 } ],
1689    "components": [
1690      [ [ "salt_water", 1 ], [ "saline", 2 ], [ "salt", 2 ] ],
1691      [ [ "raw_fur", 1 ], [ "raw_hfur", 1 ], [ "raw_tainted_fur", 1 ] ]
1692    ]
1693  },
1694  {
1695    "type": "recipe",
1696    "activity_level": "LIGHT_EXERCISE",
1697    "result": "tanning_pelt",
1698    "category": "CC_OTHER",
1699    "subcategory": "CSC_OTHER_MATERIALS",
1700    "skill_used": "survival",
1701    "skills_required": [ "chemistry", 2 ],
1702    "difficulty": 3,
1703    "time": "48 m",
1704    "batch_time_factors": [ 20, 10 ],
1705    "autolearn": true,
1706    "qualities": [
1707      { "id": "CUT", "level": 1 },
1708      { "id": "COOK", "level": 2 },
1709      { "id": "BOIL", "level": 1 },
1710      { "id": "CONTAIN", "level": 1 }
1711    ],
1712    "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
1713    "components": [
1714      [ [ "water_clean", 2 ], [ "water", 2 ] ],
1715      [ [ "tanbark", 1 ], [ "acorns", 2 ], [ "hops", 2 ], [ "pine_bough", 6 ] ],
1716      [ [ "salt_water", 2 ], [ "saline", 10 ], [ "salt", 10 ] ],
1717      [ [ "edible_tallow_lard", 1, "LIST" ], [ "tallow_tainted", 1 ] ],
1718      [ [ "cured_pelt", 6 ] ]
1719    ]
1720  },
1721  {
1722    "type": "recipe",
1723    "activity_level": "LIGHT_EXERCISE",
1724    "result": "tanning_hide",
1725    "id_suffix": "modern",
1726    "category": "CC_OTHER",
1727    "subcategory": "CSC_OTHER_MATERIALS",
1728    "skill_used": "chemistry",
1729    "skills_required": [ "survival", 3 ],
1730    "difficulty": 4,
1731    "time": "20 m",
1732    "batch_time_factors": [ 50, 5 ],
1733    "book_learn": [ [ "textbook_survival", 6 ], [ "textbook_chemistry", 4 ], [ "modern_tanner", 4 ] ],
1734    "qualities": [
1735      { "id": "CHEM", "level": 1 },
1736      { "id": "COOK", "level": 3 },
1737      { "id": "BOIL", "level": 2 },
1738      { "id": "CONTAIN", "level": 1 }
1739    ],
1740    "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
1741    "components": [ [ [ "water_clean", 2 ], [ "water", 2 ] ], [ [ "lye_powder", 10 ], [ "aspirin", 10 ] ], [ [ "cured_hide", 6 ] ] ]
1742  },
1743  {
1744    "type": "recipe",
1745    "activity_level": "LIGHT_EXERCISE",
1746    "result": "tanning_pelt",
1747    "id_suffix": "modern",
1748    "category": "CC_OTHER",
1749    "subcategory": "CSC_OTHER_MATERIALS",
1750    "skill_used": "chemistry",
1751    "skills_required": [ "survival", 3 ],
1752    "difficulty": 4,
1753    "time": "20 m",
1754    "batch_time_factors": [ 50, 5 ],
1755    "book_learn": [ [ "textbook_survival", 6 ], [ "textbook_chemistry", 4 ], [ "modern_tanner", 4 ] ],
1756    "qualities": [
1757      { "id": "CHEM", "level": 1 },
1758      { "id": "COOK", "level": 3 },
1759      { "id": "BOIL", "level": 2 },
1760      { "id": "CONTAIN", "level": 1 }
1761    ],
1762    "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
1763    "components": [ [ [ "water_clean", 2 ], [ "water", 2 ] ], [ [ "lye_powder", 10 ], [ "aspirin", 10 ] ], [ [ "cured_pelt", 6 ] ] ]
1764  },
1765  {
1766    "type": "recipe",
1767    "activity_level": "fake",
1768    "result": "survivor_mess_kit",
1769    "category": "CC_OTHER",
1770    "subcategory": "CSC_OTHER_TOOLS",
1771    "skill_used": "fabrication",
1772    "difficulty": 2,
1773    "time": "5 m",
1774    "reversible": true,
1775    "autolearn": true,
1776    "components": [ [ [ "pot", 1 ], [ "pot_copper", 1 ], [ "clay_pot", 1 ] ], [ [ "oil_cooker", 1 ] ] ]
1777  },
1778  {
1779    "type": "recipe",
1780    "activity_level": "MODERATE_EXERCISE",
1781    "result": "charcoal_cooker",
1782    "category": "CC_OTHER",
1783    "subcategory": "CSC_OTHER_TOOLS",
1784    "skill_used": "fabrication",
1785    "difficulty": 1,
1786    "time": "10 m",
1787    "reversible": true,
1788    "autolearn": true,
1789    "qualities": [ { "id": "SAW_M", "level": 1 }, { "id": "SCREW", "level": 1 } ],
1790    "components": [ [ [ "metal_tank_little", 1 ] ], [ [ "pilot_light", 1 ] ] ]
1791  },
1792  {
1793    "type": "recipe",
1794    "activity_level": "fake",
1795    "result": "oil_cooker",
1796    "category": "CC_OTHER",
1797    "subcategory": "CSC_OTHER_TOOLS",
1798    "skill_used": "fabrication",
1799    "difficulty": 4,
1800    "time": "10 m",
1801    "reversible": true,
1802    "autolearn": true,
1803    "components": [ [ [ "oil_lamp", 1 ] ], [ [ "pilot_light", 1 ] ], [ [ "scrap", 3 ] ], [ [ "duct_tape", 50 ] ] ]
1804  },
1805  {
1806    "type": "recipe",
1807    "activity_level": "fake",
1808    "result": "gasoline_cooker",
1809    "category": "CC_OTHER",
1810    "subcategory": "CSC_OTHER_TOOLS",
1811    "skill_used": "fabrication",
1812    "difficulty": 4,
1813    "time": "10 m",
1814    "reversible": true,
1815    "autolearn": true,
1816    "components": [ [ [ "gasoline_lantern", 1 ] ], [ [ "pilot_light", 1 ] ], [ [ "scrap", 3 ] ], [ [ "duct_tape", 50 ] ] ]
1817  },
1818  {
1819    "type": "recipe",
1820    "activity_level": "LIGHT_EXERCISE",
1821    "result": "bagpipes",
1822    "category": "CC_OTHER",
1823    "subcategory": "CSC_OTHER_OTHER",
1824    "skill_used": "fabrication",
1825    "skills_required": [ "tailor", 4 ],
1826    "difficulty": 6,
1827    "time": "1 h",
1828    "book_learn": [ [ "scots_tailor", 3 ], [ "scots_cookbook", 7 ] ],
1829    "using": [ [ "sewing_standard", 20 ] ],
1830    "components": [
1831      [ [ "large_stomach_sealed", 1 ], [ "tanned_hide", 2 ], [ "leather", 10 ], [ "tanned_pelt", 2 ], [ "fur", 10 ] ],
1832      [ [ "stick", 1 ], [ "2x4", 1 ] ],
1833      [ [ "rag", 3 ] ],
1834      [ [ "adhesive", 1, "LIST" ], [ "medical_tape", 50 ] ]
1835    ]
1836  },
1837  {
1838    "type": "recipe",
1839    "activity_level": "fake",
1840    "result": "survivor_shavingkit",
1841    "category": "CC_OTHER",
1842    "subcategory": "CSC_OTHER_TOOLS",
1843    "skill_used": "fabrication",
1844    "difficulty": 1,
1845    "time": "1 m",
1846    "reversible": true,
1847    "autolearn": true,
1848    "using": [ [ "cordage_short", 2 ] ],
1849    "components": [
1850      [ [ "leather", 1 ], [ "fur", 1 ] ],
1851      [ [ "rag", 1 ] ],
1852      [ [ "razor_shaving", 1 ] ],
1853      [ [ "mirror", 1 ] ],
1854      [ [ "plastic_chunk", 1 ], [ "skewer_bone", 4 ], [ "splinter", 4 ] ]
1855    ]
1856  },
1857  {
1858    "type": "recipe",
1859    "activity_level": "fake",
1860    "result": "survivor_hairtrimmer",
1861    "category": "CC_OTHER",
1862    "subcategory": "CSC_OTHER_TOOLS",
1863    "skill_used": "fabrication",
1864    "difficulty": 1,
1865    "time": "1 m",
1866    "reversible": true,
1867    "autolearn": true,
1868    "using": [ [ "cordage_short", 4 ] ],
1869    "components": [ [ [ "leather", 1 ], [ "fur", 1 ] ], [ [ "rag", 1 ] ], [ [ "scissors", 1 ] ], [ [ "mirror", 1 ] ] ]
1870  },
1871  {
1872    "type": "recipe",
1873    "activity_level": "fake",
1874    "result": "plant_fibre",
1875    "category": "CC_OTHER",
1876    "subcategory": "CSC_OTHER_MATERIALS",
1877    "skill_used": "survival",
1878    "difficulty": 1,
1879    "time": "6 m",
1880    "autolearn": true,
1881    "components": [ [ [ "dogbane", 1 ], [ "cattail_stalk", 1 ] ] ]
1882  },
1883  {
1884    "type": "recipe",
1885    "activity_level": "fake",
1886    "result": "wash_kit",
1887    "category": "CC_OTHER",
1888    "subcategory": "CSC_OTHER_TOOLS",
1889    "skill_used": "survival",
1890    "reversible": true,
1891    "time": "1 s",
1892    "autolearn": true,
1893    "components": [ [ [ "washboard", 1 ] ], [ [ "sponge", 1 ], [ "rag", 1 ], [ "brush", 1 ], [ "dish_towel", 1 ] ] ]
1894  },
1895  {
1896    "type": "recipe",
1897    "activity_level": "fake",
1898    "result": "chain_link",
1899    "id_suffix": "fabrication",
1900    "category": "CC_OTHER",
1901    "subcategory": "CSC_OTHER_MATERIALS",
1902    "skill_used": "fabrication",
1903    "difficulty": 2,
1904    "time": "5 m",
1905    "book_learn": [ [ "textbook_armwest", 1 ], [ "textbook_fabrication", 1 ], [ "recipe_melee", 1 ] ],
1906    "tools": [ [ [ "pliers", -1 ], [ "multitool", -1 ] ], [ [ "boltcutters", -1 ], [ "toolset", -1 ] ], [ [ "cu_pipe", -1 ] ] ],
1907    "components": [ [ [ "wire", 1 ] ] ]
1908  },
1909  {
1910    "type": "recipe",
1911    "activity_level": "fake",
1912    "result": "link_sheet",
1913    "id_suffix": "fabrication",
1914    "category": "CC_OTHER",
1915    "subcategory": "CSC_OTHER_MATERIALS",
1916    "skill_used": "fabrication",
1917    "difficulty": 3,
1918    "time": "1 h",
1919    "book_learn": [ [ "textbook_armwest", 2 ], [ "textbook_fabrication", 2 ], [ "recipe_melee", 2 ] ],
1920    "using": [ [ "chainmail_standard", 1 ] ],
1921    "components": [ [ [ "chain_link", 1000 ] ], [ [ "wire", 1 ] ] ]
1922  },
1923  {
1924    "result": "bundle_rag",
1925    "type": "recipe",
1926    "activity_level": "NO_EXERCISE",
1927    "category": "CC_OTHER",
1928    "subcategory": "CSC_OTHER_MATERIALS",
1929    "skill_used": "fabrication",
1930    "time": "1 m",
1931    "autolearn": true,
1932    "using": [ [ "filament", 8 ] ],
1933    "qualities": [ { "id": "SEW", "level": 1 } ],
1934    "components": [ [ [ "rag", 10 ] ] ],
1935    "flags": [ "BLIND_HARD" ]
1936  },
1937  {
1938    "result": "bundle_leather",
1939    "type": "recipe",
1940    "activity_level": "NO_EXERCISE",
1941    "category": "CC_OTHER",
1942    "subcategory": "CSC_OTHER_MATERIALS",
1943    "skill_used": "fabrication",
1944    "time": "1 m",
1945    "autolearn": true,
1946    "using": [ [ "filament", 8 ] ],
1947    "qualities": [ { "id": "SEW", "level": 1 } ],
1948    "components": [ [ [ "leather", 10 ] ] ],
1949    "flags": [ "BLIND_HARD" ]
1950  },
1951  {
1952    "result": "bundle_wool",
1953    "type": "recipe",
1954    "activity_level": "NO_EXERCISE",
1955    "category": "CC_OTHER",
1956    "subcategory": "CSC_OTHER_MATERIALS",
1957    "skill_used": "fabrication",
1958    "time": "1 m",
1959    "autolearn": true,
1960    "using": [ [ "filament", 8 ] ],
1961    "qualities": [ { "id": "SEW", "level": 1 } ],
1962    "components": [ [ [ "felt_patch", 10 ] ] ],
1963    "flags": [ "BLIND_HARD" ]
1964  },
1965  {
1966    "result": "bundle_plank",
1967    "type": "recipe",
1968    "activity_level": "fake",
1969    "category": "CC_OTHER",
1970    "subcategory": "CSC_OTHER_MATERIALS",
1971    "skill_used": "fabrication",
1972    "time": "1 m",
1973    "autolearn": true,
1974    "reversible": true,
1975    "components": [ [ [ "2x4", 10 ] ], [ [ "rope_any_short", 1, "LIST" ] ] ],
1976    "flags": [ "BLIND_EASY" ]
1977  },
1978  {
1979    "result": "bundle_rebar",
1980    "type": "recipe",
1981    "activity_level": "fake",
1982    "category": "CC_OTHER",
1983    "subcategory": "CSC_OTHER_MATERIALS",
1984    "skill_used": "fabrication",
1985    "time": "1 m",
1986    "autolearn": true,
1987    "reversible": true,
1988    "components": [ [ [ "rebar", 10 ] ], [ [ "rope_any_short", 1, "LIST" ] ] ],
1989    "flags": [ "BLIND_EASY" ]
1990  },
1991  {
1992    "result": "bundle_branch",
1993    "type": "recipe",
1994    "activity_level": "fake",
1995    "category": "CC_OTHER",
1996    "subcategory": "CSC_OTHER_MATERIALS",
1997    "skill_used": "fabrication",
1998    "time": "1 m",
1999    "autolearn": true,
2000    "reversible": true,
2001    "components": [ [ [ "stick", 10 ] ], [ [ "rope_any_short", 1, "LIST" ] ] ],
2002    "flags": [ "BLIND_EASY" ]
2003  },
2004  {
2005    "result": "bundle_branch_long",
2006    "type": "recipe",
2007    "activity_level": "fake",
2008    "category": "CC_OTHER",
2009    "subcategory": "CSC_OTHER_MATERIALS",
2010    "skill_used": "fabrication",
2011    "time": "1 m",
2012    "autolearn": true,
2013    "reversible": true,
2014    "components": [ [ [ "stick_long", 5 ] ], [ [ "rope_any_short", 2, "LIST" ] ] ],
2015    "flags": [ "BLIND_EASY" ]
2016  },
2017  {
2018    "type": "recipe",
2019    "activity_level": "MODERATE_EXERCISE",
2020    "result": "metal_butcher_rack",
2021    "category": "CC_OTHER",
2022    "subcategory": "CSC_OTHER_TOOLS",
2023    "skill_used": "fabrication",
2024    "difficulty": 4,
2025    "time": "30 m",
2026    "autolearn": true,
2027    "book_learn": [ [ "textbook_fabrication", 2 ], [ "textbook_mechanics", 3 ] ],
2028    "qualities": [
2029      { "id": "ANVIL", "level": 1 },
2030      { "id": "HAMMER", "level": 3 },
2031      { "id": "SAW_M", "level": 1 },
2032      { "id": "DRILL", "level": 1 },
2033      { "id": "SCREW", "level": 1 }
2034    ],
2035    "components": [
2036      [ [ "scrap", 6 ] ],
2037      [ [ "pipe", 12 ], [ "cu_pipe", 12 ], [ "frame", 2 ] ],
2038      [ [ "nail", 12 ] ],
2039      [ [ "wire", 6 ], [ "rope_6", 6 ], [ "vine_6", 6 ], [ "rope_makeshift_6", 6 ] ],
2040      [ [ "chain", 1 ], [ "rope_natural", 1, "LIST" ] ],
2041      [ [ "spike", 2 ] ],
2042      [ [ "pipe_fittings", 24 ] ]
2043    ]
2044  },
2045  {
2046    "type": "recipe",
2047    "activity_level": "MODERATE_EXERCISE",
2048    "result": "metal_smoking_rack",
2049    "category": "CC_OTHER",
2050    "subcategory": "CSC_OTHER_TOOLS",
2051    "skill_used": "fabrication",
2052    "difficulty": 4,
2053    "time": "30 m",
2054    "autolearn": true,
2055    "book_learn": [ [ "textbook_fabrication", 2 ], [ "textbook_mechanics", 3 ] ],
2056    "qualities": [
2057      { "id": "ANVIL", "level": 1 },
2058      { "id": "HAMMER", "level": 3 },
2059      { "id": "SAW_M", "level": 1 },
2060      { "id": "DRILL", "level": 1 },
2061      { "id": "SCREW", "level": 1 }
2062    ],
2063    "components": [
2064      [ [ "scrap", 6 ] ],
2065      [ [ "pipe", 15 ], [ "cu_pipe", 15 ], [ "frame", 2 ] ],
2066      [ [ "nail", 12 ] ],
2067      [ [ "wire", 6 ], [ "rope_natural_short", 6, "LIST" ] ],
2068      [ [ "spike", 4 ] ],
2069      [ [ "pipe_fittings", 30 ] ]
2070    ]
2071  },
2072  {
2073    "type": "recipe",
2074    "activity_level": "MODERATE_EXERCISE",
2075    "result": "tourist_table",
2076    "category": "CC_OTHER",
2077    "subcategory": "CSC_OTHER_OTHER",
2078    "skill_used": "fabrication",
2079    "difficulty": 4,
2080    "time": "8 m",
2081    "autolearn": true,
2082    "book_learn": [ [ "textbook_fabrication", 2 ], [ "textbook_mechanics", 3 ] ],
2083    "qualities": [ { "id": "SAW_M", "level": 1 }, { "id": "DRILL", "level": 1 }, { "id": "SCREW", "level": 1 } ],
2084    "components": [ [ [ "scrap", 6 ] ], [ [ "pipe", 6 ] ], [ [ "nail", 12 ] ], [ [ "sheet_metal", 1 ] ], [ [ "pipe_fittings", 6 ] ] ]
2085  },
2086  {
2087    "type": "recipe",
2088    "activity_level": "LIGHT_EXERCISE",
2089    "result": "leather_tarp",
2090    "category": "CC_OTHER",
2091    "subcategory": "CSC_OTHER_OTHER",
2092    "skill_used": "tailor",
2093    "difficulty": 1,
2094    "time": "10 m",
2095    "reversible": true,
2096    "autolearn": true,
2097    "using": [ [ "sewing_standard", 30 ] ],
2098    "proficiencies": [ { "proficiency": "prof_leatherworking_basic" } ],
2099    "components": [ [ [ "leather", 12 ], [ "fur", 12 ], [ "tanned_hide", 3 ], [ "tanned_pelt", 3 ] ] ]
2100  },
2101  {
2102    "type": "recipe",
2103    "activity_level": "NO_EXERCISE",
2104    "result": "fiber_mat",
2105    "category": "CC_OTHER",
2106    "subcategory": "CSC_OTHER_OTHER",
2107    "skill_used": "tailor",
2108    "time": "2 h",
2109    "reversible": true,
2110    "autolearn": true,
2111    "using": [ [ "sewing_standard", 10 ] ],
2112    "proficiencies": [ { "proficiency": "prof_basketweaving" } ],
2113    "components": [ [ [ "plant_cordage", 6, "LIST" ] ] ]
2114  },
2115  {
2116    "type": "recipe",
2117    "activity_level": "MODERATE_EXERCISE",
2118    "result": "platinum_grille",
2119    "category": "CC_OTHER",
2120    "subcategory": "CSC_OTHER_TOOLS",
2121    "skill_used": "fabrication",
2122    "difficulty": 5,
2123    "book_learn": [ [ "textbook_chemistry", 4 ], [ "textbook_fabrication", 4 ] ],
2124    "time": "2 h",
2125    "autolearn": true,
2126    "qualities": [ { "id": "HAMMER", "level": 3 } ],
2127    "tools": [ [ [ "electrolysis_kit", 10 ] ], [ [ "surface_heat", 10, "LIST" ] ] ],
2128    "components": [
2129      [ [ "steel_grille", 1 ] ],
2130      [ [ "platinum_small", 100 ] ],
2131      [ [ "water", 3 ], [ "water_clean", 3 ] ],
2132      [ [ "any_strong_acid", 1, "LIST" ] ]
2133    ]
2134  },
2135  {
2136    "type": "recipe",
2137    "activity_level": "BRISK_EXERCISE",
2138    "result": "steel_grille",
2139    "category": "CC_OTHER",
2140    "subcategory": "CSC_OTHER_TOOLS",
2141    "skill_used": "fabrication",
2142    "difficulty": 5,
2143    "time": "45 m",
2144    "autolearn": true,
2145    "book_learn": [ [ "textbook_fabrication", 4 ] ],
2146    "using": [ [ "blacksmithing_standard", 8 ], [ "steel_standard", 2 ] ],
2147    "proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
2148    "qualities": [ { "id": "CHISEL", "level": 3 } ],
2149    "tools": [ [ [ "swage", -1 ] ] ]
2150  },
2151  {
2152    "type": "recipe",
2153    "activity_level": "LIGHT_EXERCISE",
2154    "result": "wooden_bead",
2155    "category": "CC_OTHER",
2156    "subcategory": "CSC_OTHER_MATERIALS",
2157    "skill_used": "fabrication",
2158    "time": "20 m",
2159    "autolearn": true,
2160    "qualities": [ { "id": "CUT", "level": 1 } ],
2161    "proficiencies": [ { "proficiency": "prof_carving" } ],
2162    "components": [ [ [ "splinter", 1 ] ] ]
2163  },
2164  {
2165    "type": "recipe",
2166    "activity_level": "fake",
2167    "result": "sandbag",
2168    "category": "CC_OTHER",
2169    "subcategory": "CSC_OTHER_MATERIALS",
2170    "skill_used": "fabrication",
2171    "time": "2 m",
2172    "autolearn": true,
2173    "qualities": [ { "id": "DIG", "level": 3 } ],
2174    "components": [ [ [ "bag_canvas", 1 ] ], [ [ "material_sand", 3000 ] ] ]
2175  },
2176  {
2177    "type": "recipe",
2178    "activity_level": "fake",
2179    "result": "earthbag",
2180    "category": "CC_OTHER",
2181    "subcategory": "CSC_OTHER_MATERIALS",
2182    "skill_used": "fabrication",
2183    "time": "2 m",
2184    "autolearn": true,
2185    "qualities": [ { "id": "DIG", "level": 3 } ],
2186    "components": [ [ [ "bag_canvas", 1 ] ], [ [ "material_soil", 3 ] ] ]
2187  },
2188  {
2189    "result": "anvil_bronze",
2190    "type": "recipe",
2191    "activity_level": "ACTIVE_EXERCISE",
2192    "category": "CC_OTHER",
2193    "subcategory": "CSC_OTHER_TOOLS",
2194    "skill_used": "fabrication",
2195    "difficulty": 2,
2196    "time": "1 h 40 m",
2197    "autolearn": true,
2198    "using": [ [ "forging_standard", 5 ] ],
2199    "qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "ANVIL", "level": 1 } ],
2200    "proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_redsmithing" } ],
2201    "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
2202    "components": [ [ [ "scrap_bronze", 10 ] ] ]
2203  },
2204  {
2205    "type": "recipe",
2206    "activity_level": "MODERATE_EXERCISE",
2207    "result": "pet_carrier_wooden",
2208    "category": "CC_OTHER",
2209    "subcategory": "CSC_OTHER_OTHER",
2210    "skill_used": "fabrication",
2211    "difficulty": 3,
2212    "time": "1 h 30 m",
2213    "reversible": true,
2214    "autolearn": true,
2215    "qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_W", "level": 2 } ],
2216    "components": [ [ [ "2x4", 4 ] ], [ [ "nail", 20 ] ], [ [ "hinge", 2 ] ] ]
2217  },
2218  {
2219    "type": "recipe",
2220    "activity_level": "LIGHT_EXERCISE",
2221    "result": "razor_shaving",
2222    "category": "CC_OTHER",
2223    "subcategory": "CSC_OTHER_TOOLS",
2224    "skill_used": "fabrication",
2225    "time": "45 m",
2226    "reversible": true,
2227    "autolearn": true,
2228    "qualities": [ { "id": "CUT", "level": 1 } ],
2229    "components": [ [ [ "razor_blade", 1 ] ], [ [ "plastic_chunk", 1 ] ] ]
2230  },
2231  {
2232    "type": "recipe",
2233    "activity_level": "LIGHT_EXERCISE",
2234    "result": "funnel_separation",
2235    "category": "CC_OTHER",
2236    "subcategory": "CSC_OTHER_TOOLS",
2237    "skill_used": "fabrication",
2238    "difficulty": 7,
2239    "time": "1 h",
2240    "book_learn": [ [ "glassblowing_book", 5 ] ],
2241    "proficiencies": [ { "proficiency": "prof_glassblowing" } ],
2242    "qualities": [ { "id": "CHISEL", "level": 3 } ],
2243    "tools": [ [ [ "tongs", -1 ] ], [ [ "pipe", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 75 ] ] ],
2244    "components": [
2245      [ [ "glass_shard", 3 ], [ "pipe_glass", 1 ], [ "flask_glass", 3 ], [ "test_tube", 6 ], [ "marble", 75 ] ],
2246      [ [ "stopcock", 1 ] ]
2247    ]
2248  }
2249]
2250