summaryrefslogtreecommitdiff
path: root/json/recipes
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 12:33:06 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 12:33:06 -0700
commitc1af80a063685b32e59126452419afe3b49f6b63 (patch)
treef24b14d312b2faf9748866667ab12908c9c9ad0d /json/recipes
parentTypo. (diff)
downloadcataclysm-bn-mod_hk-loadout-c1af80a063685b32e59126452419afe3b49f6b63.tar.xz
Add 4.6mm FMJ and SHP rounds, with itemgroups and uncraft.
-Also add reloaded and black powder variants with itemgroups and recipes.
Diffstat (limited to 'json/recipes')
-rw-r--r--json/recipes/46.json82
1 files changed, 82 insertions, 0 deletions
diff --git a/json/recipes/46.json b/json/recipes/46.json
new file mode 100644
index 0000000..67d8958
--- /dev/null
+++ b/json/recipes/46.json
@@ -0,0 +1,82 @@
+[
+ {
+ "result": "reloaded_46mm_fmj",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_PISTOL",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "skills_required": [ "gun", 3 ],
+ "time": "2 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "recipe_bullets", 3 ], [ "mag_rifle", 4 ] ],
+ "charges": 1,
+ "reversible": true,
+ "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 2 ] ],
+ "components": [
+ [ [ "46mm_casing", 1 ] ],
+ [ [ "smpistol_primer", 1 ] ],
+ [ [ "gunpowder", 4 ] ]
+ ]
+ },
+ {
+ "result": "bp_46mm_fmj",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_PISTOL",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "skills_required": [ "gun", 3 ],
+ "time": "2 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "recipe_bullets", 3 ], [ "mag_rifle", 4 ] ],
+ "charges": 1,
+ "reversible": true,
+ "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 2 ] ],
+ "components": [
+ [ [ "46mm_casing", 1 ] ],
+ [ [ "smpistol_primer", 1 ] ],
+ [ [ "chem_black_powder", 6 ] ]
+ ]
+ },
+ {
+ "result": "reloaded_46mm_shp",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_PISTOL",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "skills_required": [ "gun", 3 ],
+ "time": "2 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "recipe_bullets", 3 ], [ "mag_rifle", 4 ] ],
+ "charges": 1,
+ "reversible": true,
+ "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 2 ] ],
+ "components": [
+ [ [ "46mm_casing", 1 ] ],
+ [ [ "smpistol_primer", 1 ] ],
+ [ [ "gunpowder", 4 ] ]
+ ]
+ },
+ {
+ "result": "bp_46mm_shp",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_PISTOL",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "skills_required": [ "gun", 3 ],
+ "time": "2 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "recipe_bullets", 3 ], [ "mag_rifle", 4 ] ],
+ "charges": 1,
+ "reversible": true,
+ "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 2 ] ],
+ "components": [
+ [ [ "46mm_casing", 1 ] ],
+ [ [ "smpistol_primer", 1 ] ],
+ [ [ "chem_black_powder", 6 ] ]
+ ]
+ }
+]