summaryrefslogtreecommitdiff
path: root/json/recipes
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 23:11:26 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 23:11:26 -0700
commitec20afb3bb9b2cd22f933b2bfc212943833a80ff (patch)
treee741cbdd4583fa24c80ea87ddc9432fd2dc1c045 /json/recipes
parentAdd a spoils_in value to dried lentils. (diff)
downloadcataclysm-bn-mod_recipe-fixes-ec20afb3bb9b2cd22f933b2bfc212943833a80ff.tar.xz
Fix reloaded 5.7mm round using small rifle primer instead of small pistol primer.
Diffstat (limited to 'json/recipes')
-rw-r--r--json/recipes/ammo/57.json18
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 ] ] ]
+ }
+]