summaryrefslogtreecommitdiff
path: root/json/recipes/ammo/38super.json
blob: 85c1c880102a985d033981f5fb875f247e47c922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
  {
    "result": "reloaded_38super_fmj",
    "type": "recipe",
    "category": "CC_AMMO",
    "subcategory": "CSC_AMMO_PISTOL",
    "skill_used": "fabrication",
    "difficulty": 3,
    "skills_required": [ "gun", 1 ],
    "time": "2 m",
    "batch_time_factors": [ 60, 5 ],
    "book_learn": [ [ "manual_pistol", 1 ], [ "recipe_bullets", 2 ] ],
    "charges": 1,
    "reversible": true,
    "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 2 ], [ "ammo_38super", 1 ] ],
    "components": [
      [ [ "gunpowder", 3 ] ],
      [ [ "copper", 1 ] ]
    ]
  }
]