From f50c88bf3d7635a1ce71f7c48be6108ce78ddc09 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 23 Jul 2020 21:32:03 -0700 Subject: Initial commit --- json/emit.json | 18 ++++++++++++++++++ modinfo.json | 11 +++++++++++ 2 files changed, 29 insertions(+) create mode 100644 json/emit.json create mode 100644 modinfo.json 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" ] + } +] -- cgit v1.2.1