summaryrefslogtreecommitdiff
path: root/json/recipes/473.json
blob: aa4c632d3c51996a0e1d5f300760174681a523ef (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
[
 { 
    "result": "bootleg_473x33mm",
    "type": "recipe",
    "category": "CC_AMMO",
    "subcategory": "CSC_AMMO_RIFLE",
    "skill_used": "fabrication",
    "difficulty": 6,
    "skills_required": [ "gun", 5 ],
    "time": "2 m",
    "batch_time_factors": [ 60, 5 ],
    "book_learn": [ [ "recipe_caseless", 4 ] ],
    "charges": 1,
    "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 8 ] ],
    "tools": [ [ [ "mold_plastic", -1 ] ] ],
    "components": [
      [ [ "473mm_mold", 1 ] ],
      [ [ "smrifle_primer", 1 ] ],
      [ [ "gunpowder", 7 ], [ "gunpowder_rifle", 6 ] ],
      [ [ "copper", 1 ] ]
    ]
  },
  {
    "type": "recipe",
    "result": "473mm_mold",
    "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", 1 ] ] ]
  }
]