summaryrefslogtreecommitdiff
path: root/json/recipes/weapons/ammo/8mm.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/weapons/ammo/8mm.json')
-rw-r--r--json/recipes/weapons/ammo/8mm.json102
1 files changed, 102 insertions, 0 deletions
diff --git a/json/recipes/weapons/ammo/8mm.json b/json/recipes/weapons/ammo/8mm.json
new file mode 100644
index 0000000..e6ed292
--- /dev/null
+++ b/json/recipes/weapons/ammo/8mm.json
@@ -0,0 +1,102 @@
+[
+ {
+ "result": "8mm_jhp_reloaded",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_RIFLE",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "skills_required": [ "gun", 7 ],
+ "time": "2 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "recipe_caseless", 5 ] ],
+ "charges": 1,
+ "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 8 ] ],
+ "tools": [ [ [ "mold_plastic", -1 ] ] ],
+ "components": [
+ [ [ "8mm_mold", 1 ] ],
+ [ [ "lgrifle_primer", 1 ] ],
+ [ [ "gunpowder", 7 ] ],
+ [ [ "copper", 3 ] ]
+ ]
+ },
+ {
+ "result": "8mm_caseless_reloaded",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_RIFLE",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "skills_required": [ "gun", 7 ],
+ "time": "2 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "recipe_caseless", 5 ] ],
+ "charges": 1,
+ "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 8 ] ],
+ "tools": [ [ [ "mold_plastic", -1 ] ] ],
+ "components": [
+ [ [ "8mm_mold", 1 ] ],
+ [ [ "lgrifle_primer", 1 ] ],
+ [ [ "gunpowder", 7 ] ],
+ [ [ "copper", 4 ] ]
+ ]
+ },
+ {
+ "result": "8mm_fmj_reloaded",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_RIFLE",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "skills_required": [ "gun", 7 ],
+ "time": "2 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "recipe_caseless", 5 ] ],
+ "charges": 1,
+ "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 8 ] ],
+ "tools": [ [ [ "mold_plastic", -1 ] ] ],
+ "components": [
+ [ [ "8mm_mold", 1 ] ],
+ [ [ "lgrifle_primer", 1 ] ],
+ [ [ "gunpowder", 7 ] ],
+ [ [ "copper", 5 ] ]
+ ]
+ },
+ {
+ "result": "8mm_inc_reloaded",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_RIFLE",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "skills_required": [ "gun", 7 ],
+ "time": "2 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "recipe_caseless", 5 ] ],
+ "charges": 1,
+ "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 8 ] ],
+ "tools": [ [ [ "mold_plastic", -1 ] ] ],
+ "components": [
+ [ [ "8mm_mold", 1 ] ],
+ [ [ "lgrifle_primer", 1 ] ],
+ [ [ "gunpowder", 7 ] ],
+ [ [ "copper", 4 ] ],
+ [ [ "incendiary", 2 ] ]
+ ]
+ },
+ {
+ "result": "8mm_mold",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_COMPONENTS",
+ "skill_used": "fabrication",
+ "difficulty": 2,
+ "charges": 25,
+ "skills_required": [ "gun", 4 ],
+ "time": "10 m",
+ "book_learn": [ [ "recipe_caseless", 5 ] ],
+ "using": [ [ "surface_heat", 10 ] ],
+ "tools": [ [ [ "mold_plastic", -1 ] ] ],
+ "components": [ [ [ "plastic_chunk", 4 ] ] ]
+ }
+]