From ceb9f49045e4bed1a074752ca68d48a59a9d0a01 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 11 Sep 2020 13:29:33 -0700 Subject: Many rebuilds from mod updates New hotfixes --- hotfix-vehicle-heater-cooler-intensity-reduced.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 hotfix-vehicle-heater-cooler-intensity-reduced.patch (limited to 'hotfix-vehicle-heater-cooler-intensity-reduced.patch') diff --git a/hotfix-vehicle-heater-cooler-intensity-reduced.patch b/hotfix-vehicle-heater-cooler-intensity-reduced.patch new file mode 100644 index 0000000..c3d16d5 --- /dev/null +++ b/hotfix-vehicle-heater-cooler-intensity-reduced.patch @@ -0,0 +1,20 @@ +--- a/data/json/emit.json ++++ b/data/json/emit.json +@@ -185,7 +185,7 @@ + { + "id": "emit_heater_vehicle", + "type": "emit", +- "field": "fd_hot_air3", ++ "field": "fd_hot_air2", + "intensity": 3, + "qty": 3, + "chance": 100 +@@ -193,7 +193,7 @@ + { + "id": "emit_cooler_vehicle", + "type": "emit", +- "field": "fd_cold_air3", ++ "field": "fd_cold_air2", + "intensity": 3, + "qty": 3, + "chance": 100 -- cgit v1.2.1