summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 23:11:26 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 23:11:26 -0700
commitec20afb3bb9b2cd22f933b2bfc212943833a80ff (patch)
treee741cbdd4583fa24c80ea87ddc9432fd2dc1c045
parentAdd a spoils_in value to dried lentils. (diff)
downloadcataclysm-bn-mod_recipe-fixes-ec20afb3bb9b2cd22f933b2bfc212943833a80ff.tar.xz
Fix reloaded 5.7mm round using small rifle primer instead of small pistol primer.
-rw-r--r--Readme.txt11
-rw-r--r--json/recipes/ammo/57.json18
2 files changed, 28 insertions, 1 deletions
diff --git a/Readme.txt b/Readme.txt
index 1505212..45f0f26 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -177,6 +177,15 @@ Every other soup is either 1 or 2, so 10 must be a typo.
Add recipe to craft hardened steel plates.
--
-Revert the upstream changes that make every food with a shelflife of over a month to last forever.
+Revert the upstream changes that made every food with a shelflife of over a month last forever.
+Also tweak the shelflife to more correct season lengths. (90 becomes 91, 360 becomes 364, etc)
+
+--
+Add a spoils_in value to fried seeds.
+Every other roasted nut spoils eventually, so these should too.
+
+--
+Fix reloaded 5.7mm rounds requiring small rifle primer.
+The comparable 4.6mm round uses small pistol primer, so the 5.7mm should too.
--
diff --git a/json/recipes/ammo/57.json b/json/recipes/ammo/57.json
new file mode 100644
index 0000000..0ccafc4
--- /dev/null
+++ b/json/recipes/ammo/57.json
@@ -0,0 +1,18 @@
+[
+ {
+ "result": "reloaded_57mm",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_PISTOL",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "skills_required": [ "gun", 3 ],
+ "time": "2 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "recipe_bullets", 3 ], [ "mag_rifle", 4 ] ],
+ "charges": 1,
+ "reversible": true,
+ "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 2 ] ],
+ "components": [ [ [ "57mm_casing", 1 ] ], [ [ "smpistol_primer", 1 ] ], [ [ "gunpowder", 4 ] ] ]
+ }
+]