From a71854309fe43887ec85e8f5293e40ea84b6dc9e Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Mon, 6 Mar 2017 19:56:36 +0000 Subject: [PATCH] Fix jitter stat --- dist/index.js | 14 +++++++++++--- dist/index.json | 14 +++++++++++--- modifications/modifications.json | 2 +- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/dist/index.js b/dist/index.js index c232739..a8e71f4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -14714,7 +14714,11 @@ module.exports = { } }, "4": { - components: {}, + components: { + "Galvanising Alloys": 1, + "Heat Vanes": 1, + Tungsten: 1 + }, features: { explres: [ -.224, -.112 ], kinres: [ -.192, -.096 ], @@ -14722,7 +14726,11 @@ module.exports = { } }, "5": { - components: {}, + components: { + Molybdenum: 1, + "Phase Alloys": 1, + "Proto Heat Radiators": 1 + }, features: { explres: [ -.28, -.14 ], kinres: [ -.24, -.12 ], @@ -20858,7 +20866,7 @@ module.exports = { name: "jitter", type: "numeric", method: "multiplicative", - higherbetter: true + higherbetter: false }, kinres: { id: 17, diff --git a/dist/index.json b/dist/index.json index 92aabbb..30cda70 100644 --- a/dist/index.json +++ b/dist/index.json @@ -17514,7 +17514,11 @@ } }, "4": { - "components": {}, + "components": { + "Galvanising Alloys": 1, + "Heat Vanes": 1, + "Tungsten": 1 + }, "features": { "explres": [ -0.224, @@ -17531,7 +17535,11 @@ } }, "5": { - "components": {}, + "components": { + "Molybdenum": 1, + "Phase Alloys": 1, + "Proto Heat Radiators": 1 + }, "features": { "explres": [ -0.28, @@ -28152,7 +28160,7 @@ "name": "jitter", "type": "numeric", "method": "multiplicative", - "higherbetter": true + "higherbetter": false }, "kinres": { "id": 17, diff --git a/modifications/modifications.json b/modifications/modifications.json index cc1d6c1..771e437 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -19,7 +19,7 @@ "hullboost": {"id": 13, "name": "hullboost", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "hullreinforcement": {"id": 14, "name": "hullreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "integrity": {"id": 15, "name": "integrity", "type": "percentage", "method": "multiplicative", "higherbetter": true}, - "jitter": {"id": 16, "name": "jitter", "type": "numeric", "method": "multiplicative", "higherbetter": true}, + "jitter": {"id": 16, "name": "jitter", "type": "numeric", "method": "multiplicative", "higherbetter": false}, "kinres": {"id": 17, "name": "kinres", "type": "percentage", "method": "additive", "higherbetter": true}, "mass": {"id": 18, "name": "mass", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "maxfuel": {"id": 19, "name": "maxfuel", "type": "percentage", "method": "multiplicative", "higherbetter": true},