diff options
Diffstat (limited to 'json/recipes/ammo')
-rw-r--r-- | json/recipes/ammo/57.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/json/recipes/ammo/57.json b/json/recipes/ammo/57.json new file mode 100644 index 0000000..0ccafc4 --- /dev/null +++ b/json/recipes/ammo/57.json @@ -0,0 +1,18 @@ +[ + { + "result": "reloaded_57mm", + "type": "recipe", + "category": "CC_AMMO", + "subcategory": "CSC_AMMO_PISTOL", + "skill_used": "fabrication", + "difficulty": 4, + "skills_required": [ "gun", 3 ], + "time": "2 m", + "batch_time_factors": [ 60, 5 ], + "book_learn": [ [ "recipe_bullets", 3 ], [ "mag_rifle", 4 ] ], + "charges": 1, + "reversible": true, + "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 2 ] ], + "components": [ [ [ "57mm_casing", 1 ] ], [ [ "smpistol_primer", 1 ] ], [ [ "gunpowder", 4 ] ] ] + } +] |