summaryrefslogtreecommitdiff
path: root/json/recipes/ammo/40x53mm.json
blob: 3e6aa3402ab610f67dbe396a9993febbbf8a3a4e (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
[
  {
    "result": "40x53mm_m1001",
    "type": "recipe",
    "category": "CC_AMMO",
    "subcategory": "CSC_AMMO_GRENADES",
    "skill_used": "fabrication",
    "difficulty": 6,
    "skills_required": [ "mechanics", 6 ],
    "time": "30 m",
    "batch_time_factors": [ 60, 5 ],
    "book_learn": [ [ "textbook_anarch", 7 ] ],
    "charges": 1,
    "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
    "qualities" : [ { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "pilot_light", 1 ] ],
      [ [ "sheet_metal_small", 1 ] ],
      [ [ "chem_compositionb", 200 ] ],
      [ [ "40x53mm_m169_casing", 1 ] ],
      [ [ "lgrifle_primer", 1 ] ]
    ]
  },
  {
    "result": "40x53mm_m430a1",
    "type": "recipe",
    "category": "CC_AMMO",
    "subcategory": "CSC_AMMO_GRENADES",
    "skill_used": "fabrication",
    "difficulty": 6,
    "skills_required": [ "launcher", 2 ],
    "time": "30 m",
    "batch_time_factors": [ 60, 5 ],
    "book_learn": [ [ "textbook_anarch", 7 ] ],
    "charges": 1,
    "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 16 ] ],
    "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
    "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "paper", 1 ], [ "wax", 1 ] ],
      [ [ "sheet_metal_small", 1 ] ],
      [ [ "gunpowder_shotgun", 35 ], [ "gunpowder", 35 ] ],
      [ [ "40x53mm_m169_casing", 1 ] ],
      [ [ "lgrifle_primer", 1 ] ]
    ]
  }
]