summaryrefslogtreecommitdiff
path: root/json/recipes/000shot.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-02 16:00:32 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-02 16:00:32 -0700
commit3a01476d4b2531c7af9eed491b6b48d754826930 (patch)
tree27a04c85fa2c8bce5a462c007330bf9c12d44918 /json/recipes/000shot.json
parentExpand drop tables for 000shot (diff)
downloadcataclysm-bn-mod_hk-loadout-3a01476d4b2531c7af9eed491b6b48d754826930.tar.xz
Add 000shot variants - Explosive, Incendiary, Beanbag
Add 000shot Reloaded Variant - Incendiary Add drop tables and recipes for the new shot types
Diffstat (limited to 'json/recipes/000shot.json')
-rw-r--r--json/recipes/000shot.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/json/recipes/000shot.json b/json/recipes/000shot.json
index ba122a1..d86975b 100644
--- a/json/recipes/000shot.json
+++ b/json/recipes/000shot.json
@@ -17,6 +17,22 @@
"components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ] ]
},
{
+ "result": "reloaded_shot_000_inc",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_SHOT",
+ "skill_used": "fabrication",
+ "difficulty": 2,
+ "skills_required": [ "gun", 1 ],
+ "time": "2 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ],
+ "charges": 1,
+ "reversible": true,
+ "using": [ [ "bullet_forming", 1 ], [ "ammo_bullet", 20 ], [ "ammo_000_shot", 1 ] ],
+ "components": [ [ [ "gunpowder", 5 ], [ "gunpowder_pistol", 5 ], [ "gunpowder_shotgun", 5 ] ], [ [ "magnesium", 5 ] ] ]
+ }
+ {
"result": "reloaded_shot_000_flechette",
"type": "recipe",
"category": "CC_AMMO",
@@ -48,5 +64,5 @@
"reversible": true,
"using": [ [ "bullet_forming", 1 ], [ "ammo_bullet", 20 ], [ "ammo_000_shot", 1 ] ],
"components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ] ]
- }
+ },
]