summaryrefslogtreecommitdiff
path: root/json/recipes/ammo/rifle.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-03 20:37:55 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-03 20:37:55 -0700
commitc3474b80d9d0c1a550779fbdab593e1bf1b39840 (patch)
tree381c5a847e5b407c02a43cb73b1214af18c0bad1 /json/recipes/ammo/rifle.json
parentClean up folders based on BN 2021-09-20-1725 (diff)
downloadcataclysm-dda-mod_recipe-fixes-c3474b80d9d0c1a550779fbdab593e1bf1b39840.tar.xz
Updated for removal of specialized gunpowders from BN
Diffstat (limited to 'json/recipes/ammo/rifle.json')
-rw-r--r--json/recipes/ammo/rifle.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/json/recipes/ammo/rifle.json b/json/recipes/ammo/rifle.json
deleted file mode 100644
index 795fd22..0000000
--- a/json/recipes/ammo/rifle.json
+++ /dev/null
@@ -1,21 +0,0 @@
-[
- {
- "result": "reloaded_300blk",
- "type": "recipe",
- "category": "CC_AMMO",
- "subcategory": "CSC_AMMO_RIFLE",
- "skill_used": "fabrication",
- "difficulty": 5,
- "skills_required": [ "gun", 5 ],
- "time": "2 m",
- "batch_time_factors": [ 60, 5 ],
- "book_learn": [ [ "recipe_bullets", 3 ], [ "mag_rifle", 4 ] ],
- "charges": 1,
- "reversible": true,
- "using": [ [ "bullet_forming", 4 ], [ "ammo_bullet", 5 ], [ "ammo_300blk", 1 ] ],
- "components": [
- [ [ "gunpowder", 4 ], [ "gunpowder_magnum_pistol", 4 ], [ "gunpowder_rifle", 4 ] ],
- [ [ "copper", 2 ] ]
- ]
- }
-]