summaryrefslogtreecommitdiff
path: root/json/recipes/ammo/40x46.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-13 02:53:04 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-13 02:53:04 -0700
commit551fccc2e990baf30fa6af84add2382686cb9769 (patch)
treee7ed7b694c40930ad3bedcf419a6b771d66449ee /json/recipes/ammo/40x46.json
parentAllow m576 to use mixed gunpowder (diff)
downloadcataclysm-bn-mod_grenade-crafting-551fccc2e990baf30fa6af84add2382686cb9769.tar.xz
Rename 40x46 to 40x46mm
Diffstat (limited to 'json/recipes/ammo/40x46.json')
-rw-r--r--json/recipes/ammo/40x46.json68
1 files changed, 0 insertions, 68 deletions
diff --git a/json/recipes/ammo/40x46.json b/json/recipes/ammo/40x46.json
deleted file mode 100644
index 1ed3d61..0000000
--- a/json/recipes/ammo/40x46.json
+++ /dev/null
@@ -1,68 +0,0 @@
-[
- {
- "result": "40x46mm_m433",
- "type": "recipe",
- "category": "CC_AMMO",
- "subcategory": "CSC_AMMO_GRENADES",
- "skill_used": "fabrication",
- "difficulty": 6,
- "skills_required": [ "mechanics", 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_compositionb", 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 ], [ "gunpowder", 30 ] ],
- [ [ "40x46mm_m199_casing", 1 ] ],
- [ [ "smpistol_primer", 1 ] ]
- ]
- },
- {
- "result": "40x46mm_m651",
- "type" : "recipe",
- "category": "CC_AMMO",
- "subcategory": "CSC_AMMO_GRENADES",
- "skill_used": "cooking",
- "difficulty": 6,
- "skills_required": [ "mechanics", 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 ] ]
- ]
- }
-]