summaryrefslogtreecommitdiff
path: root/json/recipes
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-02 21:14:35 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-02 21:14:35 -0800
commit7f427ee2a8e7ac0ab8da15e588574c8b1e843bdd (patch)
tree27741726c060a0a566b04e41d379cfe08ea94e4d /json/recipes
parentFix PSG1/MSG90 volume (diff)
downloadcataclysm-bn-mod_hk-loadout-7f427ee2a8e7ac0ab8da15e588574c8b1e843bdd.tar.xz
Add the G11K2 rifle
Diffstat (limited to 'json/recipes')
-rw-r--r--json/recipes/473.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/json/recipes/473.json b/json/recipes/473.json
new file mode 100644
index 0000000..aa4c632
--- /dev/null
+++ b/json/recipes/473.json
@@ -0,0 +1,38 @@
+[
+ {
+ "result": "bootleg_473x33mm",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_RIFLE",
+ "skill_used": "fabrication",
+ "difficulty": 6,
+ "skills_required": [ "gun", 5 ],
+ "time": "2 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "recipe_caseless", 4 ] ],
+ "charges": 1,
+ "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 8 ] ],
+ "tools": [ [ [ "mold_plastic", -1 ] ] ],
+ "components": [
+ [ [ "473mm_mold", 1 ] ],
+ [ [ "smrifle_primer", 1 ] ],
+ [ [ "gunpowder", 7 ], [ "gunpowder_rifle", 6 ] ],
+ [ [ "copper", 1 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "473mm_mold",
+ "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", 1 ] ] ]
+ }
+]