summaryrefslogtreecommitdiff
path: root/json/recipes/ammo/45.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/ammo/45.json')
-rw-r--r--json/recipes/ammo/45.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/json/recipes/ammo/45.json b/json/recipes/ammo/45.json
new file mode 100644
index 0000000..4a9e700
--- /dev/null
+++ b/json/recipes/ammo/45.json
@@ -0,0 +1,44 @@
+[
+ {
+ "result": "reloaded_45_acp",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_PISTOL",
+ "skill_used": "fabrication",
+ "difficulty": 5,
+ "skills_required": [ "gun", 5 ],
+ "time": "2 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "manual_pistol", 3 ], [ "manual_smg", 3 ], [ "recipe_bullets", 4 ] ],
+ "charges": 1,
+ "reversible": true,
+ "using": [ [ "bullet_forming", 3 ], [ "ammo_bullet", 3 ] ],
+ "components": [
+ [ [ "45_casing", 1 ] ],
+ [ [ "lgpistol_primer", 1 ] ],
+ [ [ "gunpowder", 4 ] ],
+ [ [ "copper", 1 ] ]
+ ]
+ },
+ {
+ "result": "bp_45_acp",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_PISTOL",
+ "skill_used": "fabrication",
+ "difficulty": 5,
+ "skills_required": [ "gun", 5 ],
+ "time": "2 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "manual_pistol", 3 ], [ "manual_smg", 3 ], [ "recipe_bullets", 4 ] ],
+ "charges": 1,
+ "reversible": true,
+ "using": [ [ "bullet_forming", 3 ], [ "ammo_bullet", 3 ] ],
+ "components": [
+ [ [ "45_casing", 1 ] ],
+ [ [ "lgpistol_primer", 1 ] ],
+ [ [ "chem_black_powder", 6 ] ],
+ [ [ "copper", 1 ] ]
+ ]
+ }
+]