SHARE
TWEET

Recipe_ammo.json

a guest Nov 9th, 2014 13 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [
  2. {
  3.         "type" : "recipe",
  4.   "result": "reloaded_shot_he",
  5.   "category": "CC_AMMO",
  6.   "subcategory": "CSC_AMMO_BULLETS",
  7.   "skill_used": "fabrication",
  8.   "skills_required": [ "gun", 3 ],
  9.   "difficulty": 4,
  10.   "time": 2000,
  11.   "reversible": false,
  12.   "autolearn": false,
  13.   "book_learn": [[ "textbook_anarch", 3 ] , [ "recipe_bullets", 3 ]],
  14.   "qualities" : [
  15.     {"id":"SCREW","level":1,"amount":1}
  16.   ], "components": [
  17.     [
  18.       [ "superglue", 1 ]
  19.     ],
  20.     [
  21.       [ "shot_slug", 5 ]
  22.     ],
  23.     [
  24.       [ "gasoline", 200 ]
  25.     ]
  26.   ]
  27. },{
  28.         "type" : "recipe",
  29.   "result": "40mm_acidbomb",
  30.   "category": "CC_AMMO",
  31.   "subcategory": "CSC_AMMO_BULLETS",
  32.   "skill_used": "fabrication",
  33.   "difficulty": 3,
  34.   "time": 100,
  35.   "reversible": false,
  36.   "autolearn": false,
  37.   "book_learn": [[ "textbook_gaswarfare", 4 ] , [ "manual_launcher", 4 ]],
  38.   "qualities" : [
  39.     {"id":"SCREW","level":1,"amount":1}
  40.   ], "components": [
  41.     [
  42.       [ "acidbomb", 1 ]
  43.     ],
  44.     [
  45.       [ "40mm_casing", 1 ]
  46.     ]
  47.   ]
  48. },{
  49.   "type" : "recipe",
  50.   "result": "mininuke_mod",
  51.   "category": "CC_AMMO",
  52.   "subcategory": "CSC_AMMO_OTHER",
  53.   "skill_used": "fabrication",
  54.   "skills_required": ["electronics",  7],
  55.   "difficulty": 8,
  56.   "time": 95000,
  57.   "reversible": false,
  58.   "autolearn": false,
  59.   "book_learn": [[ "recipe_lab_elec", 7 ] , [ "recipe_mininuke_launch", 5]],
  60.   "qualities":[
  61.     {"id":"SAW_M","level":1,"amount":1},
  62.     {"id":"SCREW","level":1,"amount":1},
  63.     {"id":"WRENCH","level":1,"amount":1}
  64.   ], "tools": [
  65.     [
  66.       [ "boltcutters", -1 ],
  67.       [ "toolset", -1 ]
  68.     ]
  69.   ],
  70.   "components": [
  71.     [
  72.       ["mininuke", 1]
  73.     ],
  74.     [
  75.       [ "cable", 2 ]
  76.     ],
  77.     [
  78.       [ "circuit", 1 ]
  79.     ],
  80.     [
  81.       [ "transponder", 1 ]
  82.     ]
  83.   ]
  84. },{
  85.         "type" : "recipe",
  86.   "result": "dart",
  87.   "category": "CC_AMMO",
  88.   "subcategory": "CSC_AMMO_ARROWS",
  89.   "skill_used": "fabrication",
  90.   "difficulty": 0,
  91.   "time": 1000,
  92.   "reversible": false,
  93.   "autolearn": true,
  94.   "qualities":[
  95.     {"id":"CUT","level":1,"amount":1}
  96.   ],
  97.   "components": [
  98.     [
  99.       [ "stick", 1 ],
  100.       [ "2x4", 1 ]
  101.     ]
  102.   ]
  103. },{
  104.         "type" : "recipe",
  105.   "result": "pebble",
  106.   "category": "CC_AMMO",
  107.   "subcategory": "CSC_AMMO_OTHER",
  108.   "skill_used": "fabrication",
  109.   "difficulty": 0,
  110.   "time": 1000,
  111.   "reversible": false,
  112.   "autolearn": true,
  113.   "qualities":[
  114.     {"id":"HAMMER","level":1,"amount":1}
  115.   ], "components": [
  116.     [
  117.       [ "rock", 1 ]
  118.     ]
  119.   ]
  120. },{
  121.   "type" : "recipe",
  122.   "result": "marble",
  123.   "category": "CC_AMMO",
  124.   "subcategory": "CSC_AMMO_OTHER",
  125.   "skill_used": "fabrication",
  126.   "difficulty": 6,
  127.   "time": 60000,
  128.   "reversible": false,
  129.   "autolearn": true,
  130.   "book_learn": [[ "glassblowing_book", 5 ]],
  131.   "tools": [
  132.      [
  133.       ["tongs", -1]
  134.      ],
  135.      [
  136.       ["crucible", -1]
  137.      ],
  138.      [
  139.       ["forge", 25], ["char_forge", 5]
  140.      ]
  141.     ],
  142.   "components":
  143.     [
  144.      [
  145.      [ "glass_shard", 2 ]
  146.      ]
  147.     ]
  148. },
  149.   {
  150.     "type" : "recipe",
  151.     "result": "bearing",
  152.     "category": "CC_AMMO",
  153.   "subcategory": "CSC_AMMO_OTHER",
  154.     "skill_used": "fabrication",
  155.     "skills_required": [ "gun", 4 ],
  156.     "difficulty": 2,
  157.     "time": 45000,
  158.     "reversible": false,
  159.     "autolearn": true,
  160.     "book_learn": [[ "textbook_fabrication", 1 ]],
  161.     "tools": [
  162.     [
  163.       [ "press", -1 ]
  164.     ],
  165.     [
  166.       ["crucible", -1]
  167.     ],
  168.     [
  169.       ["forge", 100], ["char_forge", 20], [ "oxy_torch", 20]
  170.     ]
  171.     ],
  172.     "components": [
  173.       [
  174.       [ "lead", 50 ],
  175.       [ "gold_small", 50 ],
  176.       [ "silver_small", 50 ],
  177.       [ "tin", 50 ],
  178.       [ "bismuth", 50 ],
  179.       [ "solder_wire", 50 ]
  180.       ]
  181.     ]
  182.   },{
  183.         "type" : "recipe",
  184.   "result" : "shaft_wood",
  185.   "category" : "CC_AMMO",
  186.   "subcategory": "CSC_AMMO_COMPONENTS",
  187.   "skill_used" : "fabrication",
  188.   "difficulty" : 0,
  189.   "time" : 1000,
  190.   "reversible" : false,
  191.   "autolearn" : true,
  192.   "qualities":[
  193.     {"id":"CUT","level":1,"amount":1}
  194.   ],
  195.   "components" : [
  196.     [
  197.       [ "stick", 1 ],
  198.       [ "broom", 1 ],
  199.       [ "mop", 1 ],
  200.       [ "2x4", 1 ],
  201.       [ "bee_sting", 1 ]
  202.     ]
  203.   ]
  204. },{
  205.         "type" : "recipe",
  206.   "result" : "shaft_wood_heavy",
  207.   "category" : "CC_AMMO",
  208.   "subcategory": "CSC_AMMO_COMPONENTS",
  209.   "skill_used" : "fabrication",
  210.   "skills_required": [ "archery", 1 ],
  211.   "difficulty" : 3,
  212.   "time" : 5000,
  213.   "reversible" : false,
  214.   "autolearn" : true,
  215.   "book_learn" : [[ "recipe_arrows", 2 ] , [ "pocket_survival", 2] , [ "manual_archery", 1]],
  216.   "qualities":[
  217.     {"id":"CUT","level":1,"amount":1}
  218.   ],
  219.   "components" : [
  220.     [
  221.       [ "stick", 2 ],
  222.       [ "broom", 2 ],
  223.       [ "mop", 2 ],
  224.       [ "2x4", 1 ],
  225.       [ "bee_sting", 2 ]
  226.     ]
  227.   ]
  228. },{
  229.         "type" : "recipe",
  230.   "result" : "shaft_metal",
  231.   "category" : "CC_AMMO",
  232.   "subcategory": "CSC_AMMO_COMPONENTS",
  233.   "skill_used" : "fabrication",
  234.   "skills_required": [ "archery", 1 ],
  235.   "difficulty" : 3,
  236.   "time" : 5000,
  237.   "reversible" : false,
  238.   "autolearn" : true,
  239.   "book_learn" : [[ "recipe_arrows", 1 ]],
  240.   "qualities":[
  241.     {"id":"HAMMER","level":1,"amount":1},
  242.     {"id":"SAW_M","level":1,"amount":1}
  243.   ], "components" : [
  244.     [
  245.       [ "scrap", 6 ],
  246.       [ "steel_chunk", 2 ]
  247.     ]
  248.   ]
  249. },{
  250.         "type" : "recipe",
  251.   "result" : "arrowhead",
  252.   "category" : "CC_AMMO",
  253.   "subcategory": "CSC_AMMO_COMPONENTS",
  254.   "skill_used" : "fabrication",
  255.   "skills_required": [ "archery", 1 ],
  256.   "difficulty" : 3,
  257.   "time" : 5000,
  258.   "reversible" : false,
  259.   "autolearn" : true,
  260.   "book_learn" : [[ "recipe_arrows", 1 ] , [ "manual_archery", 2] , [ "book_archery", 2]],
  261.   "qualities":[
  262.     {"id":"HAMMER","level":1,"amount":1}
  263.   ], "components" : [
  264.     [
  265.       [ "steel_chunk", 1 ],
  266.       [ "scrap", 3 ]
  267.     ]
  268.   ]
  269. },{
  270.         "type" : "recipe",
  271.   "result" : "fletching",
  272.   "category" : "CC_AMMO",
  273.   "subcategory": "CSC_AMMO_COMPONENTS",
  274.   "skill_used" : "fabrication",
  275.   "skills_required": [ "archery", 1 ],
  276.   "difficulty" : 3,
  277.   "time" : 5000,
  278.   "reversible" : false,
  279.   "autolearn" : true,
  280.   "book_learn" : [[ "recipe_arrows", 1 ] , [ "manual_archery", 2 ] , [ "book_archery", 2]],
  281.   "qualities":[
  282.     {"id":"CUT","level":1,"amount":1}
  283.   ],
  284.   "components" : [
  285.     [
  286.       [ "feather", 10 ],
  287.       [ "duct_tape", 40 ],
  288.       [ "bag_plastic", 1 ],
  289.       [ "bottle_plastic", 1 ],
  290.       [ "bottle_plastic_small", 1 ],
  291.       [ "box_small", 1 ],
  292.       [ "plastic_chunk", 1 ]
  293.     ]
  294.   ]
  295. },{
  296.         "type" : "recipe",
  297.   "result" : "arrow_fire_hardened",
  298.   "category" : "CC_AMMO",
  299.   "subcategory": "CSC_AMMO_ARROWS",
  300.   "skill_used" : "fabrication",
  301.   "skills_required": [ "archery", 1 ],
  302.   "difficulty" : 0,
  303.   "time" : 5000,
  304.   "reversible" : false,
  305.   "autolearn" : true,
  306.   "qualities":[
  307.     {"id":"CUT","level":1,"amount":1}
  308.   ],
  309.   "tools" : [
  310.     [
  311.       [ "fire", -1 ]
  312.     ]
  313.   ],
  314.   "components" : [
  315.     [
  316.       [ "shaft_wood", 10 ]
  317.     ]
  318.   ]
  319. },{
  320.         "type" : "recipe",
  321.   "result" : "arrow_field_point",
  322.   "category" : "CC_AMMO",
  323.   "subcategory": "CSC_AMMO_ARROWS",
  324.   "skill_used" : "fabrication",
  325.   "skills_required": [ "archery", 1 ],
  326.   "difficulty" : 1,
  327.   "time" : 2000,
  328.   "reversible" : false,
  329.   "autolearn" : true,
  330.   "qualities":[
  331.     {"id":"CUT","level":1,"amount":1},
  332.     {"id":"HAMMER","level":1,"amount":1}
  333.   ],
  334.   "components" : [
  335.     [
  336.       [ "shaft_wood", 10 ]
  337.     ],
  338.     [
  339.       [ "bone", 5 ],
  340.       [ "rock", 1 ],
  341.       [ "ceramic_shard", 1 ],
  342.       [ "scrap", 2 ],
  343.       [ "nail", 10 ]
  344.     ]
  345.   ]
  346. },{
  347.         "type" : "recipe",
  348.   "result" : "arrow_small_game",
  349.   "category" : "CC_AMMO",
  350.   "subcategory": "CSC_AMMO_ARROWS",
  351.   "skill_used" : "fabrication",
  352.   "skills_required": [ "archery", 1 ],
  353.   "difficulty" : 2,
  354.   "time" : 2000,
  355.   "reversible" : false,
  356.   "autolearn" : true,
  357.   "book_learn" : [[ "recipe_arrows", 1 ] , [ "pocket_survival", 1]],
  358.   "qualities":[
  359.     {"id":"CUT","level":1,"amount":1}
  360.   ],
  361.   "components" : [
  362.     [
  363.       [ "shaft_wood", 10 ]
  364.     ],
  365.     [
  366.       [ "bone", 3 ],
  367.       [ "rock", 1 ],
  368.       [ "ceramic_shard", 1 ],
  369.       [ "scrap", 2 ],
  370.       [ "nail", 10 ]
  371.     ]
  372.   ]
  373. },{
  374.         "type" : "recipe",
  375.   "result" : "arrow_fire_hardened_fletched",
  376.   "category" : "CC_AMMO",
  377.   "subcategory": "CSC_AMMO_ARROWS",
  378.   "skill_used" : "fabrication",
  379.   "skills_required": [ "archery", 3 ],
  380.   "difficulty" : 3,
  381.   "time" : 3000,
  382.   "reversible" : false,
  383.   "autolearn" : true,
  384.   "book_learn" : [[ "recipe_arrows", 2 ] , [ "book_archery", 2]],
  385.   "qualities":[
  386.     {"id":"CUT","level":1,"amount":1}
  387.   ],
  388.   "components" : [
  389.     [
  390.       [ "arrow_fire_hardened", 10 ]
  391.     ],
  392.     [
  393.       [ "fletching", 10 ]
  394.     ]
  395.   ]
  396. },{
  397.         "type" : "recipe",
  398.   "result" : "arrow_field_point_fletched",
  399.   "category" : "CC_AMMO",
  400.   "subcategory": "CSC_AMMO_ARROWS",
  401.   "skill_used" : "fabrication",
  402.   "skills_required": [ "archery", 3 ],
  403.   "difficulty" : 3,
  404.   "time" : 3000,
  405.   "reversible" : false,
  406.   "autolearn" : true,
  407.   "book_learn" : [[ "recipe_arrows", 1 ] , [ "book_archery", 3]],
  408.   "qualities":[
  409.     {"id":"CUT","level":1,"amount":1}
  410.   ],
  411.   "components" : [
  412.     [
  413.       [ "arrow_field_point", 10 ]
  414.     ],
  415.     [
  416.       [ "fletching", 10 ]
  417.     ]
  418.   ]
  419. },{
  420.         "type" : "recipe",
  421.   "result" : "flamable_arrow",
  422.   "category" : "CC_AMMO",
  423.   "subcategory": "CSC_AMMO_ARROWS",
  424.   "skill_used" : "fabrication",
  425.   "skills_required": [ "archery", 3 ],
  426.   "difficulty" : 3,
  427.   "time" : 5000,
  428.   "reversible" : false,
  429.   "autolearn" : false,
  430.   "book_learn" : [[ "recipe_arrows", 5 ]],
  431.   "qualities":[
  432.     {"id":"CUT","level":1,"amount":1}
  433.   ],
  434.   "components" : [
  435.     [
  436.       [ "arrow_field_point_fletched", 5 ],
  437.       [ "arrow_fire_hardened_fletched", 5 ],
  438.       [ "arrow_wood", 5 ],
  439.       [ "arrow_heavy_fire_hardened_fletched", 5 ],
  440.       [ "arrow_heavy_field_point_fletched", 5 ],
  441.       [ "arrow_wood_heavy", 5 ],
  442.       [ "arrow_metal", 5 ]
  443.     ],
  444.     [
  445.       [ "rag", 1 ]
  446.     ],
  447.     [
  448.       [ "whiskey", 5 ],
  449.       [ "single_malt_whiskey", 5 ],
  450.       [ "vodka", 5 ],
  451.       [ "rum", 5 ],
  452.       [ "tequila", 5 ],
  453.       [ "gin", 5 ],
  454.       [ "moonshine", 5 ],
  455.       [ "brandy", 5 ],
  456.       [ "triple_sec", 5 ],
  457.       [ "lamp_oil", 100 ],
  458.       [ "gasoline", 200 ]
  459.     ]
  460.   ]
  461. },{
  462.         "type" : "recipe",
  463.   "result" : "arrow_wood",
  464.   "category" : "CC_AMMO",
  465.   "subcategory": "CSC_AMMO_ARROWS",
  466.   "skill_used" : "fabrication",
  467.   "skills_required": [ "archery", 3 ],
  468.   "difficulty" : 5,
  469.   "time" : 3000,
  470.   "reversible" : false,
  471.   "autolearn" : true,
  472.   "book_learn" : [[ "recipe_arrows", 3 ]],
  473.   "qualities":[
  474.     {"id":"CUT","level":1,"amount":1}
  475.   ],
  476.   "components" : [
  477.     [
  478.       [ "arrowhead", 10 ]
  479.     ],
  480.     [
  481.       [ "shaft_wood", 10 ]
  482.     ],
  483.     [
  484.       [ "fletching", 10 ]
  485.     ]
  486.   ]
  487. },{
  488.         "type" : "recipe",
  489.   "result" : "arrow_metal_sharpened",
  490.   "category" : "CC_AMMO",
  491.   "subcategory": "CSC_AMMO_ARROWS",
  492.   "skill_used" : "fabrication",
  493.   "skills_required": [ "archery", 3 ],
  494.   "difficulty" : 4,
  495.   "time" : 5000,
  496.   "reversible" : false,
  497.   "autolearn" : true,
  498.   "book_learn" : [[ "recipe_arrows", 3 ]],
  499.   "qualities":[
  500.     {"id":"HAMMER","level":1,"amount":1},
  501.     {"id":"SAW_M","level":1,"amount":1}
  502.   ], "components" : [
  503.     [
  504.       [ "shaft_metal", 10 ]
  505.     ]
  506.   ]
  507. },{
  508.         "type" : "recipe",
  509.   "result" : "arrow_heavy_fire_hardened_fletched",
  510.   "category" : "CC_AMMO",
  511.   "subcategory": "CSC_AMMO_ARROWS",
  512.   "skill_used" : "fabrication",
  513.   "skills_required": [ "archery", 3 ],
  514.   "difficulty" : 4,
  515.   "time" : 5000,
  516.   "reversible" : false,
  517.   "autolearn" : true,
  518.   "qualities":[
  519.     {"id":"CUT","level":1,"amount":1}
  520.   ],
  521.   "tools" : [
  522.     [
  523.       [ "fire", -1 ]
  524.     ]
  525.   ],
  526.   "components" : [
  527.     [
  528.       [ "shaft_wood_heavy", 10 ]
  529.     ],
  530.     [
  531.       [ "fletching", 10 ]
  532.     ]
  533.   ]
  534. },{
  535.         "type" : "recipe",
  536.   "result" : "arrow_heavy_field_point_fletched",
  537.   "category" : "CC_AMMO",
  538.   "subcategory": "CSC_AMMO_ARROWS",
  539.   "skill_used" : "fabrication",
  540.   "skills_required": [ "archery", 3 ],
  541.   "difficulty" : 4,
  542.   "time" : 5000,
  543.   "reversible" : false,
  544.   "autolearn" : false,
  545.   "book_learn" : [[ "recipe_arrows", 2 ] , [ "pocket_survival", 2]],
  546.   "qualities" : [
  547.     {"id":"CUT","level":1,"amount":1}
  548.   ],
  549.   "components" : [
  550.     [
  551.       [ "shaft_wood_heavy", 10 ]
  552.     ],
  553.     [
  554.       [ "fletching", 10 ]
  555.     ],
  556.     [
  557.       [ "bone", 5 ],
  558.       [ "rock", 1 ],
  559.       [ "ceramic_shard", 1 ],
  560.       [ "scrap", 2 ],
  561.       [ "nail", 10 ]
  562.     ]
  563.   ]
  564. },{
  565.         "type" : "recipe",
  566.   "result" : "arrow_wood_heavy",
  567.   "category" : "CC_AMMO",
  568.   "subcategory": "CSC_AMMO_ARROWS",
  569.   "skill_used" : "fabrication",
  570.   "skills_required": [ "archery", 5 ],
  571.   "difficulty" : 5,
  572.   "time" : 3000,
  573.   "reversible" : false,
  574.   "autolearn" : true,
  575.   "book_learn" : [[ "recipe_arrows", 3 ]],
  576.   "qualities" : [
  577.     {"id":"CUT","level":1,"amount":1}
  578.   ],
  579.   "components" : [
  580.     [
  581.       [ "arrowhead", 10 ]
  582.     ],
  583.     [
  584.       [ "shaft_wood_heavy", 10 ]
  585.     ],
  586.     [
  587.       [ "fletching", 10 ]
  588.     ]
  589.   ]
  590. },{
  591.         "type" : "recipe",
  592.   "result" : "arrow_metal",
  593.   "category" : "CC_AMMO",
  594.   "subcategory": "CSC_AMMO_ARROWS",
  595.   "skill_used" : "fabrication",
  596.   "skills_required": [ "archery", 5 ],
  597.   "difficulty" : 5,
  598.   "time" : 5000,
  599.   "reversible" : true,
  600.   "decomp_learn": 4,
  601.   "autolearn" : true,
  602.   "book_learn" : [[ "recipe_arrows", 4 ]],
  603.   "qualities" : [
  604.     {"id":"CUT","level":1,"amount":1},
  605.     {"id":"HAMMER","level":1,"amount":1},
  606.     {"id":"SAW_M","level":1,"amount":1}
  607.   ], "components" : [
  608.     [
  609.       [ "shaft_metal", 10 ]
  610.     ],
  611.     [
  612.       [ "arrowhead", 10 ]
  613.     ],
  614.     [
  615.       [ "fletching", 10 ]
  616.     ]
  617.   ]
  618. },{
  619.         "type" : "recipe",
  620.   "result" : "arrow_exploding",
  621.   "category" : "CC_AMMO",
  622.   "subcategory": "CSC_AMMO_ARROWS",
  623.   "skill_used" : "fabrication",
  624.   "skills_required": [[ "archery", 5 ], [ "mechanics", 3 ]],
  625.   "difficulty" : 7,
  626.   "time" : 7000,
  627.   "reversible" : true,
  628.   "decomp_learn": 6,
  629.   "note": "you just take the warhead off or put it on, rather than making the warhead",
  630.   "autolearn" : false,
  631.   "book_learn" : [[ "recipe_arrows", 6 ], [ "textbook_anarch", 4 ] , ["recipe_bullets" , 7]],
  632.   "qualities":[
  633.     {"id":"SAW_M","level":1,"amount":1},
  634.     {"id":"SCREW","level":1,"amount":1}
  635.   ], "components" : [
  636.     [
  637.       [ "exploding_arrow_warhead", 5 ]
  638.     ],
  639.     [
  640.       [ "arrow_field_point_fletched", 5 ],
  641.       [ "arrow_fire_hardened_fletched", 5 ],
  642.       [ "arrow_wood", 5 ],
  643.       [ "arrow_heavy_fire_hardened_fletched", 5 ],
  644.       [ "arrow_heavy_field_point_fletched", 5 ],
  645.       [ "arrow_wood_heavy", 5 ],
  646.       [ "arrow_metal", 5 ]
  647.     ]
  648.   ]
  649. },{
  650.         "type" : "recipe",
  651.   "result" : "exploding_arrow_warhead",
  652.   "category" : "CC_AMMO",
  653.   "subcategory": "CSC_AMMO_COMPONENTS",
  654.   "skill_used" : "fabrication",
  655.   "skills_required": [[ "archery", 5 ], [ "mechanics", 3 ]],
  656.   "difficulty" : 7,
  657.   "time" : 5000,
  658.   "reversible" : false,
  659.   "autolearn" : false,
  660.   "book_learn": [[ "textbook_anarch", 4 ] , ["recipe_bullets" , 7]],
  661.   "qualities":[
  662.     {"id":"HAMMER","level":1,"amount":1},
  663.     {"id":"SCREW","level":1,"amount":1}
  664.   ], "tools" : [
  665.     [
  666.       [ "soldering_iron", 10 ],
  667.       [ "toolset", 10 ]
  668.     ]
  669.   ],
  670.   "components" : [
  671.     [
  672.       [ "scrap", 2 ]
  673.     ],
  674.     [
  675.       [ "superglue", 1 ],
  676.       [ "string_36", 1 ]
  677.     ],
  678.     [
  679.       [ "can_food", 1 ],
  680.       [ "can_drink", 1 ],
  681.       [ "canister_empty", 1 ]
  682.     ],
  683.     [
  684.       [ "nail", 20 ],
  685.       [ "bb", 40 ]
  686.     ],
  687.     [
  688.       [ "gunpowder", 60 ]
  689.     ]
  690.   ]
  691. },{
  692.         "type" : "recipe",
  693.   "result": "bolt_wood",
  694.   "category": "CC_AMMO",
  695.   "subcategory": "CSC_AMMO_ARROWS",
  696.   "skill_used": "fabrication",
  697.   "skills_required": [ "archery", 1 ],
  698.   "difficulty": 1,
  699.   "time": 5000,
  700.   "reversible": false,
  701.   "autolearn": true,
  702.   "qualities" : [
  703.     {"id":"CUT","level":1,"amount":1}
  704.   ],
  705.   "components": [
  706.     [
  707.       [ "stick", 1 ],
  708.       [ "broom", 1 ],
  709.       [ "mop", 1 ],
  710.       [ "2x4", 1 ],
  711.       [ "bee_sting", 1 ]
  712.     ]
  713.   ]
  714. },{
  715.          "type" : "recipe",
  716.   "result": "bolt_metal",
  717.   "category": "CC_AMMO",
  718.   "subcategory": "CSC_AMMO_ARROWS",
  719.   "skill_used": "fabrication",
  720.   "skills_required": ["archery", 3],
  721.   "difficulty": 3,
  722.   "time": 10000,
  723.   "reversible": false,
  724.   "autolearn": true,
  725.   "book_learn" : [[ "recipe_arrows", 2 ]],
  726.   "qualities":[
  727.     {"id":"HAMMER","level":1,"amount":1},
  728.     {"id":"SAW_M","level":1,"amount":1}
  729.   ], "components": [
  730.       [
  731.         ["scrap", 6],
  732.         ["steel_chunk", 2]
  733.       ]
  734.   ]
  735. },{
  736.          "type" : "recipe",
  737.   "result": "bolt_explosive",
  738.   "category": "CC_AMMO",
  739.   "subcategory": "CSC_AMMO_ARROWS",
  740.   "skill_used": "fabrication",
  741.   "skills_required": ["archery", 3],
  742.   "difficulty": 4,
  743.   "time": 10000,
  744.   "reversible": false,
  745.   "autolearn": false,
  746.   "book_learn" : [[ "recipe_arrows", 7 ], [ "textbook_anarch", 4 ] , ["recipe_bullets" , 7]],
  747.   "qualities":[
  748.     {"id":"SAW_M","level":1,"amount":1}
  749.   ], "components": [
  750.     [
  751.         ["bolt_metal", 1],
  752.         ["bolt_steel", 1]
  753.     ],
  754.     [
  755.       [ "superglue", 1 ]
  756.     ],
  757.     [
  758.         ["smpistol_primer", 1 ],
  759.         ["lgpistol_primer", 1],
  760.         ["smrifle_primer", 1],
  761.         ["lgrifle_primer", 1],
  762.         ["shotgun_primer", 1]
  763.     ],
  764.     [
  765.       [ "gunpowder", 20 ]
  766.     ]
  767.   ]
  768. },{
  769.         "type" : "recipe",
  770.   "result": "fishspear",
  771.   "category": "CC_AMMO",
  772.   "skill_used": "fabrication",
  773.   "difficulty": 2,
  774.   "time": 5000,
  775.   "reversible": false,
  776.   "autolearn": true,
  777.   "qualities" : [
  778.     {"id":"CUT","level":1,"amount":1},
  779.     {"id":"HAMMER","level":1,"amount":1}
  780.   ], "components": [
  781.     [
  782.       [ "stick", 1 ],
  783.       [ "broom", 1 ],
  784.       [ "mop", 1 ],
  785.       [ "2x4", 1 ],
  786.       [ "bee_sting", 1 ]
  787.     ],
  788.     [
  789.       [ "scrap", 4 ]
  790.     ]
  791.   ]
  792. },{
  793.          "type" : "recipe",
  794.   "result": "m_fishspear",
  795.   "category": "CC_AMMO",
  796.   "skill_used": "fabrication",
  797.   "difficulty": 4,
  798.   "time": 10000,
  799.   "reversible": false,
  800.   "autolearn": true,
  801.   "qualities":[
  802.     {"id":"HAMMER","level":1,"amount":1},
  803.     {"id":"SAW_M","level":1,"amount":1}
  804.   ], "components": [
  805.       [
  806.         ["steel_chunk", 3],
  807.         ["scrap", 8]
  808.       ]
  809.   ]
  810. },{
  811.          "type" : "recipe",
  812.   "result": "reloaded_9mm",
  813.   "category": "CC_AMMO",
  814.   "subcategory": "CSC_AMMO_BULLETS",
  815.   "skill_used": "fabrication",
  816.   "skills_required": [ "gun", 1 ],
  817.   "difficulty": 3,
  818.   "time": 25000,
  819.   "reversible": false,
  820.   "autolearn": false,
  821.   "book_learn": [["recipe_bullets" , 1 ] , [ "manual_pistol", 2 ]],
  822.   "tools": [
  823.     [
  824.       [ "press", -1 ]
  825.     ],
  826.     [
  827.       [ "fire", -1 ],
  828.       [ "toolset", 2 ],
  829.       [ "press", 2 ]
  830.     ]
  831.   ],
  832.   "components": [
  833.     [
  834.       [ "9mm_casing", 50 ]
  835.     ],
  836.     [
  837.       [ "smpistol_primer", 50 ]
  838.     ],
  839.     [
  840.       [ "gunpowder", 200 ]
  841.     ],
  842.     [
  843.       [ "lead", 200 ],
  844.       [ "gold_small", 200 ],
  845.       [ "silver_small", 200 ],
  846.       [ "tin", 200 ],
  847.       [ "bismuth", 200 ],
  848.       [ "solder_wire", 200 ]
  849.     ]
  850.   ]
  851. },{
  852.         "type" : "recipe",
  853.   "result": "reloaded_9mmP",
  854.   "category": "CC_AMMO",
  855.   "subcategory": "CSC_AMMO_BULLETS",
  856.   "skill_used": "fabrication",
  857.   "skills_required": [ "gun", 3 ],
  858.   "difficulty": 4,
  859.   "time": 12500,
  860.   "reversible": false,
  861.   "autolearn": false,
  862.   "book_learn": [["recipe_bullets" , 2 ] , [ "manual_pistol", 3 ]],
  863.   "tools": [
  864.     [
  865.       [ "press", -1 ]
  866.     ],
  867.     [
  868.       [ "fire", -1 ],
  869.       [ "toolset", 2 ],
  870.       [ "press", 2 ]
  871.     ]
  872.   ],
  873.   "components": [
  874.     [
  875.       [ "9mm_casing", 25 ]
  876.     ],
  877.     [
  878.       [ "smpistol_primer", 25 ]
  879.     ],
  880.     [
  881.       [ "gunpowder", 125 ]
  882.     ],
  883.     [
  884.       [ "lead", 100 ],
  885.       [ "gold_small", 100 ],
  886.       [ "silver_small", 100 ],
  887.       [ "tin", 100 ],
  888.       [ "bismuth", 100 ],
  889.       [ "solder_wire", 100 ]
  890.  
  891.     ]
  892.   ]
  893. },{
  894.         "type" : "recipe",
  895.   "result": "reloaded_9mmP2",
  896.   "category": "CC_AMMO",
  897.   "subcategory": "CSC_AMMO_BULLETS",
  898.   "skill_used": "fabrication",
  899.   "skills_required": [ "gun", 5 ],
  900.   "difficulty": 5,
  901.   "time": 5000,
  902.   "reversible": false,
  903.   "autolearn": false,
  904.   "book_learn": [["recipe_bullets" , 3 ] , [ "manual_pistol", 4 ]],
  905.   "tools": [
  906.     [
  907.       [ "press", -1 ]
  908.     ],
  909.     [
  910.       [ "fire", -1 ],
  911.       [ "toolset", 2 ],
  912.       [ "press", 2 ]
  913.     ]
  914.   ],
  915.   "components": [
  916.     [
  917.       [ "9mm_casing", 10 ]
  918.     ],
  919.     [
  920.       [ "smpistol_primer", 10 ]
  921.     ],
  922.     [
  923.       [ "gunpowder", 60 ]
  924.     ],
  925.     [
  926.       [ "lead", 40 ],
  927.       [ "gold_small", 40 ],
  928.       [ "silver_small", 40 ],
  929.       [ "tin", 40 ],
  930.       [ "bismuth", 40 ],
  931.       [ "solder_wire", 40 ]
  932.  
  933.     ]
  934.   ]
  935. },{
  936.         "type" : "recipe",
  937.   "result": "reloaded_38_special",
  938.   "category": "CC_AMMO",
  939.   "subcategory": "CSC_AMMO_BULLETS",
  940.   "skill_used": "fabrication",
  941.   "skills_required": [ "gun", 1 ],
  942.   "difficulty": 3,
  943.   "time": 25000,
  944.   "reversible": false,
  945.   "autolearn": false,
  946.   "book_learn": [["recipe_bullets" , 1 ] , [ "manual_pistol", 2 ]],
  947.   "tools": [
  948.     [
  949.       [ "press", -1 ]
  950.     ],
  951.     [
  952.       [ "fire", -1 ],
  953.       [ "toolset", 2 ],
  954.       [ "press", 2 ]
  955.     ]
  956.   ],
  957.   "components": [
  958.     [
  959.       [ "38_casing", 50 ]
  960.     ],
  961.     [
  962.       [ "smpistol_primer", 50 ]
  963.     ],
  964.     [
  965.       [ "gunpowder", 250 ]
  966.     ],
  967.     [
  968.       [ "lead", 250 ],
  969.       [ "gold_small", 250 ],
  970.       [ "silver_small", 250 ],
  971.       [ "tin", 250 ],
  972.       [ "bismuth", 250 ],
  973.       [ "solder_wire", 250 ]
  974.  
  975.     ]
  976.   ]
  977. },{
  978.         "type" : "recipe",
  979.   "result": "reloaded_38_super",
  980.   "category": "CC_AMMO",
  981.   "subcategory": "CSC_AMMO_BULLETS",
  982.   "skill_used": "fabrication",
  983.   "skills_required": [ "gun", 3 ],
  984.   "difficulty": 4,
  985.   "time": 12500,
  986.   "reversible": false,
  987.   "autolearn": false,
  988.   "book_learn": [["recipe_bullets" , 2 ] , [ "manual_pistol", 3 ]],
  989.   "tools": [
  990.     [
  991.       [ "press", -1 ]
  992.     ],
  993.     [
  994.       [ "fire", -1 ],
  995.       [ "toolset", 2 ],
  996.       [ "press", 2 ]
  997.     ]
  998.   ],
  999.   "components": [
  1000.     [
  1001.       [ "38_casing", 25 ]
  1002.     ],
  1003.     [
  1004.       [ "smpistol_primer", 25 ]
  1005.     ],
  1006.     [
  1007.       [ "gunpowder", 175 ]
  1008.     ],
  1009.     [
  1010.       [ "lead", 125 ],
  1011.       [ "gold_small", 125 ],
  1012.       [ "silver_small", 125 ],
  1013.       [ "tin", 125 ],
  1014.       [ "bismuth", 125 ],
  1015.       [ "solder_wire", 125 ]
  1016.  
  1017.     ]
  1018.   ]
  1019. },{
  1020.         "type" : "recipe",
  1021.   "result": "reloaded_40sw",
  1022.   "category": "CC_AMMO",
  1023.   "subcategory": "CSC_AMMO_BULLETS",
  1024.   "skill_used": "fabrication",
  1025.   "skills_required": [ "gun", 1 ],
  1026.   "difficulty": 3,
  1027.   "time": 30000,
  1028.   "reversible": false,
  1029.   "autolearn": false,
  1030.   "book_learn": [["recipe_bullets" , 3 ] , [ "manual_pistol", 4 ]],
  1031.   "tools": [
  1032.     [
  1033.       [ "press", -1 ]
  1034.     ],
  1035.     [
  1036.       [ "fire", -1 ],
  1037.       [ "toolset", 2 ],
  1038.       [ "press", 2 ]
  1039.     ]
  1040.   ],
  1041.   "components": [
  1042.     [
  1043.       [ "40_casing", 50 ]
  1044.     ],
  1045.     [
  1046.       [ "smpistol_primer", 50 ]
  1047.     ],
  1048.     [
  1049.       [ "gunpowder", 300 ]
  1050.     ],
  1051.     [
  1052.       [ "lead", 300 ],
  1053.       [ "gold_small", 300 ],
  1054.       [ "silver_small", 300 ],
  1055.       [ "tin", 300 ],
  1056.       [ "bismuth", 300 ],
  1057.       [ "solder_wire", 300 ]
  1058.  
  1059.     ]
  1060.   ]
  1061. },{
  1062.         "type" : "recipe",
  1063.   "result": "reloaded_10mm",
  1064.   "category": "CC_AMMO",
  1065.   "subcategory": "CSC_AMMO_BULLETS",
  1066.   "skill_used": "fabrication",
  1067.   "skills_required": [ "gun", 5 ],
  1068.   "difficulty": 5,
  1069.   "time": 25000,
  1070.   "reversible": false,
  1071.   "autolearn": false,
  1072.   "book_learn": [["recipe_bullets" , 3 ] , [ "manual_pistol", 4 ]],
  1073.   "tools": [
  1074.     [
  1075.       [ "press", -1 ]
  1076.     ],
  1077.     [
  1078.       [ "fire", -1 ],
  1079.       [ "toolset", 2 ],
  1080.       [ "press", 2 ]
  1081.     ]
  1082.   ],
  1083.   "components": [
  1084.     [
  1085.       [ "40_casing", 50 ]
  1086.     ],
  1087.     [
  1088.       [ "lgpistol_primer", 50 ]
  1089.     ],
  1090.     [
  1091.       [ "gunpowder", 400 ]
  1092.     ],
  1093.     [
  1094.       [ "lead", 400 ],
  1095.       [ "gold_small", 400 ],
  1096.       [ "silver_small", 400 ],
  1097.       [ "tin", 400 ],
  1098.       [ "bismuth", 400 ],
  1099.       [ "solder_wire", 400 ]
  1100.  
  1101.     ]
  1102.   ]
  1103. },{
  1104.         "type" : "recipe",
  1105.   "result": "reloaded_44magnum",
  1106.   "category": "CC_AMMO",
  1107.   "subcategory": "CSC_AMMO_BULLETS",
  1108.   "skill_used": "fabrication",
  1109.   "skills_required": [ "gun", 3 ],
  1110.   "difficulty": 4,
  1111.   "time": 25000,
  1112.   "reversible": false,
  1113.   "autolearn": false,
  1114.   "book_learn": [["recipe_bullets" , 3 ] , [ "manual_pistol", 4 ]],
  1115.   "tools": [
  1116.     [
  1117.       [ "press", -1 ]
  1118.     ],
  1119.     [
  1120.       [ "fire", -1 ],
  1121.       [ "toolset", 2 ],
  1122.       [ "press", 2 ]
  1123.     ]
  1124.   ],
  1125.   "components": [
  1126.     [
  1127.       [ "44_casing", 50 ]
  1128.     ],
  1129.     [
  1130.       [ "lgpistol_primer", 50 ]
  1131.     ],
  1132.     [
  1133.       [ "gunpowder", 500 ]
  1134.     ],
  1135.     [
  1136.       [ "lead", 500 ],
  1137.       [ "gold_small", 500 ],
  1138.       [ "silver_small", 500 ],
  1139.       [ "tin", 500 ],
  1140.       [ "bismuth", 500 ],
  1141.       [ "solder_wire", 500 ]
  1142.  
  1143.     ]
  1144.   ]
  1145. },{
  1146.   "type" : "recipe",
  1147.   "result": "reloaded_45_acp",
  1148.   "category": "CC_AMMO",
  1149.   "subcategory": "CSC_AMMO_BULLETS",
  1150.   "skill_used": "fabrication",
  1151.   "skills_required": [ "gun", 1 ],
  1152.   "difficulty": 3,
  1153.   "time": 25000,
  1154.   "reversible": false,
  1155.   "autolearn": false,
  1156.   "book_learn": [["recipe_bullets" , 2 ] , [ "manual_pistol", 4 ]],
  1157.   "tools": [
  1158.     [
  1159.       [ "press", -1 ]
  1160.     ],
  1161.     [
  1162.       [ "fire", -1 ],
  1163.       [ "toolset", 2 ],
  1164.       [ "press", 2 ]
  1165.     ]
  1166.   ],
  1167.   "components": [
  1168.     [
  1169.       [ "45_casing", 50 ]
  1170.     ],
  1171.     [
  1172.       [ "lgpistol_primer", 50 ]
  1173.     ],
  1174.     [
  1175.       [ "gunpowder", 500 ]
  1176.     ],
  1177.     [
  1178.       [ "lead", 400 ],
  1179.       [ "gold_small", 400 ],
  1180.       [ "silver_small", 400 ],
  1181.       [ "tin", 400 ],
  1182.       [ "bismuth", 400 ],
  1183.       [ "solder_wire", 400 ]
  1184.  
  1185.     ]
  1186.   ]
  1187. },{
  1188.   "type" : "recipe",
  1189.   "result": "reloaded_45_super",
  1190.   "category": "CC_AMMO",
  1191.   "subcategory": "CSC_AMMO_BULLETS",
  1192.   "skill_used": "fabrication",
  1193.   "skills_required": [ "gun", 5 ],
  1194.   "difficulty": 5,
  1195.   "time": 5000,
  1196.   "reversible": false,
  1197.   "autolearn": false,
  1198.   "book_learn": [["recipe_bullets" , 3 ] , [ "manual_pistol", 5 ]],
  1199.   "tools": [
  1200.     [
  1201.       [ "press", -1 ]
  1202.     ],
  1203.     [
  1204.       [ "fire", -1 ],
  1205.       [ "toolset", 2 ],
  1206.       [ "press", 2 ]
  1207.     ]
  1208.   ],
  1209.   "components": [
  1210.     [
  1211.       [ "45_casing", 10 ]
  1212.     ],
  1213.     [
  1214.       [ "lgpistol_primer", 10 ]
  1215.     ],
  1216.     [
  1217.       [ "gunpowder", 120 ]
  1218.     ],
  1219.     [
  1220.       [ "lead", 100 ],
  1221.       [ "gold_small", 100 ],
  1222.       [ "silver_small", 100 ],
  1223.       [ "tin", 100 ],
  1224.       [ "bismuth", 100 ],
  1225.       [ "solder_wire", 100 ]
  1226.  
  1227.     ]
  1228.   ]
  1229. },{
  1230.   "type" : "recipe",
  1231.   "result": "reloaded_45_jhp",
  1232.   "category": "CC_AMMO",
  1233.   "subcategory": "CSC_AMMO_BULLETS",
  1234.   "skill_used": "fabrication",
  1235.   "skills_required": [ "gun", 5 ],
  1236.   "difficulty": 5,
  1237.   "time": 25000,
  1238.   "reversible": false,
  1239.   "autolearn": false,
  1240.   "book_learn": [["recipe_bullets" , 3 ] , [ "manual_pistol", 4 ]],
  1241.   "tools": [
  1242.     [
  1243.       [ "press", -1 ]
  1244.     ],
  1245.     [
  1246.       [ "fire", -1 ],
  1247.       [ "toolset", 2 ],
  1248.       [ "press", 2 ]
  1249.     ]
  1250.   ],
  1251.   "components": [
  1252.     [
  1253.       [ "45_casing", 25 ]
  1254.     ],
  1255.     [
  1256.       [ "lgpistol_primer", 25 ]
  1257.     ],
  1258.     [
  1259.       [ "gunpowder", 250 ]
  1260.     ],
  1261.     [
  1262.       [ "lead", 400 ],
  1263.       [ "gold_small", 400],
  1264.       [ "silver_small", 400 ],
  1265.       [ "tin", 400 ],
  1266.       [ "bismuth", 400 ],
  1267.       [ "solder_wire", 400 ]
  1268.  
  1269.     ],
  1270.     [
  1271.       [ "cu_pipe", 3]
  1272.     ]
  1273.   ]
  1274. },{
  1275.         "type" : "recipe",
  1276.   "result": "reloaded_454_Casull",
  1277.   "category": "CC_AMMO",
  1278.   "subcategory": "CSC_AMMO_BULLETS",
  1279.   "skill_used": "fabrication",
  1280.   "skills_required": [ "gun", 7 ],
  1281.   "difficulty": 7,
  1282.   "time": 10000,
  1283.   "reversible": false,
  1284.   "autolearn": false,
  1285.   "book_learn": [["recipe_bullets" , 6 ] , [ "manual_pistol", 7 ]],
  1286.   "tools": [
  1287.     [
  1288.       [ "press", -1 ]
  1289.     ],
  1290.     [
  1291.       [ "fire", -1 ],
  1292.       [ "toolset", 2 ],
  1293.       [ "press", 2 ]
  1294.     ]
  1295.   ],
  1296.   "components": [
  1297.     [
  1298.       [ "454_casing", 10 ]
  1299.     ],
  1300.     [
  1301.       [ "smrifle_primer", 10 ]
  1302.     ],
  1303.     [
  1304.       [ "gunpowder", 200 ]
  1305.     ],
  1306.     [
  1307.       [ "lead", 400 ],
  1308.       [ "gold_small", 400 ],
  1309.       [ "silver_small", 400 ],
  1310.       [ "tin", 400 ],
  1311.       [ "bismuth", 400 ],
  1312.       [ "solder_wire", 400 ]
  1313.  
  1314.     ],
  1315.     [
  1316.       [ "cu_pipe", 2 ]
  1317.     ]
  1318.   ]
  1319. },{
  1320.         "type" : "recipe",
  1321.   "result": "reloaded_500_Magnum",
  1322.   "category": "CC_AMMO",
  1323.   "subcategory": "CSC_AMMO_BULLETS",
  1324.   "skill_used": "fabrication",
  1325.   "skills_required": [ "gun", 7 ],
  1326.   "difficulty": 9,
  1327.   "time": 10000,
  1328.   "reversible": false,
  1329.   "autolearn": false,
  1330.   "book_learn": [["recipe_bullets" , 7 ] , [ "manual_pistol", 8 ]],
  1331.   "tools": [
  1332.     [
  1333.       [ "press", -1 ]
  1334.     ],
  1335.     [
  1336.       [ "fire", -1 ],
  1337.       [ "toolset", 2 ],
  1338.       [ "press", 2 ]
  1339.     ]
  1340.   ],
  1341.   "components": [
  1342.     [
  1343.       [ "500_casing", 10 ]
  1344.     ],
  1345.     [
  1346.       [ "lgrifle_primer", 10 ]
  1347.     ],
  1348.     [
  1349.       [ "gunpowder", 240 ]
  1350.     ],
  1351.     [
  1352.       [ "lead", 450 ],
  1353.       [ "gold_small", 450],
  1354.       [ "silver_small", 450 ],
  1355.       [ "tin", 450 ],
  1356.       [ "bismuth", 450 ],
  1357.       [ "solder_wire", 450 ]
  1358.  
  1359.     ],
  1360.     [
  1361.       [ "cu_pipe", 2 ]
  1362.     ]
  1363.   ]
  1364. },{
  1365.         "type" : "recipe",
  1366.   "result": "reloaded_57mm",
  1367.   "category": "CC_AMMO",
  1368.   "subcategory": "CSC_AMMO_BULLETS",
  1369.   "skill_used": "fabrication",
  1370.   "skills_required": [ "gun", 3 ],
  1371.   "difficulty": 4,
  1372.   "time": 50000,
  1373.   "reversible": false,
  1374.   "autolearn": false,
  1375.   "book_learn": [["recipe_bullets" , 3 ] , [ "mag_rifle", 4 ]],
  1376.   "tools": [
  1377.     [
  1378.       [ "press", -1 ]
  1379.     ],
  1380.     [
  1381.       [ "fire", -1 ],
  1382.       [ "toolset", 2 ],
  1383.       [ "press", 2 ]
  1384.     ]
  1385.   ],
  1386.   "components": [
  1387.     [
  1388.       [ "57mm_casing", 100 ]
  1389.     ],
  1390.     [
  1391.       [ "smrifle_primer", 100 ]
  1392.     ],
  1393.     [
  1394.       [ "gunpowder", 400 ]
  1395.     ],
  1396.     [
  1397.       [ "lead", 200 ],
  1398.       [ "gold_small", 200 ],
  1399.       [ "silver_small", 200 ],
  1400.       [ "tin", 200 ],
  1401.       [ "bismuth", 200 ],
  1402.       [ "solder_wire", 200 ]
  1403.  
  1404.     ]
  1405.   ]
  1406. },{
  1407.         "type" : "recipe",
  1408.   "result": "reloaded_46mm",
  1409.   "category": "CC_AMMO",
  1410.   "subcategory": "CSC_AMMO_BULLETS",
  1411.   "skill_used": "fabrication",
  1412.   "skills_required": [ "gun", 3 ],
  1413.   "difficulty": 4,
  1414.   "time": 50000,
  1415.   "reversible": false,
  1416.   "autolearn": false,
  1417.   "book_learn": [["recipe_bullets" , 3 ] , [ "mag_rifle", 4 ]],
  1418.   "tools": [
  1419.     [
  1420.       [ "press", -1 ]
  1421.     ],
  1422.     [
  1423.       [ "fire", -1 ],
  1424.       [ "toolset", 2 ],
  1425.       [ "press", 2 ]
  1426.     ]
  1427.   ],
  1428.   "components": [
  1429.     [
  1430.       [ "46mm_casing", 100 ]
  1431.     ],
  1432.     [
  1433.       [ "smpistol_primer", 100 ]
  1434.     ],
  1435.     [
  1436.       [ "gunpowder", 400 ]
  1437.     ],
  1438.     [
  1439.       [ "lead", 200 ],
  1440.       [ "gold_small", 200 ],
  1441.       [ "silver_small", 200 ],
  1442.       [ "tin", 200 ],
  1443.       [ "bismuth", 200 ],
  1444.       [ "solder_wire", 200 ]
  1445.  
  1446.     ]
  1447.   ]
  1448. },{
  1449.         "type" : "recipe",
  1450.   "result": "reloaded_762_m43",
  1451.   "category": "CC_AMMO",
  1452.   "subcategory": "CSC_AMMO_BULLETS",
  1453.   "skill_used": "fabrication",
  1454.   "skills_required": [ "gun", 1 ],
  1455.   "difficulty": 3,
  1456.   "time": 40000,
  1457.   "reversible": false,
  1458.   "autolearn": false,
  1459.   "book_learn": [["recipe_bullets" , 2 ] , [ "mag_rifle", 3 ]],
  1460.   "tools": [
  1461.     [
  1462.       [ "press", -1 ]
  1463.     ],
  1464.     [
  1465.       [ "fire", -1 ],
  1466.       [ "toolset", 2 ],
  1467.       [ "press", 2 ]
  1468.     ]
  1469.   ],
  1470.   "components": [
  1471.     [
  1472.       [ "762_casing", 80 ]
  1473.     ],
  1474.     [
  1475.       [ "lgrifle_primer", 80 ]
  1476.     ],
  1477.     [
  1478.       [ "gunpowder", 560 ]
  1479.     ],
  1480.     [
  1481.       [ "lead", 400 ],
  1482.       [ "gold_small", 400 ] ,
  1483.       [ "silver_small", 400 ],
  1484.       [ "tin", 400 ],
  1485.       [ "bismuth", 400 ],
  1486.       [ "solder_wire", 400 ]
  1487.  
  1488.     ],
  1489.     [
  1490.       [ "cu_pipe", 4 ]
  1491.     ]
  1492.   ]
  1493. },{
  1494.         "type" : "recipe",
  1495.   "result": "reloaded_762_m87",
  1496.   "category": "CC_AMMO",
  1497.   "subcategory": "CSC_AMMO_BULLETS",
  1498.   "skill_used": "fabrication",
  1499.   "skills_required": [ "gun", 5 ],
  1500.   "difficulty": 5,
  1501.   "time": 40000,
  1502.   "reversible": false,
  1503.   "autolearn": false,
  1504.   "book_learn": [["recipe_bullets" , 3 ] , [ "mag_rifle", 4 ]],
  1505.   "tools": [
  1506.     [
  1507.       [ "press", -1 ]
  1508.     ],
  1509.     [
  1510.       [ "fire", -1 ],
  1511.       [ "toolset", 2 ],
  1512.       [ "press", 2 ]
  1513.     ]
  1514.   ],
  1515.   "components": [
  1516.     [
  1517.       [ "762_casing", 80 ]
  1518.     ],
  1519.     [
  1520.       [ "lgrifle_primer", 80 ]
  1521.     ],
  1522.     [
  1523.       [ "gunpowder", 640 ]
  1524.     ],
  1525.     [
  1526.       [ "lead", 400 ],
  1527.       [ "gold_small", 400 ],
  1528.       [ "silver_small", 400 ],
  1529.       [ "tin", 400 ],
  1530.       [ "bismuth", 400 ],
  1531.       [ "solder_wire", 400 ]
  1532.  
  1533.     ],
  1534.     [
  1535.       [ "cu_pipe", 4 ]
  1536.     ]
  1537.   ]
  1538. },{
  1539.         "type" : "recipe",
  1540.   "result": "reloaded_223",
  1541.   "category": "CC_AMMO",
  1542.   "subcategory": "CSC_AMMO_BULLETS",
  1543.   "skill_used": "fabrication",
  1544.   "skills_required": [ "gun", 1 ],
  1545.   "difficulty": 3,
  1546.   "time": 20000,
  1547.   "reversible": false,
  1548.   "autolearn": false,
  1549.   "book_learn": [["recipe_bullets" , 1 ] , [ "mag_rifle", 2 ]],
  1550.   "tools": [
  1551.     [
  1552.       [ "press", -1 ]
  1553.     ],
  1554.     [
  1555.       [ "fire", -1 ],
  1556.       [ "toolset", 2 ],
  1557.       [ "press", 2 ]
  1558.     ]
  1559.   ],
  1560.   "components": [
  1561.     [
  1562.       [ "223_casing", 40 ]
  1563.     ],
  1564.     [
  1565.       [ "smrifle_primer", 40 ]
  1566.     ],
  1567.     [
  1568.       [ "gunpowder", 160 ]
  1569.     ],
  1570.     [
  1571.       ["22_casing", 40 ],
  1572.       ["cu_pipe", 2]
  1573.     ],
  1574.     [
  1575.       [ "lead", 80 ],
  1576.       [ "gold_small", 80 ] ,
  1577.       [ "silver_small", 80 ],
  1578.       [ "tin", 80 ],
  1579.       [ "bismuth", 80 ],
  1580.       [ "solder_wire", 80 ]
  1581.  
  1582.     ]
  1583.   ]
  1584. },{
  1585.         "type" : "recipe",
  1586.   "result": "reloaded_556",
  1587.   "category": "CC_AMMO",
  1588.   "subcategory": "CSC_AMMO_BULLETS",
  1589.   "skill_used": "fabrication",
  1590.   "skills_required": [ "gun", 5 ],
  1591.   "difficulty": 5,
  1592.   "time": 20000,
  1593.   "reversible": false,
  1594.   "autolearn": false,
  1595.   "book_learn": [["recipe_bullets" , 3 ] , [ "mag_rifle", 4 ]],
  1596.   "tools": [
  1597.     [
  1598.       [ "press", -1 ]
  1599.     ],
  1600.     [
  1601.       [ "fire", -1 ],
  1602.       [ "toolset", 2 ],
  1603.       [ "press", 2 ]
  1604.     ]
  1605.   ],
  1606.   "components": [
  1607.     [
  1608.       [ "223_casing", 40 ]
  1609.     ],
  1610.     [
  1611.       [ "smrifle_primer", 40 ]
  1612.     ],
  1613.     [
  1614.       [ "gunpowder", 240 ]
  1615.     ],
  1616.     [
  1617.       [ "22_casing", 40 ],
  1618.       [ "cu_pipe", 4]
  1619.     ],
  1620.     [
  1621.       [ "lead", 80 ],
  1622.       [ "gold_small", 80 ] ,
  1623.       [ "silver_small", 80 ],
  1624.       [ "tin", 80 ],
  1625.       [ "bismuth", 80 ],
  1626.       [ "solder_wire", 80 ]
  1627.  
  1628.     ]
  1629.   ]
  1630. },{
  1631.         "type" : "recipe",
  1632.   "result": "reloaded_556_incendiary",
  1633.   "category": "CC_AMMO",
  1634.   "subcategory": "CSC_AMMO_BULLETS",
  1635.   "skill_used": "fabrication",
  1636.   "skills_required": [ "gun", 5 ],
  1637.   "difficulty": 6,
  1638.   "time": 15000,
  1639.   "reversible": false,
  1640.   "autolearn": false,
  1641.   "book_learn": [["recipe_bullets" , 5 ]],
  1642.   "tools": [
  1643.     [
  1644.       [ "press", -1 ]
  1645.     ],
  1646.     [
  1647.       [ "fire", -1 ],
  1648.       [ "toolset", 2 ],
  1649.       [ "press", 2 ]
  1650.     ]
  1651.   ],
  1652.   "components": [
  1653.     [
  1654.       [ "223_casing", 30 ]
  1655.     ],
  1656.     [
  1657.       [ "smrifle_primer", 30 ]
  1658.     ],
  1659.     [
  1660.       [ "gunpowder", 180 ]
  1661.     ],
  1662.     [
  1663.       [ "22_casing", 30 ],
  1664.       [ "cu_pipe", 3]
  1665.     ],
  1666.     [
  1667.       [ "incendiary", 60 ]
  1668.     ]
  1669.   ]
  1670. },{
  1671.         "type" : "recipe",
  1672.   "result": "reloaded_270",
  1673.   "category": "CC_AMMO",
  1674.   "subcategory": "CSC_AMMO_BULLETS",
  1675.   "skill_used": "fabrication",
  1676.   "skills_required": [ "gun", 1 ],
  1677.   "difficulty": 3,
  1678.   "time": 10000,
  1679.   "reversible": false,
  1680.   "autolearn": false,
  1681.   "book_learn": [["recipe_bullets" , 1 ] , [ "mag_rifle", 3 ]],
  1682.   "tools": [
  1683.     [
  1684.       [ "press", -1 ]
  1685.     ],
  1686.     [
  1687.       [ "fire", -1 ],
  1688.       [ "toolset", 2 ],
  1689.       [ "press", 2 ]
  1690.     ]
  1691.   ],
  1692.   "components": [
  1693.     [
  1694.       [ "3006_casing", 20 ]
  1695.     ],
  1696.     [
  1697.       [ "lgrifle_primer", 20 ]
  1698.     ],
  1699.     [
  1700.       [ "gunpowder", 200 ]
  1701.     ],
  1702.     [
  1703.       [ "lead", 100 ],
  1704.       [ "gold_small", 100 ],
  1705.       [ "silver_small", 100 ],
  1706.       [ "tin", 100 ],
  1707.       [ "bismuth", 100 ],
  1708.       [ "solder_wire", 100 ]
  1709.     ],
  1710.     [
  1711.       [ "cu_pipe", 3 ]
  1712.     ]
  1713.   ]
  1714. },{
  1715.         "type" : "recipe",
  1716.   "result": "reloaded_3006",
  1717.   "category": "CC_AMMO",
  1718.   "subcategory": "CSC_AMMO_BULLETS",
  1719.   "skill_used": "fabrication",
  1720.   "skills_required": [ "gun", 5 ],
  1721.   "difficulty": 5,
  1722.   "time": 5000,
  1723.   "reversible": false,
  1724.   "autolearn": false,
  1725.   "book_learn": [["recipe_bullets" , 3 ] , [ "mag_rifle", 4 ]],
  1726.   "tools": [
  1727.     [
  1728.       [ "press", -1 ]
  1729.     ],
  1730.     [
  1731.       [ "fire", -1 ],
  1732.       [ "toolset", 2 ],
  1733.       [ "press", 2 ]
  1734.     ]
  1735.   ],
  1736.   "components": [
  1737.     [
  1738.       [ "3006_casing", 10 ]
  1739.     ],
  1740.     [
  1741.       [ "lgrifle_primer", 10 ]
  1742.     ],
  1743.     [
  1744.       [ "gunpowder", 120 ]
  1745.     ],
  1746.     [
  1747.       [ "lead", 80 ],
  1748.       [ "gold_small", 80 ] ,
  1749.       [ "silver_small", 80 ],
  1750.       [ "tin", 80 ],
  1751.       [ "bismuth", 80 ],
  1752.       [ "solder_wire", 80 ]
  1753.  
  1754.     ],
  1755.     [
  1756.       [ "cu_pipe", 3 ]
  1757.     ]
  1758.   ]
  1759. },{
  1760.         "type" : "recipe",
  1761.   "result": "reloaded_50_incendiary",
  1762.   "category": "CC_AMMO",
  1763.   "subcategory": "CSC_AMMO_BULLETS",
  1764.   "skill_used": "fabrication",
  1765.   "skills_required": [ "gun", 7 ],
  1766.   "difficulty": 8,
  1767.   "time": 9000,
  1768.   "reversible": false,
  1769.   "autolearn": false,
  1770.   "book_learn": [["recipe_bullets" , 8 ]],
  1771.   "tools": [
  1772.     [
  1773.       [ "press", -1 ]
  1774.     ],
  1775.     [
  1776.       [ "fire", -1 ],
  1777.       [ "toolset", 2 ],
  1778.       [ "press", 2 ]
  1779.         ]
  1780.   ],
  1781.   "components": [
  1782.     [
  1783.       [ "50_casing", 10 ]
  1784.     ],
  1785.     [
  1786.       [ "incendiary", 300 ]
  1787.     ],
  1788.    [
  1789.       [ "lgrifle_primer", 10 ]
  1790.     ],
  1791.     [
  1792.       [ "gunpowder", 1000 ]
  1793.     ],
  1794.     [
  1795.       [ "lead", 200 ],
  1796.       [ "gold_small", 200 ],
  1797.       [ "silver_small", 200 ],
  1798.       [ "tin", 200 ],
  1799.       [ "bismuth", 200 ],
  1800.       [ "solder_wire", 200 ]
  1801.  
  1802.     ],
  1803.     [
  1804.       [ "cu_pipe", 3 ]
  1805.     ]
  1806.   ]
  1807.  },{
  1808.         "type" : "recipe",
  1809.   "result": "reloaded_50ss",
  1810.   "category": "CC_AMMO",
  1811.   "subcategory": "CSC_AMMO_BULLETS",
  1812.   "skill_used": "fabrication",
  1813.   "skills_required": [ "gun", 7 ],
  1814.   "difficulty": 8,
  1815.   "time": 5000,
  1816.   "reversible": false,
  1817.   "autolearn": false,
  1818.   "book_learn": [["recipe_bullets" , 7 ]],
  1819.   "tools": [
  1820.     [
  1821.       [ "press", -1 ]
  1822.     ],
  1823.     [
  1824.       [ "fire", -1 ],
  1825.       [ "toolset", 2 ],
  1826.       [ "press", 2 ]
  1827.         ]
  1828.   ],
  1829.   "components": [
  1830.     [
  1831.       [ "50_casing", 10 ]
  1832.     ],
  1833.     [
  1834.       [ "lgrifle_primer", 10 ]
  1835.     ],
  1836.     [
  1837.       [ "gunpowder", 1000 ]
  1838.     ],
  1839.     [
  1840.       [ "scrap", 3 ]
  1841.     ],
  1842.     [
  1843.       [ "cu_pipe", 3 ]
  1844.     ]
  1845. ]
  1846.   },{
  1847.         "type" : "recipe",
  1848.   "result": "reloaded_50bmg",
  1849.   "category": "CC_AMMO",
  1850.   "subcategory": "CSC_AMMO_BULLETS",
  1851.   "skill_used": "fabrication",
  1852.   "skills_required": [ "gun", 7 ],
  1853.   "difficulty": 8,
  1854.   "time": 5000,
  1855.   "reversible": false,
  1856.   "autolearn": false,
  1857.   "book_learn": [["recipe_bullets" , 6 ]],
  1858.   "tools": [
  1859.     [
  1860.       [ "press", -1 ]
  1861.     ],
  1862.     [
  1863.       [ "fire", -1 ],
  1864.       [ "toolset", 2 ],
  1865.       [ "press", 2 ]
  1866.         ]
  1867.   ],
  1868.   "components": [
  1869.     [
  1870.       [ "50_casing", 30 ]
  1871.     ],
  1872.     [
  1873.       [ "lgrifle_primer", 30 ]
  1874.     ],
  1875.     [
  1876.       [ "gunpowder", 1000 ]
  1877.     ],
  1878.     [
  1879.       [ "lead", 380 ],
  1880.       [ "gold_small", 380 ],
  1881.       [ "silver_small", 380 ],
  1882.       [ "tin", 380 ],
  1883.       [ "bismuth", 380 ],
  1884.       [ "solder_wire", 380 ]
  1885.     ],
  1886.     [
  1887.       [ "cu_pipe", 3 ]
  1888.     ]
  1889.   ]
  1890. },{
  1891.         "type" : "recipe",
  1892.   "result": "reloaded_3006_incendiary",
  1893.   "category": "CC_AMMO",
  1894.   "subcategory": "CSC_AMMO_BULLETS",
  1895.   "skill_used": "fabrication",
  1896.   "skills_required": [ "gun", 7 ],
  1897.   "difficulty": 7,
  1898.   "time": 2500,
  1899.   "reversible": false,
  1900.   "autolearn": false,
  1901.   "book_learn": [["recipe_bullets" , 2 ]],
  1902.   "tools": [
  1903.     [
  1904.       [ "press", -1 ]
  1905.     ],
  1906.     [
  1907.       [ "fire", -1 ],
  1908.       [ "toolset", 2 ],
  1909.       [ "press", 2 ]
  1910.     ]
  1911.   ],
  1912.   "components": [
  1913.     [
  1914.       [ "3006_casing", 5 ]
  1915.     ],
  1916.     [
  1917.       [ "lgrifle_primer", 5 ]
  1918.     ],
  1919.     [
  1920.       [ "gunpowder", 60 ]
  1921.     ],
  1922.     [
  1923.       [ "incendiary", 40 ]
  1924.     ],
  1925.     [
  1926.       [ "cu_pipe", 3 ]
  1927.     ]
  1928.   ]
  1929. },{
  1930.         "type" : "recipe",
  1931.   "result": "reloaded_308",
  1932.   "category": "CC_AMMO",
  1933.   "subcategory": "CSC_AMMO_BULLETS",
  1934.   "skill_used": "fabrication",
  1935.   "skills_required": [ "gun", 1 ],
  1936.   "difficulty": 3,
  1937.   "time": 10000,
  1938.   "reversible": false,
  1939.   "autolearn": false,
  1940.   "book_learn": [["recipe_bullets" , 2 ] , [ "mag_rifle", 4 ]],
  1941.   "tools": [
  1942.     [
  1943.       [ "press", -1 ]
  1944.     ],
  1945.     [
  1946.       [ "fire", -1 ],
  1947.       [ "toolset", 2 ],
  1948.       [ "press", 2 ]
  1949.     ]
  1950.   ],
  1951.   "components": [
  1952.     [
  1953.       [ "308_casing", 20 ]
  1954.     ],
  1955.     [
  1956.       [ "lgrifle_primer", 20 ]
  1957.     ],
  1958.     [
  1959.       [ "gunpowder", 160 ]
  1960.     ],
  1961.     [
  1962.       [ "lead", 120 ],
  1963.       [ "gold_small", 120 ],
  1964.       [ "silver_small", 120 ],
  1965.       [ "tin", 120 ],
  1966.       [ "bismuth", 120 ],
  1967.       [ "solder_wire", 120 ]
  1968.  
  1969.     ],
  1970.     [
  1971.       [ "cu_pipe", 3 ]
  1972.     ]
  1973.   ]
  1974. },{
  1975.         "type" : "recipe",
  1976.   "result": "reloaded_762_51",
  1977.   "category": "CC_AMMO",
  1978.   "subcategory": "CSC_AMMO_BULLETS",
  1979.   "skill_used": "fabrication",
  1980.   "skills_required": [ "gun", 5 ],
  1981.   "difficulty": 5,
  1982.   "time": 10000,
  1983.   "reversible": false,
  1984.   "autolearn": false,
  1985.   "book_learn": [["recipe_bullets" , 2 ] , [ "mag_rifle", 4 ]],
  1986.   "tools": [
  1987.     [
  1988.       [ "press", -1 ]
  1989.     ],
  1990.     [
  1991.       [ "fire", -1 ],
  1992.       [ "toolset", 2 ],
  1993.       [ "press", 2 ]
  1994.     ]
  1995.   ],
  1996.   "components": [
  1997.     [
  1998.       [ "308_casing", 20 ]
  1999.     ],
  2000.     [
  2001.       [ "lgrifle_primer", 20 ]
  2002.     ],
  2003.     [
  2004.       [ "gunpowder", 200 ]
  2005.     ],
  2006.     [
  2007.       [ "lead", 120 ],
  2008.       [ "gold_small", 120 ],
  2009.       [ "silver_small", 120 ],
  2010.       [ "tin", 120 ],
  2011.       [ "bismuth", 120 ],
  2012.       [ "solder_wire", 120 ]
  2013.  
  2014.     ],
  2015.     [
  2016.       [ "cu_pipe", 3 ]
  2017.     ]
  2018.   ]
  2019. },{
  2020.         "type" : "recipe",
  2021.   "result": "reloaded_762_51_incendiary",
  2022.   "category": "CC_AMMO",
  2023.   "subcategory": "CSC_AMMO_BULLETS",
  2024.   "skill_used": "fabrication",
  2025.   "skills_required": [ "gun", 5 ],
  2026.   "difficulty": 6,
  2027.   "time": 5000,
  2028.   "reversible": false,
  2029.   "autolearn": false,
  2030.   "book_learn": [["recipe_bullets" , 5 ]],
  2031.   "tools": [
  2032.     [
  2033.       [ "press", -1 ]
  2034.     ],
  2035.     [
  2036.       [ "fire", -1 ],
  2037.       [ "toolset", 2 ],
  2038.       [ "press", 2 ]
  2039.     ]
  2040.   ],
  2041.   "components": [
  2042.     [
  2043.       [ "308_casing", 10 ]
  2044.     ],
  2045.     [
  2046.       [ "lgrifle_primer", 10 ]
  2047.     ],
  2048.     [
  2049.       [ "gunpowder", 100 ]
  2050.     ],
  2051.     [
  2052.       [ "incendiary", 60 ]
  2053.     ],
  2054.     [
  2055.       [ "cu_pipe", 1 ]
  2056.     ]
  2057.   ]
  2058. },{
  2059.         "type" : "recipe",
  2060.   "result": "reloaded_signal_flare",
  2061.   "category": "CC_AMMO",
  2062.   "subcategory": "CSC_AMMO_BULLETS",
  2063.   "skill_used": "fabrication",
  2064.   "requires_skills": [ "gun", 1 ],
  2065.   "difficulty": 3,
  2066.   "time": 12000,
  2067.   "reversible": false,
  2068.   "autolearn": false,
  2069.   "book_learn": [["recipe_bullets" , 2 ] , [ "manual_shotgun", 3 ]],
  2070.   "tools": [
  2071.     [
  2072.       [ "press", -1 ]
  2073.     ],
  2074.     [
  2075.       [ "fire", -1 ],
  2076.       [ "toolset", 2 ],
  2077.       [ "press", 2 ]
  2078.     ]
  2079.   ],
  2080.   "components": [
  2081.     [
  2082.       [ "shot_hull", 4 ]
  2083.     ],
  2084.     [
  2085.       [ "shotgun_primer", 4 ]
  2086.     ],
  2087.     [
  2088.       [ "gunpowder", 80 ]
  2089.     ],
  2090.     [
  2091.       [ "incendiary", 80 ]
  2092.     ],
  2093.     [
  2094.       [ "plastic_chunk", 1 ]
  2095.     ]
  2096.   ]
  2097. },{
  2098.         "type" : "recipe",
  2099.   "result": "reloaded_shot_bird",
  2100.   "category": "CC_AMMO",
  2101.   "subcategory": "CSC_AMMO_BULLETS",
  2102.   "skill_used": "fabrication",
  2103.   "skills_required": [ "gun", 1 ],
  2104.   "difficulty": 2,
  2105.   "time": 12500,
  2106.   "reversible": false,
  2107.   "autolearn": false,
  2108.   "book_learn": [["recipe_bullets" , 1 ] , [ "manual_shotgun", 1 ]],
  2109.   "tools": [
  2110.     [
  2111.       [ "press", -1 ]
  2112.     ],
  2113.     [
  2114.       [ "fire", -1 ],
  2115.       [ "toolset", 2 ],
  2116.       [ "press", 2 ]
  2117.     ]
  2118.   ],
  2119.   "components": [
  2120.     [
  2121.       [ "shot_hull", 25 ]
  2122.     ],
  2123.     [
  2124.       [ "shotgun_primer", 25 ]
  2125.     ],
  2126.     [
  2127.     [ "gunpowder", 300 ]
  2128.     ],
  2129.     [
  2130.       [ "lead", 400 ],
  2131.       [ "gold_small", 400 ],
  2132.       [ "silver_small", 400 ],
  2133.       [ "tin", 400 ],
  2134.       [ "bismuth", 400 ],
  2135.       [ "solder_wire", 400 ]
  2136.  
  2137.     ]
  2138.   ]
  2139. },{
  2140.         "type" : "recipe",
  2141.   "result": "reloaded_shot_00",
  2142.   "category": "CC_AMMO",
  2143.   "subcategory": "CSC_AMMO_BULLETS",
  2144.   "skill_used": "fabrication",
  2145.   "skills_required": [ "gun", 1 ],
  2146.   "difficulty": 3,
  2147.   "time": 12500,
  2148.   "reversible": false,
  2149.   "autolearn": false,
  2150.   "book_learn": [["recipe_bullets" , 2 ] , [ "manual_shotgun", 2 ]],
  2151.   "tools": [
  2152.     [
  2153.       [ "press", -1 ]
  2154.     ],
  2155.     [
  2156.       [ "fire", -1 ],
  2157.       [ "toolset", 2 ],
  2158.       [ "press", 2 ]
  2159.     ]
  2160.   ],
  2161.   "components": [
  2162.     [
  2163.       [ "shot_hull", 25 ]
  2164.     ],
  2165.     [
  2166.       [ "shotgun_primer", 25 ]
  2167.     ],
  2168.     [
  2169.       [ "gunpowder", 600 ]
  2170.     ],
  2171.     [
  2172.       [ "lead", 400 ],
  2173.       [ "gold_small", 400 ],
  2174.       [ "silver_small", 400 ],
  2175.       [ "tin", 400 ],
  2176.       [ "bismuth", 400 ],
  2177.       [ "solder_wire", 400 ]
  2178.  
  2179.     ]
  2180.   ]
  2181. },{
  2182.         "type" : "recipe",
  2183.   "result": "reloaded_shot_slug",
  2184.   "category": "CC_AMMO",
  2185.   "subcategory": "CSC_AMMO_BULLETS",
  2186.   "skill_used": "fabrication",
  2187.   "skills_required": [ "gun", 1 ],
  2188.   "difficulty": 3,
  2189.   "time": 12500,
  2190.   "reversible": false,
  2191.   "autolearn": false,
  2192.   "book_learn": [["recipe_bullets" , 2 ] , [ "manual_shotgun", 2 ]],
  2193.   "tools": [
  2194.     [
  2195.       [ "press", -1 ]
  2196.     ],
  2197.     [
  2198.       [ "fire", -1 ],
  2199.       [ "toolset", 2 ],
  2200.       [ "press", 2 ]
  2201.     ]
  2202.   ],
  2203.   "components": [
  2204.     [
  2205.       [ "shot_hull", 25 ]
  2206.     ],
  2207.     [
  2208.       [ "shotgun_primer", 25 ]
  2209.     ],
  2210.     [
  2211.       [ "gunpowder", 600 ]
  2212.     ],
  2213.     [
  2214.       [ "lead", 400 ],
  2215.       [ "gold_small", 400 ],
  2216.       [ "silver_small", 400 ],
  2217.       [ "tin", 400 ],
  2218.       [ "bismuth", 400 ],
  2219.       [ "solder_wire", 400 ]
  2220.     ]
  2221.   ]
  2222. },{
  2223.         "type" : "recipe",
  2224.   "result": "reloaded_shot_flechette",
  2225.   "category": "CC_AMMO",
  2226.   "subcategory": "CSC_AMMO_BULLETS",
  2227.   "skill_used": "fabrication",
  2228.   "skills_required": [ "gun", 2 ],
  2229.   "difficulty": 3,
  2230.   "time": 12500,
  2231.   "reversible": false,
  2232.   "autolearn": false,
  2233.   "book_learn": [["recipe_bullets" , 2 ] , [ "manual_shotgun", 3 ]],
  2234.   "tools": [
  2235.     [ [ "press", -1 ] ],
  2236.     [ [ "boltcutters", -1 ], [ "toolset", -1 ] ],
  2237.     [ [ "fire", -1 ], [ "toolset", 2 ], [ "press", 2 ] ]
  2238.   ],
  2239.   "components": [
  2240.     [ [ "shot_hull", 10 ] ],
  2241.     [ [ "shotgun_primer", 10 ] ],
  2242.     [ [ "gunpowder", 120 ] ],
  2243.     [ [ "nail", 160 ] ]
  2244.    ]
  2245. },{
  2246.         "type" : "recipe",
  2247.   "result": "shot_scrap",
  2248.   "category": "CC_AMMO",
  2249.   "subcategory": "CSC_AMMO_BULLETS",
  2250.   "skill_used": "fabrication",
  2251.   "skills_required": [ "gun", 1 ],
  2252.   "difficulty": 3,
  2253.   "time": 17500,
  2254.   "reversible": false,
  2255.   "autolearn": false,
  2256.   "book_learn": [["recipe_bullets" , 2 ] , [ "manual_shotgun", 2 ]],  
  2257.   "qualities":[
  2258.     {"id":"SAW_M","level":1,"amount":1}
  2259.   ],
  2260.   "tools": [
  2261.     [
  2262.       [ "press", -1 ]
  2263.     ],
  2264.     [
  2265.       [ "fire", -1 ],
  2266.       [ "toolset", 2 ],
  2267.       [ "press", 2 ]
  2268.     ]
  2269.   ],
  2270.   "components": [
  2271.     [
  2272.       [ "shot_hull", 25 ]
  2273.     ],
  2274.     [
  2275.       [ "shotgun_primer", 25 ]
  2276.     ],
  2277.     [
  2278.       [ "gunpowder", 400 ]
  2279.     ],
  2280.     [
  2281.       [ "scrap", 4 ],
  2282.           [ "nail", 100 ],
  2283.           [ "rebar", 1 ],
  2284.           [ "spear_rebar", 1],
  2285.           [ "rebar_rail", 2],
  2286.           [ "steel_rail", 2],
  2287.           [ "bb", 400 ],
  2288.           [ "pipe", 2 ],
  2289.           [ "cu_pipe", 4 ],
  2290.           [ "copper", 400 ],
  2291.           [ "steel_chunk", 2 ],
  2292.           [ "clockworks", 4 ]
  2293.     ]
  2294.   ]
  2295. },{
  2296.         "type" : "recipe",
  2297.   "result": "shot_scrapslug",
  2298.   "category": "CC_AMMO",
  2299.   "subcategory": "CSC_AMMO_BULLETS",
  2300.   "skill_used": "fabrication",
  2301.   "skills_required": [ "gun", 1 ],
  2302.   "difficulty": 3,
  2303.   "time": 17500,
  2304.   "reversible": false,
  2305.   "autolearn": false,
  2306.   "book_learn": [["recipe_bullets" , 2 ] , [ "manual_shotgun", 2 ]],
  2307.   "qualities":[
  2308.   {"id":"SAW_M","level":1,"amount":1}
  2309.   ],
  2310.   "tools": [
  2311.     [
  2312.       [ "press", -1 ]
  2313.     ],
  2314.     [
  2315.       [ "fire", -1 ],
  2316.       [ "toolset", 2 ],
  2317.       [ "press", 2 ]
  2318.     ]
  2319.   ],
  2320.   "components": [
  2321.     [
  2322.       [ "shot_hull", 25 ]
  2323.     ],
  2324.     [
  2325.       [ "shotgun_primer", 25 ]
  2326.     ],
  2327.     [
  2328.       [ "gunpowder", 400 ]
  2329.     ],
  2330.     [
  2331.       [ "rebar", 1 ],
  2332.           [ "spear_rebar", 1 ],
  2333.           [ "rebar_rail", 2],
  2334.           [ "steel_rail", 2],
  2335.           [ "scrap", 4 ]
  2336.     ]
  2337.   ]
  2338. },{
  2339.         "type" : "recipe",
  2340.   "result": "shot_scrapbag",
  2341.   "category": "CC_AMMO",
  2342.   "subcategory": "CSC_AMMO_BULLETS",
  2343.   "skill_used": "fabrication",
  2344.   "skills_required": [ "gun", 1 ],
  2345.   "difficulty": 4,
  2346.   "time": 17500,
  2347.   "reversible": false,
  2348.   "autolearn": false,
  2349.   "book_learn": [["recipe_bullets" , 3 ] , [ "manual_shotgun", 3 ]],
  2350.   "tools": [
  2351.     [
  2352.       [ "press", -1 ]
  2353.     ],
  2354.     [
  2355.       [ "fire", -1 ],
  2356.       [ "toolset", 2 ],
  2357.       [ "press", 2 ]
  2358.     ]
  2359.   ],
  2360.   "components": [
  2361.     [
  2362.       [ "shot_hull", 25 ]
  2363.     ],
  2364.     [
  2365.       [ "shotgun_primer", 25 ]
  2366.     ],
  2367.     [
  2368.       [ "gunpowder", 400 ]
  2369.     ],
  2370.     [
  2371.       [ "material_sand", 50 ],
  2372.           [ "salt", 16 ]
  2373.         ],
  2374.           [ "rag", 4 ]
  2375.     ]
  2376.   ]
  2377. },{
  2378.         "type" : "recipe",
  2379.   "result": "reloaded_shot_beanbag",
  2380.   "category": "CC_AMMO",
  2381.   "subcategory": "CSC_AMMO_BULLETS",
  2382.   "skill_used": "fabrication",
  2383.   "skills_required": [ "gun", 1 ],
  2384.   "difficulty": 4,
  2385.   "time": 17500,
  2386.   "reversible": false,
  2387.   "autolearn": false,
  2388.   "book_learn": [["recipe_bullets" , 3 ] , [ "manual_shotgun", 3 ]],
  2389.   "tools": [
  2390.     [
  2391.       [ "press", -1 ]
  2392.     ],
  2393.     [
  2394.       [ "fire", -1 ],
  2395.       [ "toolset", 2 ],
  2396.       [ "press", 2 ]
  2397.     ]
  2398.   ],
  2399.   "components": [
  2400.     [
  2401.       [ "shot_hull", 25 ]
  2402.     ],
  2403.     [
  2404.       [ "shotgun_primer", 25 ]
  2405.     ],
  2406.     [
  2407.       [ "gunpowder", 400 ]
  2408.     ],
  2409.     [
  2410.       [ "rubber_slug", 25 ]
  2411.     ]
  2412.   ]
  2413. },{
  2414.         "type" : "recipe",
  2415.   "result": "gunpowder",
  2416.   "category": "CC_AMMO",
  2417.   "subcategory": "CSC_AMMO_COMPONENTS",
  2418.   "skill_used": "fabrication",
  2419.   "skills_required": [ "cooking", 1 ],
  2420.   "difficulty": 4,
  2421.   "time": 8000,
  2422.   "reversible": false,
  2423.   "autolearn": false,
  2424.   "book_learn": [[ "textbook_anarch", 4 ] , ["recipe_bullets" , 2 ] , [ "manual_shotgun", 3 ] , [ "manual_pistol", 3 ], [ "adv_chemistry", 3 ] , [ "textbook_chemistry", 3 ]],
  2425.   "qualities":[
  2426.     {"id":"CHEM","level":2,"amount":1}
  2427.   ], "tools": [
  2428.     [
  2429.       [ "chemistry_set", 50 ],
  2430.       [ "hotplate", 50 ],
  2431.       [ "toolset", 50 ]
  2432.     ]
  2433.   ],
  2434.   "components": [
  2435.     [
  2436.       [ "oxy_powder", 200 ]
  2437.     ],
  2438.     [
  2439.       [ "ammonia", 2 ],
  2440.       [ "lye_powder", 200 ]
  2441.     ],
  2442.     [
  2443.       [ "charcoal", 5 ]
  2444.     ]
  2445.   ]
  2446. },{
  2447.         "type" : "recipe",
  2448.   "result": "incendiary",
  2449.   "category": "CC_AMMO",
  2450.   "subcategory": "CSC_AMMO_COMPONENTS",
  2451.   "skill_used": "fabrication",
  2452.   "skills_required": [ "cooking", 1 ],
  2453.   "difficulty": 6,
  2454.   "time": 8000,
  2455.   "reversible": false,
  2456.   "autolearn": false,
  2457.   "book_learn": [[ "textbook_anarch", 6 ] , ["recipe_bullets" , 5 ]],
  2458.   "qualities":[
  2459.     {"id":"CHEM","level":2,"amount":1}
  2460.   ], "tools": [
  2461.     [
  2462.       [ "chemistry_set", 50 ],
  2463.       [ "hotplate", 50 ],
  2464.       [ "toolset", 50 ]
  2465.     ]
  2466.   ],
  2467.   "components": [
  2468.     [
  2469.       [ "oxy_powder", 200 ]
  2470.     ],
  2471.     [
  2472.       [ "plastic_chunk", 4 ]
  2473.     ],
  2474.     [
  2475.       [ "sugar", 1 ]
  2476.     ]
  2477.   ]
  2478. },{
  2479.         "type" : "recipe",
  2480.   "result": "8mm_bootleg",
  2481.   "category": "CC_AMMO",
  2482.   "subcategory": "CSC_AMMO_BULLETS",
  2483.   "skill_used": "fabrication",
  2484.   "skills_required": [ "cooking", 2 ],
  2485.   "difficulty": 7,
  2486.   "time": 45000,
  2487.   "reversible": false,
  2488.   "autolearn": false,
  2489.   "book_learn": [[ "recipe_caseless", 5 ] , ["recipe_bullets" , 9 ] , ["manual_pistol", 10 ] , ["manual_rifle", 10 ]],
  2490.   "qualities":[
  2491.     {"id":"CHEM","level":2,"amount":1}
  2492.   ], "tools": [
  2493.     [
  2494.       [ "chemistry_set", 50 ],
  2495.       [ "press", 50 ],
  2496.       [ "hotplate", 50 ],
  2497.       [ "toolset", 50 ]
  2498.     ],
  2499.     [
  2500.       [ "press", -1 ]
  2501.     ]
  2502.   ],
  2503.   "components": [
  2504.     [
  2505.       [ "acid", 1 ]
  2506.     ],
  2507.     [
  2508.       [ "plastic_chunk", 5 ]
  2509.     ],
  2510.     [
  2511.       [ "oxy_powder", 100 ]
  2512.     ],
  2513.     [
  2514.       [ "incendiary", 100 ]
  2515.     ],
  2516.     [
  2517.       [ "lead", 75 ],
  2518.       [ "gold_small", 75 ],
  2519.       [ "silver_small", 75 ],
  2520.       [ "tin", 75 ],
  2521.       [ "bismuth", 75 ],
  2522.       [ "solder_wire", 75 ]
  2523.     ]
  2524.   ]
  2525. },{
  2526.         "type" : "recipe",
  2527.   "result": "8mm_bootleg_jsp",
  2528.   "category": "CC_AMMO",
  2529.   "subcategory": "CSC_AMMO_BULLETS",
  2530.   "skill_used": "fabrication",
  2531.   "skills_required": [ "cooking", 2 ],
  2532.   "difficulty": 8,
  2533.   "time": 45000,
  2534.   "reversible": false,
  2535.   "autolearn": false,
  2536.   "book_learn": [[ "recipe_caseless", 5 ] , ["recipe_bullets" , 9 ] , ["manual_pistol", 10 ] , ["manual_rifle", 10 ]],
  2537.   "qualities":[
  2538.     {"id":"CHEM","level":2,"amount":1}
  2539.   ], "tools": [
  2540.     [
  2541.       [ "chemistry_set", 50 ],
  2542.       [ "press", 50 ],
  2543.       [ "hotplate", 50 ],
  2544.       [ "toolset", 50 ]
  2545.     ],
  2546.     [
  2547.       [ "press", -1 ]
  2548.     ]
  2549.   ],
  2550.   "components": [
  2551.     [
  2552.       [ "acid", 1 ]
  2553.     ],
  2554.     [
  2555.       [ "plastic_chunk", 5 ]
  2556.     ],
  2557.     [
  2558.       [ "oxy_powder", 100 ]
  2559.     ],
  2560.     [
  2561.       [ "incendiary", 100 ]
  2562.     ],
  2563.     [
  2564.       [ "lead", 75 ],
  2565.       [ "gold_small", 75 ],
  2566.       [ "silver_small", 75 ],
  2567.       [ "tin", 75 ],
  2568.       [ "bismuth", 75 ],
  2569.       [ "solder_wire", 75 ]
  2570.     ],
  2571.     [
  2572.       [ "cu_pipe", 5]
  2573.     ]
  2574.   ]
  2575. },{
  2576.         "type" : "recipe",
  2577.   "result": "20x66_bootleg_shot",
  2578.   "category": "CC_AMMO",
  2579.   "subcategory": "CSC_AMMO_BULLETS",
  2580.   "skill_used": "fabrication",
  2581.   "skills_required": [ "cooking", 2 ],
  2582.   "difficulty": 8,
  2583.   "time": 45000,
  2584.   "reversible": false,
  2585.   "autolearn": false,
  2586.   "book_learn": [[ "recipe_caseless", 5 ] , ["recipe_bullets" , 9 ] , ["manual_shotgun", 10 ]],
  2587.   "qualities":[
  2588.     {"id":"CHEM","level":2,"amount":1}
  2589.   ], "tools": [
  2590.     [
  2591.       [ "chemistry_set", 50 ],
  2592.       [ "press", 50 ],
  2593.       [ "hotplate", 50 ],
  2594.       [ "toolset", 50 ]
  2595.     ],
  2596.     [
  2597.       [ "press", -1 ]
  2598.     ]
  2599.   ],
  2600.   "components": [
  2601.     [
  2602.       [ "acid", 1 ]
  2603.     ],
  2604.     [
  2605.       [ "plastic_chunk", 4 ]
  2606.     ],
  2607.     [
  2608.       [ "oxy_powder", 120 ]
  2609.     ],
  2610.     [
  2611.       [ "incendiary", 120 ]
  2612.     ],
  2613.     [
  2614.       [ "lead", 160 ],
  2615.       [ "gold_small", 160 ],
  2616.       [ "silver_small", 160 ],
  2617.       [ "tin", 160 ],
  2618.       [ "bismuth", 160 ],
  2619.       [ "solder_wire", 160 ]
  2620.     ]
  2621.   ]
  2622. },{
  2623.         "type" : "recipe",
  2624.   "result": "20x66_bootleg_flechette",
  2625.   "category": "CC_AMMO",
  2626.   "subcategory": "CSC_AMMO_BULLETS",
  2627.   "skill_used": "fabrication",
  2628.   "skills_required": [ "cooking", 2 ],
  2629.   "difficulty": 8,
  2630.   "time": 45000,
  2631.   "reversible": false,
  2632.   "autolearn": false,
  2633.   "book_learn": [[ "recipe_caseless", 5 ] , ["recipe_bullets" , 9 ] , ["manual_shotgun", 10 ]],
  2634.   "qualities":[
  2635.     {"id":"CHEM","level":2,"amount":1}
  2636.   ], "tools": [
  2637.     [
  2638.       [ "chemistry_set", 50 ],
  2639.       [ "press", 50 ],
  2640.       [ "hotplate", 50 ],
  2641.       [ "toolset", 50 ]
  2642.     ],
  2643.     [
  2644.       [ "boltcutters", -1 ],
  2645.       [ "toolset", -1 ]
  2646.     ],
  2647.     [
  2648.       [ "press", -1 ]
  2649.     ]
  2650.   ],
  2651.   "components": [
  2652.     [
  2653.       [ "acid", 1 ]
  2654.     ],
  2655.     [
  2656.       [ "plastic_chunk", 4 ]
  2657.     ],
  2658.     [
  2659.       [ "oxy_powder", 120 ]
  2660.     ],
  2661.     [
  2662.       [ "incendiary", 120 ]
  2663.     ],
  2664.     [
  2665.       [ "nail", 240 ]
  2666.     ]
  2667.   ]
  2668. },{
  2669.         "type" : "recipe",
  2670.   "result": "20x66_bootleg_slug",
  2671.   "category": "CC_AMMO",
  2672.   "subcategory": "CSC_AMMO_BULLETS",
  2673.   "skill_used": "fabrication",
  2674.   "skills_required": [ "cooking", 2 ],
  2675.   "difficulty": 8,
  2676.   "time": 45000,
  2677.   "reversible": false,
  2678.   "autolearn": false,
  2679.   "book_learn": [[ "recipe_caseless", 5 ] , ["recipe_bullets" , 9 ] , ["manual_shotgun", 10 ]],
  2680.   "qualities":[
  2681.     {"id":"CHEM","level":2,"amount":1}
  2682.   ], "tools": [
  2683.     [
  2684.       [ "chemistry_set", 50 ],
  2685.       [ "press", 50 ],
  2686.       [ "hotplate", 50 ],
  2687.       [ "toolset", 50 ]
  2688.     ],
  2689.     [
  2690.       [ "press", -1 ]
  2691.     ]
  2692.   ],
  2693.   "components": [
  2694.     [
  2695.       [ "acid", 1 ]
  2696.     ],
  2697.     [
  2698.       [ "plastic_chunk", 4 ]
  2699.     ],
  2700.     [
  2701.       [ "oxy_powder", 160 ]
  2702.     ],
  2703.     [
  2704.       [ "incendiary", 160 ]
  2705.     ],
  2706.     [
  2707.       [ "lead", 240 ],
  2708.       [ "gold_small", 240 ],
  2709.       [ "silver_small", 240 ],
  2710.       [ "tin", 240 ],
  2711.       [ "bismuth", 240 ],
  2712.       [ "solder_wire", 240 ]
  2713.     ]
  2714.   ]
  2715. },
  2716.   {
  2717.     "type" : "recipe",
  2718.     "result": "smpistol_primer",
  2719.     "category": "CC_AMMO",
  2720.     "subcategory": "CSC_AMMO_COMPONENTS",
  2721.     "skill_used": "fabrication",
  2722.     "skills_required": [ "gun", 3 ],
  2723.     "difficulty": 4,
  2724.     "time": 45000,
  2725.     "reversible": false,
  2726.     "autolearn": false,
  2727.     "book_learn": [[ "manual_pistol", 3 ] , ["recipe_bullets" , 2]],
  2728.     "qualities":[
  2729.     {"id":"HAMMER","level":3,"amount":1}
  2730.     ], "tools": [
  2731.      [
  2732.       ["swage", -1]
  2733.      ],
  2734.      [
  2735.       ["press", -1]
  2736.      ]
  2737.     ],
  2738.     "components": [
  2739.     [
  2740.       [ "can_drink", 2 ],
  2741.       [ "can_food", 2 ],
  2742.       [ "scrap", 4 ]
  2743.     ],
  2744.       [
  2745.         [ "oxy_powder", 100 ]
  2746.       ]
  2747.     ]
  2748.   },
  2749.   {
  2750.     "type" : "recipe",
  2751.     "result": "lgpistol_primer",
  2752.     "category": "CC_AMMO",
  2753.     "subcategory": "CSC_AMMO_COMPONENTS",
  2754.     "skill_used": "fabrication",
  2755.     "skills_required": [ "gun", 3 ],
  2756.     "difficulty": 4,
  2757.     "time": 45000,
  2758.     "reversible": false,
  2759.     "autolearn": false,
  2760.     "book_learn": [[ "manual_pistol", 3 ] , ["recipe_bullets" , 2]],
  2761.     "qualities":[
  2762.     {"id":"HAMMER","level":3,"amount":1}
  2763.     ], "tools": [
  2764.      [
  2765.       ["swage", -1]
  2766.      ],
  2767.      [
  2768.       ["press", -1]
  2769.      ]
  2770.     ],
  2771.     "components": [
  2772.     [
  2773.       [ "can_drink", 2 ],
  2774.       [ "can_food", 2 ],
  2775.       [ "scrap", 4 ]
  2776.     ],
  2777.       [
  2778.         [ "oxy_powder", 100 ]
  2779.       ]
  2780.     ]
  2781.   },
  2782.   {
  2783.     "type" : "recipe",
  2784.     "result": "smrifle_primer",
  2785.     "category": "CC_AMMO",
  2786.     "subcategory": "CSC_AMMO_COMPONENTS",
  2787.     "skill_used": "fabrication",
  2788.     "skills_required": [ "gun", 3 ],
  2789.     "difficulty": 4,
  2790.     "time": 45000,
  2791.     "reversible": false,
  2792.     "autolearn": false,
  2793.     "book_learn": [[ "mag_rifle", 3 ] , ["recipe_bullets" , 2]],
  2794.     "qualities":[
  2795.     {"id":"HAMMER","level":3,"amount":1}
  2796.     ], "tools": [
  2797.      [
  2798.       ["swage", -1]
  2799.      ],
  2800.      [
  2801.       ["press", -1]
  2802.      ]
  2803.     ],
  2804.     "components": [
  2805.     [
  2806.       [ "can_drink", 2 ],
  2807.       [ "can_food", 2 ],
  2808.       [ "scrap", 4 ]
  2809.     ],
  2810.       [
  2811.         [ "oxy_powder", 100 ]
  2812.       ]
  2813.     ]
  2814.   },
  2815.   {
  2816.     "type" : "recipe",
  2817.     "result": "lgrifle_primer",
  2818.     "category": "CC_AMMO",
  2819.     "subcategory": "CSC_AMMO_COMPONENTS",
  2820.     "skill_used": "fabrication",
  2821.     "skills_required": [ "gun", 3 ],
  2822.     "difficulty": 4,
  2823.     "time": 45000,
  2824.     "reversible": false,
  2825.     "autolearn": false,
  2826.     "book_learn": [[ "mag_rifle", 3 ] , ["recipe_bullets" , 2]],
  2827.     "qualities":[
  2828.     {"id":"HAMMER","level":3,"amount":1}
  2829.     ], "tools": [
  2830.      [
  2831.       ["swage", -1]
  2832.      ],
  2833.      [
  2834.       ["press", -1]
  2835.      ]
  2836.     ],
  2837.     "components": [
  2838.     [
  2839.       [ "can_drink", 2 ],
  2840.       [ "can_food", 2 ],
  2841.       [ "scrap", 4 ]
  2842.     ],
  2843.       [
  2844.         [ "oxy_powder", 100 ]
  2845.       ]
  2846.     ]
  2847.   },
  2848.   {
  2849.     "type" : "recipe",
  2850.     "result": "shotgun_primer",
  2851.     "category": "CC_AMMO",
  2852.     "subcategory": "CSC_AMMO_COMPONENTS",
  2853.     "skill_used": "fabrication",
  2854.     "skills_required": [ "gun", 3 ],
  2855.     "difficulty": 4,
  2856.     "time": 45000,
  2857.     "reversible": false,
  2858.     "autolearn": false,
  2859.     "book_learn": [[ "manual_shotgun", 3 ] , ["recipe_bullets" , 2]],
  2860.     "qualities":[
  2861.     {"id":"HAMMER","level":3,"amount":1}
  2862.     ], "tools": [
  2863.      [
  2864.       ["swage", -1]
  2865.      ],
  2866.      [
  2867.       ["press", -1]
  2868.      ]
  2869.     ],
  2870.     "components": [
  2871.     [
  2872.       [ "can_drink", 2 ],
  2873.       [ "can_food", 2 ],
  2874.       [ "scrap", 4 ]
  2875.     ],
  2876.       [
  2877.         [ "oxy_powder", 100 ]
  2878.       ]
  2879.     ]
  2880.   },
  2881.   {
  2882.     "type": "recipe",
  2883.     "result": "lead",
  2884.     "category": "CC_AMMO",
  2885.     "subcategory": "CSC_AMMO_COMPONENTS",
  2886.     "skill_used": "fabrication",
  2887.     "skills_required": [ "gun", 1 ],
  2888.     "difficulty": 2,
  2889.     "time": 30000,
  2890.     "reversible": false,
  2891.     "autolearn": true,
  2892.     "tools": [
  2893.      [
  2894.       [ "press", -1 ]
  2895.      ],
  2896.      [
  2897.       ["crucible", -1]
  2898.      ],
  2899.      [
  2900.       ["forge", 50], ["char_forge", 10], [ "oxy_torch", 10]
  2901.      ]
  2902.     ],
  2903.     "components": [
  2904.       [
  2905.         [ "steel_chunk", 7 ],
  2906.         [ "scrap", 21 ]
  2907.       ]
  2908.     ]
  2909.   },{
  2910.         "type" : "recipe",
  2911.   "result": "reloaded_laser_pack",
  2912.   "category": "CC_AMMO",
  2913.   "subcategory": "CSC_AMMO_OTHER",
  2914.   "skill_used": "fabrication",
  2915.   "skills_required": [ "electronics", 5 ],
  2916.   "difficulty": 3,
  2917.   "time": 10000,
  2918.   "reversible": true,
  2919.   "decomp_learn": 4,
  2920.   "autolearn": false,
  2921.   "book_learn": [[ "recipe_lab_elec", 4 ]],
  2922.   "qualities" : [
  2923.     {"id":"SCREW","level":1,"amount":1}
  2924.   ], "components": [
  2925.     [
  2926.       [ "superglue", 1 ]
  2927.     ],
  2928.     [
  2929.       [ "plut_cell", 1 ]
  2930.     ]
  2931.   ]
  2932. },{
  2933.         "type" : "recipe",
  2934.   "result" : "shaft_plastic",
  2935.   "category" : "CC_AMMO",
  2936.   "subcategory": "CSC_AMMO_COMPONENTS",
  2937.   "skill_used" : "fabrication",
  2938.   "skills_required" : ["archery", 1],
  2939.   "difficulty" : 2,
  2940.   "time" : 1000,
  2941.   "reversible" : false,
  2942.   "autolearn" : true,
  2943.   "tools" : [ [ ["mold_plastic", -1] ],
  2944.     [
  2945.       ["hotplate", 5],
  2946.       ["toolset", 5],
  2947.       ["fire", -1]
  2948.     ]
  2949.   ],
  2950.   "components" : [
  2951.     [
  2952.       [ "plastic_chunk", 2 ]
  2953.     ]
  2954.   ]
  2955. },{
  2956.         "type" : "recipe",
  2957.   "result" : "arrowhead_plastic",
  2958.   "category" : "CC_AMMO",
  2959.   "subcategory": "CSC_AMMO_COMPONENTS",
  2960.   "skill_used" : "fabrication",
  2961.   "skills_required" : ["archery", 3],
  2962.   "difficulty" : 4,
  2963.   "time" : 20000,
  2964.   "reversible" : false,
  2965.   "autolearn" : true,
  2966.   "tools" : [ [ ["mold_plastic", -1] ],
  2967.     [
  2968.       ["hotplate", 5],
  2969.       ["toolset", 5],
  2970.       ["fire", -1]
  2971.     ]
  2972.   ],
  2973.   "components" : [ [ ["plastic_chunk", 1] ] ]
  2974. },{
  2975.         "type" : "recipe",
  2976.   "result" : "arrow_plastic",
  2977.   "category": "CC_AMMO",
  2978.   "subcategory": "CSC_AMMO_ARROWS",
  2979.   "skill_used" : "fabrication",
  2980.   "skills_required" : ["archery", 3],
  2981.   "difficulty" : 5,
  2982.   "time" : 30000,
  2983.   "reversible" : false,
  2984.   "autolearn" : true,
  2985.   "tools" : [ [ ["mold_plastic", -1] ],
  2986.     [
  2987.       ["hotplate", 5],
  2988.       ["toolset", 5],
  2989.       ["fire", -1]
  2990.     ]
  2991.   ],
  2992.   "components" : [
  2993.     [ ["arrowhead_plastic", 10] ],
  2994.     [ ["shaft_plastic", 10] ],
  2995.     [ ["fletching", 10] ]
  2996.   ]
  2997. },{
  2998.         "type" : "recipe",
  2999.   "result": "rebar_rail",
  3000.   "category": "CC_AMMO",
  3001.   "subcategory": "CSC_AMMO_OTHER",
  3002.   "skill_used": "fabrication",
  3003.   "difficulty": 1,
  3004.   "time": 36000,
  3005.   "reversible": false,
  3006.   "autolearn": true,
  3007.   "qualities":[
  3008.     {"id":"HAMMER","level":1,"amount":1},
  3009.     {"id":"SAW_M","level":1,"amount":1}
  3010.   ], "components": [
  3011.     [
  3012.       ["rebar", 1]
  3013.     ]
  3014.   ]
  3015. },{
  3016.         "type" : "recipe",
  3017.   "result": "steel_rail",
  3018.   "category": "CC_AMMO",
  3019.   "subcategory": "CSC_AMMO_OTHER",
  3020.   "skill_used": "fabrication",
  3021.   "difficulty": 2,
  3022.   "time": 30000,
  3023.   "reversible": false,
  3024.   "autolearn": true,
  3025.   "qualities":[
  3026.     {"id":"HAMMER","level":3,"amount":1}
  3027.   ], "tools": [
  3028.      [
  3029.       ["tongs", -1]
  3030.      ],
  3031.      [
  3032.       ["chisel", -1]
  3033.      ],
  3034.      [
  3035.       ["anvil", -1]
  3036.      ],
  3037.      [
  3038.       ["crucible", -1]
  3039.      ],
  3040.      [
  3041.       ["forge", 50], ["char_forge", 10], [ "oxy_torch", 10]
  3042.      ]
  3043.     ],
  3044.   "components":
  3045.     [
  3046.      [
  3047.      [ "steel_chunk", 2 ],
  3048.      [ "scrap", 6 ]
  3049.      ]
  3050.     ]
  3051. },{
  3052.     "type" : "recipe",
  3053.     "result": "reloaded_9mmfmj",
  3054.     "category": "CC_AMMO",
  3055.     "subcategory": "CSC_AMMO_BULLETS",
  3056.     "skill_used": "fabrication",
  3057.     "skills_required": [ "gun", 4 ],
  3058.     "difficulty": 4,
  3059.     "time": 30000,
  3060.     "reversible": false,
  3061.     "autolearn": false,
  3062.     "book_learn": [["recipe_bullets" , 3 ] , [ "manual_pistol", 4 ]],
  3063.     "tools": [
  3064.       [
  3065.         [ "press", -1 ]
  3066.       ],
  3067.       [
  3068.         [ "fire", -1 ],
  3069.         [ "toolset", 2 ],
  3070.         [ "press", 2 ]
  3071.           ]
  3072.     ],
  3073.     "components": [
  3074.       [
  3075.         [ "9mm_casing", 50 ]
  3076.       ],
  3077.       [
  3078.         [ "smpistol_primer", 50 ]
  3079.       ],
  3080.       [
  3081.         [ "gunpowder", 200 ]
  3082.       ],
  3083.       [
  3084.         [ "lead", 150 ],
  3085.         [ "gold_small", 150 ],
  3086.         [ "silver_small", 150 ],
  3087.         [ "tin", 150 ],
  3088.         [ "bismuth", 150 ],
  3089.         [ "solder_wire", 150 ]
  3090.       ],
  3091.       [
  3092.         [ "cu_pipe", 2 ]
  3093.       ]
  3094.     ]
  3095.   },{
  3096.     "type" : "recipe",
  3097.     "result": "reloaded_38_fmj",
  3098.     "category": "CC_AMMO",
  3099.     "subcategory": "CSC_AMMO_BULLETS",
  3100.     "skill_used": "fabrication",
  3101.     "skills_required": [ "gun", 4 ],
  3102.     "difficulty": 4,
  3103.     "time": 30000,
  3104.     "reversible": false,
  3105.     "autolearn": false,
  3106.     "book_learn": [["recipe_bullets" , 3 ] , [ "manual_pistol", 4 ]],
  3107.     "tools": [
  3108.       [
  3109.         [ "press", -1 ]
  3110.       ],
  3111.       [
  3112.         [ "fire", -1 ],
  3113.         [ "toolset", 2 ],
  3114.         [ "press", 2 ]
  3115.       ]
  3116.     ],
  3117.     "components": [
  3118.       [
  3119.         [ "38_casing", 50 ]
  3120.       ],
  3121.       [
  3122.         [ "smpistol_primer", 50 ]
  3123.       ],
  3124.       [
  3125.         [ "gunpowder", 250 ]
  3126.       ],
  3127.       [
  3128.         [ "lead", 200 ],
  3129.         [ "gold_small", 200 ],
  3130.         [ "silver_small", 200 ],
  3131.         [ "tin", 200 ],
  3132.         [ "bismuth", 200 ],
  3133.         [ "solder_wire", 200 ]
  3134.       ],
  3135.       [
  3136.         [ "cu_pipe", 2 ]
  3137.       ]
  3138.     ]
  3139.    },{
  3140.     "type" : "recipe",
  3141.     "result": "reloaded_40fmj",
  3142.     "category": "CC_AMMO",
  3143.     "subcategory": "CSC_AMMO_BULLETS",
  3144.     "skill_used": "fabrication",
  3145.     "skills_required": [ "gun", 4 ],
  3146.     "difficulty": 4,
  3147.     "time": 35000,
  3148.     "reversible": false,
  3149.     "autolearn": false,
  3150.     "book_learn": [["recipe_bullets" , 3 ] , [ "manual_pistol", 4 ]],
  3151.     "tools": [
  3152.       [
  3153.         [ "press", -1 ]
  3154.       ],
  3155.       [
  3156.         [ "fire", -1 ],
  3157.         [ "toolset", 2 ],
  3158.         [ "press", 2 ]
  3159.       ]
  3160.     ],
  3161.     "components": [
  3162.       [
  3163.         [ "40_casing", 50 ]
  3164.       ],
  3165.       [
  3166.         [ "smpistol_primer", 50 ]
  3167.       ],
  3168.       [
  3169.         [ "gunpowder", 300 ]
  3170.       ],
  3171.       [
  3172.         [ "lead", 250 ],
  3173.         [ "gold_small", 250 ],
  3174.         [ "silver_small", 250 ],
  3175.         [ "tin", 250 ],
  3176.         [ "bismuth", 250 ],
  3177.         [ "solder_wire", 250 ]
  3178.       ],
  3179.       [
  3180.         [ "cu_pipe", 2 ]
  3181.       ]
  3182.     ]
  3183.   },{
  3184.   "type" : "recipe",
  3185.   "result": "reloaded_5x50dart",
  3186.   "category": "CC_AMMO",
  3187.   "subcategory": "CSC_AMMO_BULLETS",
  3188.   "skill_used": "fabrication",
  3189.   "skills_required": [ "gun", 5 ],
  3190.   "difficulty": 6,
  3191.   "time": 8000,
  3192.   "reversible": false,
  3193.   "autolearn": false,
  3194.   "book_learn": [["recipe_caseless" , 4 ]],
  3195.   "tools": [
  3196.     [
  3197.       [ "press", -1 ]
  3198.     ],
  3199.     [
  3200.       [ "fire", -1 ],
  3201.       [ "toolset", 2 ],
  3202.       [ "press", 2 ]
  3203.         ]
  3204.   ],
  3205.   "components": [
  3206.     [
  3207.       [ "5x50_hull", 100 ]
  3208.     ],
  3209.     [
  3210.       [ "plastic_chunk", 5 ]
  3211.     ],
  3212.     [
  3213.       [ "smrifle_primer", 100 ]
  3214.     ],
  3215.     [
  3216.       [ "gunpowder", 300 ]
  3217.     ],
  3218.     [
  3219.       [ "lead", 200 ],
  3220.       [ "gold_small", 200 ],
  3221.       [ "silver_small", 200 ],
  3222.       [ "tin", 200 ],
  3223.       [ "bismuth", 200 ],
  3224.       [ "solder_wire", 200 ],
  3225.       [ "nail", 100 ]
  3226.     ]
  3227.   ]
  3228.   },{
  3229.     "type" : "recipe",
  3230.     "result": "reloaded_44fmj",
  3231.     "category": "CC_AMMO",
  3232.     "subcategory": "CSC_AMMO_BULLETS",
  3233.     "skill_used": "fabrication",
  3234.     "skills_required": [ "gun", 4 ],
  3235.     "difficulty": 5,
  3236.     "time": 25000,
  3237.     "reversible": false,
  3238.     "autolearn": false,
  3239.     "book_learn": [["recipe_bullets" , 3 ] , [ "manual_pistol", 4 ]],
  3240.     "tools": [
  3241.       [
  3242.         [ "press", -1 ]
  3243.       ],
  3244.       [
  3245.         [ "fire", -1 ],
  3246.         [ "toolset", 2 ],
  3247.         [ "press", 2 ]
  3248.       ]
  3249.     ],
  3250.     "components": [
  3251.       [
  3252.         [ "44_casing", 50 ]
  3253.       ],
  3254.       [
  3255.         [ "lgpistol_primer", 50 ]
  3256.       ],
  3257.       [
  3258.         [ "gunpowder", 500 ]
  3259.       ],
  3260.       [
  3261.         [ "lead", 400 ],
  3262.         [ "gold_small", 400 ],
  3263.         [ "silver_small", 400 ],
  3264.         [ "tin", 400 ],
  3265.         [ "bismuth", 400 ],
  3266.         [ "solder_wire", 400 ]
  3267.       ],
  3268.       [
  3269.         [ "cu_pipe", 3 ]
  3270.       ]
  3271.     ]
  3272.   },{
  3273.   "type" : "recipe",
  3274.   "result": "reloaded_40mm_shot",
  3275.   "category": "CC_AMMO",
  3276.   "subcategory": "CSC_AMMO_BULLETS",
  3277.   "skill_used": "fabrication",
  3278.   "skills_required": [ "gun", 1 ],
  3279.   "difficulty": 6,
  3280.   "time": 12500,
  3281.   "reversible": false,
  3282.   "autolearn": false,
  3283.   "book_learn": [["manual_launcher" , 4 ] , [ "manual_shotgun", 6 ]],
  3284.   "tools": [
  3285.     [
  3286.       [ "press", -1 ]
  3287.     ],
  3288.     [
  3289.       [ "fire", -1 ],
  3290.       [ "toolset", 2 ],
  3291.       [ "press", 2 ]
  3292.     ]
  3293.   ],
  3294.   "components": [
  3295.     [
  3296.      [ "40mm_casing", 4 ]
  3297.     ],
  3298.     [
  3299.      [ "shotgun_primer", 4 ]
  3300.     ],
  3301.     [
  3302.      [ "gunpowder", 160 ]
  3303.     ],
  3304.     [
  3305.       [ "lead", 200 ],
  3306.       [ "gold_small", 200 ],
  3307.       [ "silver_small", 200 ],
  3308.       [ "tin", 200 ],
  3309.       [ "bismuth", 200 ],
  3310.       [ "solder_wire", 200 ]
  3311.     ]
  3312.   ]
  3313. },{
  3314.   "type" : "recipe",
  3315.   "result": "reloaded_40mm_flechette",
  3316.   "category": "CC_AMMO",
  3317.   "subcategory": "CSC_AMMO_BULLETS",
  3318.   "skill_used": "fabrication",
  3319.   "skills_required": [ "gun", 1 ],
  3320.   "difficulty": 7,
  3321.   "time": 17500,
  3322.   "reversible": false,
  3323.   "autolearn": false,
  3324.   "book_learn": [["manual_launcher" , 5 ] , [ "manual_shotgun", 7 ]],
  3325.   "tools": [
  3326.     [
  3327.       [ "press", -1 ]
  3328.     ],
  3329.     [
  3330.       [ "boltcutters", -1 ],
  3331.       [ "toolset", -1]
  3332.     ],
  3333.     [
  3334.       [ "fire", -1 ],
  3335.       [ "toolset", 2 ],
  3336.       [ "press", 2 ]
  3337.     ]
  3338.   ],
  3339.   "components": [
  3340.     [
  3341.      [ "40mm_casing", 4 ]
  3342.     ],
  3343.     [
  3344.      [ "shotgun_primer", 4 ]
  3345.     ],
  3346.     [
  3347.      [ "gunpowder", 160 ]
  3348.     ],
  3349.     [
  3350.      [ "nail", 120 ]
  3351.     ]
  3352.   ]
  3353. },{
  3354.     "type": "recipe",
  3355.     "result": "reloaded_300_winmag",
  3356.     "category": "CC_AMMO",
  3357.     "subcategory": "CSC_AMMO_BULLETS",
  3358.     "skill_used": "fabrication",
  3359.     "skills_required": [ "gun", 5 ],
  3360.     "difficulty": 5,
  3361.     "time" : 15000,
  3362.     "reversible": false,
  3363.     "autolearn": false,
  3364.     "book_learn": [[ "recipe_bullets", 4 ], [ "mag_rifle", 5 ]],
  3365.     "tools": [
  3366.       [
  3367.         [ "press", -1 ]
  3368.       ],
  3369.       [
  3370.         [ "fire", -1 ],
  3371.         [ "toolset", 2],
  3372.         [ "press", 2]
  3373.       ]
  3374.     ],
  3375.     "components": [
  3376.       [
  3377.         [ "300_casing", 10 ]
  3378.       ],
  3379.       [
  3380.         [ "lgrifle_primer", 10 ]
  3381.       ],
  3382.       [
  3383.         [ "gunpowder", 160 ]
  3384.       ],
  3385.       [
  3386.         [ "lead", 80 ],
  3387.         [ "gold_small", 80 ],
  3388.         [ "silver_small", 80 ],
  3389.         [ "tin", 80 ],
  3390.         [ "bismuth", 80 ],
  3391.         [ "solder_wire", 80 ]
  3392.       ],
  3393.       [
  3394.         [ "cu_pipe", 3 ]
  3395.       ]
  3396.     ]
  3397.   },{
  3398.     "type": "recipe",
  3399.     "result": "reloaded_32_acp",
  3400.     "category": "CC_AMMO",
  3401.     "subcategory": "CSC_AMMO_BULLETS",
  3402.     "skill_used": "fabrication",
  3403.     "skills_required": [ "gun", 1 ],
  3404.     "difficulty": 2,
  3405.     "time": 5000,
  3406.     "reversible": false,
  3407.     "autolearn": false,
  3408.     "book_learn": [[ "recipe_bullets", 5 ]],
  3409.     "tools": [
  3410.       [
  3411.         [ "press", -1 ]
  3412.       ],
  3413.       [
  3414.         [ "fire", -1 ],
  3415.         [ "toolset", 2 ],
  3416.         [ "press", 2 ]
  3417.       ]
  3418.      ],
  3419.     "components" : [
  3420.       [
  3421.         [ "32_casing", 50 ]
  3422.       ],
  3423.       [
  3424.         [ "smpistol_primer", 50 ]
  3425.       ],
  3426.       [
  3427.         [ "gunpowder", 80 ]
  3428.       ],
  3429.       [
  3430.         [ "lead", 60 ],
  3431.         [ "gold_small", 60 ],
  3432.         [ "silver_small", 60 ],
  3433.         [ "tin", 60 ],
  3434.         [ "bismuth", 60 ],
  3435.         [ "solder_wire", 60 ]
  3436.       ]
  3437.     ]
  3438.   },
  3439.   {
  3440.     "type" : "recipe",
  3441.     "result": "flintlock_ammo",
  3442.     "category": "CC_AMMO",
  3443.     "subcategory": "CSC_AMMO_BULLETS",
  3444.     "skill_used": "fabrication",
  3445.     "skills_required": [ "gun", 1 ],
  3446.     "difficulty": 3,
  3447.     "time": 20000,
  3448.     "reversible": false,
  3449.     "autolearn": true,
  3450.     "book_learn": [[ "manual_rifle", 2 ] , [ "manual_pistol", 2 ] , [ "recipe_bullets", 2 ]],
  3451.     "qualities":[
  3452.       {"id":"CUT","level":1,"amount":1}
  3453.     ],
  3454.     "components": [
  3455.       [
  3456.         [ "gunpowder", 600 ]
  3457.       ],
  3458.       [
  3459.         [ "lead", 400 ],
  3460.         [ "gold_small", 400 ],
  3461.         [ "silver_small", 400 ],
  3462.         [ "tin", 400 ],
  3463.         [ "bismuth", 400 ],
  3464.         [ "solder_wire", 400 ]
  3465.       ],
  3466.       [
  3467.         [ "money_bundle", 1 ],
  3468.         [ "wrapper", 1],
  3469.         [ "bag_plastic", 1 ],
  3470.         [ "paper", 25 ]
  3471.       ]
  3472.     ]
  3473.   },{
  3474.     "type" : "recipe",
  3475.     "result": "36navy",
  3476.     "category": "CC_AMMO",
  3477.     "subcategory": "CSC_AMMO_BULLETS",
  3478.     "skill_used": "fabrication",
  3479.     "skills_required": [ "gun", 1 ],
  3480.     "difficulty": 3,
  3481.     "time": 15000,
  3482.     "reversible": false,
  3483.     "autolearn": false,
  3484.     "book_learn": [[ "manual_pistol", 3 ] , [ "recipe_bullets", 3 ]],
  3485.     "qualities":[
  3486.       {"id":"CUT","level":1,"amount":1}
  3487.     ],
  3488.     "components": [
  3489.       [
  3490.         [ "gunpowder", 100 ]
  3491.       ],
  3492.       [
  3493.         [ "lead", 30 ],
  3494.         [ "gold_small", 30 ],
  3495.         [ "silver_small", 30 ],
  3496.         [ "tin", 30 ],
  3497.         [ "bismuth", 30 ],
  3498.         [ "solder_wire", 30 ]
  3499.       ],
  3500.       [
  3501.         [ "money_bundle", 1 ],
  3502.         [ "wrapper", 1],
  3503.         [ "bag_plastic", 1 ],
  3504.         [ "paper", 25 ]
  3505.       ]
  3506.     ]
  3507.   },
  3508.   {
  3509.     "type" : "recipe",
  3510.     "result": "44army",
  3511.     "category": "CC_AMMO",
  3512.     "subcategory": "CSC_AMMO_BULLETS",
  3513.     "skill_used": "fabrication",
  3514.     "skills_required": [ "gun", 1 ],
  3515.     "difficulty": 3,
  3516.     "time": 20000,
  3517.     "reversible": false,
  3518.     "autolearn": false,
  3519.     "book_learn": [[ "manual_pistol", 3 ] , [ "recipe_bullets", 3 ]],
  3520.     "qualities":[
  3521.       {"id":"CUT","level":1,"amount":1}
  3522.     ],
  3523.     "components": [
  3524.       [
  3525.         [ "gunpowder", 160 ]
  3526.       ],
  3527.       [
  3528.         [ "lead", 45 ],
  3529.         [ "gold_small", 45 ],
  3530.         [ "silver_small", 45],
  3531.         [ "tin", 45 ],
  3532.         [ "bismuth", 45 ],
  3533.         [ "solder_wire", 45 ]
  3534.       ],
  3535.       [
  3536.         [ "money_bundle", 1 ],
  3537.         [ "wrapper", 1],
  3538.         [ "bag_plastic", 1 ],
  3539.         [ "paper", 25 ]
  3540.       ]
  3541.     ]
  3542.   },
  3543.   {
  3544.     "type": "recipe",
  3545.     "result": "reloaded_762_54R",
  3546.     "category": "CC_AMMO",
  3547.     "subcategory": "CSC_AMMO_BULLETS",
  3548.     "skill_used": "fabrication",
  3549.     "skills_required": [ "gun", 4 ],
  3550.     "difficulty": 4,
  3551.     "time" : 10000,
  3552.     "reversible": false,
  3553.     "autolearn": false,
  3554.     "book_learn": [[ "recipe_bullets", 3 ], [ "mag_rifle", 4 ]],
  3555.     "tools": [
  3556.       [
  3557.         [ "press", -1 ]
  3558.       ],
  3559.       [
  3560.         [ "fire", -1 ],
  3561.         [ "toolset", 2],
  3562.         [ "press", 2]
  3563.       ]
  3564.     ],
  3565.     "components": [
  3566.       [
  3567.         [ "762R_casing", 20 ]
  3568.       ],
  3569.       [
  3570.         [ "lgrifle_primer", 20 ]
  3571.       ],
  3572.       [
  3573.         [ "gunpowder", 160 ]
  3574.       ],
  3575.       [
  3576.         [ "lead", 60 ],
  3577.         [ "gold_small", 60 ],
  3578.         [ "silver_small", 60 ],
  3579.         [ "tin", 60 ],
  3580.         [ "bismuth", 60 ],
  3581.         [ "solder_wire", 60 ]
  3582.       ],
  3583.       [
  3584.         [ "cu_pipe", 3 ]
  3585.       ]
  3586.     ]
  3587.   },
  3588.   {
  3589.     "type" : "recipe",
  3590.     "result": "fish_bait_meat",
  3591.     "category": "CC_AMMO",
  3592.     "subcategory": "CSC_AMMO_OTHER",
  3593.     "skill_used": "survival",
  3594.     "difficulty": 1,
  3595.     "time": 1000,
  3596.     "reversible": false,
  3597.     "autolearn": false,
  3598.     "book_learn": [["mag_survival", 1], ["textbook_survival", 1], ["survival_book", 1], ["pocket_survival", 1]],
  3599.     "qualities" : [
  3600.       {"id":"CUT","level":1,"amount":1}
  3601.     ],
  3602.     "components": [
  3603.       [
  3604.         [ "meat", 1 ]
  3605.       ]
  3606.     ]
  3607.   },
  3608.  {
  3609.     "type" : "recipe",
  3610.     "result": "fish_bait_fish",
  3611.     "category": "CC_AMMO",
  3612.     "subcategory": "CSC_AMMO_OTHER",
  3613.     "skill_used": "survival",
  3614.     "difficulty": 1,
  3615.     "time": 1000,
  3616.     "reversible": false,
  3617.     "autolearn": false,
  3618.     "book_learn": [["mag_survival", 1], ["textbook_survival", 1], ["survival_book", 1], ["pocket_survival", 1]],
  3619.     "qualities" : [
  3620.       {"id":"CUT","level":1,"amount":1}
  3621.     ],
  3622.     "components": [
  3623.       [
  3624.         [ "fish", 1 ]
  3625.       ]
  3626.     ]
  3627.   },
  3628.  {
  3629.     "type" : "recipe",
  3630.     "result": "fish_bait_veggy",
  3631.     "category": "CC_AMMO",
  3632.     "subcategory": "CSC_AMMO_OTHER",
  3633.     "skill_used": "survival",
  3634.     "difficulty": 1,
  3635.     "time": 1000,
  3636.     "reversible": false,
  3637.     "autolearn": false,
  3638.     "book_learn": [["mag_survival", 1], ["textbook_survival", 1], ["survival_book", 1], ["pocket_survival", 1]],
  3639.     "qualities" : [
  3640.       {"id":"CUT","level":1,"amount":1}
  3641.     ],
  3642.     "components": [
  3643.       [
  3644.         [ "corn", 1 ],
  3645.         [ "carrot", 1 ]
  3646.       ]
  3647.     ]
  3648.   },
  3649.  {
  3650.     "type" : "recipe",
  3651.     "result": "fish_bait_bread",
  3652.     "category": "CC_AMMO",
  3653.     "subcategory": "CSC_AMMO_OTHER",
  3654.     "skill_used": "survival",
  3655.     "difficulty": 1,
  3656.     "time": 1000,
  3657.     "reversible": false,
  3658.     "autolearn": false,
  3659.     "book_learn": [["mag_survival", 1], ["textbook_survival", 1], ["survival_book", 1], ["pocket_survival", 1]],
  3660.     "qualities" : [
  3661.       {"id":"CUT","level":1,"amount":1}
  3662.     ],
  3663.     "components": [
  3664.       [
  3665.         [ "bread", 1 ],
  3666.         [ "cornbread", 1 ],
  3667.         [ "macaroni_raw", 1 ],
  3668.         [ "spaghetti_raw", 1 ]
  3669.       ]
  3670.     ]
  3671.   },
  3672. {
  3673.   "type" : "recipe",
  3674.   "result": "reloaded_700nx",
  3675.   "category": "CC_AMMO",
  3676.   "subcategory": "CSC_AMMO_BULLETS",
  3677.   "skill_used": "fabrication",
  3678.   "skills_required": [ "gun", 7 ],
  3679.   "difficulty": 9,
  3680.   "time": 5000,
  3681.   "reversible": false,
  3682.   "autolearn": false,
  3683.   "book_learn": [["recipe_bullets" , 7 ]],
  3684.   "tools": [
  3685.     [
  3686.       [ "press", -1 ]
  3687.     ],
  3688.     [
  3689.       [ "fire", -1 ],
  3690.       [ "toolset", 2 ],
  3691.       [ "press", 2 ]
  3692.         ]
  3693.   ],
  3694.   "components": [
  3695.     [
  3696.       [ "700nx_casing", 30 ]
  3697.     ],
  3698.     [
  3699.       [ "lgrifle_primer", 30 ]
  3700.     ],
  3701.     [
  3702.       [ "gunpowder", 1150 ]
  3703.     ],
  3704.     [
  3705.       [ "lead", 420 ],
  3706.       [ "gold_small", 420 ],
  3707.       [ "silver_small", 420 ],
  3708.       [ "tin", 420 ],
  3709.       [ "bismuth", 420 ],
  3710.       [ "solder_wire", 420 ]
  3711.     ],
  3712.     [
  3713.       [ "cu_pipe", 4 ]
  3714.     ]
  3715.   ]
  3716. },
  3717. {
  3718.   "type" : "recipe",
  3719.   "result": "combatnail",
  3720.   "category": "CC_AMMO",
  3721.   "subcategory": "CSC_AMMO_OTHER",
  3722.   "skill_used": "fabrication",
  3723.   "skills_required": [ "gun", 1 ],
  3724.   "difficulty": 2,
  3725.   "time": 180000,
  3726.   "reversible": false,
  3727.   "autolearn": true,
  3728.   "qualities":[
  3729.     {"id":"HAMMER","level":3,"amount":1}
  3730.   ], "tools": [
  3731.     [ ["tongs", -1]  ],
  3732.     [ ["chisel", -1] ],
  3733.     [ ["swage", -1]  ],
  3734.     [ ["anvil", -1]  ],
  3735.     [ ["forge", 50], [ "char_forge", 10], [ "oxy_torch", 10] ]
  3736.            ],
  3737.   "components": [
  3738.     [
  3739.       [ "steel_chunk", 1 ],
  3740.       [ "scrap", 3 ]
  3741.     ]
  3742.   ]
  3743. },{
  3744.   "type" : "recipe",
  3745.   "result": "napalm",
  3746.   "category": "CC_AMMO",
  3747.   "subcategory": "CSC_AMMO_OTHER",
  3748.   "skill_used": "cooking",
  3749.   "difficulty": 7,
  3750.   "time": 60000,
  3751.   "reversible": false,
  3752.   "autolearn": false,
  3753.   "book_learn": [["textbook_gaswarfare" , 8 ], ["textbook_anarch" , 7 ], ["recipe_labchem", 6 ]],
  3754.   "tools": [ [ ["chemistry_set", 25]  ] ],
  3755.   "components": [
  3756.     [ [ "gasoline", 125 ] ],
  3757.     [ [ "plastic_chunk", 4 ] ],
  3758.     [ [ "bleach", 2 ] ],
  3759.     [ [ "oxy_powder", 15 ] ],
  3760.     [ [ "lye_powder", 15 ] ]
  3761.   ]
  3762. }
  3763. ]
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top