From 3fd848091efec4cb8f05f34edba994c7703087c8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 13 Nov 2020 15:03:27 -0800 Subject: Apply 0.E.3 changeset Add backport for faction camp wells Rename other backports Add patch to allow actually crafting oxyacetylene Add patch to fix gun loudness using 6 times AP instead of 2 times --- 0009-oxyacetylene-from-oxygen.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 0009-oxyacetylene-from-oxygen.patch (limited to '0009-oxyacetylene-from-oxygen.patch') diff --git a/0009-oxyacetylene-from-oxygen.patch b/0009-oxyacetylene-from-oxygen.patch new file mode 100644 index 0000000..8da7688 --- /dev/null +++ b/0009-oxyacetylene-from-oxygen.patch @@ -0,0 +1,12 @@ +--- a/data/json/recipes/ammo/weldgas.json ++++ b/data/json/recipes/ammo/weldgas.json +@@ -7,8 +8,9 @@ + "charges": 120, + "book_learn": [ [ "textbook_chemistry", 4 ], [ "textbook_gaswarfare", 5 ], [ "atomic_survival", 3 ] ], + "qualities": [ { "id": "PRESSURIZATION", "level": 1 } ], ++ "tools": [ [ [ "oxygen_tank", 24 ], [ "oxygen_cylinder", 24 ], [ "smoxygen_tank", 24 ] ] ], +- "components": [ [ [ "oxygen", 24 ] ], [ [ "acetylene", 96 ] ] ] ++ "components": [ [ [ "acetylene", 96 ] ] ] + }, + { + "result": "acetylene", -- cgit v1.2.1