1[
2  {
3    "result": "XL_holster",
4    "type": "recipe",
5    "activity_level": "LIGHT_EXERCISE",
6    "category": "CC_ARMOR",
7    "subcategory": "CSC_ARMOR_STORAGE",
8    "skill_used": "tailor",
9    "difficulty": 5,
10    "skills_required": [ "gun", 1 ],
11    "time": "4 h",
12    "autolearn": true,
13    "using": [ [ "strap_small", 1 ], [ "tailoring_leather_small", 4 ], [ "clasps", 1 ] ],
14    "proficiencies": [
15      { "proficiency": "prof_closures" },
16      { "proficiency": "prof_leatherworking_basic" },
17      { "proficiency": "prof_leatherworking" }
18    ]
19  },
20  {
21    "result": "ammo_satchel",
22    "type": "recipe",
23    "activity_level": "LIGHT_EXERCISE",
24    "category": "CC_ARMOR",
25    "subcategory": "CSC_ARMOR_STORAGE",
26    "skill_used": "tailor",
27    "difficulty": 3,
28    "skills_required": [ "gun", 1 ],
29    "time": "1 h 30 m",
30    "autolearn": true,
31    "reversible": true,
32    "using": [ [ "tailoring_cotton_patchwork", 1 ], [ "fastener_small", 1 ] ],
33    "proficiencies": [ { "proficiency": "prof_closures" } ]
34  },
35  {
36    "result": "ammo_satchel",
37    "id_suffix": "from leather",
38    "copy-from": "ammo_satchel",
39    "type": "recipe",
40    "using": [ [ "strap_small", 1 ], [ "tailoring_leather_small", 2 ], [ "fastener_small", 1 ] ],
41    "extend": { "proficiencies": [ { "proficiency": "prof_leatherworking_basic" }, { "proficiency": "prof_leatherworking" } ] }
42  },
43  {
44    "result": "baldric_holster",
45    "type": "recipe",
46    "activity_level": "LIGHT_EXERCISE",
47    "category": "CC_ARMOR",
48    "subcategory": "CSC_ARMOR_STORAGE",
49    "skill_used": "tailor",
50    "difficulty": 3,
51    "skills_required": [ "pistol", 1 ],
52    "time": "6 h",
53    "autolearn": true,
54    "using": [ [ "tailoring_leather", 3 ] ],
55    "proficiencies": [
56      { "proficiency": "prof_closures" },
57      { "proficiency": "prof_leatherworking" },
58      { "proficiency": "prof_leatherworking_basic" }
59    ],
60    "components": [ [ [ "strap_small", 6, "LIST" ] ], [ [ "clasps", 6, "LIST" ] ] ]
61  },
62  {
63    "result": "stone_pouch",
64    "type": "recipe",
65    "activity_level": "LIGHT_EXERCISE",
66    "category": "CC_ARMOR",
67    "subcategory": "CSC_ARMOR_STORAGE",
68    "skill_used": "tailor",
69    "difficulty": 3,
70    "skills_required": [ [ "throw", 1 ] ],
71    "time": "45 m",
72    "autolearn": true,
73    "reversible": true,
74    "using": [ [ "strap_small", 1 ], [ "tailoring_cotton_patchwork", 1 ], [ "fastener_small", 1 ] ],
75    "proficiencies": [ { "proficiency": "prof_closures" } ]
76  },
77  {
78    "result": "chestrig",
79    "type": "recipe",
80    "activity_level": "LIGHT_EXERCISE",
81    "category": "CC_ARMOR",
82    "subcategory": "CSC_ARMOR_STORAGE",
83    "skill_used": "tailor",
84    "difficulty": 2,
85    "skills_required": [ "gun", 1 ],
86    "time": "2 h",
87    "autolearn": true,
88    "reversible": true,
89    "using": [ [ "tailoring_cotton_patchwork", 2 ], [ "strap_small", 1 ], [ "clasps", 3 ] ],
90    "proficiencies": [ { "proficiency": "prof_closures" } ],
91    "components": [ [ [ "chestpouch", 4 ], [ "legpouch_large", 2 ] ] ]
92  },
93  {
94    "result": "xl_chestrig",
95    "type": "recipe",
96    "copy-from": "chestrig",
97    "time": "3 h",
98    "using": [ [ "tailoring_cotton_patchwork", 4 ], [ "strap_small", 1 ], [ "clasps", 3 ] ],
99    "components": [ [ [ "chestpouch", 4 ], [ "legpouch_large", 2 ] ] ]
100  },
101  {
102    "result": "axe_ring",
103    "type": "recipe",
104    "activity_level": "LIGHT_EXERCISE",
105    "category": "CC_ARMOR",
106    "subcategory": "CSC_ARMOR_STORAGE",
107    "skill_used": "tailor",
108    "difficulty": 4,
109    "time": "20 m",
110    "autolearn": true,
111    "reversible": true,
112    "using": [ [ "adhesive", 1 ], [ "tailoring_leather_small", 1 ], [ "clasps", 1 ] ],
113    "qualities": [ { "id": "HAMMER", "level": 1 } ],
114    "components": [ [ [ "scrap", 1 ] ], [ [ "nail", 4 ] ] ]
115  },
116  {
117    "result": "back_holster",
118    "type": "recipe",
119    "activity_level": "LIGHT_EXERCISE",
120    "category": "CC_ARMOR",
121    "subcategory": "CSC_ARMOR_STORAGE",
122    "skill_used": "tailor",
123    "difficulty": 3,
124    "skills_required": [ "gun", 1 ],
125    "time": "4 h",
126    "autolearn": true,
127    "using": [ [ "tailoring_leather_small", 3 ], [ "clasps", 1 ] ],
128    "proficiencies": [
129      { "proficiency": "prof_closures" },
130      { "proficiency": "prof_leatherworking_basic" },
131      { "proficiency": "prof_leatherworking" }
132    ]
133  },
134  {
135    "result": "backpack",
136    "type": "recipe",
137    "activity_level": "LIGHT_EXERCISE",
138    "category": "CC_ARMOR",
139    "subcategory": "CSC_ARMOR_STORAGE",
140    "skill_used": "tailor",
141    "difficulty": 3,
142    "time": "10 h",
143    "autolearn": true,
144    "reversible": true,
145    "using": [ [ "tailoring_cotton_patchwork", 3 ], [ "fastener_large", 2 ] ],
146    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_closures_waterproofing" } ]
147  },
148  {
149    "result": "backpack_leather",
150    "type": "recipe",
151    "activity_level": "LIGHT_EXERCISE",
152    "category": "CC_ARMOR",
153    "subcategory": "CSC_ARMOR_STORAGE",
154    "skill_used": "tailor",
155    "difficulty": 3,
156    "time": "14 h",
157    "autolearn": true,
158    "reversible": true,
159    "using": [ [ "strap_large", 2 ], [ "tailoring_leather_small", 10 ], [ "fastener_large", 2 ] ],
160    "proficiencies": [
161      { "proficiency": "prof_closures" },
162      { "proficiency": "prof_closures_waterproofing" },
163      { "proficiency": "prof_leatherworking_basic" },
164      { "proficiency": "prof_leatherworking" }
165    ]
166  },
167  {
168    "result": "baldric",
169    "type": "recipe",
170    "activity_level": "LIGHT_EXERCISE",
171    "category": "CC_ARMOR",
172    "subcategory": "CSC_ARMOR_STORAGE",
173    "skill_used": "tailor",
174    "difficulty": 5,
175    "skills_required": [ "melee", 1 ],
176    "time": "4 h",
177    "autolearn": true,
178    "using": [ [ "tailoring_leather_small", 10 ], [ "clasps", 1 ] ],
179    "qualities": [ { "id": "HAMMER", "level": 1 } ],
180    "proficiencies": [
181      { "proficiency": "prof_closures" },
182      { "proficiency": "prof_leatherworking_basic" },
183      { "proficiency": "prof_leatherworking" }
184    ],
185    "components": [ [ [ "2x4", 2 ] ], [ [ "nail", 8 ] ] ]
186  },
187  {
188    "result": "bandolier_pistol",
189    "type": "recipe",
190    "activity_level": "LIGHT_EXERCISE",
191    "category": "CC_ARMOR",
192    "subcategory": "CSC_ARMOR_STORAGE",
193    "skill_used": "tailor",
194    "difficulty": 3,
195    "skills_required": [ [ "gun", 1 ], [ "pistol", 1 ] ],
196    "time": "3 h",
197    "autolearn": true,
198    "reversible": true,
199    "using": [ [ "tailoring_leather_small", 2 ], [ "clasps", 1 ] ],
200    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_leatherworking_basic" } ]
201  },
202  {
203    "result": "bandolier_rifle",
204    "type": "recipe",
205    "activity_level": "LIGHT_EXERCISE",
206    "category": "CC_ARMOR",
207    "subcategory": "CSC_ARMOR_STORAGE",
208    "skill_used": "tailor",
209    "difficulty": 3,
210    "skills_required": [ [ "gun", 1 ], [ "rifle", 1 ] ],
211    "time": "3 h 20 m",
212    "autolearn": true,
213    "reversible": true,
214    "using": [ [ "tailoring_leather_small", 2 ], [ "clasps", 1 ] ],
215    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_leatherworking_basic" } ]
216  },
217  {
218    "result": "bandolier_shotgun",
219    "type": "recipe",
220    "activity_level": "LIGHT_EXERCISE",
221    "category": "CC_ARMOR",
222    "subcategory": "CSC_ARMOR_STORAGE",
223    "skill_used": "tailor",
224    "difficulty": 3,
225    "skills_required": [ [ "gun", 1 ], [ "shotgun", 1 ] ],
226    "time": "3 h 20 m",
227    "autolearn": true,
228    "reversible": true,
229    "using": [ [ "tailoring_leather_small", 2 ], [ "clasps", 1 ] ],
230    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_leatherworking_basic" } ]
231  },
232  {
233    "result": "torso_bandolier_shotgun",
234    "type": "recipe",
235    "activity_level": "LIGHT_EXERCISE",
236    "category": "CC_ARMOR",
237    "subcategory": "CSC_ARMOR_STORAGE",
238    "skill_used": "tailor",
239    "difficulty": 3,
240    "skills_required": [ [ "gun", 1 ], [ "shotgun", 1 ] ],
241    "time": "3 h 40 m",
242    "autolearn": true,
243    "reversible": true,
244    "using": [ [ "tailoring_leather_small", 3 ], [ "clasps", 1 ] ],
245    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_leatherworking_basic" } ]
246  },
247  {
248    "result": "torso_bandolier_grenade",
249    "type": "recipe",
250    "copy-from": "torso_bandolier_shotgun",
251    "skills_required": [ [ "gun", 1 ], [ "launcher", 1 ] ],
252    "//": "The two items are very similar, so it makes sense to have their recipes be nearly identical,",
253    "//2": "with the exception of using launchers as the skill."
254  },
255  {
256    "result": "bandolier_wrist",
257    "type": "recipe",
258    "activity_level": "LIGHT_EXERCISE",
259    "category": "CC_ARMOR",
260    "subcategory": "CSC_ARMOR_STORAGE",
261    "skill_used": "tailor",
262    "difficulty": 3,
263    "skills_required": [ [ "gun", 1 ], [ "rifle", 1 ] ],
264    "time": "1 h 20 m",
265    "autolearn": true,
266    "reversible": true,
267    "using": [ [ "strap_small", 1 ], [ "tailoring_cotton_patchwork", 1 ], [ "clasps", 1 ] ],
268    "proficiencies": [ { "proficiency": "prof_closures" } ]
269  },
270  {
271    "result": "bholster",
272    "type": "recipe",
273    "activity_level": "LIGHT_EXERCISE",
274    "category": "CC_ARMOR",
275    "subcategory": "CSC_ARMOR_STORAGE",
276    "skill_used": "tailor",
277    "difficulty": 3,
278    "skills_required": [ [ "gun", 1 ], [ "pistol", 1 ] ],
279    "time": "1 h",
280    "autolearn": true,
281    "using": [ [ "tailoring_lycra", 1 ] ],
282    "proficiencies": [ { "proficiency": "prof_elastics" } ]
283  },
284  {
285    "result": "bindle",
286    "type": "recipe",
287    "activity_level": "NO_EXERCISE",
288    "category": "CC_ARMOR",
289    "subcategory": "CSC_ARMOR_STORAGE",
290    "skill_used": "survival",
291    "time": "48 s",
292    "reversible": true,
293    "autolearn": true,
294    "components": [
295      [ [ "rag", 6 ], [ "fur", 2 ], [ "leather", 1 ] ],
296      [ [ "stick", 1 ], [ "broom", 1 ], [ "2x4", 1 ], [ "pool_cue", 1 ], [ "pointy_stick", 1 ] ]
297    ],
298    "flags": [ "BLIND_HARD" ]
299  },
300  {
301    "result": "bootsheath",
302    "type": "recipe",
303    "activity_level": "LIGHT_EXERCISE",
304    "category": "CC_ARMOR",
305    "subcategory": "CSC_ARMOR_STORAGE",
306    "skill_used": "tailor",
307    "difficulty": 3,
308    "skills_required": [ "melee", 1 ],
309    "time": "2 h",
310    "autolearn": true,
311    "using": [ [ "tailoring_leather_small", 2 ], [ "clasps", 1 ] ],
312    "proficiencies": [
313      { "proficiency": "prof_closures" },
314      { "proficiency": "prof_leatherworking_basic" },
315      { "proficiency": "prof_leatherworking" }
316    ]
317  },
318  {
319    "result": "bootsheath_birchbark",
320    "type": "recipe",
321    "activity_level": "LIGHT_EXERCISE",
322    "category": "CC_ARMOR",
323    "subcategory": "CSC_ARMOR_STORAGE",
324    "skill_used": "tailor",
325    "difficulty": 3,
326    "skills_required": [ "survival", 1 ],
327    "time": "20 m",
328    "autolearn": true,
329    "proficiencies": [ { "proficiency": "prof_basketweaving" } ],
330    "qualities": [ { "id": "CUT", "level": 1 } ],
331    "components": [ [ [ "birchbark", 1 ] ], [ [ "cordage_short", 1, "LIST" ] ] ]
332  },
333  {
334    "result": "bootstrap",
335    "//": "Ankle holster",
336    "type": "recipe",
337    "activity_level": "LIGHT_EXERCISE",
338    "category": "CC_ARMOR",
339    "subcategory": "CSC_ARMOR_STORAGE",
340    "skill_used": "tailor",
341    "difficulty": 3,
342    "skills_required": [ "pistol", 1 ],
343    "time": "2 h",
344    "autolearn": true,
345    "using": [ [ "tailoring_leather_small", 3 ], [ "clasps", 1 ] ],
346    "proficiencies": [
347      { "proficiency": "prof_closures" },
348      { "proficiency": "prof_leatherworking_basic" },
349      { "proficiency": "prof_leatherworking" }
350    ]
351  },
352  {
353    "result": "bow_sling",
354    "type": "recipe",
355    "activity_level": "LIGHT_EXERCISE",
356    "category": "CC_ARMOR",
357    "subcategory": "CSC_ARMOR_STORAGE",
358    "skill_used": "tailor",
359    "difficulty": 3,
360    "skills_required": [ "archery", 1 ],
361    "time": "45 m",
362    "autolearn": true,
363    "reversible": true,
364    "using": [ [ "strap_large", 1 ], [ "clasps", 1 ] ],
365    "components": [ [ [ "rope_natural_short", 1, "LIST" ] ] ]
366  },
367  {
368    "result": "bscabbard",
369    "type": "recipe",
370    "activity_level": "LIGHT_EXERCISE",
371    "category": "CC_ARMOR",
372    "subcategory": "CSC_ARMOR_STORAGE",
373    "skill_used": "tailor",
374    "difficulty": 5,
375    "skills_required": [ "melee", 1 ],
376    "time": "4 h",
377    "autolearn": true,
378    "using": [ [ "tailoring_leather_small", 15 ], [ "adhesive", 1 ], [ "clasps", 1 ] ],
379    "qualities": [ { "id": "HAMMER", "level": 1 } ],
380    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_leatherworking_basic" } ],
381    "components": [ [ [ "2x4", 2 ] ], [ [ "nail", 10 ] ] ]
382  },
383  {
384    "result": "chestpouch",
385    "type": "recipe",
386    "activity_level": "LIGHT_EXERCISE",
387    "category": "CC_ARMOR",
388    "subcategory": "CSC_ARMOR_STORAGE",
389    "skill_used": "tailor",
390    "difficulty": 3,
391    "skills_required": [ "gun", 1 ],
392    "time": "1 h",
393    "autolearn": true,
394    "reversible": true,
395    "using": [ [ "tailoring_cotton_patchwork", 2 ], [ "fastener_small", 1 ] ],
396    "proficiencies": [ { "proficiency": "prof_closures" } ]
397  },
398  {
399    "result": "chestpouch",
400    "type": "recipe",
401    "id_suffix": "from leather",
402    "copy-from": "chestpouch",
403    "using": [ [ "tailoring_leather_small", 2 ], [ "fastener_small", 1 ] ],
404    "extend": { "proficiencies": [ { "proficiency": "prof_leatherworking" }, { "proficiency": "prof_leatherworking_basic" } ] }
405  },
406  {
407    "result": "tacvest",
408    "type": "recipe",
409    "activity_level": "LIGHT_EXERCISE",
410    "category": "CC_ARMOR",
411    "subcategory": "CSC_ARMOR_STORAGE",
412    "skill_used": "tailor",
413    "difficulty": 5,
414    "skills_required": [ "fabrication", 2 ],
415    "time": "10 h",
416    "autolearn": true,
417    "reversible": true,
418    "using": [ [ "tailoring_cotton", 5 ], [ "plastic_molding", 2 ] ],
419    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_plasticworking" } ],
420    "components": [ [ [ "ragpouch", 2 ], [ "leather_pouch", 2 ] ], [ [ "chestpouch", 4 ], [ "legpouch_large", 2 ], [ "chestrig", 1 ] ] ]
421  },
422  {
423    "result": "xl_tacvest",
424    "type": "recipe",
425    "copy-from": "tacvest",
426    "time": "13 h",
427    "using": [ [ "tailoring_cotton", 7 ], [ "plastic_molding", 3 ] ],
428    "components": [ [ [ "ragpouch", 2 ], [ "leather_pouch", 2 ] ], [ [ "chestpouch", 4 ], [ "legpouch_large", 2 ], [ "chestrig", 1 ] ] ]
429  },
430  {
431    "result": "duffelbag",
432    "type": "recipe",
433    "activity_level": "LIGHT_EXERCISE",
434    "category": "CC_ARMOR",
435    "subcategory": "CSC_ARMOR_STORAGE",
436    "skill_used": "tailor",
437    "difficulty": 2,
438    "time": "14 h",
439    "autolearn": true,
440    "reversible": true,
441    "using": [ [ "tailoring_cotton_patchwork", 10 ], [ "fastener_large", 2 ] ],
442    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_closures_waterproofing" } ]
443  },
444  {
445    "result": "flintlock_pouch",
446    "type": "recipe",
447    "activity_level": "LIGHT_EXERCISE",
448    "category": "CC_ARMOR",
449    "subcategory": "CSC_ARMOR_STORAGE",
450    "skill_used": "tailor",
451    "difficulty": 3,
452    "skills_required": [ [ "gun", 1 ] ],
453    "time": "3 h",
454    "autolearn": true,
455    "reversible": true,
456    "using": [ [ "tailoring_leather_small", 2 ], [ "clasps", 1 ] ],
457    "proficiencies": [
458      { "proficiency": "prof_closures" },
459      { "proficiency": "prof_closures_waterproofing" },
460      { "proficiency": "prof_leatherworking_basic" }
461    ]
462  },
463  {
464    "result": "grenade_pouch",
465    "type": "recipe",
466    "activity_level": "LIGHT_EXERCISE",
467    "category": "CC_ARMOR",
468    "subcategory": "CSC_ARMOR_STORAGE",
469    "skill_used": "tailor",
470    "difficulty": 3,
471    "skills_required": [ [ "gun", 1 ], [ "launcher", 1 ] ],
472    "time": "3 h",
473    "autolearn": true,
474    "reversible": true,
475    "using": [ [ "tailoring_cotton_patchwork", 1 ], [ "strap_small", 1 ], [ "plastic_molding", 2 ], [ "fastener_small", 1 ] ],
476    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_plasticworking" } ]
477  },
478  {
479    "result": "hide_bag",
480    "type": "recipe",
481    "activity_level": "NO_EXERCISE",
482    "category": "CC_ARMOR",
483    "subcategory": "CSC_ARMOR_STORAGE",
484    "skill_used": "survival",
485    "time": "36 s",
486    "reversible": true,
487    "autolearn": true,
488    "components": [ [ [ "raw_leather", 6 ], [ "raw_hleather", 6 ], [ "raw_demihumanleather", 6 ], [ "raw_fur", 6 ], [ "raw_hfur", 6 ] ] ],
489    "flags": [ "BLIND_EASY" ]
490  },
491  {
492    "result": "hide_tainted_bag",
493    "type": "recipe",
494    "activity_level": "NO_EXERCISE",
495    "category": "CC_ARMOR",
496    "subcategory": "CSC_ARMOR_STORAGE",
497    "skill_used": "survival",
498    "time": "36 s",
499    "reversible": true,
500    "autolearn": true,
501    "components": [ [ [ "raw_tainted_leather", 6 ], [ "raw_tainted_fur", 6 ] ] ],
502    "flags": [ "BLIND_EASY" ]
503  },
504  {
505    "result": "holster",
506    "type": "recipe",
507    "activity_level": "LIGHT_EXERCISE",
508    "category": "CC_ARMOR",
509    "subcategory": "CSC_ARMOR_STORAGE",
510    "skill_used": "tailor",
511    "difficulty": 3,
512    "skills_required": [ "pistol", 1 ],
513    "time": "3 h 30 m",
514    "autolearn": true,
515    "using": [ [ "tailoring_leather_small", 3 ] ],
516    "proficiencies": [
517      { "proficiency": "prof_closures" },
518      { "proficiency": "prof_leatherworking" },
519      { "proficiency": "prof_leatherworking_basic" }
520    ],
521    "components": [ [ [ "strap_small", 1, "LIST" ] ], [ [ "clasps", 1, "LIST" ] ] ]
522  },
523  {
524    "result": "western_holster",
525    "type": "recipe",
526    "copy-from": "holster",
527    "time": "4 h"
528  },
529  {
530    "result": "jerrypack",
531    "type": "recipe",
532    "activity_level": "LIGHT_EXERCISE",
533    "category": "CC_ARMOR",
534    "subcategory": "CSC_ARMOR_STORAGE",
535    "skill_used": "fabrication",
536    "difficulty": 2,
537    "time": "1 m 30 s",
538    "autolearn": true,
539    "reversible": true,
540    "using": [ [ "adhesive", 3 ] ],
541    "qualities": [ { "id": "HAMMER", "level": 3 } ],
542    "components": [ [ [ "strap_small", 3, "LIST" ] ], [ [ "jerrycan", 1 ] ] ]
543  },
544  {
545    "result": "boxpack",
546    "type": "recipe",
547    "activity_level": "LIGHT_EXERCISE",
548    "category": "CC_ARMOR",
549    "subcategory": "CSC_ARMOR_STORAGE",
550    "skill_used": "fabrication",
551    "difficulty": 2,
552    "time": "60 m",
553    "autolearn": true,
554    "qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_W", "level": 2 } ],
555    "components": [ [ [ "2x4", 3 ] ], [ [ "wood_panel", 1 ] ], [ [ "nail", 20 ] ], [ [ "rope_natural", 1, "LIST" ] ] ]
556  },
557  {
558    "result": "leather_belt",
559    "type": "recipe",
560    "activity_level": "LIGHT_EXERCISE",
561    "category": "CC_ARMOR",
562    "subcategory": "CSC_ARMOR_STORAGE",
563    "skill_used": "tailor",
564    "time": "1 h",
565    "autolearn": true,
566    "reversible": true,
567    "using": [ [ "tailoring_leather_small", 2 ], [ "clasps", 1 ] ],
568    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_leatherworking_basic" } ]
569  },
570  {
571    "result": "leather_pouch",
572    "type": "recipe",
573    "activity_level": "LIGHT_EXERCISE",
574    "category": "CC_ARMOR",
575    "subcategory": "CSC_ARMOR_STORAGE",
576    "skill_used": "tailor",
577    "difficulty": 2,
578    "skills_required": [ "survival", 1 ],
579    "time": "4 h",
580    "autolearn": true,
581    "reversible": true,
582    "using": [ [ "tailoring_leather_small", 7 ], [ "fastener_small", 1 ] ],
583    "proficiencies": [
584      { "proficiency": "prof_closures" },
585      { "proficiency": "prof_closures_waterproofing" },
586      { "proficiency": "prof_leatherworking_basic" }
587    ],
588    "components": [ [ [ "strap_small", 1, "LIST" ] ], [ [ "clasps", 1, "LIST" ] ] ]
589  },
590  {
591    "result": "ammo_pouch",
592    "type": "recipe",
593    "activity_level": "LIGHT_EXERCISE",
594    "category": "CC_ARMOR",
595    "subcategory": "CSC_ARMOR_STORAGE",
596    "skill_used": "tailor",
597    "difficulty": 2,
598    "skills_required": [ "gun", 1 ],
599    "time": "4h 40 m",
600    "autolearn": true,
601    "reversible": true,
602    "using": [ [ "tailoring_leather_small", 9 ], [ "fastener_small", 1 ] ],
603    "proficiencies": [
604      { "proficiency": "prof_closures" },
605      { "proficiency": "prof_closures_waterproofing" },
606      { "proficiency": "prof_leatherworking_basic" }
607    ],
608    "components": [ [ [ "strap_small", 1, "LIST" ] ], [ [ "clasps", 1, "LIST" ] ] ]
609  },
610  {
611    "result": "legpouch",
612    "type": "recipe",
613    "activity_level": "LIGHT_EXERCISE",
614    "category": "CC_ARMOR",
615    "subcategory": "CSC_ARMOR_STORAGE",
616    "skill_used": "tailor",
617    "difficulty": 3,
618    "skills_required": [ "gun", 1 ],
619    "time": "2 h",
620    "autolearn": true,
621    "reversible": true,
622    "using": [ [ "tailoring_cotton_patchwork", 2 ], [ "fastener_small", 1 ] ],
623    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_closures_waterproofing" } ],
624    "components": [ [ [ "strap_small", 1, "LIST" ] ], [ [ "clasps", 1, "LIST" ] ] ]
625  },
626  {
627    "result": "legpouch_large",
628    "type": "recipe",
629    "activity_level": "LIGHT_EXERCISE",
630    "category": "CC_ARMOR",
631    "subcategory": "CSC_ARMOR_STORAGE",
632    "skill_used": "tailor",
633    "difficulty": 3,
634    "skills_required": [ "gun", 1 ],
635    "time": "2 h 30 m",
636    "autolearn": true,
637    "reversible": true,
638    "using": [ [ "tailoring_cotton_patchwork", 4 ], [ "fastener_small", 1 ] ],
639    "proficiencies": [ { "proficiency": "prof_closures" } ],
640    "components": [ [ [ "strap_large", 1, "LIST" ] ], [ [ "chestpouch", 2 ] ] ]
641  },
642  {
643    "result": "legrig",
644    "type": "recipe",
645    "activity_level": "LIGHT_EXERCISE",
646    "category": "CC_ARMOR",
647    "subcategory": "CSC_ARMOR_STORAGE",
648    "skill_used": "tailor",
649    "difficulty": 4,
650    "skills_required": [ "fabrication", 2 ],
651    "time": "3 h",
652    "autolearn": true,
653    "using": [ [ "tailoring_cotton_patchwork", 4 ], [ "plastic_molding", 2 ] ],
654    "proficiencies": [
655      { "proficiency": "prof_closures" },
656      { "proficiency": "prof_closures_waterproofing" },
657      { "proficiency": "prof_plasticworking" }
658    ],
659    "components": [ [ [ "strap_large", 1, "LIST" ] ], [ [ "clasps", 2, "LIST" ] ] ]
660  },
661  {
662    "result": "makeshift_knapsack",
663    "type": "recipe",
664    "activity_level": "LIGHT_EXERCISE",
665    "category": "CC_ARMOR",
666    "subcategory": "CSC_ARMOR_STORAGE",
667    "skill_used": "survival",
668    "time": "48 s",
669    "reversible": true,
670    "autolearn": true,
671    "using": [ [ "cordage", 1 ] ],
672    "components": [
673      [
674        [ "pants", 1 ],
675        [ "pants_cargo", 1 ],
676        [ "pants_army", 1 ],
677        [ "pants_checkered", 1 ],
678        [ "striped_pants", 1 ],
679        [ "technician_pants_gray", 1 ],
680        [ "jeans", 1 ]
681      ]
682    ],
683    "flags": [ "BLIND_HARD" ]
684  },
685  {
686    "result": "makeshift_sling",
687    "type": "recipe",
688    "activity_level": "NO_EXERCISE",
689    "category": "CC_ARMOR",
690    "subcategory": "CSC_ARMOR_STORAGE",
691    "skill_used": "survival",
692    "time": "48 s",
693    "reversible": true,
694    "autolearn": true,
695    "components": [
696      [
697        [ "blanket", 1 ],
698        [ "down_blanket", 1 ],
699        [ "fur_blanket", 1 ],
700        [ "electric_blanket", 1 ],
701        [ "quilt", 1 ],
702        [ "quilt_patchwork", 1 ],
703        [ "sheet", 1 ]
704      ]
705    ],
706    "flags": [ "BLIND_EASY" ]
707  },
708  {
709    "result": "net_backpack",
710    "type": "recipe",
711    "activity_level": "LIGHT_EXERCISE",
712    "category": "CC_ARMOR",
713    "subcategory": "CSC_ARMOR_STORAGE",
714    "skill_used": "tailor",
715    "difficulty": 1,
716    "time": "1 h",
717    "autolearn": true,
718    "reversible": true,
719    "qualities": [ { "id": "CUT", "level": 1 } ],
720    "components": [ [ [ "cordage_superior", 6, "LIST" ] ] ]
721  },
722  {
723    "result": "quiver",
724    "type": "recipe",
725    "activity_level": "LIGHT_EXERCISE",
726    "category": "CC_ARMOR",
727    "subcategory": "CSC_ARMOR_STORAGE",
728    "skill_used": "tailor",
729    "difficulty": 2,
730    "skills_required": [ "archery", 1 ],
731    "time": "6 h",
732    "reversible": true,
733    "decomp_learn": 3,
734    "autolearn": true,
735    "book_learn": [ [ "recipe_arrows", 1 ] ],
736    "using": [ [ "tailoring_leather_small", 3 ] ],
737    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_leatherworking_basic" } ],
738    "components": [ [ [ "strap_large", 1, "LIST" ] ], [ [ "clasps", 1, "LIST" ] ] ]
739  },
740  {
741    "result": "quiver_birchbark",
742    "type": "recipe",
743    "activity_level": "LIGHT_EXERCISE",
744    "category": "CC_ARMOR",
745    "subcategory": "CSC_ARMOR_STORAGE",
746    "skill_used": "tailor",
747    "difficulty": 3,
748    "skills_required": [ [ "survival", 1 ], [ "archery", 1 ] ],
749    "time": "4 h",
750    "reversible": true,
751    "decomp_learn": 3,
752    "autolearn": true,
753    "book_learn": [ [ "recipe_arrows", 2 ] ],
754    "qualities": [ { "id": "CUT", "level": 1 } ],
755    "proficiencies": [ { "proficiency": "prof_basketweaving" } ],
756    "components": [ [ [ "birchbark", 3 ] ], [ [ "cordage_short", 2, "LIST" ] ] ]
757  },
758  {
759    "result": "quiver_large",
760    "type": "recipe",
761    "activity_level": "LIGHT_EXERCISE",
762    "category": "CC_ARMOR",
763    "subcategory": "CSC_ARMOR_STORAGE",
764    "skill_used": "tailor",
765    "difficulty": 3,
766    "skills_required": [ "gun", 1 ],
767    "time": "8 h",
768    "reversible": true,
769    "decomp_learn": 3,
770    "autolearn": true,
771    "book_learn": [ [ "recipe_arrows", 2 ] ],
772    "using": [ [ "tailoring_leather_small", 11 ] ],
773    "qualities": [ { "id": "HAMMER", "level": 2 } ],
774    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_leatherworking_basic" } ],
775    "components": [ [ [ "strap_large", 2, "LIST" ] ], [ [ "clasps", 2, "LIST" ] ] ]
776  },
777  {
778    "result": "quiver_large_birchbark",
779    "type": "recipe",
780    "activity_level": "LIGHT_EXERCISE",
781    "category": "CC_ARMOR",
782    "subcategory": "CSC_ARMOR_STORAGE",
783    "skill_used": "tailor",
784    "difficulty": 4,
785    "skills_required": [ [ "survival", 2 ], [ "gun", 2 ] ],
786    "time": "6 h",
787    "reversible": true,
788    "decomp_learn": 4,
789    "autolearn": true,
790    "book_learn": [ [ "recipe_arrows", 3 ] ],
791    "qualities": [ { "id": "CUT", "level": 1 } ],
792    "proficiencies": [ { "proficiency": "prof_basketweaving" } ],
793    "components": [ [ [ "birchbark", 10 ] ], [ [ "strap_large", 1, "LIST" ] ] ]
794  },
795  {
796    "result": "ragpouch",
797    "type": "recipe",
798    "activity_level": "LIGHT_EXERCISE",
799    "category": "CC_ARMOR",
800    "subcategory": "CSC_ARMOR_STORAGE",
801    "skill_used": "tailor",
802    "time": "1 h",
803    "reversible": true,
804    "autolearn": true,
805    "using": [ [ "tailoring_cotton_patchwork", 1 ] ]
806  },
807  {
808    "result": "scabbard",
809    "type": "recipe",
810    "activity_level": "LIGHT_EXERCISE",
811    "category": "CC_ARMOR",
812    "subcategory": "CSC_ARMOR_STORAGE",
813    "skill_used": "tailor",
814    "difficulty": 5,
815    "skills_required": [ "melee", 1 ],
816    "time": "6 h",
817    "autolearn": true,
818    "using": [ [ "tailoring_leather_small", 10 ], [ "clasps", 1 ], [ "adhesive", 1 ] ],
819    "proficiencies": [
820      { "proficiency": "prof_closures" },
821      { "proficiency": "prof_leatherworking_basic" },
822      { "proficiency": "prof_leatherworking" }
823    ],
824    "qualities": [ { "id": "HAMMER", "level": 1 } ],
825    "components": [ [ [ "2x4", 2 ] ], [ [ "nail", 5 ] ] ]
826  },
827  {
828    "result": "sheath",
829    "type": "recipe",
830    "activity_level": "LIGHT_EXERCISE",
831    "category": "CC_ARMOR",
832    "subcategory": "CSC_ARMOR_STORAGE",
833    "skill_used": "tailor",
834    "difficulty": 3,
835    "skills_required": [ "melee", 1 ],
836    "time": "4 h",
837    "reversible": true,
838    "autolearn": true,
839    "using": [ [ "tailoring_leather_small", 3 ] ],
840    "proficiencies": [
841      { "proficiency": "prof_closures" },
842      { "proficiency": "prof_leatherworking_basic" },
843      { "proficiency": "prof_leatherworking" }
844    ],
845    "components": [ [ [ "strap_small", 1, "LIST" ] ], [ [ "clasps", 1, "LIST" ] ] ]
846  },
847  {
848    "result": "sheath_birchbark",
849    "type": "recipe",
850    "activity_level": "LIGHT_EXERCISE",
851    "category": "CC_ARMOR",
852    "subcategory": "CSC_ARMOR_STORAGE",
853    "skill_used": "tailor",
854    "difficulty": 3,
855    "skills_required": [ "survival", 1 ],
856    "time": "30 m",
857    "autolearn": true,
858    "proficiencies": [ { "proficiency": "prof_basketweaving" } ],
859    "qualities": [ { "id": "CUT", "level": 1 } ],
860    "components": [ [ [ "birchbark", 1 ] ], [ [ "cordage_short", 1, "LIST" ] ] ]
861  },
862  {
863    "result": "sholster",
864    "type": "recipe",
865    "activity_level": "LIGHT_EXERCISE",
866    "category": "CC_ARMOR",
867    "subcategory": "CSC_ARMOR_STORAGE",
868    "skill_used": "tailor",
869    "difficulty": 3,
870    "skills_required": [ "pistol", 1 ],
871    "time": "4 h",
872    "autolearn": true,
873    "qualities": [ { "id": "SEW", "level": 1 } ],
874    "using": [ [ "tailoring_leather_small", 3 ] ],
875    "proficiencies": [
876      { "proficiency": "prof_closures" },
877      { "proficiency": "prof_leatherworking_basic" },
878      { "proficiency": "prof_leatherworking" }
879    ],
880    "components": [ [ [ "strap_small", 1, "LIST" ] ], [ [ "clasps", 1, "LIST" ] ] ]
881  },
882  {
883    "result": "spearsling",
884    "type": "recipe",
885    "activity_level": "LIGHT_EXERCISE",
886    "category": "CC_ARMOR",
887    "subcategory": "CSC_ARMOR_STORAGE",
888    "skill_used": "tailor",
889    "difficulty": 3,
890    "skills_required": [ "melee", 1 ],
891    "time": "45 m",
892    "autolearn": true,
893    "reversible": true,
894    "using": [ [ "tailoring_cotton_patchwork", 2 ] ],
895    "proficiencies": [ { "proficiency": "prof_closures" } ],
896    "components": [ [ [ "strap_large", 1, "LIST" ] ], [ [ "clasps", 1, "LIST" ] ] ]
897  },
898  {
899    "result": "straw_basket",
900    "type": "recipe",
901    "activity_level": "NO_EXERCISE",
902    "category": "CC_ARMOR",
903    "subcategory": "CSC_ARMOR_STORAGE",
904    "skill_used": "tailor",
905    "difficulty": 1,
906    "time": "8 h",
907    "autolearn": true,
908    "reversible": true,
909    "components": [ [ [ "plant_cordage", 6, "LIST" ] ] ],
910    "qualities": [ { "id": "CUT", "level": 1 } ],
911    "proficiencies": [ { "proficiency": "prof_basketweaving" } ]
912  },
913  {
914    "result": "survivor_duffel_bag",
915    "type": "recipe",
916    "activity_level": "LIGHT_EXERCISE",
917    "category": "CC_ARMOR",
918    "subcategory": "CSC_ARMOR_STORAGE",
919    "skill_used": "tailor",
920    "difficulty": 7,
921    "skills_required": [ "fabrication", 6 ],
922    "time": "8 h",
923    "autolearn": true,
924    "using": [ [ "sewing_standard", 200 ], [ "tailoring_leather_small", 20 ], [ "fastener_large", 3 ] ],
925    "proficiencies": [
926      { "proficiency": "prof_closures" },
927      { "proficiency": "prof_closures_waterproofing" },
928      { "proficiency": "prof_leatherworking_basic" },
929      { "proficiency": "prof_leatherworking" }
930    ],
931    "components": [
932      [ [ "rag", 18 ] ],
933      [ [ "plastic_sheet", 2 ] ],
934      [ [ "duffelbag", 1 ], [ "rucksack", 1 ] ],
935      [
936        [ "tacvest", 1 ],
937        [ "legrig", 1 ],
938        [ "vest", 1 ],
939        [ "tool_belt", 1 ],
940        [ "leather_pouch", 2 ],
941        [ "dump_pouch", 1 ],
942        [ "purse", 2 ],
943        [ "fanny", 2 ]
944      ],
945      [ [ "duct_tape", 200 ] ]
946    ]
947  },
948  {
949    "result": "survivor_pack",
950    "type": "recipe",
951    "activity_level": "LIGHT_EXERCISE",
952    "category": "CC_ARMOR",
953    "subcategory": "CSC_ARMOR_STORAGE",
954    "skill_used": "tailor",
955    "difficulty": 6,
956    "skills_required": [ "fabrication", 4 ],
957    "time": "7 h",
958    "autolearn": true,
959    "using": [ [ "sewing_standard", 120 ], [ "tailoring_leather_small", 10 ], [ "fastener_large", 2 ] ],
960    "proficiencies": [
961      { "proficiency": "prof_closures" },
962      { "proficiency": "prof_closures_waterproofing" },
963      { "proficiency": "prof_leatherworking_basic" },
964      { "proficiency": "prof_leatherworking" }
965    ],
966    "components": [
967      [ [ "rag", 10 ] ],
968      [ [ "backpack", 1 ], [ "backpack_leather", 1 ], [ "molle_pack", 1 ] ],
969      [ [ "plastic_sheet", 1 ] ],
970      [
971        [ "tacvest", 1 ],
972        [ "legrig", 1 ],
973        [ "vest", 1 ],
974        [ "tool_belt", 1 ],
975        [ "ragpouch", 4 ],
976        [ "leather_pouch", 2 ],
977        [ "dump_pouch", 1 ],
978        [ "purse", 2 ],
979        [ "fanny", 2 ]
980      ],
981      [ [ "duct_tape", 120 ] ]
982    ]
983  },
984  {
985    "result": "survivor_rucksack",
986    "type": "recipe",
987    "activity_level": "LIGHT_EXERCISE",
988    "category": "CC_ARMOR",
989    "subcategory": "CSC_ARMOR_STORAGE",
990    "skill_used": "tailor",
991    "difficulty": 6,
992    "skills_required": [ "fabrication", 5 ],
993    "time": "7 h 30 m",
994    "autolearn": true,
995    "using": [ [ "sewing_standard", 160 ], [ "tailoring_leather_small", 16 ], [ "fastener_large", 3 ] ],
996    "proficiencies": [
997      { "proficiency": "prof_closures" },
998      { "proficiency": "prof_closures_waterproofing" },
999      { "proficiency": "prof_leatherworking_basic" },
1000      { "proficiency": "prof_leatherworking" }
1001    ],
1002    "components": [
1003      [ [ "rag", 14 ] ],
1004      [ [ "backpack", 1 ], [ "backpack_leather", 1 ], [ "molle_pack", 1 ], [ "rucksack", 1 ] ],
1005      [ [ "plastic_sheet", 1 ] ],
1006      [
1007        [ "tacvest", 1 ],
1008        [ "legrig", 1 ],
1009        [ "vest", 1 ],
1010        [ "tool_belt", 1 ],
1011        [ "ragpouch", 4 ],
1012        [ "leather_pouch", 2 ],
1013        [ "dump_pouch", 1 ],
1014        [ "purse", 2 ],
1015        [ "fanny", 2 ]
1016      ],
1017      [ [ "duct_tape", 160 ] ]
1018    ]
1019  },
1020  {
1021    "result": "survivor_runner_pack",
1022    "type": "recipe",
1023    "activity_level": "LIGHT_EXERCISE",
1024    "category": "CC_ARMOR",
1025    "subcategory": "CSC_ARMOR_STORAGE",
1026    "skill_used": "tailor",
1027    "difficulty": 4,
1028    "skills_required": [ "fabrication", 3 ],
1029    "time": "1 h 10 m",
1030    "autolearn": true,
1031    "using": [ [ "sewing_standard", 80 ], [ "tailoring_leather_small", 8 ], [ "fastener_large", 1 ] ],
1032    "proficiencies": [
1033      { "proficiency": "prof_closures" },
1034      { "proficiency": "prof_closures_waterproofing" },
1035      { "proficiency": "prof_leatherworking_basic" },
1036      { "proficiency": "prof_leatherworking" },
1037      { "proficiency": "prof_elastics" }
1038    ],
1039    "components": [
1040      [ [ "rag", 6 ] ],
1041      [ [ "runner_bag", 1 ], [ "backpack", 1 ], [ "backpack_leather", 1 ] ],
1042      [ [ "plastic_sheet", 1 ] ],
1043      [
1044        [ "tacvest", 1 ],
1045        [ "legrig", 1 ],
1046        [ "vest", 1 ],
1047        [ "tool_belt", 1 ],
1048        [ "ragpouch", 4 ],
1049        [ "leather_pouch", 2 ],
1050        [ "dump_pouch", 1 ],
1051        [ "purse", 2 ],
1052        [ "fanny", 2 ]
1053      ],
1054      [ [ "duct_tape", 80 ] ]
1055    ]
1056  },
1057  {
1058    "result": "survivor_vest",
1059    "type": "recipe",
1060    "activity_level": "LIGHT_EXERCISE",
1061    "category": "CC_ARMOR",
1062    "subcategory": "CSC_ARMOR_STORAGE",
1063    "skill_used": "tailor",
1064    "difficulty": 5,
1065    "skills_required": [ "fabrication", 3 ],
1066    "time": "12 h",
1067    "autolearn": true,
1068    "using": [ [ "sewing_standard", 100 ], [ "tailoring_leather_small", 6 ], [ "fastener_large", 1 ] ],
1069    "proficiencies": [
1070      { "proficiency": "prof_closures" },
1071      { "proficiency": "prof_closures_waterproofing" },
1072      { "proficiency": "prof_leatherworking_basic" },
1073      { "proficiency": "prof_leatherworking" }
1074    ],
1075    "components": [ [ [ "rag", 6 ] ], [ [ "holster", 1 ], [ "sholster", 1 ] ], [ [ "leather_pouch", 3 ] ], [ [ "duct_tape", 50 ] ] ]
1076  },
1077  {
1078    "result": "xl_survivor_vest",
1079    "type": "recipe",
1080    "copy-from": "survivor_vest",
1081    "time": "16 h",
1082    "using": [ [ "sewing_standard", 150 ], [ "tailoring_leather_small", 9 ], [ "fastener_large", 2 ] ],
1083    "components": [ [ [ "rag", 8 ] ], [ [ "holster", 1 ], [ "sholster", 1 ] ], [ [ "leather_pouch", 3 ] ], [ [ "duct_tape", 80 ] ] ]
1084  },
1085  {
1086    "result": "swag_bag",
1087    "type": "recipe",
1088    "activity_level": "NO_EXERCISE",
1089    "category": "CC_ARMOR",
1090    "subcategory": "CSC_ARMOR_STORAGE",
1091    "skill_used": "survival",
1092    "time": "36 s",
1093    "reversible": true,
1094    "autolearn": true,
1095    "components": [ [ [ "bag_canvas", 1 ] ] ],
1096    "flags": [ "BLIND_EASY" ]
1097  },
1098  {
1099    "result": "tool_belt",
1100    "type": "recipe",
1101    "activity_level": "LIGHT_EXERCISE",
1102    "category": "CC_ARMOR",
1103    "subcategory": "CSC_ARMOR_STORAGE",
1104    "skill_used": "tailor",
1105    "difficulty": 3,
1106    "time": "4 h",
1107    "autolearn": true,
1108    "reversible": true,
1109    "using": [ [ "tailoring_leather_small", 6 ], [ "clasps", 3 ] ],
1110    "proficiencies": [
1111      { "proficiency": "prof_closures" },
1112      { "proficiency": "prof_leatherworking_basic" },
1113      { "proficiency": "prof_leatherworking" }
1114    ],
1115    "components": [ [ [ "leather_pouch", 7 ] ] ]
1116  },
1117  {
1118    "result": "javelin_bag",
1119    "type": "recipe",
1120    "activity_level": "LIGHT_EXERCISE",
1121    "category": "CC_ARMOR",
1122    "subcategory": "CSC_ARMOR_STORAGE",
1123    "skill_used": "tailor",
1124    "skills_required": [ [ "throw", 1 ] ],
1125    "difficulty": 2,
1126    "time": "1 h 20 m",
1127    "autolearn": true,
1128    "reversible": true,
1129    "using": [ [ "tailoring_leather_small", 7 ], [ "strap_large", 1 ], [ "clasps", 1 ] ],
1130    "proficiencies": [ { "proficiency": "prof_leatherworking" }, { "proficiency": "prof_leatherworking_basic" } ]
1131  },
1132  {
1133    "result": "grenadebandolier",
1134    "type": "recipe",
1135    "activity_level": "LIGHT_EXERCISE",
1136    "category": "CC_ARMOR",
1137    "subcategory": "CSC_ARMOR_STORAGE",
1138    "skill_used": "tailor",
1139    "skills_required": [ [ "gun", 1 ], [ "throw", 1 ] ],
1140    "difficulty": 3,
1141    "time": "3 h",
1142    "autolearn": true,
1143    "reversible": true,
1144    "using": [ [ "strap_large", 2 ], [ "tailoring_cotton_patchwork", 1 ] ],
1145    "proficiencies": [ { "proficiency": "prof_closures" } ]
1146  },
1147  {
1148    "result": "bigback",
1149    "type": "recipe",
1150    "activity_level": "LIGHT_EXERCISE",
1151    "category": "CC_ARMOR",
1152    "subcategory": "CSC_ARMOR_STORAGE",
1153    "skill_used": "tailor",
1154    "difficulty": 5,
1155    "time": "18 h",
1156    "autolearn": true,
1157    "reversible": true,
1158    "using": [ [ "tailoring_leather_small", 30 ], [ "fastener_large", 3 ] ],
1159    "proficiencies": [
1160      { "proficiency": "prof_closures" },
1161      { "proficiency": "prof_closures_waterproofing" },
1162      { "proficiency": "prof_leatherworking_basic" },
1163      { "proficiency": "prof_leatherworking" }
1164    ],
1165    "qualities": [ { "id": "HAMMER", "level": 2 } ],
1166    "components": [ [ [ "sheet_metal_small", 8 ] ], [ [ "strap_large", 2, "LIST" ] ] ]
1167  },
1168  {
1169    "result": "travelpack",
1170    "type": "recipe",
1171    "activity_level": "LIGHT_EXERCISE",
1172    "category": "CC_ARMOR",
1173    "subcategory": "CSC_ARMOR_STORAGE",
1174    "skill_used": "tailor",
1175    "difficulty": 3,
1176    "time": "7 h 30 m",
1177    "reversible": true,
1178    "autolearn": true,
1179    "using": [ [ "tailoring_cotton_patchwork", 5 ], [ "fastener_large", 1 ], [ "waterproofing_plastic_bags", 2 ] ],
1180    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_closures_waterproofing" } ],
1181    "components": [ [ [ "strap_large", 1, "LIST" ] ] ]
1182  },
1183  {
1184    "result": "petpack",
1185    "type": "recipe",
1186    "activity_level": "LIGHT_EXERCISE",
1187    "category": "CC_ARMOR",
1188    "subcategory": "CSC_ARMOR_STORAGE",
1189    "skill_used": "tailor",
1190    "difficulty": 3,
1191    "time": "6 h 40 m",
1192    "reversible": true,
1193    "book_learn": [ [ "plastics_book", 1 ] ],
1194    "using": [ [ "tailoring_cotton_patchwork", 4 ], [ "fastener_large", 1 ], [ "waterproofing_plastic_bags", 2 ] ],
1195    "proficiencies": [
1196      { "proficiency": "prof_closures" },
1197      { "proficiency": "prof_closures_waterproofing" },
1198      { "proficiency": "prof_plasticworking" }
1199    ]
1200  },
1201  {
1202    "result": "wicker_backpack",
1203    "type": "recipe",
1204    "activity_level": "LIGHT_EXERCISE",
1205    "category": "CC_ARMOR",
1206    "subcategory": "CSC_ARMOR_STORAGE",
1207    "skill_used": "tailor",
1208    "difficulty": 3,
1209    "time": "16 h",
1210    "autolearn": true,
1211    "proficiencies": [ { "proficiency": "prof_basketweaving" } ],
1212    "qualities": [ { "id": "CUT", "level": 1 } ],
1213    "components": [ [ [ "plant_cordage", 16, "LIST" ] ], [ [ "cordage", 2, "LIST" ] ] ]
1214  },
1215  {
1216    "result": "backpack_tactical_large",
1217    "type": "recipe",
1218    "activity_level": "LIGHT_EXERCISE",
1219    "category": "CC_ARMOR",
1220    "subcategory": "CSC_ARMOR_STORAGE",
1221    "skill_used": "tailor",
1222    "difficulty": 4,
1223    "time": "18 h",
1224    "autolearn": true,
1225    "reversible": true,
1226    "using": [ [ "tailoring_leather_small", 25 ], [ "fastener_large", 3 ] ],
1227    "proficiencies": [
1228      { "proficiency": "prof_closures" },
1229      { "proficiency": "prof_closures_waterproofing" },
1230      { "proficiency": "prof_leatherworking_basic" },
1231      { "proficiency": "prof_leatherworking" }
1232    ],
1233    "components": [ [ [ "strap_large", 2, "LIST" ] ], [ [ "leather_pouch", 2 ] ] ]
1234  },
1235  {
1236    "result": "backpack_hiking",
1237    "type": "recipe",
1238    "activity_level": "LIGHT_EXERCISE",
1239    "category": "CC_ARMOR",
1240    "subcategory": "CSC_ARMOR_STORAGE",
1241    "skill_used": "tailor",
1242    "difficulty": 4,
1243    "time": "14 h",
1244    "autolearn": true,
1245    "reversible": true,
1246    "using": [ [ "tailoring_leather_small", 25 ], [ "fastener_large", 1 ] ],
1247    "proficiencies": [
1248      { "proficiency": "prof_closures" },
1249      { "proficiency": "prof_closures_waterproofing" },
1250      { "proficiency": "prof_leatherworking_basic" },
1251      { "proficiency": "prof_leatherworking" }
1252    ],
1253    "components": [ [ [ "strap_large", 2, "LIST" ] ] ]
1254  },
1255  {
1256    "result": "long_duffelbag",
1257    "type": "recipe",
1258    "category": "CC_ARMOR",
1259    "subcategory": "CSC_ARMOR_STORAGE",
1260    "skill_used": "tailor",
1261    "difficulty": 2,
1262    "time": "10 h",
1263    "autolearn": true,
1264    "reversible": true,
1265    "using": [ [ "tailoring_cotton_patchwork", 10 ], [ "fastener_large", 2 ], [ "waterproofing_plastic_bags", 4 ] ],
1266    "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_closures_waterproofing" } ]
1267  },
1268  {
1269    "result": "rifle_case_soft",
1270    "type": "recipe",
1271    "category": "CC_ARMOR",
1272    "subcategory": "CSC_ARMOR_STORAGE",
1273    "skill_used": "tailor",
1274    "difficulty": 2,
1275    "time": "4 h",
1276    "autolearn": true,
1277    "reversible": true,
1278    "using": [ [ "tailoring_cotton_patchwork", 5 ], [ "fastener_large", 2 ] ],
1279    "proficiencies": [ { "proficiency": "prof_closures" } ]
1280  },
1281  {
1282    "result": "rifle_case_soft_leather",
1283    "type": "recipe",
1284    "category": "CC_ARMOR",
1285    "subcategory": "CSC_ARMOR_STORAGE",
1286    "skill_used": "tailor",
1287    "difficulty": 3,
1288    "time": "5 h",
1289    "autolearn": true,
1290    "reversible": true,
1291    "using": [ [ "tailoring_leather_small", 5 ], [ "fastener_large", 2 ] ],
1292    "proficiencies": [
1293      { "proficiency": "prof_closures" },
1294      { "proficiency": "prof_leatherworking" },
1295      { "proficiency": "prof_leatherworking_basic" }
1296    ],
1297    "components": [ [ [ "strap_large", 1, "LIST" ] ] ]
1298  },
1299  {
1300    "result": "rifle_case_soft_2",
1301    "type": "recipe",
1302    "category": "CC_ARMOR",
1303    "subcategory": "CSC_ARMOR_STORAGE",
1304    "skill_used": "tailor",
1305    "difficulty": 2,
1306    "time": "4h 30 m",
1307    "autolearn": true,
1308    "reversible": true,
1309    "using": [ [ "tailoring_cotton_patchwork", 7 ], [ "fastener_large", 3 ] ],
1310    "proficiencies": [ { "proficiency": "prof_closures" } ],
1311    "components": [ [ [ "strap_large", 1, "LIST" ] ] ]
1312  },
1313  {
1314    "result": "rifle_case_soft_leather_2",
1315    "type": "recipe",
1316    "category": "CC_ARMOR",
1317    "subcategory": "CSC_ARMOR_STORAGE",
1318    "skill_used": "tailor",
1319    "difficulty": 3,
1320    "time": "5 h 30 m",
1321    "autolearn": true,
1322    "reversible": true,
1323    "using": [ [ "tailoring_leather_small", 7 ], [ "fastener_large", 3 ] ],
1324    "proficiencies": [
1325      { "proficiency": "prof_closures" },
1326      { "proficiency": "prof_leatherworking" },
1327      { "proficiency": "prof_leatherworking_basic" }
1328    ],
1329    "components": [ [ [ "strap_large", 1, "LIST" ] ] ]
1330  },
1331  {
1332    "result": "rifle_case_xl_soft_leather",
1333    "type": "recipe",
1334    "category": "CC_ARMOR",
1335    "subcategory": "CSC_ARMOR_STORAGE",
1336    "skill_used": "tailor",
1337    "difficulty": 3,
1338    "time": "5 h 30 m",
1339    "autolearn": true,
1340    "reversible": true,
1341    "using": [ [ "tailoring_leather_small", 7 ], [ "fastener_large", 2 ] ],
1342    "proficiencies": [
1343      { "proficiency": "prof_closures" },
1344      { "proficiency": "prof_leatherworking" },
1345      { "proficiency": "prof_leatherworking_basic" }
1346    ],
1347    "components": [ [ [ "strap_large", 1, "LIST" ] ] ]
1348  },
1349  {
1350    "result": "wallet_duct_tape",
1351    "type": "recipe",
1352    "category": "CC_ARMOR",
1353    "subcategory": "CSC_ARMOR_STORAGE",
1354    "skill_used": "fabrication",
1355    "difficulty": 1,
1356    "time": "10 m",
1357    "autolearn": true,
1358    "components": [ [ [ "duct_tape", 10 ] ] ]
1359  },
1360  {
1361    "result": "wallet_leather",
1362    "type": "recipe",
1363    "category": "CC_ARMOR",
1364    "subcategory": "CSC_ARMOR_STORAGE",
1365    "skill_used": "tailor",
1366    "difficulty": 2,
1367    "time": "3 h",
1368    "autolearn": true,
1369    "using": [ [ "tailoring_leather_small", 1 ], [ "fastener_small", 1 ] ],
1370    "proficiencies": [
1371      { "proficiency": "prof_closures" },
1372      { "proficiency": "prof_leatherworking" },
1373      { "proficiency": "prof_leatherworking_basic" }
1374    ]
1375  }
1376]
1377