From 2a0665e4684411a0560539207c18c20ffb3fff87 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Mon, 12 Dec 2016 13:38:45 +0000 Subject: [PATCH] Add separate min/opt/max multipliers for enhanced thrusters for speed, acceleration and rotation --- ChangeLog.md | 1 + dist/index.js | 26 ++++++++++++++++++++++---- dist/index.json | 26 ++++++++++++++++++++++---- modules/standard/thrusters.json | 26 ++++++++++++++++++++++---- 4 files changed, 67 insertions(+), 12 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 7ebf999..c163448 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,7 @@ * Use sane order for multi-module JSON - coriolis can re-order as it sees fit when displaying modules * Fix cost of fighter hangars * Update Powerplay weapons with current statistics + * Add separate min/opt/max multipliers for enhanced thrusters for speed, acceleration and rotation #2.2.5 * Fix incorrect ID for emissive munitions special diff --git a/dist/index.js b/dist/index.js index 1ca4654..6a9530a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3738,12 +3738,21 @@ module.exports = { integrity: 55, mass: 5, maxmass: 200, - maxmul: 1.6, + maxmul: 1.367, + maxmulacceleration: 1.2, + maxmulrotation: 1.3, + maxmulspeed: 1.6, minmass: 70, minmul: .9, + minmulacceleration: .9, + minmulrotation: .9, + minmulspeed: .9, name: "Enhanced Performance", optmass: 90, - optmul: 1.25, + optmul: 1.15, + optmulacceleration: 1.1, + optmulrotation: 1.1, + optmulspeed: 1.25, power: 5, rating: "A" }, { @@ -3756,12 +3765,21 @@ module.exports = { integrity: 40, mass: 2.5, maxmass: 120, - maxmul: 1.6, + maxmul: 1.367, + maxmulacceleration: 1.2, + maxmulrotation: 1.3, + maxmulspeed: 1.6, minmass: 50, minmul: .9, + minmulacceleration: .9, + minmulrotation: .9, + minmulspeed: .9, name: "Enhanced Performance", optmass: 60, - optmul: 1.25, + optmul: 1.15, + optmulacceleration: 1.1, + optmulrotation: 1.1, + optmulspeed: 1.25, power: 4, rating: "A" } ], diff --git a/dist/index.json b/dist/index.json index e8de1c7..d57ab4b 100644 --- a/dist/index.json +++ b/dist/index.json @@ -5458,12 +5458,21 @@ "integrity": 55, "mass": 5, "maxmass": 200, - "maxmul": 1.6, + "maxmul": 1.367, + "maxmulacceleration": 1.2, + "maxmulrotation": 1.3, + "maxmulspeed": 1.6, "minmass": 70, "minmul": 0.9, + "minmulacceleration": 0.9, + "minmulrotation": 0.9, + "minmulspeed": 0.9, "name": "Enhanced Performance", "optmass": 90, - "optmul": 1.25, + "optmul": 1.15, + "optmulacceleration": 1.1, + "optmulrotation": 1.1, + "optmulspeed": 1.25, "power": 5, "rating": "A" }, @@ -5477,12 +5486,21 @@ "integrity": 40, "mass": 2.5, "maxmass": 120, - "maxmul": 1.6, + "maxmul": 1.367, + "maxmulacceleration": 1.2, + "maxmulrotation": 1.3, + "maxmulspeed": 1.6, "minmass": 50, "minmul": 0.9, + "minmulacceleration": 0.9, + "minmulrotation": 0.9, + "minmulspeed": 0.9, "name": "Enhanced Performance", "optmass": 60, - "optmul": 1.25, + "optmul": 1.15, + "optmulacceleration": 1.1, + "optmulrotation": 1.1, + "optmulspeed": 1.25, "power": 4, "rating": "A" } diff --git a/modules/standard/thrusters.json b/modules/standard/thrusters.json index c034ab8..be06946 100644 --- a/modules/standard/thrusters.json +++ b/modules/standard/thrusters.json @@ -640,12 +640,21 @@ "integrity": 55, "mass": 5, "maxmass": 200, - "maxmul": 1.6, + "maxmul": 1.367, + "maxmulacceleration": 1.20, + "maxmulrotation": 1.30, + "maxmulspeed": 1.60, "minmass": 70, "minmul": 0.9, + "minmulacceleration": 0.9, + "minmulrotation": 0.9, + "minmulspeed": 0.9, "name": "Enhanced Performance", "optmass": 90, - "optmul": 1.25, + "optmul": 1.15, + "optmulacceleration": 1.10, + "optmulrotation": 1.10, + "optmulspeed": 1.25, "power": 5, "rating": "A" }, @@ -659,12 +668,21 @@ "integrity": 40, "mass": 2.5, "maxmass": 120, - "maxmul": 1.6, + "maxmul": 1.367, + "maxmulacceleration": 1.20, + "maxmulrotation": 1.30, + "maxmulspeed": 1.60, "minmass": 50, "minmul": 0.9, + "minmulacceleration": 0.9, + "minmulrotation": 0.9, + "minmulspeed": 0.9, "name": "Enhanced Performance", "optmass": 60, - "optmul": 1.25, + "optmul": 1.15, + "optmulacceleration": 1.10, + "optmulrotation": 1.10, + "optmulspeed": 1.25, "power": 4, "rating": "A" }