From 64b7ca503aba043588cf5b96085265e64bc4cc57 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Thu, 27 Apr 2017 06:59:06 -0400 Subject: [PATCH] Fix internal names for power plant blueprints --- ChangeLog.md | 1 + dist/index.js | 6 +++--- dist/index.json | 10 ++++------ modifications/blueprints.json | 4 ++-- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 21a2d8c..f716c2d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,7 @@ #2.3.4 * Add missing Long Range blueprint to multi-cannon * Fix values for thermal load of focused weapon grade 4 + * Fix internal module information for power plant blueprints #2.3.3 * Add Felicity Farseer to list of engineers that supply sensor and detailed surface scanner modifications diff --git a/dist/index.js b/dist/index.js index 1077e1c..2cf6a36 100644 --- a/dist/index.js +++ b/dist/index.js @@ -18072,7 +18072,7 @@ module.exports = { } }, id: 62, - modulename: [ "Power distributor", "Distributor" ], + modulename: [ "Power plant" ], name: "Armoured" }, PowerPlant_Boosted: { @@ -18137,7 +18137,7 @@ module.exports = { } }, id: 63, - modulename: [ "Power distributor", "Distributor" ], + modulename: [ "Power plant" ], name: "Overcharged" }, PowerPlant_Stealth: { @@ -20383,7 +20383,7 @@ module.exports = { piercing: [ .2, .4 ], range: [ .4, .8 ], rof: [ -.08, -.02 ], - thermload: [ -.2, -.1 ] + thermload: [ .2, .1 ] } }, "5": { diff --git a/dist/index.json b/dist/index.json index 6494b02..ede9bf6 100644 --- a/dist/index.json +++ b/dist/index.json @@ -23152,8 +23152,7 @@ }, "id": 62, "modulename": [ - "Power distributor", - "Distributor" + "Power plant" ], "name": "Armoured" }, @@ -23265,8 +23264,7 @@ }, "id": 63, "modulename": [ - "Power distributor", - "Distributor" + "Power plant" ], "name": "Overcharged" }, @@ -27171,8 +27169,8 @@ -0.02 ], "thermload": [ - -0.2, - -0.1 + 0.2, + 0.1 ] } }, diff --git a/modifications/blueprints.json b/modifications/blueprints.json index a172a42..c26086e 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -3627,7 +3627,7 @@ } }, "id": 62, - "modulename": ["Power distributor", "Distributor"], + "modulename": ["Power plant"], "name": "Armoured" }, "PowerPlant_Boosted": { @@ -3692,7 +3692,7 @@ } }, "id": 63, - "modulename": ["Power distributor", "Distributor"], + "modulename": ["Power plant"], "name": "Overcharged" }, "PowerPlant_Stealth": {