summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-23 21:32:03 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-23 21:32:03 -0700
commitf50c88bf3d7635a1ce71f7c48be6108ce78ddc09 (patch)
treea7ab2e8f51ec90238762184c6e25110163a6d904
downloadcataclysm-dda-mod_backport_heatercooler-fix-f50c88bf3d7635a1ce71f7c48be6108ce78ddc09.tar.xz
Initial commit
-rw-r--r--json/emit.json18
-rw-r--r--modinfo.json11
2 files changed, 29 insertions, 0 deletions
diff --git a/json/emit.json b/json/emit.json
new file mode 100644
index 0000000..25b04aa
--- /dev/null
+++ b/json/emit.json
@@ -0,0 +1,18 @@
+[
+ {
+ "id": "emit_heater_vehicle",
+ "type": "emit",
+ "field": "fd_hot_air2",
+ "intensity": 3,
+ "qty": 3,
+ "chance": 100
+ },
+ {
+ "id": "emit_cooler_vehicle",
+ "type": "emit",
+ "field": "fd_cold_air2",
+ "intensity": 3,
+ "qty": 3,
+ "chance": 100
+ }
+]
diff --git a/modinfo.json b/modinfo.json
new file mode 100644
index 0000000..4b64e3c
--- /dev/null
+++ b/modinfo.json
@@ -0,0 +1,11 @@
+[
+ {
+ "type": "MOD_INFO",
+ "ident": "heatercooler_backport",
+ "name": "Heater and Cooler fix backport",
+ "authors": ["jc_gargma"],
+ "description": "Backport the vehicle heater and cooler fix to 0.E.2",
+ "category": "items",
+ "dependencies": [ "dda" ]
+ }
+]