From 4864b11dea5083f6b9b87bb77ed9f5d6e90d0f83 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Sun, 9 Apr 2017 09:09:53 +0100 Subject: [PATCH] Fix blueprint for specialised shield cell --- dist/index.js | 12 ++++++------ dist/index.json | 12 ++++++------ modifications/blueprints.json | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/dist/index.js b/dist/index.js index 867f377..c31387b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -19686,7 +19686,7 @@ module.exports = { grades: { "1": { components: { - Sulphur: 1 + "Specialised Legacy Firmware": 1 }, features: { boot: [ -.04, -.08 ], @@ -19697,8 +19697,8 @@ module.exports = { }, "2": { components: { - Chromium: 1, - "Grid Resistors": 1 + "Conductive Components": 1, + "Specialised Legacy Firmware": 1 }, features: { boot: [ -.08, -.16 ], @@ -19709,9 +19709,9 @@ module.exports = { }, "3": { components: { - "Hybrid Capacitors": 1, - "Precipitated Alloys": 1, - Sulphur: 1 + "Conductive Components": 1, + "Cracked Industrial Firmware": 1, + "Exceptional Scrambled Emission Data": 1 }, features: { boot: [ -.12, -.26 ], diff --git a/dist/index.json b/dist/index.json index c9f62de..7c1ae15 100644 --- a/dist/index.json +++ b/dist/index.json @@ -25911,7 +25911,7 @@ "grades": { "1": { "components": { - "Sulphur": 1 + "Specialised Legacy Firmware": 1 }, "features": { "boot": [ @@ -25934,8 +25934,8 @@ }, "2": { "components": { - "Chromium": 1, - "Grid Resistors": 1 + "Conductive Components": 1, + "Specialised Legacy Firmware": 1 }, "features": { "boot": [ @@ -25958,9 +25958,9 @@ }, "3": { "components": { - "Hybrid Capacitors": 1, - "Precipitated Alloys": 1, - "Sulphur": 1 + "Conductive Components": 1, + "Cracked Industrial Firmware": 1, + "Exceptional Scrambled Emission Data": 1 }, "features": { "boot": [ diff --git a/modifications/blueprints.json b/modifications/blueprints.json index 4f4f8e3..8b86068 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -5249,7 +5249,7 @@ "grades": { "1": { "components": { - "Sulphur": 1 + "Specialised Legacy Firmware": 1 }, "features": { "boot": [ -0.04, -0.08 ], @@ -5260,8 +5260,8 @@ }, "2": { "components": { - "Chromium": 1, - "Grid Resistors": 1 + "Conductive Components": 1, + "Specialised Legacy Firmware": 1 }, "features": { "boot": [ -0.08, -0.16 ], @@ -5272,9 +5272,9 @@ }, "3": { "components": { - "Hybrid Capacitors": 1, - "Precipitated Alloys": 1, - "Sulphur": 1 + "Conductive Components": 1, + "Cracked Industrial Firmware": 1, + "Exceptional Scrambled Emission Data": 1 }, "features": { "boot": [ -0.12, -0.26 ],