summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-02 17:08:33 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-02 17:08:33 -0700
commitd218043c17696d7a9121209ca00517081bd44cd3 (patch)
tree7891dfc0307f23b19d32580712e91005a52b21f9
parentTypo (diff)
downloadcataclysm-bn-mod_hk-loadout-d218043c17696d7a9121209ca00517081bd44cd3.tar.xz
Increase 000shot lead/flechette requirement by 20%
Fix errors in 000shot recipes
-rw-r--r--json/recipes/000shot.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/json/recipes/000shot.json b/json/recipes/000shot.json
index 122f524..96767d1 100644
--- a/json/recipes/000shot.json
+++ b/json/recipes/000shot.json
@@ -12,7 +12,7 @@
"book_learn": [ [ "recipe_bullets", 2 ], [ "manual_shotgun", 2 ] ],
"charges": 1,
"reversible": true,
- "using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 10 ], [ "ammo_000_shot", 1 ] ],
+ "using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 12 ], [ "ammo_000_shot", 1 ] ],
"tools": [ [ [ "press", -1 ] ] ],
"components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ] ]
},
@@ -29,7 +29,8 @@
"book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ],
"charges": 1,
"reversible": true,
- "using": [ [ "bullet_forming", 1 ], [ "ammo_bullet", 20 ], [ "ammo_000_shot", 1 ] ],
+ "using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 12 ], [ "ammo_000_shot", 1 ] ],
+ "tools": [ [ [ "press", -1 ] ] ],
"components": [ [ [ "gunpowder", 5 ], [ "gunpowder_pistol", 5 ], [ "gunpowder_shotgun", 5 ] ], [ [ "magnesium", 5 ] ] ]
},
{
@@ -45,9 +46,9 @@
"book_learn": [ [ "recipe_bullets", 4 ], [ "manual_shotgun", 4 ] ],
"charges": 1,
"reversible": true,
- "using": [ [ "ammo_000_shot", 1 ] ],
+ "using": [ [ "shot_forming", 1 ], [ "ammo_000_shot", 1 ] ],
"tools": [ [ [ "press", -1 ] ] ],
- "components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ], [ [ "combatnail", 10 ] ] ]
+ "components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ], [ [ "combatnail", 12 ] ] ]
},
{
"result": "reloaded_shot_000_slug",
@@ -62,7 +63,7 @@
"book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ],
"charges": 1,
"reversible": true,
- "using": [ [ "bullet_forming", 1 ], [ "ammo_bullet", 20 ], [ "ammo_000_shot", 1 ] ],
+ "using": [ [ "bullet_forming", 1 ], [ "ammo_bullet", 24 ], [ "ammo_000_shot", 1 ] ],
"components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ] ]
}
]