Skip to content

Commit

Permalink
added 460 brass recipe
Browse files Browse the repository at this point in the history
make .460 brass from 308/3006 (how they used to make .45super!)
  • Loading branch information
tenmillimaster committed Jan 10, 2019
1 parent 7162968 commit 299d1dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/generic/casing.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"volume": "3ml"
},
{
"id": "45_casing",
"id": "460_casing",
"copy-from": "casing",
"type": "GENERIC",
"name": ".460 rowland casing",
Expand Down
15 changes: 15 additions & 0 deletions data/json/recipes/ammo/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,20 @@
"using": [ [ "surface_heat", 25 ] ],
"qualities": [ { "id": "CHEM", "level": 1 } ],
"components": [ [ [ "magnesium", 100 ] ], [ [ "oxy_powder", 200 ] ] ]
},
{
"type" : "recipe",
"result": "460_casing",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_COMPONENTS",
"skill_used": "fabrication",
"difficulty": 3,
"skills_required": [ "gun", 4 ],
"time": 3000,
"batch_time_factors": [ 60, 5 ],
"book_learn": [ [ "manual_pistol", 5 ], [ "recipe_bullets", 3 ] ],
"qualities":[ {"id":"SAW_M","level":1} ],
"tools": [ [ [ "press", -1 ] ] ],
"components": [ [ [ "308_casing", 1 ], [ "3006_casing", 1 ] ] ]
}
]

0 comments on commit 299d1dc

Please sign in to comment.