From ec20afb3bb9b2cd22f933b2bfc212943833a80ff Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 9 Apr 2024 23:11:26 -0700 Subject: Fix reloaded 5.7mm round using small rifle primer instead of small pistol primer. --- Readme.txt | 11 ++++++++++- json/recipes/ammo/57.json | 18 ++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 json/recipes/ammo/57.json 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 ] ] ] + } +] -- cgit v1.2.1