From 3e7bd412f2430718d521d0c91f10c59a5532d36e Mon Sep 17 00:00:00 2001 From: William Blythe Date: Thu, 27 Dec 2018 08:17:57 +1100 Subject: [PATCH] add new DSS bp --- dist/index.js | 93 +++++++++++++++++- dist/index.json | 158 ++++++++++++++++++++++++++++++- modifications/blueprints.json | 98 +++++++++++++++++++ modifications/modifications.json | 3 +- modifications/modules.json | 53 ++++++++++- 5 files changed, 401 insertions(+), 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index e7ea483..957d78a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -24141,6 +24141,71 @@ module.exports = { modulename: [ "Detailed surface scanner", "DSS" ], name: "Fast scan" }, + SurfaceScanner_Expanded: { + fdname: "SurfaceScanner_Expanded", + grades: { + "1": { + components: { + Phosphorus: 1 + }, + features: { + mass: [ .2, .2 ], + proberadius: [ 0, .1 ] + }, + uuid: "d2f404d2-a8b9-4dfb-ae3c-43f0208123cb" + }, + "2": { + components: { + "Flawed Focus Crystals": 1, + Phosphorus: 1 + }, + features: { + mass: [ .4, .4 ], + proberadius: [ .1, .2 ] + }, + uuid: "2a077c82-5671-4c22-b3cb-caff4979c644" + }, + "3": { + components: { + "Flawed Focus Crystals": 1, + "Open Symmetric Keys": 1, + Phosphorus: 1 + }, + features: { + mass: [ .6, .6 ], + proberadius: [ .2, .3 ] + }, + uuid: "081990f9-99d3-435a-9428-ad26471576de" + }, + "4": { + components: { + "Atypical Encryption Archives": 1, + "Focus Crystals": 1, + Manganese: 1 + }, + features: { + mass: [ .8, .8 ], + proberadius: [ .3, .4 ] + }, + uuid: "aa10c84d-1409-48d5-ac02-d0a100d27555" + }, + "5": { + components: { + "Adaptive Encryptors Capture": 1, + Arsenic: 1, + "Refined Focus Crystals": 1 + }, + features: { + mass: [ 1, 1 ], + proberadius: [ .4, .5 ] + }, + uuid: "ea7dfe28-95d0-4939-bcf2-282dbed7d80f\n" + } + }, + id: 93, + modulename: [ "Detailed surface scanner", "DSS" ], + name: "Expanded Probe Scanning Radius" + }, Sensor_SurfaceScanner_LongRange: { fdname: "Sensor_SurfaceScanner_LongRange", grades: { @@ -26653,6 +26718,13 @@ module.exports = { type: "percentage", method: "multiplicative", higherbetter: false + }, + proberadius: { + id: 53, + name: "proberadius", + type: "percentage", + method: "additive", + higherbetter: true } }, modifierActions: { @@ -30320,9 +30392,28 @@ module.exports = { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } + }, + SurfaceScanner_Expanded: { + grades: { + "1": { + engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] + }, + "5": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] + } + } } }, - modifications: [ "mass", "angle", "range", "scanrate" ] + modifications: [ "mass", "angle", "range", "scanrate", "proberadius" ] }, xs: { blueprints: {}, diff --git a/dist/index.json b/dist/index.json index 9007572..31b9331 100644 --- a/dist/index.json +++ b/dist/index.json @@ -30666,6 +30666,104 @@ ], "name": "Fast scan" }, + "SurfaceScanner_Expanded": { + "fdname": "SurfaceScanner_Expanded", + "grades": { + "1": { + "components": { + "Phosphorus": 1 + }, + "features": { + "mass": [ + 0.2, + 0.2 + ], + "proberadius": [ + 0, + 0.1 + ] + }, + "uuid": "d2f404d2-a8b9-4dfb-ae3c-43f0208123cb" + }, + "2": { + "components": { + "Flawed Focus Crystals": 1, + "Phosphorus": 1 + }, + "features": { + "mass": [ + 0.4, + 0.4 + ], + "proberadius": [ + 0.1, + 0.2 + ] + }, + "uuid": "2a077c82-5671-4c22-b3cb-caff4979c644" + }, + "3": { + "components": { + "Flawed Focus Crystals": 1, + "Open Symmetric Keys": 1, + "Phosphorus": 1 + }, + "features": { + "mass": [ + 0.6, + 0.6 + ], + "proberadius": [ + 0.2, + 0.3 + ] + }, + "uuid": "081990f9-99d3-435a-9428-ad26471576de" + }, + "4": { + "components": { + "Atypical Encryption Archives": 1, + "Focus Crystals": 1, + "Manganese": 1 + }, + "features": { + "mass": [ + 0.8, + 0.8 + ], + "proberadius": [ + 0.3, + 0.4 + ] + }, + "uuid": "aa10c84d-1409-48d5-ac02-d0a100d27555" + }, + "5": { + "components": { + "Adaptive Encryptors Capture": 1, + "Arsenic": 1, + "Refined Focus Crystals": 1 + }, + "features": { + "mass": [ + 1, + 1 + ], + "proberadius": [ + 0.4, + 0.5 + ] + }, + "uuid": "ea7dfe28-95d0-4939-bcf2-282dbed7d80f\n" + } + }, + "id": 93, + "modulename": [ + "Detailed surface scanner", + "DSS" + ], + "name": "Expanded Probe Scanning Radius" + }, "Sensor_SurfaceScanner_LongRange": { "fdname": "Sensor_SurfaceScanner_LongRange", "grades": { @@ -34800,6 +34898,13 @@ "type": "percentage", "method": "multiplicative", "higherbetter": false + }, + "proberadius": { + "id": 53, + "name": "proberadius", + "type": "percentage", + "method": "additive", + "higherbetter": true } }, "modifierActions": { @@ -41129,13 +41234,64 @@ ] } } + }, + "SurfaceScanner_Expanded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Felicity Farseer", + "Juri Ishmaak", + "Lei Cheung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Felicity Farseer", + "Juri Ishmaak", + "Lei Cheung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Felicity Farseer", + "Juri Ishmaak", + "Lei Cheung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Cheung", + "Lori Jameson" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Cheung", + "Lori Jameson" + ] + } + } } }, "modifications": [ "mass", "angle", "range", - "scanrate" + "scanrate", + "proberadius" ] }, "xs": { diff --git a/modifications/blueprints.json b/modifications/blueprints.json index 2acdb99..cce42a8 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -8475,6 +8475,104 @@ ], "name": "Fast scan" }, + "SurfaceScanner_Expanded": { + "fdname": "SurfaceScanner_Expanded", + "grades": { + "1": { + "components": { + "Phosphorus": 1 + }, + "features": { + "mass": [ + 0.2, + 0.2 + ], + "proberadius": [ + 0, + 0.1 + ] + }, + "uuid": "d2f404d2-a8b9-4dfb-ae3c-43f0208123cb" + }, + "2": { + "components": { + "Flawed Focus Crystals": 1, + "Phosphorus": 1 + }, + "features": { + "mass": [ + 0.4, + 0.4 + ], + "proberadius": [ + 0.1, + 0.2 + ] + }, + "uuid": "2a077c82-5671-4c22-b3cb-caff4979c644" + }, + "3": { + "components": { + "Flawed Focus Crystals": 1, + "Open Symmetric Keys": 1, + "Phosphorus": 1 + }, + "features": { + "mass": [ + 0.6, + 0.6 + ], + "proberadius": [ + 0.2, + 0.3 + ] + }, + "uuid": "081990f9-99d3-435a-9428-ad26471576de" + }, + "4": { + "components": { + "Atypical Encryption Archives": 1, + "Focus Crystals": 1, + "Manganese": 1 + }, + "features": { + "mass": [ + 0.8, + 0.8 + ], + "proberadius": [ + 0.3, + 0.4 + ] + }, + "uuid": "aa10c84d-1409-48d5-ac02-d0a100d27555" + }, + "5": { + "components": { + "Adaptive Encryptors Capture": 1, + "Arsenic": 1, + "Refined Focus Crystals": 1 + }, + "features": { + "mass": [ + 1, + 1 + ], + "proberadius": [ + 0.4, + 0.5 + ] + }, + "uuid": "ea7dfe28-95d0-4939-bcf2-282dbed7d80f\n" + } + }, + "id": 93, + "modulename": [ + "Detailed surface scanner", + "DSS" + ], + "name": "Expanded Probe Scanning Radius" + }, "Sensor_SurfaceScanner_LongRange": { "fdname": "Sensor_SurfaceScanner_LongRange", "grades": { diff --git a/modifications/modifications.json b/modifications/modifications.json index fbba019..f05f509 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -53,5 +53,6 @@ "shieldaddition": {"id": 50, "name": "shieldaddition", "type": "numeric", "method": "additive", "higherbetter": true}, "scanrange": {"id": 51, "name": "scanrange", "type": "numeric", "method": "additive", "higherbetter": true}, "maxangle": {"id": 51, "name": "maxangle", "type": "numeric", "method": "additive", "higherbetter": true}, - "chargetime": {"id": 52, "name": "chargetime", "type": "percentage", "method": "multiplicative", "higherbetter": false} + "chargetime": {"id": 52, "name": "chargetime", "type": "percentage", "method": "multiplicative", "higherbetter": false}, + "proberadius": {"id": 53, "name": "proberadius", "type": "percentage", "method": "additive", "higherbetter": true} } diff --git a/modifications/modules.json b/modifications/modules.json index 17e2a07..30f6e9f 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -5822,13 +5822,64 @@ ] } } + }, + "SurfaceScanner_Expanded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Felicity Farseer", + "Juri Ishmaak", + "Lei Cheung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Felicity Farseer", + "Juri Ishmaak", + "Lei Cheung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Felicity Farseer", + "Juri Ishmaak", + "Lei Cheung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Cheung", + "Lori Jameson" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Cheung", + "Lori Jameson" + ] + } + } } }, "modifications": [ "mass", "angle", "range", - "scanrate" + "scanrate", + "proberadius" ] }, "xs": {