summaryrefslogtreecommitdiff
path: root/json/recipes/weapons/ammo/5x50mm.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/weapons/ammo/5x50mm.json')
-rw-r--r--json/recipes/weapons/ammo/5x50mm.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/json/recipes/weapons/ammo/5x50mm.json b/json/recipes/weapons/ammo/5x50mm.json
new file mode 100644
index 0000000..2282bc0
--- /dev/null
+++ b/json/recipes/weapons/ammo/5x50mm.json
@@ -0,0 +1,24 @@
+[
+ {
+ "result": "reloaded_5x50dart",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_RIFLE",
+ "skill_used": "fabrication",
+ "difficulty": 6,
+ "skills_required": [ "gun", 5 ],
+ "time": "2 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "recipe_caseless", 4 ] ],
+ "charges": 1,
+ "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 2 ] ],
+ "tools": [ [ [ "mold_plastic", -1 ] ] ],
+ "components": [
+ [ [ "5x50_hull", 1 ] ],
+ [ [ "plastic_chunk", 1 ] ],
+ [ [ "smrifle_primer", 1 ] ],
+ [ [ "gunpowder", 2 ] ],
+ [ [ "combatnail", 1 ] ]
+ ]
+ }
+]