Skip to content

Commit

Permalink
Adds a recipe for making .380 ACP cases from .223 brass. (#30360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greevv authored and kevingranade committed May 16, 2019
1 parent 267ef6d commit 6149beb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/json/recipes/ammo/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,20 @@
"qualities": [ { "id": "SAW_M", "level": 1 }, { "id": "DRILL", "level": 2 } ],
"tools": [ [ [ "press", -1 ] ], [ [ "cordless_drill", 2 ] ] ],
"components": [ [ [ "308_casing", 1 ], [ "3006_casing", 1 ] ] ]
},
{
"type": "recipe",
"result": "380_casing",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_COMPONENTS",
"skill_used": "fabrication",
"difficulty": 2,
"skills_required": [ "gun", 3 ],
"time": 2100,
"batch_time_factors": [ 80, 5 ],
"book_learn": [ [ "manual_pistol", 5 ], [ "recipe_bullets", 3 ] ],
"qualities": [ { "id": "SAW_M", "level": 1 }, { "id": "DRILL", "level": 2 } ],
"tools": [ [ [ "press", -1 ] ], [ [ "cordless_drill", 2 ] ] ],
"components": [ [ [ "223_casing", 1 ] ] ]
}
]

0 comments on commit 6149beb

Please sign in to comment.