summaryrefslogtreecommitdiff
path: root/json/recipes/ammo/357.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 14:54:50 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 14:54:50 -0700
commitd3a8099ef44a99721bfeabb689995ff51d74af1f (patch)
treeaf88546d29a2407902877698bdc386f4bfbfce0a /json/recipes/ammo/357.json
parentLight turret fixed upstream. (diff)
downloadcataclysm-bn-mod_recipe-fixes-d3a8099ef44a99721bfeabb689995ff51d74af1f.tar.xz
Fix several FMJ ammo recipes to require copper.
Diffstat (limited to 'json/recipes/ammo/357.json')
-rw-r--r--json/recipes/ammo/357.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/json/recipes/ammo/357.json b/json/recipes/ammo/357.json
new file mode 100644
index 0000000..94e8483
--- /dev/null
+++ b/json/recipes/ammo/357.json
@@ -0,0 +1,40 @@
+[
+ {
+ "result": "reloaded_357mag_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", 3 ], [ "recipe_bullets", 4 ] ],
+ "charges": 1,
+ "reversible": true,
+ "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 2 ], [ "ammo_357mag", 1 ] ],
+ "components": [
+ [ [ "gunpowder", 5 ] ],
+ [ [ "copper", 1 ] ]
+ ]
+ },
+ {
+ "result": "bp_357mag_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", 3 ], [ "recipe_bullets", 4 ] ],
+ "charges": 1,
+ "reversible": true,
+ "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 2 ], [ "ammo_357mag", 1 ] ],
+ "components": [
+ [ [ "chem_black_powder", 8 ] ],
+ [ [ "copper", 1 ] ]
+ ]
+ }
+]