From 922b5727e61e6ccc26af7dc1907806ff7357abc0 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Thu, 24 Nov 2016 13:44:12 +0000 Subject: [PATCH] Add damage type modifier for incendiary rounds --- dist/index.js | 5 +++-- dist/index.json | 6 ++++-- modifications/modifications.json | 3 ++- modifications/modifierActions.json | 3 ++- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/dist/index.js b/dist/index.js index ddd09d4..8ea3be1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13710,7 +13710,7 @@ module.exports = { name: "Sturdy" } }, - modifications: [ "ammo", "boot", "brokenregen", "burst", "clip", "damage", "distdraw", "duration", "eff", "engcap", "engrate", "explres", "facinglimit", "hullboost", "hullreinforcement", "integrity", "jitter", "kinres", "mass", "maxfuel", "optmass", "optmul", "pgen", "piercing", "power", "range", "ranget", "regen", "reload", "rof", "shield", "shieldboost", "spinup", "syscap", "sysrate", "thermload", "thermres", "wepcap", "weprate", "shieldreinforcement" ], + modifications: [ "ammo", "boot", "brokenregen", "burst", "clip", "damage", "distdraw", "duration", "eff", "engcap", "engrate", "explres", "facinglimit", "hullboost", "hullreinforcement", "integrity", "jitter", "kinres", "mass", "maxfuel", "optmass", "optmul", "pgen", "piercing", "power", "range", "ranget", "regen", "reload", "rof", "shield", "shieldboost", "spinup", "syscap", "sysrate", "thermload", "thermres", "wepcap", "weprate", "shieldreinforcement", "type" ], modifierActions: { mod_boot_time: { boot: 1 @@ -13912,7 +13912,8 @@ module.exports = { special_high_yield_shell: {}, special_incendiary_rounds: { rof: .05263157894736842, - thermload: 2 + thermload: 2, + type: "T" }, special_overload_munitions: { ammo: -.2 diff --git a/dist/index.json b/dist/index.json index 37f7f8d..a8e9915 100644 --- a/dist/index.json +++ b/dist/index.json @@ -16146,7 +16146,8 @@ "thermres", "wepcap", "weprate", - "shieldreinforcement" + "shieldreinforcement", + "type" ], "modifierActions": { "mod_boot_time": { @@ -16349,7 +16350,8 @@ "special_high_yield_shell": {}, "special_incendiary_rounds": { "rof": 0.05263157894736842, - "thermload": 2 + "thermload": 2, + "type": "T" }, "special_overload_munitions": { "ammo": -0.2 diff --git a/modifications/modifications.json b/modifications/modifications.json index df78561..5388eff 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -38,5 +38,6 @@ "thermres", "wepcap", "weprate", - "shieldreinforcement" + "shieldreinforcement", + "type" ] diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index e1bea95..1e3582a 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -199,7 +199,8 @@ "special_high_yield_shell": {}, "special_incendiary_rounds": { "rof": 0.05263157894736842, - "thermload": 2 + "thermload": 2, + "type": "T" }, "special_overload_munitions": { "ammo": -0.2