summaryrefslogtreecommitdiff
path: root/json
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 /json
downloadcataclysm-dda-mod_backport_heatercooler-fix-f50c88bf3d7635a1ce71f7c48be6108ce78ddc09.tar.xz
Initial commit
Diffstat (limited to 'json')
-rw-r--r--json/emit.json18
1 files changed, 18 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
+ }
+]