Skip to content

Commit

Permalink
feat(balance): improve consistency of handmade caseless ammo recipes (#…
Browse files Browse the repository at this point in the history
…3875)

* Improve consistency of handmade caseless ammo recipes

* 8x40 HVP ammo recipe: replace extra metals with flechettes

* Remove nails from 20x66 flechette recipe
  • Loading branch information
YeOldeMiller authored Dec 13, 2023
1 parent e816c0f commit 2af4ddb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
21 changes: 11 additions & 10 deletions data/json/recipes/ammo/rifle.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
[ "platinum_small", 4 ]
],
[ [ "copper", 40 ] ],
[ [ "smrifle_primer", 1 ], [ "lgpistol_primer", 1 ] ]
[ [ "smrifle_primer", 40 ], [ "lgpistol_primer", 40 ] ]
]
},
{
Expand Down Expand Up @@ -456,7 +456,7 @@
[ "platinum_small", 4 ]
],
[ [ "copper", 80 ] ],
[ [ "smrifle_primer", 1 ], [ "lgpistol_primer", 1 ] ]
[ [ "smrifle_primer", 40 ], [ "lgpistol_primer", 40 ] ]
]
},
{
Expand All @@ -479,16 +479,17 @@
[ [ "gunpowder", 400 ] ],
[ [ "oxy_powder", 120 ] ],
[ [ "lead", 80 ] ],
[ [ "combatnail", 40 ] ],
[
[ "gold_small", 40 ],
[ "silver_small", 40 ],
[ "tin", 40 ],
[ "bismuth", 40 ],
[ "solder_wire", 40 ],
[ "platinum_small", 40 ]
[ "gold_small", 4 ],
[ "silver_small", 4 ],
[ "tin", 4 ],
[ "bismuth", 4 ],
[ "solder_wire", 4 ],
[ "platinum_small", 4 ]
],
[ [ "copper", 80 ] ],
[ [ "smrifle_primer", 1 ], [ "lgpistol_primer", 1 ] ]
[ [ "smrifle_primer", 40 ], [ "lgpistol_primer", 40 ] ]
]
},
{
Expand Down Expand Up @@ -521,7 +522,7 @@
[ "platinum_small", 4 ]
],
[ [ "copper", 40 ] ],
[ [ "smrifle_primer", 1 ], [ "lgpistol_primer", 1 ] ]
[ [ "smrifle_primer", 40 ], [ "lgpistol_primer", 40 ] ]
]
},
{
Expand Down
12 changes: 9 additions & 3 deletions data/json/recipes/ammo/shot.json
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@
"skills_required": [ "cooking", 2 ],
"difficulty": 8,
"time": 45000,
"charges": 20,
"batch_time_factors": [ 60, 5 ],
"book_learn": [ [ "recipe_caseless", 5 ] ],
"qualities": [ { "id": "CHEM", "level": 2 } ],
Expand All @@ -662,7 +663,8 @@
[ [ "oxy_powder", 60 ] ],
[ [ "gunpowder", 120 ] ],
[ [ "lead", 160 ] ],
[ [ "gold_small", 5 ], [ "silver_small", 5 ], [ "tin", 5 ], [ "bismuth", 5 ], [ "solder_wire", 5 ] ]
[ [ "gold_small", 5 ], [ "silver_small", 5 ], [ "tin", 5 ], [ "bismuth", 5 ], [ "solder_wire", 5 ] ],
[ [ "shotgun_primer", 20 ] ]
]
},
{
Expand All @@ -674,6 +676,7 @@
"skills_required": [ "cooking", 2 ],
"difficulty": 8,
"time": 45000,
"charges": 20,
"batch_time_factors": [ 60, 5 ],
"book_learn": [ [ "recipe_caseless", 5 ] ],
"qualities": [ { "id": "CHEM", "level": 2 } ],
Expand All @@ -691,7 +694,8 @@
[ "bismuth", 10 ],
[ "solder_wire", 10 ]
],
[ [ "nail", 240 ], [ "combatnail", 240 ] ]
[ [ "combatnail", 240 ] ],
[ [ "shotgun_primer", 20 ] ]
]
},
{
Expand All @@ -703,6 +707,7 @@
"skills_required": [ "cooking", 2 ],
"difficulty": 8,
"time": 45000,
"charges": 20,
"batch_time_factors": [ 60, 5 ],
"book_learn": [ [ "recipe_caseless", 5 ] ],
"qualities": [ { "id": "CHEM", "level": 2 } ],
Expand All @@ -713,7 +718,8 @@
[ [ "oxy_powder", 80 ] ],
[ [ "gunpowder", 160 ] ],
[ [ "lead", 240 ] ],
[ [ "gold_small", 8 ], [ "silver_small", 8 ], [ "tin", 8 ], [ "bismuth", 8 ], [ "solder_wire", 8 ] ]
[ [ "gold_small", 8 ], [ "silver_small", 8 ], [ "tin", 8 ], [ "bismuth", 8 ], [ "solder_wire", 8 ] ],
[ [ "shotgun_primer", 20 ] ]
]
}
]

0 comments on commit 2af4ddb

Please sign in to comment.