From 27dc15f4cf85074247911b9ddc8fded5cb6c3d77 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 17 Jan 2021 05:24:50 -0800 Subject: Update ammo names patch Add 45-70 ammo can be dismantled patch Add NPCs stop using tables instead of cots patch --- 0014-4570-ammo-can-be-dismantled.patch | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 0014-4570-ammo-can-be-dismantled.patch (limited to '0014-4570-ammo-can-be-dismantled.patch') diff --git a/0014-4570-ammo-can-be-dismantled.patch b/0014-4570-ammo-can-be-dismantled.patch new file mode 100644 index 0000000..3681df5 --- /dev/null +++ b/0014-4570-ammo-can-be-dismantled.patch @@ -0,0 +1,34 @@ +--- a/data/json/recipes/ammo/rifle.json ++++ b/data/json/recipes/ammo/rifle.json +@@ -385,6 +385,7 @@ + "batch_time_factors": [ 60, 5 ], + "book_learn": [ [ "recipe_bullets", 2 ], [ "mag_rifle", 4 ] ], + "charges": 1, ++ "reversible": true, + "using": [ [ "bullet_forming", 15 ], [ "ammo_bullet", 8 ] ], + "components": [ + [ [ "4570_casing", 1 ] ], +@@ -406,6 +407,7 @@ + "batch_time_factors": [ 60, 5 ], + "book_learn": [ [ "recipe_bullets", 2 ], [ "mag_rifle", 4 ] ], + "charges": 1, ++ "reversible": true, + "using": [ [ "bullet_forming", 15 ], [ "ammo_bullet", 8 ] ], + "components": [ + [ [ "4570_casing", 1 ] ], +@@ -426,6 +428,7 @@ + "batch_time_factors": [ 60, 5 ], + "book_learn": [ [ "recipe_bullets", 2 ], [ "mag_rifle", 4 ] ], + "charges": 1, ++ "reversible": true, + "using": [ [ "bullet_forming", 15 ], [ "ammo_bullet", 8 ] ], + "components": [ + [ [ "4570_casing", 1 ] ], +@@ -446,6 +449,7 @@ + "batch_time_factors": [ 60, 5 ], + "book_learn": [ [ "recipe_bullets", 2 ], [ "mag_rifle", 4 ] ], + "charges": 1, ++ "reversible": true, + "using": [ [ "bullet_forming", 15 ], [ "ammo_bullet", 8 ] ], + "components": [ [ [ "4570_casing", 1 ] ], [ [ "lgrifle_primer", 1 ] ], [ [ "chem_black_powder", 12 ] ], [ [ "lead", 9 ] ] ] + }, -- cgit v1.2.1