From 5a049ee8e7f065abad07eaf04945902145ac34f9 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Wed, 22 Feb 2017 07:49:39 +0000 Subject: [PATCH] Fix eff higherbetter --- ChangeLog.md | 1 + dist/index.js | 2 +- dist/index.json | 2 +- modifications/modifications.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 3629920..25315d2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,7 @@ * Fix mining laser statistics * Remove non-existent grade 4 and 5 wake scanner modifications * Add number of crew for each ship + * Correct lower efficiency value to be better, not worse #2.2.16 * Fix incorrect thermal load modifiers for dirty drives diff --git a/dist/index.js b/dist/index.js index 9ebc21a..e03a7b3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -19449,7 +19449,7 @@ module.exports = { name: "eff", type: "percentage", method: "multiplicative", - higherbetter: true + higherbetter: false }, engcap: { id: 9, diff --git a/dist/index.json b/dist/index.json index 466cfcc..62a5f68 100644 --- a/dist/index.json +++ b/dist/index.json @@ -25721,7 +25721,7 @@ "name": "eff", "type": "percentage", "method": "multiplicative", - "higherbetter": true + "higherbetter": false }, "engcap": { "id": 9, diff --git a/modifications/modifications.json b/modifications/modifications.json index f58fa03..2a82578 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -9,7 +9,7 @@ "damagedist": {"id": 40, "name": "damage", "type": "object", "hidden": true, "method": "overwrite"}, "distdraw": {"id": 6, "name": "distdraw", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "duration": {"id": 7, "name": "duration", "type": "percentage", "method": "multiplicative", "higherbetter": true}, - "eff": {"id": 8, "name": "eff", "type": "percentage", "method": "multiplicative", "higherbetter": true}, + "eff": {"id": 8, "name": "eff", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "engcap": {"id": 9, "name": "engcap", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "engrate": {"id": 10, "name": "engrate", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "explres": {"id": 11, "name": "explres", "type": "percentage", "method": "additive", "higherbetter": true},