summaryrefslogtreecommitdiff
path: root/json/recipes/473.json
blob: 4ae0eb726f542948afae608eaceddc99df054edc (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
[
 { 
    "result": "bootleg_473x33mm",
    "activity_level": "LIGHT_EXERCISE",
    "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,
    "reversible": false,
    "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 8 ] ],
    "proficiencies": [ { "proficiency": "prof_handloading" } ],
    "tools": [ [ [ "mold_plastic", -1 ] ] ],
    "components": [
      [ [ "473mm_mold", 1 ] ],
      [ [ "smrifle_primer", 1 ] ],
      [ [ "gunpowder", 17 ], [ "gunpowder_magnum_pistol", 17 ], [ "gunpowder_rifle", 17 ] ],
      [ [ "copper", 1 ] ]
    ]
  },
  {
    "type": "recipe",
    "activity_level": "LIGHT_EXERCISE",
    "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 ]  ],
    "reversible": false,
    "using": [ [ "surface_heat", 10 ] ],
    "proficiencies": [ { "proficiency": "prof_plasticworking", "required": false, "time_multiplier": 1.5 } ],
    "tools": [ [ [ "mold_plastic", -1 ] ] ],
    "components": [ [ [ "plastic_chunk", 1 ] ] ]
  }
]