diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-07-23 21:32:03 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-07-23 21:32:03 -0700 |
commit | f50c88bf3d7635a1ce71f7c48be6108ce78ddc09 (patch) | |
tree | a7ab2e8f51ec90238762184c6e25110163a6d904 /json | |
download | cataclysm-dda-mod_backport_heatercooler-fix-f50c88bf3d7635a1ce71f7c48be6108ce78ddc09.tar.xz |
Initial commit
Diffstat (limited to 'json')
-rw-r--r-- | json/emit.json | 18 |
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 + } +] |