summaryrefslogtreecommitdiff
path: root/json/recipes
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-16 18:17:44 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-16 18:17:44 -0800
commitfde97375dd85b3d462cebd44e8faafb21f5cec1e (patch)
treeb67c578884ad95fb21ca3031651b7403a67b732f /json/recipes
parentShorten the name of the G11. (diff)
downloadcataclysm-bn-mod_hk-loadout-fde97375dd85b3d462cebd44e8faafb21f5cec1e.tar.xz
Convert the CAWS to 00shot.
-Obsolete 000 shells that aren't buckshot.
Diffstat (limited to 'json/recipes')
-rw-r--r--json/recipes/000shot.json76
-rw-r--r--json/recipes/shot.json39
2 files changed, 39 insertions, 76 deletions
diff --git a/json/recipes/000shot.json b/json/recipes/000shot.json
deleted file mode 100644
index 799e35a..0000000
--- a/json/recipes/000shot.json
+++ /dev/null
@@ -1,76 +0,0 @@
-[
- {
- "result": "reloaded_shot_000",
- "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", 2 ], [ "manual_shotgun", 2 ] ],
- "charges": 1,
- "reversible": true,
- "using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 12 ], [ "ammo_000_shot", 1 ] ],
- "components": [
- [ [ "gunpowder", 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": [ [ "shot_forming", 1 ], [ "ammo_bullet", 12 ], [ "ammo_000_shot", 1 ] ],
- "components": [
- [ [ "gunpowder", 5 ] ],
- [ [ "incendiary", 5 ] ]
- ]
- },
- {
- "result": "reloaded_shot_000_flechette",
- "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", 4 ], [ "manual_shotgun", 4 ] ],
- "charges": 1,
- "reversible": true,
- "using": [ [ "shot_forming", 1 ], [ "ammo_000_shot", 1 ] ],
- "components": [
- [ [ "gunpowder", 6 ] ],
- [ [ "combatnail", 12 ] ]
- ]
- },
- {
- "result": "reloaded_shot_000_slug",
- "type": "recipe",
- "category": "CC_AMMO",
- "subcategory": "CSC_AMMO_SHOT",
- "skill_used": "fabrication",
- "difficulty": 3,
- "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": [ [ "shot_forming", 1 ], [ "ammo_bullet", 24 ], [ "ammo_000_shot", 1 ] ],
- "components": [
- [ [ "gunpowder", 6 ] ]
- ]
- }
-]
diff --git a/json/recipes/shot.json b/json/recipes/shot.json
new file mode 100644
index 0000000..5a70410
--- /dev/null
+++ b/json/recipes/shot.json
@@ -0,0 +1,39 @@
+[
+ {
+ "result": "reloaded_shot_000",
+ "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", 2 ], [ "manual_shotgun", 2 ] ],
+ "charges": 1,
+ "reversible": true,
+ "using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 12 ], [ "ammo_shot", 1 ] ],
+ "components": [
+ [ [ "gunpowder", 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": [ [ "shot_forming", 1 ], [ "ammo_bullet", 12 ], [ "ammo_shot", 1 ] ],
+ "components": [
+ [ [ "gunpowder", 5 ] ],
+ [ [ "incendiary", 5 ] ]
+ ]
+ }
+]