From 6567478d80b72667ffcb42ba88f4eae0007b2b43 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Tue, 28 Mar 2017 13:01:26 +0100 Subject: [PATCH] Add explosive/thermal split for overload munitions --- dist/index.js | 13 ++++++++++--- dist/index.json | 13 ++++++++++--- modifications/modifierActions.json | 4 ++++ 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/dist/index.js b/dist/index.js index cc609cc..2e937a8 100644 --- a/dist/index.js +++ b/dist/index.js @@ -21431,7 +21431,7 @@ module.exports = { special_distortion_field: {}, special_drag_munitions: {}, special_emissive_munitions: { - thermload: 1 + thermload: 1.1 }, special_feedback_cascade: { breachdmg: -.2, @@ -21459,7 +21459,12 @@ module.exports = { T: .5 } }, - special_overload_munitions: {}, + special_overload_munitions: { + damagedist: { + E: .5, + T: .5 + } + }, special_phasing_sequence: { damage: -.1 }, @@ -21472,7 +21477,9 @@ module.exports = { special_regeneration_sequence: { damage: -.1 }, - special_reverberating_cascade: {}, + special_reverberating_cascade: { + damage: 0 + }, special_scramble_spectrum: { rof: .1111111111111111 }, diff --git a/dist/index.json b/dist/index.json index 453f2d0..1955667 100644 --- a/dist/index.json +++ b/dist/index.json @@ -28684,7 +28684,7 @@ "special_distortion_field": {}, "special_drag_munitions": {}, "special_emissive_munitions": { - "thermload": 1 + "thermload": 1.1 }, "special_feedback_cascade": { "breachdmg": -0.2, @@ -28712,7 +28712,12 @@ "T": 0.5 } }, - "special_overload_munitions": {}, + "special_overload_munitions": { + "damagedist": { + "E": 0.5, + "T": 0.5 + } + }, "special_phasing_sequence": { "damage": -0.1 }, @@ -28725,7 +28730,9 @@ "special_regeneration_sequence": { "damage": -0.1 }, - "special_reverberating_cascade": {}, + "special_reverberating_cascade": { + "damage": 0 + }, "special_scramble_spectrum": { "rof": 0.1111111111111111 }, diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index b2df605..978a364 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -230,6 +230,10 @@ } }, "special_overload_munitions": { + "damagedist": { + "E": 0.5, + "T": 0.5 + } }, "special_phasing_sequence": { "damage": -0.1