summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-11 04:21:17 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-11 04:21:17 -0700
commit01678a23f6e664d7c32cabff8f014fcdde448fd1 (patch)
tree75e46181027cc0b0bb2260acc23995ed5e1f2a46
parentUpdate modinfo (diff)
downloadcataclysm-dda-mod_grenade-crafting-01678a23f6e664d7c32cabff8f014fcdde448fd1.tar.xz
Add recipes for 40x46mm grenades
-rw-r--r--json/recipes/ammo/40x46.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/json/recipes/ammo/40x46.json b/json/recipes/ammo/40x46.json
new file mode 100644
index 0000000..735891a
--- /dev/null
+++ b/json/recipes/ammo/40x46.json
@@ -0,0 +1,68 @@
+[
+ {
+ "result": "40x46mm_m433",
+ "type" : "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_GRENADES",
+ "skill_used": "fabrication",
+ "skills_required": [ "mechanics", 6 ],
+ "difficulty": 6,
+ "time": "30 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "textbook_anarch", 7 ] ],
+ "charges": 1,
+ "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
+ "qualities" : [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "pilot_light", 1 ] ],
+ [ [ "sheet_metal_small", 6 ] ],
+ [ [ "chem_rdx", 200 ] ],
+ [ [ "40x46mm_m118_casing", 1 ] ],
+ [ [ "smpistol_primer", 1 ] ]
+ ]
+ },
+ {
+ "result": "40x46mm_m576",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_GRENADES",
+ "skill_used": "fabrication",
+ "difficulty": 6,
+ "skills_required": [ "launcher", 2 ],
+ "time": "30 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "textbook_anarch", 7 ] ],
+ "charges": 1,
+ "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 12 ] ],
+ "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
+ "qualities": [ { "id": "CUT", "level": 1 } ],
+ "components": [
+ [ [ "paper", 1 ], [ "wax", 1 ] ],
+ [ [ "sheet_metal_small", 6 ] ],
+ [ [ "gunpowder_shotgun", 30 ] ],
+ [ [ "40x46mm_m199_casing", 1 ] ],
+ [ [ "smpistol_primer", 1 ] ]
+ ]
+ },
+ {
+ "result": "40x46mm_m651",
+ "type" : "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_GRENADES",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 6 ],
+ "difficulty": 6,
+ "time": "30 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "textbook_anarch", 7 ] ],
+ "charges": 1,
+ "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
+ "qualities" : [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "bleach", 2 ] ],
+ [ [ "ammonia", 2 ] ],
+ [ [ "40x46mm_m195_casing", 1 ] ],
+ [ [ "smpistol_primer", 1 ] ]
+ ]
+ }
+]