summaryrefslogtreecommitdiff
path: root/json/recipes/weapons/ammo/20x66mm.json
blob: f883423b6698797990d8168ac7a8ce40a08562b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[
  { 
    "result": "20x66_shot_reloaded",
    "type": "recipe",
    "category": "CC_AMMO",
    "subcategory": "CSC_AMMO_SHOT",
    "skill_used": "fabrication",
    "difficulty": 8,
    "skills_required": [ "gun", 7 ],
    "time": "2 m",
    "batch_time_factors": [ 60, 5 ],
    "book_learn": [ [ "recipe_caseless", 5 ] ],
    "charges": 1,
    "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 10 ] ],
    "tools": [ [ [ "mold_plastic", -1 ] ] ],
    "components": [
      [ [ "20x66_mold", 1 ] ],
      [ [ "shotgun_primer", 1 ] ],
      [ [ "gunpowder", 6 ] ]
    ]
  },
  { 
    "result": "20x66_slug_reloaded",
    "type": "recipe",
    "category": "CC_AMMO",
    "subcategory": "CSC_AMMO_SHOT",
    "skill_used": "fabrication",
    "difficulty": 8,
    "skills_required": [ "gun", 7 ],
    "time": "2 m",
    "batch_time_factors": [ 60, 5 ],
    "book_learn": [ [ "recipe_caseless", 5 ] ],
    "charges": 1,
    "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 20 ] ],
    "tools": [ [ [ "mold_plastic", -1 ] ] ],
    "components": [
      [ [ "20x66_mold", 1 ] ],
      [ [ "shotgun_primer", 1 ] ],
      [ [ "gunpowder", 6 ] ]
    ]
  },
  { 
    "result": "20x66_flechette_reloaded",
    "type": "recipe",
    "category": "CC_AMMO",
    "subcategory": "CSC_AMMO_SHOT",
    "skill_used": "fabrication",
    "difficulty": 8,
    "skills_required": [ "gun", 7 ],
    "time": "2 m",
    "batch_time_factors": [ 60, 5 ],
    "book_learn": [ [ "recipe_caseless", 5 ] ],
    "charges": 1,
    "using": [ [ "bullet_forming", 10 ]  ],
    "tools": [ [ [ "mold_plastic", -1 ] ] ],
    "components": [
      [ [ "combatnail", 10 ] ],
      [ [ "20x66_mold", 1 ] ],
      [ [ "shotgun_primer", 1 ] ],
      [ [ "gunpowder", 6 ] ]
    ]
  },
  { 
    "result": "20x66_inc_reloaded",
    "type": "recipe",
    "category": "CC_AMMO",
    "subcategory": "CSC_AMMO_SHOT",
    "skill_used": "fabrication",
    "difficulty": 8,
    "skills_required": [ "gun", 7 ],
    "time": "2 m",
    "batch_time_factors": [ 60, 5 ],
    "book_learn": [ [ "recipe_caseless", 5 ] ],
    "charges": 1,
    "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 10 ] ],
    "tools": [ [ [ "mold_plastic", -1 ] ] ],
    "components": [
      [ [ "20x66_mold", 1 ] ],
      [ [ "shotgun_primer", 1 ] ],
      [ [ "gunpowder", 6 ] ],
      [ [ "incendiary", 2 ] ]
    ]
  },
  { 
    "result": "20x66_flare_reloaded",
    "type": "recipe",
    "category": "CC_AMMO",
    "subcategory": "CSC_AMMO_SHOT",
    "skill_used": "fabrication",
    "difficulty": 8,
  "skills_required": [ "gun", 7 ],
    "time": "2 m",
    "batch_time_factors": [ 60, 5 ],
    "book_learn": [ [ "recipe_caseless", 5 ] ],
    "charges": 1,
    "using": [ [ "bullet_forming", 10 ] ],
    "tools": [ [ [ "mold_plastic", -1 ] ] ],
    "components": [
      [ [ "20x66_mold", 1 ] ],
      [ [ "shotgun_primer", 1 ] ],
      [ [ "incendiary", 25 ] ]
    ]
  },
  {
    "result": "20x66_mold",
    "type": "recipe",
    "category": "CC_AMMO",
    "subcategory": "CSC_AMMO_COMPONENTS",
    "skill_used": "fabrication",
    "difficulty": 2,
    "charges": 25,
    "skills_required": [ "gun", 4 ],
    "time": "10 m",
    "book_learn": [ [ "recipe_caseless", 5 ] ],
    "using": [ [ "surface_heat", 10 ] ],
    "tools": [ [ [ "mold_plastic", -1 ] ] ],
    "components": [ [ [ "plastic_chunk", 4 ] ] ]
  }
]