diff options
| -rw-r--r-- | json/recipes/ammo/40x46mm.json | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json index f034186..d777e94 100644 --- a/json/recipes/ammo/40x46mm.json +++ b/json/recipes/ammo/40x46mm.json @@ -80,9 +80,11 @@      "batch_time_factors": [ 60, 5 ],      "book_learn": [ [ "textbook_anarch", 7 ] ],      "charges": 1, -    "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], +    "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 12 ] ], +    "tools": [ [ [ "swage", -1 ] ] ],      "qualities" : [ { "id": "SCREW", "level": 1 } ],      "components": [ +      [ [ "paper", 1 ], [ "wax", 1 ] ],        [ [ "rubber_slug", 2 ] ],        [ [ "gunpowder_shotgun", 35 ] ],        [ [ "smpistol_primer", 1 ] ],  | 
