summaryrefslogtreecommitdiff
path: root/json/recipes/ammo/38super.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/ammo/38super.json')
-rw-r--r--json/recipes/ammo/38super.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/json/recipes/ammo/38super.json b/json/recipes/ammo/38super.json
new file mode 100644
index 0000000..85c1c88
--- /dev/null
+++ b/json/recipes/ammo/38super.json
@@ -0,0 +1,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 ] ]
+ ]
+ }
+]