From 64bfb9280f4a63e861e0c626e439d05bd7582642 Mon Sep 17 00:00:00 2001 From: Felix Linker Date: Sat, 15 Sep 2018 12:31:00 +0200 Subject: [PATCH 01/31] Dumbfire missiles have breach chance 1 --- modules/hardpoints/missile_rack.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/hardpoints/missile_rack.json b/modules/hardpoints/missile_rack.json index a2e1785..a5c2e44 100644 --- a/modules/hardpoints/missile_rack.json +++ b/modules/hardpoints/missile_rack.json @@ -3,8 +3,8 @@ { "ammo": 16, "breachdmg": 20, - "breachmax": 0, - "breachmin": 0, + "breachmax": 1, + "breachmin": 1, "class": 1, "clip": 8, "cost": 32180, @@ -63,8 +63,8 @@ { "ammo": 48, "breachdmg": 20, - "breachmax": 0, - "breachmin": 0, + "breachmax": 1, + "breachmin": 1, "class": 2, "clip": 12, "cost": 240400, @@ -127,8 +127,8 @@ { "ammo": 48, "breachdmg": 16, - "breachmax": 0, - "breachmin": 0, + "breachmax": 1, + "breachmin": 1, "class": 2, "clip": 12, "cost": 1951040, From 46ed645c2cf086bfcbd230d7119606ee8ef9f13c Mon Sep 17 00:00:00 2001 From: felixlinker Date: Sat, 29 Sep 2018 15:49:47 +0100 Subject: [PATCH 02/31] Fix Type 10 bulkheads pricing --- ships/type_10_defender.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ships/type_10_defender.json b/ships/type_10_defender.json index 4096101..3c6d419 100644 --- a/ships/type_10_defender.json +++ b/ships/type_10_defender.json @@ -25,10 +25,10 @@ "retailCost": 121454652, "bulkheads": [ { "id": "1Q", "edID": 128785621, "eddbID": 1627, "grp": "bh", "cost": 0, "mass": 0, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, - { "id": "1R", "edID": 128785622, "eddbID": 1628, "grp": "bh", "cost": 30622340, "mass": 75, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, - { "id": "1S", "edID": 128785623, "eddbID": 1629, "grp": "bh", "cost": 68900260, "mass": 150, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 }, - { "id": "1T", "edID": 128785624, "eddbID": 1630, "grp": "bh", "cost": 162834280, "mass": 150, "causres": 0, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 }, - { "id": "1U", "edID": 128785625, "eddbID": 1631, "grp": "bh", "cost": 180442120, "mass": 150, "causres": 0, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 } + { "id": "1R", "edID": 128785622, "eddbID": 1628, "grp": "bh", "cost": 49902137, "mass": 75, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, + { "id": "1S", "edID": 128785623, "eddbID": 1629, "grp": "bh", "cost": 112279807, "mass": 150, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 }, + { "id": "1T", "edID": 128785624, "eddbID": 1630, "grp": "bh", "cost": 265354612, "mass": 150, "causres": 0, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 }, + { "id": "1U", "edID": 128785625, "eddbID": 1631, "grp": "bh", "cost": 294048342, "mass": 150, "causres": 0, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 } ], "slots": { "standard": [8, 7, 7, 5, 7, 4, 6], From e5421e78c201513c244918e53826e7de4a28a371 Mon Sep 17 00:00:00 2001 From: felixlinker Date: Sat, 29 Sep 2018 22:20:40 +0100 Subject: [PATCH 03/31] Fixed distdraw for medium guardian plasma charger --- modules/hardpoints/guardian_plasma_charger.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hardpoints/guardian_plasma_charger.json b/modules/hardpoints/guardian_plasma_charger.json index 1bad515..c4ff1fa 100644 --- a/modules/hardpoints/guardian_plasma_charger.json +++ b/modules/hardpoints/guardian_plasma_charger.json @@ -74,7 +74,7 @@ "damagedist": { "A": 1 }, - "distdraw": 13.6, + "distdraw": 1.25, "edID": 128833998, "eddbID": 874, "falloff": 1000, @@ -105,7 +105,7 @@ "damagedist": { "A": 1 }, - "distdraw": 13.6, + "distdraw": 1.4, "edID": 128833999, "eddbID": 874, "falloff": 1000, From 53f1371ae9e66ddee166bba1c4909dc5504d48e4 Mon Sep 17 00:00:00 2001 From: felixlinker Date: Sat, 29 Sep 2018 22:25:37 +0100 Subject: [PATCH 04/31] Thermal conduit doesn't effect damage --- modifications/modifierActions.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index 59df5d4..9e3f2c8 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -249,9 +249,7 @@ "reload": 0.5 }, "special_thermal_cascade": {}, - "special_thermal_conduit": { - "damage": -0.2 - }, + "special_thermal_conduit": {}, "special_thermal_vent": {}, "special_thermalshock": { "damage": -0.2 From 9df5c4deaa38f839006e7dd1f3a77e554a84e487 Mon Sep 17 00:00:00 2001 From: felixlinker Date: Sat, 29 Sep 2018 22:33:02 +0100 Subject: [PATCH 05/31] Multi servos increases not decreases fire rate --- modifications/modifierActions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index 9e3f2c8..e5ae859 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -396,7 +396,7 @@ }, "special_weapon_rateoffire": { "power": 0.05, - "rof": -0.03 + "rof": 0.03 }, "special_weapon_efficient": { "power": -0.1 From 084d28a7633d329b0804ec653fc88c9691fd0281 Mon Sep 17 00:00:00 2001 From: felixlinker Date: Sat, 29 Sep 2018 23:00:52 +0100 Subject: [PATCH 06/31] Overcharged mod for PAs don't reduce ammo --- modifications/blueprints.json | 119 +++++++++++++++++++++++++++++++++- modifications/modules.json | 2 +- 2 files changed, 119 insertions(+), 2 deletions(-) diff --git a/modifications/blueprints.json b/modifications/blueprints.json index ea9077f..e80c8a6 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -11703,6 +11703,123 @@ ], "name": "Overcharged" }, + "PA_Overcharged": { + "fdname": "Weapon_Overcharged", + "grades": { + "1": { + "components": { + "Nickel": 1 + }, + "features": { + "damage": [ + 0, + 0.3 + ], + "distdraw": [ + 0.15, + 0.15 + ], + "thermload": [ + 0.03, + 0.03 + ] + }, + "uuid": "e917ebe3-d5f1-4016-b8a9-2c759e16a7d4" + }, + "2": { + "components": { + "Conductive Components": 1, + "Nickel": 1 + }, + "features": { + "damage": [ + 0.3, + 0.4 + ], + "distdraw": [ + 0.2, + 0.2 + ], + "thermload": [ + 0.06, + 0.06 + ] + }, + "uuid": "f5921fc1-fb10-4d2f-8e0a-cd8d8e9e3a84" + }, + "3": { + "components": { + "Conductive Components": 1, + "Electrochemical Arrays": 1, + "Nickel": 1 + }, + "features": { + "damage": [ + 0.4, + 0.5 + ], + "distdraw": [ + 0.25, + 0.25 + ], + "thermload": [ + 0.09, + 0.09 + ] + }, + "uuid": "4389883f-c2b3-4487-9b1a-b668a761057a" + }, + "4": { + "components": { + "Conductive Ceramics": 1, + "Polymer Capacitors": 1, + "Zinc": 1 + }, + "features": { + "damage": [ + 0.5, + 0.6 + ], + "distdraw": [ + 0.3, + 0.3 + ], + "thermload": [ + 0.12, + 0.12 + ] + }, + "uuid": "25ec26dd-63b8-4e83-9a6e-86e5b80c4771" + }, + "5": { + "components": { + "Conductive Polymers": 1, + "Modified Embedded Firmware": 1, + "Zirconium": 1 + }, + "features": { + "damage": [ + 0.6, + 0.7 + ], + "distdraw": [ + 0.35, + 0.35 + ], + "thermload": [ + 0.15, + 0.15 + ] + }, + "uuid": "4dcf6bdc-bcff-448a-92a0-7612de548db7" + } + }, + "id": 103, + "modulename": [ + "Weapon" + ], + "name": "Overcharged" + }, "Weapon_RapidFire": { "fdname": "Weapon_RapidFire", "grades": { @@ -12106,4 +12223,4 @@ ], "name": "Sturdy" } -} \ No newline at end of file +} diff --git a/modifications/modules.json b/modifications/modules.json index 9ae540a..a62d389 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -3617,7 +3617,7 @@ } } }, - "Weapon_Overcharged": { + "PA_Overcharged": { "grades": { "1": { "engineers": [ From 081287bdfa69293acfed424938aa93c7799359e1 Mon Sep 17 00:00:00 2001 From: felixlinker Date: Sun, 30 Sep 2018 16:10:41 +0100 Subject: [PATCH 07/31] Fix challenger base speed --- ships/alliance_challenger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ships/alliance_challenger.json b/ships/alliance_challenger.json index 2025496..c16b039 100644 --- a/ships/alliance_challenger.json +++ b/ships/alliance_challenger.json @@ -7,7 +7,7 @@ "manufacturer": "Lakon", "class": 2, "hullCost": 28041035, - "speed": 130, + "speed": 204, "boost": 310, "boostEnergy": 19, "baseShieldStrength": 220, From bc7a6c86ccd209199a0c4c6f36de4c271ec62f91 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Fri, 2 Nov 2018 06:56:24 +1100 Subject: [PATCH 08/31] Saud Kruger ships now no longer have restricted slots --- dist/index.js | 187 +++++++++++++++++------------------ dist/index.json | 240 ++++++++++++++++++++++++++------------------- ships/beluga.json | 5 +- ships/dolphin.json | 3 +- ships/orca.json | 4 +- 5 files changed, 230 insertions(+), 209 deletions(-) diff --git a/dist/index.js b/dist/index.js index fb48b2a..adc9bc5 100644 --- a/dist/index.js +++ b/dist/index.js @@ -237,7 +237,7 @@ module.exports = { manufacturer: "Lakon", class: 2, hullCost: 28041035, - speed: 130, + speed: 204, boost: 310, boostEnergy: 19, baseShieldStrength: 220, @@ -888,51 +888,7 @@ module.exports = { slots: { standard: [ 6, 7, 7, 8, 6, 5, 7 ], hardpoints: [ 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0 ], - internal: [ 6, 6, { - class: 6, - name: "Passenger", - eligible: { - cr: 1, - hr: 1, - pce: 1, - pci: 1, - pcm: 1, - pcq: 1 - } - }, { - class: 6, - name: "Passenger", - eligible: { - cr: 1, - hr: 1, - pce: 1, - pci: 1, - pcm: 1, - pcq: 1 - } - }, { - class: 5, - name: "Passenger", - eligible: { - cr: 1, - hr: 1, - pce: 1, - pci: 1, - pcm: 1, - pcq: 1 - } - }, { - class: 5, - name: "Passenger", - eligible: { - cr: 1, - hr: 1, - pce: 1, - pci: 1, - pcm: 1, - pcq: 1 - } - }, 4, 3, 3, 3, 3 ] + internal: [ 6, 6, 5, 5, 4, 3, 3, 3, 3 ] }, defaults: { standard: [ "6E", "7E", "7E", "8E", "6E", "5E", "7C" ], @@ -1414,18 +1370,7 @@ module.exports = { slots: { standard: [ 4, 5, 4, 4, 3, 3, 4 ], hardpoints: [ 1, 1, 0, 0, 0 ], - internal: [ { - class: 5, - name: "Passenger", - eligible: { - cr: 1, - hr: 1, - pce: 1, - pci: 1, - pcm: 1, - pcq: 1 - } - }, 4, 4, 3, 2, 2, 2 ] + internal: [ 5, 4, 4, 3, 2, 2, 2 ] }, defaults: { standard: [ "4E", "5E", "4E", "4E", "3E", "3E", "4C" ], @@ -2938,29 +2883,7 @@ module.exports = { slots: { standard: [ 5, 6, 5, 6, 5, 4, 5 ], hardpoints: [ 3, 2, 2, 0, 0, 0, 0 ], - internal: [ { - class: 6, - name: "Passenger", - eligible: { - cr: 1, - hr: 1, - pce: 1, - pci: 1, - pcm: 1, - pcq: 1 - } - }, { - class: 5, - name: "Passenger", - eligible: { - cr: 1, - hr: 1, - pce: 1, - pci: 1, - pcm: 1, - pcq: 1 - } - }, 5, 5, 4, 3, 2, 2 ] + internal: [ 6, 5, 5, 5, 4, 3, 2, 2 ] }, defaults: { standard: [ "5E", "6E", "5E", "6E", "5E", "4E", "5C" ], @@ -3485,7 +3408,7 @@ module.exports = { edID: 128785622, eddbID: 1628, grp: "bh", - cost: 30622340, + cost: 49902137, mass: 75, causres: 0, explres: -.4, @@ -3497,7 +3420,7 @@ module.exports = { edID: 128785623, eddbID: 1629, grp: "bh", - cost: 68900260, + cost: 112279807, mass: 150, causres: 0, explres: -.4, @@ -3509,7 +3432,7 @@ module.exports = { edID: 128785624, eddbID: 1630, grp: "bh", - cost: 162834280, + cost: 265354612, mass: 150, causres: 0, explres: -.5, @@ -3521,7 +3444,7 @@ module.exports = { edID: 128785625, eddbID: 1631, grp: "bh", - cost: 180442120, + cost: 294048342, mass: 150, causres: 0, explres: .2, @@ -10179,8 +10102,8 @@ module.exports = { mr: [ { ammo: 16, breachdmg: 20, - breachmax: 0, - breachmin: 0, + breachmax: 1, + breachmin: 1, class: 1, clip: 8, cost: 32180, @@ -10237,8 +10160,8 @@ module.exports = { }, { ammo: 48, breachdmg: 20, - breachmax: 0, - breachmin: 0, + breachmax: 1, + breachmin: 1, class: 2, clip: 12, cost: 240400, @@ -10299,8 +10222,8 @@ module.exports = { }, { ammo: 48, breachdmg: 16, - breachmax: 0, - breachmin: 0, + breachmax: 1, + breachmin: 1, class: 2, clip: 12, cost: 1951040, @@ -11315,7 +11238,7 @@ module.exports = { damagedist: { A: 1 }, - distdraw: 13.6, + distdraw: 1.25, edID: 128833998, eddbID: 874, falloff: 1e3, @@ -11345,7 +11268,7 @@ module.exports = { damagedist: { A: 1 }, - distdraw: 13.6, + distdraw: 1.4, edID: 128833999, eddbID: 874, falloff: 1e3, @@ -25530,6 +25453,76 @@ module.exports = { modulename: [ "Weapon" ], name: "Overcharged" }, + PA_Overcharged: { + fdname: "Weapon_Overcharged", + grades: { + "1": { + components: { + Nickel: 1 + }, + features: { + damage: [ 0, .3 ], + distdraw: [ .15, .15 ], + thermload: [ .03, .03 ] + }, + uuid: "e917ebe3-d5f1-4016-b8a9-2c759e16a7d4" + }, + "2": { + components: { + "Conductive Components": 1, + Nickel: 1 + }, + features: { + damage: [ .3, .4 ], + distdraw: [ .2, .2 ], + thermload: [ .06, .06 ] + }, + uuid: "f5921fc1-fb10-4d2f-8e0a-cd8d8e9e3a84" + }, + "3": { + components: { + "Conductive Components": 1, + "Electrochemical Arrays": 1, + Nickel: 1 + }, + features: { + damage: [ .4, .5 ], + distdraw: [ .25, .25 ], + thermload: [ .09, .09 ] + }, + uuid: "4389883f-c2b3-4487-9b1a-b668a761057a" + }, + "4": { + components: { + "Conductive Ceramics": 1, + "Polymer Capacitors": 1, + Zinc: 1 + }, + features: { + damage: [ .5, .6 ], + distdraw: [ .3, .3 ], + thermload: [ .12, .12 ] + }, + uuid: "25ec26dd-63b8-4e83-9a6e-86e5b80c4771" + }, + "5": { + components: { + "Conductive Polymers": 1, + "Modified Embedded Firmware": 1, + Zirconium: 1 + }, + features: { + damage: [ .6, .7 ], + distdraw: [ .35, .35 ], + thermload: [ .15, .15 ] + }, + uuid: "4dcf6bdc-bcff-448a-92a0-7612de548db7" + } + }, + id: 103, + modulename: [ "Weapon" ], + name: "Overcharged" + }, Weapon_RapidFire: { fdname: "Weapon_RapidFire", grades: { @@ -26369,9 +26362,7 @@ module.exports = { reload: .5 }, special_thermal_cascade: {}, - special_thermal_conduit: { - damage: -.2 - }, + special_thermal_conduit: {}, special_thermal_vent: {}, special_thermalshock: { damage: -.2 @@ -26515,7 +26506,7 @@ module.exports = { }, special_weapon_rateoffire: { power: .05, - rof: -.03 + rof: .03 }, special_weapon_efficient: { power: -.1 @@ -28664,7 +28655,7 @@ module.exports = { } } }, - Weapon_Overcharged: { + PA_Overcharged: { grades: { "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] diff --git a/dist/index.json b/dist/index.json index eb10713..d87317b 100644 --- a/dist/index.json +++ b/dist/index.json @@ -345,7 +345,7 @@ "manufacturer": "Lakon", "class": 2, "hullCost": 28041035, - "speed": 130, + "speed": 204, "boost": 310, "boostEnergy": 19, "baseShieldStrength": 220, @@ -1345,54 +1345,8 @@ "internal": [ 6, 6, - { - "class": 6, - "name": "Passenger", - "eligible": { - "cr": 1, - "hr": 1, - "pce": 1, - "pci": 1, - "pcm": 1, - "pcq": 1 - } - }, - { - "class": 6, - "name": "Passenger", - "eligible": { - "cr": 1, - "hr": 1, - "pce": 1, - "pci": 1, - "pcm": 1, - "pcq": 1 - } - }, - { - "class": 5, - "name": "Passenger", - "eligible": { - "cr": 1, - "hr": 1, - "pce": 1, - "pci": 1, - "pcm": 1, - "pcq": 1 - } - }, - { - "class": 5, - "name": "Passenger", - "eligible": { - "cr": 1, - "hr": 1, - "pce": 1, - "pci": 1, - "pcm": 1, - "pcq": 1 - } - }, + 5, + 5, 4, 3, 3, @@ -2141,18 +2095,7 @@ 0 ], "internal": [ - { - "class": 5, - "name": "Passenger", - "eligible": { - "cr": 1, - "hr": 1, - "pce": 1, - "pci": 1, - "pcm": 1, - "pcq": 1 - } - }, + 5, 4, 4, 3, @@ -4467,30 +4410,8 @@ 0 ], "internal": [ - { - "class": 6, - "name": "Passenger", - "eligible": { - "cr": 1, - "hr": 1, - "pce": 1, - "pci": 1, - "pcm": 1, - "pcq": 1 - } - }, - { - "class": 5, - "name": "Passenger", - "eligible": { - "cr": 1, - "hr": 1, - "pce": 1, - "pci": 1, - "pcm": 1, - "pcq": 1 - } - }, + 6, + 5, 5, 5, 4, @@ -5327,7 +5248,7 @@ "edID": 128785622, "eddbID": 1628, "grp": "bh", - "cost": 30622340, + "cost": 49902137, "mass": 75, "causres": 0, "explres": -0.4, @@ -5340,7 +5261,7 @@ "edID": 128785623, "eddbID": 1629, "grp": "bh", - "cost": 68900260, + "cost": 112279807, "mass": 150, "causres": 0, "explres": -0.4, @@ -5353,7 +5274,7 @@ "edID": 128785624, "eddbID": 1630, "grp": "bh", - "cost": 162834280, + "cost": 265354612, "mass": 150, "causres": 0, "explres": -0.5, @@ -5366,7 +5287,7 @@ "edID": 128785625, "eddbID": 1631, "grp": "bh", - "cost": 180442120, + "cost": 294048342, "mass": 150, "causres": 0, "explres": 0.2, @@ -12603,8 +12524,8 @@ { "ammo": 16, "breachdmg": 20, - "breachmax": 0, - "breachmin": 0, + "breachmax": 1, + "breachmin": 1, "class": 1, "clip": 8, "cost": 32180, @@ -12663,8 +12584,8 @@ { "ammo": 48, "breachdmg": 20, - "breachmax": 0, - "breachmin": 0, + "breachmax": 1, + "breachmin": 1, "class": 2, "clip": 12, "cost": 240400, @@ -12727,8 +12648,8 @@ { "ammo": 48, "breachdmg": 16, - "breachmax": 0, - "breachmin": 0, + "breachmax": 1, + "breachmin": 1, "class": 2, "clip": 12, "cost": 1951040, @@ -13801,7 +13722,7 @@ "damagedist": { "A": 1 }, - "distdraw": 13.6, + "distdraw": 1.25, "edID": 128833998, "eddbID": 874, "falloff": 1000, @@ -13832,7 +13753,7 @@ "damagedist": { "A": 1 }, - "distdraw": 13.6, + "distdraw": 1.4, "edID": 128833999, "eddbID": 874, "falloff": 1000, @@ -33320,6 +33241,123 @@ ], "name": "Overcharged" }, + "PA_Overcharged": { + "fdname": "Weapon_Overcharged", + "grades": { + "1": { + "components": { + "Nickel": 1 + }, + "features": { + "damage": [ + 0, + 0.3 + ], + "distdraw": [ + 0.15, + 0.15 + ], + "thermload": [ + 0.03, + 0.03 + ] + }, + "uuid": "e917ebe3-d5f1-4016-b8a9-2c759e16a7d4" + }, + "2": { + "components": { + "Conductive Components": 1, + "Nickel": 1 + }, + "features": { + "damage": [ + 0.3, + 0.4 + ], + "distdraw": [ + 0.2, + 0.2 + ], + "thermload": [ + 0.06, + 0.06 + ] + }, + "uuid": "f5921fc1-fb10-4d2f-8e0a-cd8d8e9e3a84" + }, + "3": { + "components": { + "Conductive Components": 1, + "Electrochemical Arrays": 1, + "Nickel": 1 + }, + "features": { + "damage": [ + 0.4, + 0.5 + ], + "distdraw": [ + 0.25, + 0.25 + ], + "thermload": [ + 0.09, + 0.09 + ] + }, + "uuid": "4389883f-c2b3-4487-9b1a-b668a761057a" + }, + "4": { + "components": { + "Conductive Ceramics": 1, + "Polymer Capacitors": 1, + "Zinc": 1 + }, + "features": { + "damage": [ + 0.5, + 0.6 + ], + "distdraw": [ + 0.3, + 0.3 + ], + "thermload": [ + 0.12, + 0.12 + ] + }, + "uuid": "25ec26dd-63b8-4e83-9a6e-86e5b80c4771" + }, + "5": { + "components": { + "Conductive Polymers": 1, + "Modified Embedded Firmware": 1, + "Zirconium": 1 + }, + "features": { + "damage": [ + 0.6, + 0.7 + ], + "distdraw": [ + 0.35, + 0.35 + ], + "thermload": [ + 0.15, + 0.15 + ] + }, + "uuid": "4dcf6bdc-bcff-448a-92a0-7612de548db7" + } + }, + "id": 103, + "modulename": [ + "Weapon" + ], + "name": "Overcharged" + }, "Weapon_RapidFire": { "fdname": "Weapon_RapidFire", "grades": { @@ -34339,9 +34377,7 @@ "reload": 0.5 }, "special_thermal_cascade": {}, - "special_thermal_conduit": { - "damage": -0.2 - }, + "special_thermal_conduit": {}, "special_thermal_vent": {}, "special_thermalshock": { "damage": -0.2 @@ -34485,7 +34521,7 @@ }, "special_weapon_rateoffire": { "power": 0.05, - "rof": -0.03 + "rof": 0.03 }, "special_weapon_efficient": { "power": -0.1 @@ -38230,7 +38266,7 @@ } } }, - "Weapon_Overcharged": { + "PA_Overcharged": { "grades": { "1": { "engineers": [ diff --git a/ships/beluga.json b/ships/beluga.json index b9ad001..f2b4079 100755 --- a/ships/beluga.json +++ b/ships/beluga.json @@ -39,10 +39,7 @@ "hardpoints": [2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0], "internal": [ 6, 6, - { "class": 6, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, - { "class": 6, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, - { "class": 5, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, - { "class": 5, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, + 5, 5, 4, 3, 3, 3, 3 ] }, diff --git a/ships/dolphin.json b/ships/dolphin.json index 2766cd2..75d47c0 100755 --- a/ships/dolphin.json +++ b/ships/dolphin.json @@ -37,8 +37,7 @@ "standard": [4, 5, 4, 4, 3, 3, 4], "hardpoints": [1, 1, 0, 0, 0], "internal": [ - { "class": 5, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, - 4, 4, 3, 2, 2, 2 + 5, 4, 4, 3, 2, 2, 2 ] }, "defaults": { diff --git a/ships/orca.json b/ships/orca.json index 33aba5d..25b3553 100755 --- a/ships/orca.json +++ b/ships/orca.json @@ -34,9 +34,7 @@ "standard": [5, 6, 5, 6, 5, 4, 5], "hardpoints": [3, 2, 2, 0, 0, 0, 0], "internal": [ - { "class": 6, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, - { "class": 5, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, - 5, 5, 4, 3, 2, 2 + 6, 5, 5, 5, 4, 3, 2, 2 ] }, "defaults": { From 95ac08e17008afb423bae0aa369af53a0668ed2f Mon Sep 17 00:00:00 2001 From: William Blythe Date: Fri, 2 Nov 2018 10:13:40 +1100 Subject: [PATCH 09/31] correct a bunch of edIDs and eddbIDs --- dist/index.js | 2730 ++++++++--------- dist/index.json | 64 +- modules/hardpoints/missile_rack.json | 8 +- modules/hardpoints/multi_cannon.json | 4 +- modules/hardpoints/torpedo_pylon.json | 6 +- .../decontamination_limpet_controller.json | 8 +- package.json | 3 +- ships/alliance_challenger.json | 10 +- ships/alliance_crusader.json | 12 +- ships/krait_mkii.json | 10 +- 10 files changed, 1428 insertions(+), 1427 deletions(-) diff --git a/dist/index.js b/dist/index.js index adc9bc5..dee95e1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -258,7 +258,7 @@ module.exports = { bulkheads: [ { id: "0K", edID: 128816590, - eddbID: 1640, + eddbID: 1650, grp: "bh", cost: 0, mass: 0, @@ -270,7 +270,7 @@ module.exports = { }, { id: "0P", edID: 128816591, - eddbID: 1641, + eddbID: 1651, grp: "bh", cost: 6803170, mass: 40, @@ -282,7 +282,7 @@ module.exports = { }, { id: "0Q", edID: 128816592, - eddbID: 1642, + eddbID: 1652, grp: "bh", cost: 15307134, mass: 78, @@ -294,7 +294,7 @@ module.exports = { }, { id: "0R", edID: 128816593, - eddbID: 1643, + eddbID: 1653, grp: "bh", cost: 36175859, mass: 78, @@ -306,7 +306,7 @@ module.exports = { }, { id: "0S", edID: 128816594, - eddbID: 1644, + eddbID: 1654, grp: "bh", cost: 40087682, mass: 78, @@ -365,7 +365,7 @@ module.exports = { }, alliance_crusader: { edID: 128816581, - eddbID: 0, + eddbID: 36, properties: { name: "Alliance Crusader", manufacturer: "Lakon", @@ -393,7 +393,7 @@ module.exports = { bulkheads: [ { id: "CI", edID: 128816583, - eddbID: 1640, + eddbID: 1659, grp: "bh", cost: 0, mass: 0, @@ -405,7 +405,7 @@ module.exports = { }, { id: "CJ", edID: 128816584, - eddbID: 1641, + eddbID: 1660, grp: "bh", cost: 6803170, mass: 40, @@ -417,7 +417,7 @@ module.exports = { }, { id: "CK", edID: 128816585, - eddbID: 1642, + eddbID: 1661, grp: "bh", cost: 15307134, mass: 78, @@ -429,7 +429,7 @@ module.exports = { }, { id: "CL", edID: 128816586, - eddbID: 1643, + eddbID: 1662, grp: "bh", cost: 36175859, mass: 78, @@ -441,7 +441,7 @@ module.exports = { }, { id: "CM", edID: 128816587, - eddbID: 1644, + eddbID: 1663, grp: "bh", cost: 40087682, mass: 78, @@ -2724,9 +2724,9 @@ module.exports = { }, retailCost: 45814205, bulkheads: [ { - id: "bO", + id: "2T", edID: 128816569, - eddbID: 808, + eddbID: 1645, grp: "bh", cost: 0, mass: 0, @@ -2736,9 +2736,9 @@ module.exports = { thermres: 0, hullboost: .8 }, { - id: "bP", + id: "2U", edID: 128816570, - eddbID: 809, + eddbID: 1646, grp: "bh", cost: 22791270, mass: 36, @@ -2748,9 +2748,9 @@ module.exports = { thermres: 0, hullboost: 1.52 }, { - id: "bQ", + id: "2V", edID: 128816571, - eddbID: 810, + eddbID: 1647, grp: "bh", cost: 51280360, mass: 67, @@ -2760,9 +2760,9 @@ module.exports = { thermres: 0, hullboost: 2.5 }, { - id: "bR", + id: "2W", edID: 128816572, - eddbID: 811, + eddbID: 1648, grp: "bh", cost: 121192590, mass: 67, @@ -2772,9 +2772,9 @@ module.exports = { thermres: .5, hullboost: 2.5 }, { - id: "bS", + id: "2X", edID: 128816573, - eddbID: 812, + eddbID: 1649, grp: "bh", cost: 134297570, mass: 67, @@ -8954,8 +8954,8 @@ module.exports = { K: 1 }, distdraw: .16, - edID: 0, - eddbID: 0, + edID: 128049464, + eddbID: 1658, falloff: 2e3, grp: "mc", id: "yH", @@ -10298,7 +10298,7 @@ module.exports = { }, distdraw: .24, edID: 0, - eddbID: 0, + eddbID: 1657, grp: "mr", id: "yI", integrity: 64, @@ -10326,8 +10326,8 @@ module.exports = { E: 1 }, distdraw: .24, - edID: 0, - eddbID: 0, + edID: 128049494, + eddbID: 1656, grp: "mr", id: "yJ", integrity: 64, @@ -10535,8 +10535,8 @@ module.exports = { E: 1 }, distdraw: 0, - edID: 0, - eddbID: 0, + edID: 128049511, + eddbID: 1655, grp: "tp", id: "yK", integrity: 64, @@ -13156,7 +13156,7 @@ module.exports = { class: 1, cost: 3600, edID: 128793941, - eddbID: 0, + eddbID: 1632, grp: "dtl", id: "y1", mass: 1.3, @@ -13169,7 +13169,7 @@ module.exports = { class: 3, cost: 16201, edID: 128793942, - eddbID: 0, + eddbID: 1633, grp: "dtl", id: "y2", mass: 2, @@ -13182,7 +13182,7 @@ module.exports = { class: 5, cost: 145801, edID: 128793943, - eddbID: 0, + eddbID: 1634, grp: "dtl", id: "y3", mass: 20, @@ -13195,7 +13195,7 @@ module.exports = { class: 7, cost: 1312201, edID: 128793944, - eddbID: 0, + eddbID: 1635, grp: "dtl", id: "y4", mass: 128, @@ -18555,7 +18555,7 @@ module.exports = { AFM_Shielded: { fdname: "AFM_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -18565,7 +18565,7 @@ module.exports = { }, uuid: "c879e8d2-290a-471e-833c-eaea947a20c1" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -18576,7 +18576,7 @@ module.exports = { }, uuid: "90981fc0-8c0e-4b86-a656-9ef1a9a7fa00" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -18588,7 +18588,7 @@ module.exports = { }, uuid: "30976550-2ff1-46e2-9687-ae3faa4f4701" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -18608,7 +18608,7 @@ module.exports = { Armour_Advanced: { fdname: "Armour_Advanced", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -18621,7 +18621,7 @@ module.exports = { }, uuid: "fb33c5c9-24e4-48b5-8227-cc7b855572cd" }, - "2": { + 2: { components: { "Conductive Components": 1, Iron: 1 @@ -18635,7 +18635,7 @@ module.exports = { }, uuid: "a9417081-356c-43d7-bf30-9cc1de0c62a1" }, - "3": { + 3: { components: { "Conductive Components": 1, "High Density Composites": 1, @@ -18650,7 +18650,7 @@ module.exports = { }, uuid: "b93f110f-c467-4340-8496-9ea99332ef55" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, Germanium: 1, @@ -18665,7 +18665,7 @@ module.exports = { }, uuid: "4b9c30c9-0acf-4b56-bce9-3fc65be95382" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Military Grade Alloys": 1, @@ -18688,7 +18688,7 @@ module.exports = { Armour_Explosive: { fdname: "Armour_Explosive", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -18699,7 +18699,7 @@ module.exports = { }, uuid: "c74fe800-a8c1-4ae9-95a1-47a8a9d1f10d" }, - "2": { + 2: { components: { Carbon: 1, Zinc: 1 @@ -18711,7 +18711,7 @@ module.exports = { }, uuid: "78f76eb3-ac9e-47bd-be6f-a26b4fdf9c57" }, - "3": { + 3: { components: { "Salvaged Alloys": 1, Vanadium: 1 @@ -18723,7 +18723,7 @@ module.exports = { }, uuid: "83ea4fd2-2eee-4cfb-baa6-d6c314f58b8d" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, Mercury: 1, @@ -18736,7 +18736,7 @@ module.exports = { }, uuid: "9656e75a-a8ac-454f-941a-9fe4b4f6a330" }, - "5": { + 5: { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -18757,7 +18757,7 @@ module.exports = { Armour_HeavyDuty: { fdname: "Armour_HeavyDuty", grades: { - "1": { + 1: { components: { Carbon: 1 }, @@ -18770,7 +18770,7 @@ module.exports = { }, uuid: "f9d519ab-b6f6-4d81-a93b-8f4fb45edd55" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -18784,7 +18784,7 @@ module.exports = { }, uuid: "ab58e035-3128-4eec-8974-cbbff022d31e" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -18799,7 +18799,7 @@ module.exports = { }, uuid: "20afd6a5-5a72-4825-813d-b660fe796cb3" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -18814,7 +18814,7 @@ module.exports = { }, uuid: "e08d3ec0-79e1-4d9f-ae16-6bd0a7e5b5c4" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -18837,7 +18837,7 @@ module.exports = { Armour_Kinetic: { fdname: "Armour_Kinetic", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -18848,7 +18848,7 @@ module.exports = { }, uuid: "285736a7-9677-4875-b425-0704d2c05ee6" }, - "2": { + 2: { components: { Nickel: 1, Vanadium: 1 @@ -18860,7 +18860,7 @@ module.exports = { }, uuid: "816adb1f-c089-49b6-b52d-a8ca189a4ef5" }, - "3": { + 3: { components: { "High Density Composites": 1, "Salvaged Alloys": 1, @@ -18873,7 +18873,7 @@ module.exports = { }, uuid: "54c5cc67-3112-4c77-87f9-c5d6a5f0ae3c" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, "Proprietary Composites": 1, @@ -18886,7 +18886,7 @@ module.exports = { }, uuid: "80cdd75d-a574-4092-b45d-77187e52edf5" }, - "5": { + 5: { components: { "Core Dynamics Composites": 1, Molybdenum: 1, @@ -18907,7 +18907,7 @@ module.exports = { Armour_Thermic: { fdname: "Armour_Thermic", grades: { - "1": { + 1: { components: { "Heat Conduction Wiring": 1 }, @@ -18918,7 +18918,7 @@ module.exports = { }, uuid: "73c3a3c1-da09-4792-a1e9-d0161da6c0f2" }, - "2": { + 2: { components: { "Heat Dispersion Plate": 1, Nickel: 1 @@ -18930,7 +18930,7 @@ module.exports = { }, uuid: "f3096b56-d6d2-4aa5-a77c-98ce2adc79dc" }, - "3": { + 3: { components: { "Heat Exchangers": 1, "Salvaged Alloys": 1, @@ -18943,7 +18943,7 @@ module.exports = { }, uuid: "1aa48c57-d187-4e82-aa88-8b4a7a4bc856" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, "Heat Vanes": 1, @@ -18956,7 +18956,7 @@ module.exports = { }, uuid: "afc78426-8570-4ad4-923a-794821c2506f" }, - "5": { + 5: { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -18977,7 +18977,7 @@ module.exports = { CargoScanner_LightWeight: { fdname: "CargoScanner_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -18987,7 +18987,7 @@ module.exports = { }, uuid: "5ebd5d76-7bb8-4958-9cc3-f5e2176f2b5e" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -18998,7 +18998,7 @@ module.exports = { }, uuid: "c49d42a8-cd8f-4576-9c60-85725f635185" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19010,7 +19010,7 @@ module.exports = { }, uuid: "bc048a95-b5aa-4f6c-a696-6c40b87a1606" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19022,7 +19022,7 @@ module.exports = { }, uuid: "4f9467f7-0c5f-4ab3-856b-aaad019bd79d" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19042,7 +19042,7 @@ module.exports = { CargoScanner_Reinforced: { fdname: "CargoScanner_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -19052,7 +19052,7 @@ module.exports = { }, uuid: "9b714883-e0e7-46b5-a2bb-5367f2cc9b3f" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -19063,7 +19063,7 @@ module.exports = { }, uuid: "9de3e096-fbfa-4694-a2e4-919494d39ee1" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -19075,7 +19075,7 @@ module.exports = { }, uuid: "4a5d7441-2543-4405-8587-9b969fffd3f2" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -19087,7 +19087,7 @@ module.exports = { }, uuid: "f4b41ce9-d3a8-4362-9821-0d45f2b975bc" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19107,7 +19107,7 @@ module.exports = { CargoScanner_Shielded: { fdname: "CargoScanner_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -19117,7 +19117,7 @@ module.exports = { }, uuid: "f3684224-dfb1-4b30-81df-827246ccce14" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -19128,7 +19128,7 @@ module.exports = { }, uuid: "0fec52b1-3a81-4260-8168-7af698e9ebf3" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -19140,7 +19140,7 @@ module.exports = { }, uuid: "6ca69c4f-07b6-43e4-97c9-e9134cb1eaf4" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19152,7 +19152,7 @@ module.exports = { }, uuid: "e6ebc222-ec93-4f0f-ac8a-e690ab50656d" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19172,7 +19172,7 @@ module.exports = { ChaffLauncher_ChaffCapacity: { fdname: "ChaffLauncher_ChaffCapacity", grades: { - "3": { + 3: { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -19193,7 +19193,7 @@ module.exports = { ChaffLauncher_LightWeight: { fdname: "ChaffLauncher_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -19203,7 +19203,7 @@ module.exports = { }, uuid: "99afdcd4-c7cf-4855-aea8-e35d968d448e" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19214,7 +19214,7 @@ module.exports = { }, uuid: "4c0aa103-e0d8-4dce-bb38-067549af7c27" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19226,7 +19226,7 @@ module.exports = { }, uuid: "90ddb40a-8520-4e0a-8e42-5f3f9ecf4c28" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19238,7 +19238,7 @@ module.exports = { }, uuid: "45047669-536a-4455-8563-b8be46d482e0" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19258,7 +19258,7 @@ module.exports = { ChaffLauncher_Reinforced: { fdname: "ChaffLauncher_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -19268,7 +19268,7 @@ module.exports = { }, uuid: "c952091e-30de-4b13-8e7e-c59aee4c1466" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -19279,7 +19279,7 @@ module.exports = { }, uuid: "5f868185-7351-49ec-95b4-87dab4d08e02" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -19291,7 +19291,7 @@ module.exports = { }, uuid: "33e63006-29ae-4466-b240-7708ddd9804b" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -19303,7 +19303,7 @@ module.exports = { }, uuid: "5d0cb508-a654-4dc8-8e04-6cafac0ea86d" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19323,7 +19323,7 @@ module.exports = { ChaffLauncher_Shielded: { fdname: "ChaffLauncher_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -19333,7 +19333,7 @@ module.exports = { }, uuid: "ac3908c2-c5aa-44a1-a847-a9d27c34a326" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -19344,7 +19344,7 @@ module.exports = { }, uuid: "ee1ad091-7a25-44ac-b3e4-9ee5e4228483" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -19356,7 +19356,7 @@ module.exports = { }, uuid: "eddd7f16-035d-4e9e-96fc-bf82e9ce7397" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19368,7 +19368,7 @@ module.exports = { }, uuid: "1fef7b64-bf77-4024-a9b4-24146d5cefe3" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19388,7 +19388,7 @@ module.exports = { CollectionLimpet_LightWeight: { fdname: "CollectionLimpet_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -19398,7 +19398,7 @@ module.exports = { }, uuid: "40d015c8-e3c3-4e6c-8703-0e5dc0c0ca7a" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19409,7 +19409,7 @@ module.exports = { }, uuid: "4f4f23cf-fb43-4542-8d60-c96cf884c3c9" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19421,7 +19421,7 @@ module.exports = { }, uuid: "9c4ebeff-12e1-4f0e-a972-bb8d4d7e4f08" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19433,7 +19433,7 @@ module.exports = { }, uuid: "befa7711-25fa-49d2-97fb-3f8a4cc8b91e" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19453,7 +19453,7 @@ module.exports = { CollectionLimpet_Reinforced: { fdname: "CollectionLimpet_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -19463,7 +19463,7 @@ module.exports = { }, uuid: "d0451acd-f57f-46a5-ac1a-c2a2f1919283" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -19474,7 +19474,7 @@ module.exports = { }, uuid: "ccbf3b26-6ded-4e86-b2dd-330280ca552f" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -19486,7 +19486,7 @@ module.exports = { }, uuid: "a841e48c-d34b-4dd2-b540-14910224398a" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -19498,7 +19498,7 @@ module.exports = { }, uuid: "de78dde7-c159-4d37-91e2-b6562dd754e4" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19518,7 +19518,7 @@ module.exports = { CollectionLimpet_Shielded: { fdname: "CollectionLimpet_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -19528,7 +19528,7 @@ module.exports = { }, uuid: "6e384cd7-1ab5-4a03-849f-d1a6d5711012" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -19539,7 +19539,7 @@ module.exports = { }, uuid: "be06b5e7-44c0-4bb4-b084-ca5578cd5b26" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -19551,7 +19551,7 @@ module.exports = { }, uuid: "d18a63f6-c96e-4e73-b4a1-70deeb27af9c" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19563,7 +19563,7 @@ module.exports = { }, uuid: "99d03d5e-1fd6-49b1-a99d-71571c35dca5" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19583,7 +19583,7 @@ module.exports = { ECM_LightWeight: { fdname: "ECM_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -19593,7 +19593,7 @@ module.exports = { }, uuid: "123ef1f4-cb7e-4b8e-8dfc-48c3407d0c94" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19604,7 +19604,7 @@ module.exports = { }, uuid: "abf6487e-1fac-46e7-9ae3-a46bea977412" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19616,7 +19616,7 @@ module.exports = { }, uuid: "e1bc6bec-da7b-4b5c-aedd-637b753d2e1f" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19628,7 +19628,7 @@ module.exports = { }, uuid: "ac3a70dc-8759-4f69-8c97-c31be11d9b49" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19648,7 +19648,7 @@ module.exports = { ECM_Reinforced: { fdname: "ECM_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -19658,7 +19658,7 @@ module.exports = { }, uuid: "6bcb5b84-5e90-4d3d-be7c-6ed6c1f048c4" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -19669,7 +19669,7 @@ module.exports = { }, uuid: "8497a12f-becf-499b-8df8-6814cfa93e39" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -19681,7 +19681,7 @@ module.exports = { }, uuid: "2fbadb73-1c89-4d25-9061-43735d4970b3" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -19693,7 +19693,7 @@ module.exports = { }, uuid: "a89859a9-1278-40d0-ac77-e3e6bf10de95" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19713,7 +19713,7 @@ module.exports = { ECM_Shielded: { fdname: "ECM_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -19723,7 +19723,7 @@ module.exports = { }, uuid: "0dd69a33-0309-4ab6-bf88-e500db42448c" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -19734,7 +19734,7 @@ module.exports = { }, uuid: "297bc1b2-7e2c-4556-b971-b2ff38cbff53" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -19746,7 +19746,7 @@ module.exports = { }, uuid: "385a3392-8580-4fa6-a52c-1205f1041b99" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19758,7 +19758,7 @@ module.exports = { }, uuid: "eb3e8641-031c-4318-9e97-43f27529fd86" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19778,7 +19778,7 @@ module.exports = { Engine_Dirty: { fdname: "Engine_Dirty", grades: { - "1": { + 1: { components: { "Specialised Legacy Firmware": 1 }, @@ -19791,7 +19791,7 @@ module.exports = { }, uuid: "bbdea125-dd2b-4031-8698-56c922df3b76" }, - "2": { + 2: { components: { "Mechanical Equipment": 1, "Specialised Legacy Firmware": 1 @@ -19805,7 +19805,7 @@ module.exports = { }, uuid: "d3ccba04-e0f5-40c3-a6f8-a038d5e5b4bf" }, - "3": { + 3: { components: { Chromium: 1, "Mechanical Components": 1, @@ -19820,7 +19820,7 @@ module.exports = { }, uuid: "60091d1f-38a9-4d62-bbc0-6332e03c7f3d" }, - "4": { + 4: { components: { "Configurable Components": 1, "Modified Consumer Firmware": 1, @@ -19835,7 +19835,7 @@ module.exports = { }, uuid: "7355e32e-b850-4428-8279-66f234f59c6a" }, - "5": { + 5: { components: { Cadmium: 1, "Cracked Industrial Firmware": 1, @@ -19858,7 +19858,7 @@ module.exports = { Engine_Reinforced: { fdname: "Engine_Reinforced", grades: { - "1": { + 1: { components: { Carbon: 1 }, @@ -19869,7 +19869,7 @@ module.exports = { }, uuid: "21503395-f165-4340-91c7-07d062895eae" }, - "2": { + 2: { components: { "Heat Conduction Wiring": 1, Vanadium: 1 @@ -19881,7 +19881,7 @@ module.exports = { }, uuid: "452e2359-5804-4de1-94bf-d16c9d512cc4" }, - "3": { + 3: { components: { "Heat Conduction Wiring": 1, "Shielding Sensors": 1, @@ -19894,7 +19894,7 @@ module.exports = { }, uuid: "ae1a71bb-e025-4268-aa7f-fd4063945beb" }, - "4": { + 4: { components: { "Compound Shielding": 1, "Heat Dispersion Plate": 1, @@ -19907,7 +19907,7 @@ module.exports = { }, uuid: "4bc0b925-dd64-41da-a653-f15acf108f23" }, - "5": { + 5: { components: { "Heat Exchangers": 1, "Imperial Shielding": 1, @@ -19928,7 +19928,7 @@ module.exports = { Engine_Tuned: { fdname: "Engine_Tuned", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -19939,7 +19939,7 @@ module.exports = { }, uuid: "5b32dae1-7c4a-4760-8c48-0d9a9fa2758d" }, - "2": { + 2: { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1 @@ -19953,7 +19953,7 @@ module.exports = { }, uuid: "5382eecb-c840-4613-99c1-9bcbdb8d7760" }, - "3": { + 3: { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1, @@ -19968,7 +19968,7 @@ module.exports = { }, uuid: "0c58a5c8-0bf9-4a2c-baf0-b14228f236df" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, "Decoded Emission Data": 1, @@ -19983,7 +19983,7 @@ module.exports = { }, uuid: "afb2b22e-ab30-4195-8bfe-ae81ea6067f3" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, "Conductive Ceramics": 1, @@ -20006,7 +20006,7 @@ module.exports = { FSD_FastBoot: { fdname: "FSD_FastBoot", grades: { - "1": { + 1: { components: { "Grid Resistors": 1 }, @@ -20018,7 +20018,7 @@ module.exports = { }, uuid: "23f08173-4d05-49d2-b126-d9e5ea5ee8b5" }, - "2": { + 2: { components: { Chromium: 1, "Grid Resistors": 1 @@ -20031,7 +20031,7 @@ module.exports = { }, uuid: "56875992-02ae-4364-934c-88dbfda0cc57" }, - "3": { + 3: { components: { "Grid Resistors": 1, "Heat Dispersion Plate": 1, @@ -20045,7 +20045,7 @@ module.exports = { }, uuid: "80c84723-9c37-434b-890e-8723504e5e48" }, - "4": { + 4: { components: { Cadmium: 1, "Heat Exchangers": 1, @@ -20059,7 +20059,7 @@ module.exports = { }, uuid: "3747180c-d798-4bc4-bb42-daecf44729cc" }, - "5": { + 5: { components: { "Electrochemical Arrays": 1, "Heat Vanes": 1, @@ -20081,7 +20081,7 @@ module.exports = { FSD_LongRange: { fdname: "FSD_LongRange", grades: { - "1": { + 1: { components: { "Atypical Disrupted Wake Echoes": 1 }, @@ -20093,7 +20093,7 @@ module.exports = { }, uuid: "bb67b1a2-7a5b-47bc-8ed8-e949b5e3fb16" }, - "2": { + 2: { components: { "Atypical Disrupted Wake Echoes": 1, "Chemical Processors": 1 @@ -20106,7 +20106,7 @@ module.exports = { }, uuid: "74045351-f348-45f5-8798-487211f19520" }, - "3": { + 3: { components: { "Chemical Processors": 1, Phosphorus: 1, @@ -20120,7 +20120,7 @@ module.exports = { }, uuid: "cf196bb9-55a1-457f-893b-84ff2afd4db9" }, - "4": { + 4: { components: { "Chemical Distillery": 1, "Eccentric Hyperspace Trajectories": 1, @@ -20134,7 +20134,7 @@ module.exports = { }, uuid: "ecf49fec-32fd-4930-949d-a341bf0fd00c" }, - "5": { + 5: { components: { Arsenic: 1, "Chemical Manipulators": 1, @@ -20156,7 +20156,7 @@ module.exports = { FSD_Shielded: { fdname: "FSD_Shielded", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -20168,7 +20168,7 @@ module.exports = { }, uuid: "0bf46ac9-dfcd-49c3-bcef-db93ba04ed97" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -20181,7 +20181,7 @@ module.exports = { }, uuid: "2858e680-b675-4ee9-9c24-04e8dd2bfe85" }, - "3": { + 3: { components: { Carbon: 1, "Shielding Sensors": 1, @@ -20195,7 +20195,7 @@ module.exports = { }, uuid: "f836e994-c19f-4ed0-926d-fbcc75f136c0" }, - "4": { + 4: { components: { "Compound Shielding": 1, "High Density Composites": 1, @@ -20209,7 +20209,7 @@ module.exports = { }, uuid: "fe30a1a0-3644-4411-af1f-59bae0a565b9" }, - "5": { + 5: { components: { "Imperial Shielding": 1, "Proprietary Composites": 1, @@ -20231,7 +20231,7 @@ module.exports = { FSDinterdictor_Expanded: { fdname: "FSDinterdictor_Expanded", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -20242,7 +20242,7 @@ module.exports = { }, uuid: "da98fe81-8ac1-4c4a-ba1b-76b894dc9de8" }, - "2": { + 2: { components: { "Mechanical Equipment": 1, "Unusual Encrypted Files": 1 @@ -20254,7 +20254,7 @@ module.exports = { }, uuid: "88bcd4df-3ae3-4e6b-80d8-27bf8815e4d2" }, - "3": { + 3: { components: { "Grid Resistors": 1, "Mechanical Components": 1, @@ -20267,7 +20267,7 @@ module.exports = { }, uuid: "1036b38e-676f-4b42-8518-abed6f627fb7" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -20288,7 +20288,7 @@ module.exports = { FSDinterdictor_LongRange: { fdname: "FSDinterdictor_LongRange", grades: { - "1": { + 1: { components: { "Unusual Encrypted Files": 1 }, @@ -20300,7 +20300,7 @@ module.exports = { }, uuid: "ecec8b3e-891f-4b79-8c07-7836e62424f8" }, - "2": { + 2: { components: { "Atypical Disrupted Wake Echoes": 1, "Tagged Encryption Codes": 1 @@ -20313,7 +20313,7 @@ module.exports = { }, uuid: "08d02c88-e63f-4d29-86b9-eea6a20b17a1" }, - "3": { + 3: { components: { "Anomalous Bulk Scan Data": 1, "Anomalous FSD Telemetry": 1, @@ -20327,7 +20327,7 @@ module.exports = { }, uuid: "a2d4bed7-4326-4776-a17b-6ee746f4c9be" }, - "4": { + 4: { components: { "Unidentified Scan Archives": 1, "Strange Wake Solutions": 1, @@ -20349,7 +20349,7 @@ module.exports = { FuelScoop_Shielded: { fdname: "FuelScoop_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -20359,7 +20359,7 @@ module.exports = { }, uuid: "7b71b0d6-e035-4526-91cf-b16a15d32594" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -20370,7 +20370,7 @@ module.exports = { }, uuid: "1c367826-7b57-4beb-9d99-c9a598d29cf9" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -20382,7 +20382,7 @@ module.exports = { }, uuid: "b61946ff-9e65-447b-9757-4c37789fc350" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20402,7 +20402,7 @@ module.exports = { FuelTransferLimpet_LightWeight: { fdname: "FuelTransferLimpet_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -20412,7 +20412,7 @@ module.exports = { }, uuid: "b4abda7b-ac4c-4ddf-ac76-f3d9640e217b" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20423,7 +20423,7 @@ module.exports = { }, uuid: "7bae1015-d4b9-4c33-8286-79c93386cf33" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20435,7 +20435,7 @@ module.exports = { }, uuid: "b69e0eb2-67c4-402a-8b4d-69d64c899fdc" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -20447,7 +20447,7 @@ module.exports = { }, uuid: "36d13200-4c1d-4d49-9936-af8562a6fbce" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -20467,7 +20467,7 @@ module.exports = { FuelTransferLimpet_Reinforced: { fdname: "FuelTransferLimpet_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -20477,7 +20477,7 @@ module.exports = { }, uuid: "9d3c40c1-a35c-42a7-8756-68dba821bde1" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -20488,7 +20488,7 @@ module.exports = { }, uuid: "c09e8d1b-e78e-43b8-bc8c-8ebf7bd84dc5" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -20500,7 +20500,7 @@ module.exports = { }, uuid: "51e5c01d-191c-446c-8ae1-d91e68da1013" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -20512,7 +20512,7 @@ module.exports = { }, uuid: "1a2e3498-d593-4420-ad66-01281648f8c7" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -20532,7 +20532,7 @@ module.exports = { FuelTransferLimpet_Shielded: { fdname: "FuelTransferLimpet_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -20542,7 +20542,7 @@ module.exports = { }, uuid: "736aca61-1fd6-4e95-931c-9354434b52ce" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -20553,7 +20553,7 @@ module.exports = { }, uuid: "60b7eeba-eaeb-4799-a7ab-c989afc9e74a" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -20565,7 +20565,7 @@ module.exports = { }, uuid: "31f3e418-9020-4b01-94ec-cf9d62529f12" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20577,7 +20577,7 @@ module.exports = { }, uuid: "65e897c7-0bb2-426f-bed2-3162767a80d2" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -20597,7 +20597,7 @@ module.exports = { HatchBreakerLimpet_LightWeight: { fdname: "HatchBreakerLimpet_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -20607,7 +20607,7 @@ module.exports = { }, uuid: "3434789e-7555-4bca-a901-09ddbae0d323" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20618,7 +20618,7 @@ module.exports = { }, uuid: "c62a09da-8157-474e-8b8f-04b43792a372" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20630,7 +20630,7 @@ module.exports = { }, uuid: "ad0166b8-9313-4c7a-a95c-5e4b0e53fc40" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -20642,7 +20642,7 @@ module.exports = { }, uuid: "cf482f0a-de37-4fec-8bcd-f087203e0f2d" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -20662,7 +20662,7 @@ module.exports = { HatchBreakerLimpet_Reinforced: { fdname: "HatchBreakerLimpet_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -20672,7 +20672,7 @@ module.exports = { }, uuid: "f75e88b4-7a5c-40da-9652-a7e91aa174e2" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -20683,7 +20683,7 @@ module.exports = { }, uuid: "d794c46b-13e7-4136-b435-bdb96c87c657" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -20695,7 +20695,7 @@ module.exports = { }, uuid: "07acc4c6-724e-4c6b-be15-c9c49d4d95a6" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -20707,7 +20707,7 @@ module.exports = { }, uuid: "fe76b519-7695-4618-b71f-4e27f53f9eb4" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -20727,7 +20727,7 @@ module.exports = { HatchBreakerLimpet_Shielded: { fdname: "HatchBreakerLimpet_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -20737,7 +20737,7 @@ module.exports = { }, uuid: "952d56cc-0c1c-4a62-a8c4-a4c668181654" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -20748,7 +20748,7 @@ module.exports = { }, uuid: "accfd35c-3172-455a-94b6-27be6409970a" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -20760,7 +20760,7 @@ module.exports = { }, uuid: "0db2b6bd-df3f-48be-ac6b-a334b79757a1" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20772,7 +20772,7 @@ module.exports = { }, uuid: "a747942f-d354-4f0d-ad59-323e52823924" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -20792,7 +20792,7 @@ module.exports = { HeatSinkLauncher_HeatSinkCapacity: { fdname: "HeatSinkLauncher_HeatSinkCapacity", grades: { - "3": { + 3: { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -20813,7 +20813,7 @@ module.exports = { HeatSinkLauncher_LightWeight: { fdname: "HeatSinkLauncher_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -20823,7 +20823,7 @@ module.exports = { }, uuid: "0a20c246-fe84-43d1-835b-ae74474cdec9" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20834,7 +20834,7 @@ module.exports = { }, uuid: "83dc9090-28c5-45b7-a4f5-8e2a76923e90" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20846,7 +20846,7 @@ module.exports = { }, uuid: "777b5a47-9d29-4787-b097-8c4a22c11d20" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -20858,7 +20858,7 @@ module.exports = { }, uuid: "558a1180-e1a0-4c4a-8992-fac17d58860b" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -20878,7 +20878,7 @@ module.exports = { HeatSinkLauncher_Reinforced: { fdname: "HeatSinkLauncher_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -20888,7 +20888,7 @@ module.exports = { }, uuid: "4b8ad4b4-4d42-4014-98ac-2175392ad0c8" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -20899,7 +20899,7 @@ module.exports = { }, uuid: "7a7166cf-d789-4cb8-9768-f31cc3159dc5" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -20911,7 +20911,7 @@ module.exports = { }, uuid: "93d33903-1dc8-453a-8bd6-df3198c1eac5" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -20923,7 +20923,7 @@ module.exports = { }, uuid: "9a174428-ac75-4bc8-80e0-c1327d0317b8" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -20943,7 +20943,7 @@ module.exports = { HeatSinkLauncher_Shielded: { fdname: "HeatSinkLauncher_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -20953,7 +20953,7 @@ module.exports = { }, uuid: "b7bb4a4a-61ee-44b6-b477-e6abf7540240" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -20964,7 +20964,7 @@ module.exports = { }, uuid: "69ec3d60-591c-4c65-a6d4-2b2fe83e1819" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -20976,7 +20976,7 @@ module.exports = { }, uuid: "beb3c5c1-689c-497d-a1b0-92d7fda93878" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20988,7 +20988,7 @@ module.exports = { }, uuid: "52f4a6d1-c291-4ac6-84f2-6d39bc54e675" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21008,7 +21008,7 @@ module.exports = { HullReinforcement_Advanced: { fdname: "HullReinforcement_Advanced", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -21019,7 +21019,7 @@ module.exports = { }, uuid: "8405c035-bf65-47d1-bdbe-5253b5c0a98b" }, - "2": { + 2: { components: { "Conductive Components": 1, Iron: 1 @@ -21031,7 +21031,7 @@ module.exports = { }, uuid: "a8dad054-0392-460a-934e-27d40f65e1fc" }, - "3": { + 3: { components: { "Conductive Components": 1, "High Density Composites": 1, @@ -21044,7 +21044,7 @@ module.exports = { }, uuid: "ee887ba1-c66f-4002-97cb-5169201324af" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, Germanium: 1, @@ -21057,7 +21057,7 @@ module.exports = { }, uuid: "8912615d-e711-4e5d-a08f-739cbf372963" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Military Grade Alloys": 1, @@ -21078,7 +21078,7 @@ module.exports = { HullReinforcement_Explosive: { fdname: "HullReinforcement_Explosive", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -21090,7 +21090,7 @@ module.exports = { }, uuid: "ed72014b-4033-413c-8a71-5eac18e085ce" }, - "2": { + 2: { components: { Carbon: 1, Zinc: 1 @@ -21103,7 +21103,7 @@ module.exports = { }, uuid: "7be2929b-0c89-4059-90d9-4631d90c053b" }, - "3": { + 3: { components: { "Salvaged Alloys": 1, Vanadium: 1, @@ -21117,7 +21117,7 @@ module.exports = { }, uuid: "11742116-77d3-40ea-bd1f-71e0558a0ad1" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, Mercury: 1, @@ -21131,7 +21131,7 @@ module.exports = { }, uuid: "1f59b0aa-46ab-4eb5-bf07-fe4d8f968c1d" }, - "5": { + 5: { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -21153,7 +21153,7 @@ module.exports = { HullReinforcement_HeavyDuty: { fdname: "HullReinforcement_HeavyDuty", grades: { - "1": { + 1: { components: { Carbon: 1 }, @@ -21166,7 +21166,7 @@ module.exports = { }, uuid: "e174a927-ab55-4691-be3e-832f6d68d679" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -21180,7 +21180,7 @@ module.exports = { }, uuid: "2cd3f87c-5ea3-4bd5-ab6d-70458f29de7e" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -21195,7 +21195,7 @@ module.exports = { }, uuid: "251e8773-d06a-4b0e-9e30-a5114a45a5c1" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21210,7 +21210,7 @@ module.exports = { }, uuid: "d6b14f0e-9a32-4838-b41f-986f4a5abd6d" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21233,7 +21233,7 @@ module.exports = { HullReinforcement_Kinetic: { fdname: "HullReinforcement_Kinetic", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -21245,7 +21245,7 @@ module.exports = { }, uuid: "9d5338ab-031c-40e5-bd13-d3eb057540ab" }, - "2": { + 2: { components: { Nickel: 1, Vanadium: 1 @@ -21258,7 +21258,7 @@ module.exports = { }, uuid: "238db8e4-99e2-4e70-b4e3-f918294110c7" }, - "3": { + 3: { components: { "High Density Composites": 1, "Salvaged Alloys": 1, @@ -21272,7 +21272,7 @@ module.exports = { }, uuid: "cb65ddfa-2fd9-4db5-9558-0770866ea8ee" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, "Proprietary Composites": 1, @@ -21286,7 +21286,7 @@ module.exports = { }, uuid: "944cb78e-4da0-43a0-acc8-95c7d67eaf92" }, - "5": { + 5: { components: { "Core Dynamics Composites": 1, Molybdenum: 1, @@ -21308,7 +21308,7 @@ module.exports = { HullReinforcement_Thermic: { fdname: "HullReinforcement_Thermic", grades: { - "1": { + 1: { components: { "Heat Conduction Wiring": 1 }, @@ -21320,7 +21320,7 @@ module.exports = { }, uuid: "cc3d62d5-9769-480d-9e37-620c61a276ab" }, - "2": { + 2: { components: { "Heat Dispersion Plate": 1, Nickel: 1 @@ -21333,7 +21333,7 @@ module.exports = { }, uuid: "e4aa2331-7dc5-479c-9959-d90f0e473da9" }, - "3": { + 3: { components: { "Heat Exchangers": 1, "Salvaged Alloys": 1, @@ -21347,7 +21347,7 @@ module.exports = { }, uuid: "29f49ae9-e241-4791-a9e3-bfdccd6cdfbb" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, "Heat Vanes": 1, @@ -21361,7 +21361,7 @@ module.exports = { }, uuid: "19e30f32-a789-4acf-8f69-f97677ace963" }, - "5": { + 5: { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -21383,7 +21383,7 @@ module.exports = { KillWarrantScanner_LightWeight: { fdname: "KillWarrantScanner_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -21393,7 +21393,7 @@ module.exports = { }, uuid: "b56007ba-9351-417e-9da8-def090b31e50" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21404,7 +21404,7 @@ module.exports = { }, uuid: "14b2d6f0-5f93-48c9-a04a-b9b1064b4bd1" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21416,7 +21416,7 @@ module.exports = { }, uuid: "d6dc2106-b95e-49fe-bd56-0ab0729045ad" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21428,7 +21428,7 @@ module.exports = { }, uuid: "fa568ca9-fe6f-4036-89ae-c6659fdc4e33" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -21448,7 +21448,7 @@ module.exports = { KillWarrantScanner_LongRange: { fdname: "KillWarrantScanner_LongRange", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -21459,7 +21459,7 @@ module.exports = { }, uuid: "2689c846-02d7-4694-97f1-85cd5437b42f" }, - "2": { + 2: { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -21471,7 +21471,7 @@ module.exports = { }, uuid: "c2160767-b03f-491e-9a45-31976fb78899" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -21484,7 +21484,7 @@ module.exports = { }, uuid: "4d9ccdb6-89cc-4f27-a8c8-584de68dae4b" }, - "4": { + 4: { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -21497,7 +21497,7 @@ module.exports = { }, uuid: "0ecb3bee-4033-4937-a5ed-161f50cb6024" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -21518,7 +21518,7 @@ module.exports = { KillWarrantScanner_Reinforced: { fdname: "KillWarrantScanner_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -21528,7 +21528,7 @@ module.exports = { }, uuid: "54cf058d-795d-423c-8923-fdd6971dec29" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -21539,7 +21539,7 @@ module.exports = { }, uuid: "3d7eb835-8a30-458d-bbf3-cfd8de5f8cb4" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -21551,7 +21551,7 @@ module.exports = { }, uuid: "200dfa7b-085d-43d8-ae61-f7080feed350" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -21563,7 +21563,7 @@ module.exports = { }, uuid: "4fdb0643-c9e0-43f6-8b6b-4613fec1de03" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21583,7 +21583,7 @@ module.exports = { KillWarrantScanner_Shielded: { fdname: "KillWarrantScanner_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -21593,7 +21593,7 @@ module.exports = { }, uuid: "f4426054-f766-4be3-8b26-e9236ff61dd9" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -21604,7 +21604,7 @@ module.exports = { }, uuid: "fa7b4b7f-ed0a-401f-a372-1d03c09f9c55" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -21616,7 +21616,7 @@ module.exports = { }, uuid: "443fe7e9-e313-457b-8c0f-6eb22e6e91ef" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21628,7 +21628,7 @@ module.exports = { }, uuid: "b1a0e15d-7164-44f9-85e5-9acc64e56b8b" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21648,7 +21648,7 @@ module.exports = { LifeSupport_LightWeight: { fdname: "LifeSupport_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -21658,7 +21658,7 @@ module.exports = { }, uuid: "e1e1bd93-3a3f-4454-bfe3-0e2b6840b43a" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21669,7 +21669,7 @@ module.exports = { }, uuid: "aaf29592-df21-4b4c-aeac-20252e75b8aa" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21681,7 +21681,7 @@ module.exports = { }, uuid: "8876b27a-2c31-49f0-8a47-c11acd801c2b" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21701,7 +21701,7 @@ module.exports = { LifeSupport_Reinforced: { fdname: "LifeSupport_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -21711,7 +21711,7 @@ module.exports = { }, uuid: "b40b11a1-5f0f-440f-b77d-9abf9833d546" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -21722,7 +21722,7 @@ module.exports = { }, uuid: "847b937b-ffa2-4418-9a48-0993a675d43f" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -21734,7 +21734,7 @@ module.exports = { }, uuid: "8303d5f6-da56-41d0-8af3-4620efcc561e" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -21746,7 +21746,7 @@ module.exports = { }, uuid: "6c37ca40-0ae6-48e0-a145-c3eea2bf7cce" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21766,7 +21766,7 @@ module.exports = { LifeSupport_Shielded: { fdname: "LifeSupport_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -21776,7 +21776,7 @@ module.exports = { }, uuid: "fcd12382-bbb3-431b-95c5-ae9539a02a54" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -21787,7 +21787,7 @@ module.exports = { }, uuid: "9a62eb66-8231-4fa9-9047-284798892e93" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -21799,7 +21799,7 @@ module.exports = { }, uuid: "c46b6c89-0a24-4586-865d-76ff5ae35209" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21819,7 +21819,7 @@ module.exports = { PointDefence_LightWeight: { fdname: "PointDefence_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -21829,7 +21829,7 @@ module.exports = { }, uuid: "b212ba23-880a-46f7-94ef-f276acb068da" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21840,7 +21840,7 @@ module.exports = { }, uuid: "17733fc5-6153-406c-b7f6-fbc6904b7223" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21852,7 +21852,7 @@ module.exports = { }, uuid: "428b7f9f-9ab2-4f1f-9e8e-9a54ede9af65" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21864,7 +21864,7 @@ module.exports = { }, uuid: "6285a7cd-bb8f-427d-b2aa-3c20953c9c9c" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -21884,7 +21884,7 @@ module.exports = { PointDefence_PointDefenseCapacity: { fdname: "PointDefence_PointDefenseCapacity", grades: { - "3": { + 3: { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -21905,7 +21905,7 @@ module.exports = { PointDefence_Reinforced: { fdname: "PointDefence_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -21915,7 +21915,7 @@ module.exports = { }, uuid: "be6995c8-ffe3-41db-82c7-8a1d876254bd" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -21926,7 +21926,7 @@ module.exports = { }, uuid: "b485f4a5-194e-44cd-8a68-d78d87b78749" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -21938,7 +21938,7 @@ module.exports = { }, uuid: "007beb33-2cb2-48fc-b3d3-b5b82fc7c795" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -21950,7 +21950,7 @@ module.exports = { }, uuid: "3fbaecf6-2bdf-4c53-b455-d37d0d78571c" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21970,7 +21970,7 @@ module.exports = { PointDefence_Shielded: { fdname: "PointDefence_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -21980,7 +21980,7 @@ module.exports = { }, uuid: "84de52cc-9d50-48b9-94bc-262735f61a27" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -21991,7 +21991,7 @@ module.exports = { }, uuid: "94b0ceb5-3f07-4206-aa02-1e69f1059476" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -22003,7 +22003,7 @@ module.exports = { }, uuid: "ad2d6c5e-f69d-44cd-94e5-0437a1b77e39" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22015,7 +22015,7 @@ module.exports = { }, uuid: "718b1c81-ffc9-4097-8969-3805dfab4ce2" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22035,7 +22035,7 @@ module.exports = { PowerDistributor_HighCapacity: { fdname: "PowerDistributor_HighCapacity", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -22050,7 +22050,7 @@ module.exports = { }, uuid: "e1ae5651-f688-46e2-a94a-9c3bc6e8665b" }, - "2": { + 2: { components: { Chromium: 1, "Specialised Legacy Firmware": 1 @@ -22066,7 +22066,7 @@ module.exports = { }, uuid: "d5ea6b7b-31eb-44f4-b1f3-8126dd6ea7b5" }, - "3": { + 3: { components: { Chromium: 1, "High Density Composites": 1, @@ -22083,7 +22083,7 @@ module.exports = { }, uuid: "b959a87e-a231-46e7-a6a7-65fe6c0464bc" }, - "4": { + 4: { components: { "Modified Consumer Firmware": 1, "Proprietary Composites": 1, @@ -22100,7 +22100,7 @@ module.exports = { }, uuid: "5f468c03-ed6d-474f-9e82-601b11d728c8" }, - "5": { + 5: { components: { "Cracked Industrial Firmware": 1, "Military Supercapacitors": 1, @@ -22125,7 +22125,7 @@ module.exports = { PowerDistributor_HighFrequency: { fdname: "PowerDistributor_HighFrequency", grades: { - "1": { + 1: { components: { "Specialised Legacy Firmware": 1 }, @@ -22139,7 +22139,7 @@ module.exports = { }, uuid: "e8ce47e1-c5d7-46bf-b31e-48dcfe9ab1a5" }, - "2": { + 2: { components: { "Chemical Processors": 1, "Specialised Legacy Firmware": 1 @@ -22154,7 +22154,7 @@ module.exports = { }, uuid: "528b87b2-157d-471e-9958-831a9962c595" }, - "3": { + 3: { components: { "Chemical Distillery": 1, "Grid Resistors": 1, @@ -22170,7 +22170,7 @@ module.exports = { }, uuid: "713b5e19-b7a5-447f-b450-248e771dcd72" }, - "4": { + 4: { components: { "Chemical Manipulators": 1, "Cracked Industrial Firmware": 1, @@ -22186,7 +22186,7 @@ module.exports = { }, uuid: "1bfd4836-c69d-4adf-94dd-e7c41da96416" }, - "5": { + 5: { components: { "Chemical Manipulators": 1, "Cracked Industrial Firmware": 1, @@ -22210,7 +22210,7 @@ module.exports = { PowerDistributor_PriorityEngines: { fdname: "PowerDistributor_PriorityEngines", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -22224,7 +22224,7 @@ module.exports = { }, uuid: "69f1b8a3-c868-452f-bdbd-cfc95e117ab5" }, - "2": { + 2: { components: { "Conductive Components": 1, Sulphur: 1 @@ -22239,7 +22239,7 @@ module.exports = { }, uuid: "5e91d652-7346-4a22-82c9-79853fdcdf91" }, - "3": { + 3: { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22255,7 +22255,7 @@ module.exports = { }, uuid: "4185370a-c4e9-4f58-9b67-a7f46bb2d3c2" }, - "4": { + 4: { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22271,7 +22271,7 @@ module.exports = { }, uuid: "6a6a497e-8261-4763-8a15-c78222a00443" }, - "5": { + 5: { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22295,7 +22295,7 @@ module.exports = { PowerDistributor_PrioritySystems: { fdname: "PowerDistributor_PrioritySystems", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -22309,7 +22309,7 @@ module.exports = { }, uuid: "8138ba35-155d-4b82-86ef-ad4600ab5e03" }, - "2": { + 2: { components: { "Conductive Components": 1, Sulphur: 1 @@ -22324,7 +22324,7 @@ module.exports = { }, uuid: "91c79b1b-b494-4dd9-98c4-10d58aa5509f" }, - "3": { + 3: { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22340,7 +22340,7 @@ module.exports = { }, uuid: "13ab16c7-2456-4387-b536-b28fd2f57d2e" }, - "4": { + 4: { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22356,7 +22356,7 @@ module.exports = { }, uuid: "544e6d6b-be89-478d-9b1b-62fae7599d30" }, - "5": { + 5: { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22380,7 +22380,7 @@ module.exports = { PowerDistributor_PriorityWeapons: { fdname: "PowerDistributor_PriorityWeapons", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -22394,7 +22394,7 @@ module.exports = { }, uuid: "dd023cf4-0b4d-4d18-957f-4b1eecb71c0a" }, - "2": { + 2: { components: { "Conductive Components": 1, Sulphur: 1 @@ -22409,7 +22409,7 @@ module.exports = { }, uuid: "cac790f3-9852-4673-a219-0f5e4dc6a0ad" }, - "3": { + 3: { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22425,7 +22425,7 @@ module.exports = { }, uuid: "cc5507e8-613b-4d43-a7fe-a874be963125" }, - "4": { + 4: { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22441,7 +22441,7 @@ module.exports = { }, uuid: "34c9c5e5-8a42-4509-a22a-7313528263f2" }, - "5": { + 5: { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22465,7 +22465,7 @@ module.exports = { PowerDistributor_Shielded: { fdname: "PowerDistributor_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -22476,7 +22476,7 @@ module.exports = { }, uuid: "05883145-2407-46a1-9eea-5a56ac549cfd" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -22488,7 +22488,7 @@ module.exports = { }, uuid: "5822ff0c-fa6c-4072-95be-e2534f37be00" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -22501,7 +22501,7 @@ module.exports = { }, uuid: "d5040eac-fa75-4613-828d-ea71aefd9051" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22514,7 +22514,7 @@ module.exports = { }, uuid: "32c94fd6-71c3-461b-80ed-bfe1543f9651" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22535,7 +22535,7 @@ module.exports = { PowerPlant_Armoured: { fdname: "PowerPlant_Armoured", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -22547,7 +22547,7 @@ module.exports = { }, uuid: "14be2e0d-417b-4cde-834f-b7e8ca14bb85" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -22560,7 +22560,7 @@ module.exports = { }, uuid: "14ade730-2a1d-4f48-a619-46be865819ec" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -22574,7 +22574,7 @@ module.exports = { }, uuid: "aa9a05c9-f142-40db-b0bf-8f6ca29efba8" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22588,7 +22588,7 @@ module.exports = { }, uuid: "bfb0ccc8-389e-4df0-9acd-4df91680c5a3" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22610,7 +22610,7 @@ module.exports = { PowerPlant_Boosted: { fdname: "PowerPlant_Boosted", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -22621,7 +22621,7 @@ module.exports = { }, uuid: "06282764-2821-4604-ad2c-d9b148d562d0" }, - "2": { + 2: { components: { "Conductive Components": 1, "Heat Conduction Wiring": 1 @@ -22633,7 +22633,7 @@ module.exports = { }, uuid: "feb49620-2df8-4ec6-9a58-13f986aed81f" }, - "3": { + 3: { components: { "Conductive Components": 1, "Heat Conduction Wiring": 1, @@ -22646,7 +22646,7 @@ module.exports = { }, uuid: "9325c166-998d-4ea6-8dab-0aafcec76705" }, - "4": { + 4: { components: { Cadmium: 1, "Conductive Ceramics": 1, @@ -22659,7 +22659,7 @@ module.exports = { }, uuid: "6dd84c8d-1d21-4bf5-a747-f582ffe49a99" }, - "5": { + 5: { components: { "Chemical Manipulators": 1, "Conductive Ceramics": 1, @@ -22680,7 +22680,7 @@ module.exports = { PowerPlant_Stealth: { fdname: "PowerPlant_Stealth", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -22691,7 +22691,7 @@ module.exports = { }, uuid: "92571059-8e76-4473-b3ee-1b50803c75ef" }, - "2": { + 2: { components: { Iron: 1, "Irregular Emission Data": 1 @@ -22703,7 +22703,7 @@ module.exports = { }, uuid: "5a20a4d0-2d5d-4380-b14d-6099928cd0a7" }, - "3": { + 3: { components: { "Heat Exchangers": 1, Iron: 1, @@ -22716,7 +22716,7 @@ module.exports = { }, uuid: "a0283399-56cd-4013-8293-872ad44a1ffd" }, - "4": { + 4: { components: { "Heat Vanes": 1, Germanium: 1, @@ -22729,7 +22729,7 @@ module.exports = { }, uuid: "e87a55a5-ddf0-42fe-b919-9a3ef13a7bba" }, - "5": { + 5: { components: { "Proto Heat Radiators": 1, Niobium: 1, @@ -22750,7 +22750,7 @@ module.exports = { ProspectingLimpet_LightWeight: { fdname: "ProspectingLimpet_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -22760,7 +22760,7 @@ module.exports = { }, uuid: "bb27a6b6-5c10-41e8-a6b3-3abc8a4ed23e" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -22771,7 +22771,7 @@ module.exports = { }, uuid: "95af3c55-ec45-4f5d-848d-1639307fee41" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -22783,7 +22783,7 @@ module.exports = { }, uuid: "a3b84b26-d67e-4d8c-9653-f23181cce9f8" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -22795,7 +22795,7 @@ module.exports = { }, uuid: "363a9543-4072-4211-8c89-8e9477fa72eb" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -22815,7 +22815,7 @@ module.exports = { ProspectingLimpet_Reinforced: { fdname: "ProspectingLimpet_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -22825,7 +22825,7 @@ module.exports = { }, uuid: "650fdb39-a2fa-4757-bac0-fcad6c7104f9" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -22836,7 +22836,7 @@ module.exports = { }, uuid: "ee33e0d9-d8b2-4ac5-9370-7dac2f252570" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -22848,7 +22848,7 @@ module.exports = { }, uuid: "5c8c244e-2f93-4422-8fcb-ad4012020a8a" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -22860,7 +22860,7 @@ module.exports = { }, uuid: "31532d5f-6e3c-45a6-95b2-13fb0218aa7a" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -22880,7 +22880,7 @@ module.exports = { ProspectingLimpet_Shielded: { fdname: "ProspectingLimpet_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -22890,7 +22890,7 @@ module.exports = { }, uuid: "573d6e16-dc01-4093-a14d-420621279673" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -22901,7 +22901,7 @@ module.exports = { }, uuid: "197d4759-f451-4b30-8051-08c5fde05421" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -22913,7 +22913,7 @@ module.exports = { }, uuid: "633cafa0-a2c3-436c-867f-aba0205e55b8" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22925,7 +22925,7 @@ module.exports = { }, uuid: "6a396efb-3aa1-4022-b66d-dd299ff7e4d8" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22945,7 +22945,7 @@ module.exports = { Refineries_Shielded: { fdname: "Refineries_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -22955,7 +22955,7 @@ module.exports = { }, uuid: "58578acb-b652-4a30-8ffe-e4e488325221" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -22966,7 +22966,7 @@ module.exports = { }, uuid: "e33c7809-d6cd-4549-8596-9400baabc3cd" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -22978,7 +22978,7 @@ module.exports = { }, uuid: "cffa4897-fa7a-44dd-8fe1-1b3702e82f9e" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22998,7 +22998,7 @@ module.exports = { Sensor_CargoScanner_FastScan: { fdname: "Sensor_CargoScanner_FastScan", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -23009,7 +23009,7 @@ module.exports = { }, uuid: "8e2046eb-06bf-44e4-8fad-981f24d68340" }, - "2": { + 2: { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23021,7 +23021,7 @@ module.exports = { }, uuid: "953bcfbf-a46d-45e2-90c7-f727e641edc3" }, - "3": { + 3: { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23034,7 +23034,7 @@ module.exports = { }, uuid: "bed8bdc6-ef45-450e-aa7f-802cea642b2d" }, - "4": { + 4: { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23047,7 +23047,7 @@ module.exports = { }, uuid: "610ba60e-d0e3-42c2-9269-c67bafb25546" }, - "5": { + 5: { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23068,7 +23068,7 @@ module.exports = { Sensor_CargoScanner_LongRange: { fdname: "Sensor_CargoScanner_LongRange", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -23079,7 +23079,7 @@ module.exports = { }, uuid: "1b566f8d-56ef-4b11-bb06-1fd9c603ab1c" }, - "2": { + 2: { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23091,7 +23091,7 @@ module.exports = { }, uuid: "9371ee9f-12a1-4859-9b97-e3c3c87ee0a0" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23104,7 +23104,7 @@ module.exports = { }, uuid: "317bbfd2-7b05-4f7a-b6ca-55e0a7d3f147" }, - "4": { + 4: { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23117,7 +23117,7 @@ module.exports = { }, uuid: "5e3ac270-69ef-4301-9e86-8c9cbc5ada89" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23138,7 +23138,7 @@ module.exports = { Sensor_CargoScanner_WideAngle: { fdname: "Sensor_CargoScanner_WideAngle", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -23149,7 +23149,7 @@ module.exports = { }, uuid: "c034e952-985f-4b04-9d9e-bec4ddc50171" }, - "2": { + 2: { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23161,7 +23161,7 @@ module.exports = { }, uuid: "c2dee450-a617-4740-9af9-57cf2ea7de4f" }, - "3": { + 3: { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23174,7 +23174,7 @@ module.exports = { }, uuid: "181cd2e3-ef3c-4939-b5b9-f6b21090d920" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23187,7 +23187,7 @@ module.exports = { }, uuid: "a93247e8-cbce-4026-9640-6137934614c9" }, - "5": { + 5: { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23208,7 +23208,7 @@ module.exports = { Sensor_KillWarrantScanner_FastScan: { fdname: "Sensor_KillWarrantScanner_FastScan", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -23219,7 +23219,7 @@ module.exports = { }, uuid: "37c2d07b-fa12-4ad2-a1cb-a1c9c5cdb348" }, - "2": { + 2: { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23231,7 +23231,7 @@ module.exports = { }, uuid: "a375ac53-e245-4364-8d8a-389e247bc74d" }, - "3": { + 3: { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23244,7 +23244,7 @@ module.exports = { }, uuid: "472ebde0-72d0-4ec1-beda-11cbcbad13f9" }, - "4": { + 4: { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23257,7 +23257,7 @@ module.exports = { }, uuid: "6d8d3ba8-46b3-4482-a65d-b1c6663c543b" }, - "5": { + 5: { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23278,7 +23278,7 @@ module.exports = { Sensor_KillWarrantScanner_WideAngle: { fdname: "Sensor_KillWarrantScanner_WideAngle", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -23289,7 +23289,7 @@ module.exports = { }, uuid: "69ee982f-f925-4e0a-a7a8-cc52ff9bc295" }, - "2": { + 2: { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23301,7 +23301,7 @@ module.exports = { }, uuid: "3f0b3cbd-3acf-4a49-a176-6ceb02b958f9" }, - "3": { + 3: { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23314,7 +23314,7 @@ module.exports = { }, uuid: "5c378d56-97f7-4a75-b113-7e6bc846d53f" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23327,7 +23327,7 @@ module.exports = { }, uuid: "887d9bb6-422f-42ce-8a21-22d1f43a7f64" }, - "5": { + 5: { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23348,7 +23348,7 @@ module.exports = { Sensor_Sensor_LightWeight: { fdname: "Sensor_Sensor_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -23359,7 +23359,7 @@ module.exports = { }, uuid: "239cd942-3298-4be0-b032-143961c801a1" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -23371,7 +23371,7 @@ module.exports = { }, uuid: "8dd41f78-c4f0-4107-a1fe-d1eee78bbd23" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -23384,7 +23384,7 @@ module.exports = { }, uuid: "d51697d0-c837-4c0d-a6af-f192ace27e9a" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -23397,7 +23397,7 @@ module.exports = { }, uuid: "01ccf913-c1cb-47a6-9515-1d2ee3e3b2ae" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -23418,7 +23418,7 @@ module.exports = { Sensor_Sensor_LongRange: { fdname: "Sensor_Sensor_LongRange", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -23429,7 +23429,7 @@ module.exports = { }, uuid: "92c755ae-690b-442c-bacd-606575987f22" }, - "2": { + 2: { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23441,7 +23441,7 @@ module.exports = { }, uuid: "40167259-2960-4072-a135-cba93c87709d" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23454,7 +23454,7 @@ module.exports = { }, uuid: "6d422ca1-ebdd-4c87-b2b2-056e36c0cbfb" }, - "4": { + 4: { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23467,7 +23467,7 @@ module.exports = { }, uuid: "6b09d91f-919f-4a3a-9900-850b026ab01c" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23488,7 +23488,7 @@ module.exports = { Sensor_Sensor_WideAngle: { fdname: "Sensor_Sensor_WideAngle", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -23499,7 +23499,7 @@ module.exports = { }, uuid: "996dc047-9f07-47a6-8b05-3283ce666fa7" }, - "2": { + 2: { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23511,7 +23511,7 @@ module.exports = { }, uuid: "0855a023-3a25-44c1-84fa-c6e4e8ac3384" }, - "3": { + 3: { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23524,7 +23524,7 @@ module.exports = { }, uuid: "06908f4d-30e8-448f-9652-5051a79713f3" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23537,7 +23537,7 @@ module.exports = { }, uuid: "af874bae-07c3-457a-b525-baeb771b3d72" }, - "5": { + 5: { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23558,7 +23558,7 @@ module.exports = { Sensor_SurfaceScanner_FastScan: { fdname: "Sensor_SurfaceScanner_FastScan", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -23568,7 +23568,7 @@ module.exports = { }, uuid: "97940d61-5b9a-4b0e-8cfd-33f2175b956a" }, - "2": { + 2: { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23579,7 +23579,7 @@ module.exports = { }, uuid: "d5c0c74d-a4ff-45ed-a732-3c68aded4e06" }, - "3": { + 3: { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23591,7 +23591,7 @@ module.exports = { }, uuid: "ca9fc2bb-948e-43f4-b2f2-7bea95509d63" }, - "4": { + 4: { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23603,7 +23603,7 @@ module.exports = { }, uuid: "ef254d05-630e-41b4-9e0f-d6ea0002b1fc" }, - "5": { + 5: { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23623,7 +23623,7 @@ module.exports = { Sensor_SurfaceScanner_LongRange: { fdname: "Sensor_SurfaceScanner_LongRange", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -23633,7 +23633,7 @@ module.exports = { }, uuid: "c35f597e-dac8-4e38-8648-e2cb0018006c" }, - "2": { + 2: { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23644,7 +23644,7 @@ module.exports = { }, uuid: "5d607664-6ec6-4fdd-b692-4d3621c76150" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23656,7 +23656,7 @@ module.exports = { }, uuid: "e438dda9-1b0d-47e0-be07-295c17b56c2b" }, - "4": { + 4: { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23668,7 +23668,7 @@ module.exports = { }, uuid: "07ea5b4c-8ea7-44fb-8b0b-d38149dff798" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23688,7 +23688,7 @@ module.exports = { Sensor_SurfaceScanner_WideAngle: { fdname: "Sensor_SurfaceScanner_WideAngle", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -23698,7 +23698,7 @@ module.exports = { }, uuid: "74d12e8c-a62a-4812-b7f4-9e3356963206" }, - "2": { + 2: { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23709,7 +23709,7 @@ module.exports = { }, uuid: "4e76da64-72ea-4112-a5e8-4c14fc2efe57" }, - "3": { + 3: { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23721,7 +23721,7 @@ module.exports = { }, uuid: "e09980d9-b243-4d0f-8645-441552acb58e" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23733,7 +23733,7 @@ module.exports = { }, uuid: "ed5c2046-bb49-4e48-8799-8c96db420359" }, - "5": { + 5: { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23753,7 +23753,7 @@ module.exports = { Sensor_WakeScanner_FastScan: { fdname: "Sensor_WakeScanner_FastScan", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -23764,7 +23764,7 @@ module.exports = { }, uuid: "c7abe4af-26f0-460c-8df7-71412f12d5f8" }, - "2": { + 2: { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23776,7 +23776,7 @@ module.exports = { }, uuid: "940b832d-2dac-4671-9ada-4bede831342e" }, - "3": { + 3: { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23789,7 +23789,7 @@ module.exports = { }, uuid: "223a0854-036f-495d-afa1-69253f2b87c3" }, - "4": { + 4: { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23802,7 +23802,7 @@ module.exports = { }, uuid: "992ffcbe-26c5-4f41-bc2d-81bb6565ac27" }, - "5": { + 5: { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23823,7 +23823,7 @@ module.exports = { Sensor_WakeScanner_LongRange: { fdname: "Sensor_WakeScanner_LongRange", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -23834,7 +23834,7 @@ module.exports = { }, uuid: "11521a5e-0b00-4efe-9433-b0d4b5168c11" }, - "2": { + 2: { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23846,7 +23846,7 @@ module.exports = { }, uuid: "16235231-561b-4efb-a9bc-dcacb18b5651" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23859,7 +23859,7 @@ module.exports = { }, uuid: "8dcbfbd5-748e-46ee-b179-4e2d213e518c" }, - "4": { + 4: { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23872,7 +23872,7 @@ module.exports = { }, uuid: "44a348b1-979f-498e-bf61-22b38cb6f53b" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23893,7 +23893,7 @@ module.exports = { Sensor_WakeScanner_WideAngle: { fdname: "Sensor_WakeScanner_WideAngle", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -23904,7 +23904,7 @@ module.exports = { }, uuid: "1b76dc7a-d52c-4cdd-93c6-6857f509519b" }, - "2": { + 2: { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23916,7 +23916,7 @@ module.exports = { }, uuid: "9e143db0-83e9-49ff-ba53-04927287190b" }, - "3": { + 3: { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23929,7 +23929,7 @@ module.exports = { }, uuid: "d2b0776c-9e74-4fe9-be1c-e49e104dcad6" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23942,7 +23942,7 @@ module.exports = { }, uuid: "a00e7425-0828-41ea-9e11-e44bc391dd6f" }, - "5": { + 5: { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23963,7 +23963,7 @@ module.exports = { ShieldBooster_Explosive: { fdname: "ShieldBooster_Explosive", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -23974,7 +23974,7 @@ module.exports = { }, uuid: "b6dd19e6-60e4-4307-a34f-c7e0e6182d44" }, - "2": { + 2: { components: { "Conductive Components": 1, Iron: 1 @@ -23986,7 +23986,7 @@ module.exports = { }, uuid: "3dd5f8fb-8399-4c4c-96d7-87c3840cfdeb" }, - "3": { + 3: { components: { "Conductive Components": 1, "Focus Crystals": 1, @@ -23999,7 +23999,7 @@ module.exports = { }, uuid: "640409d8-6cb5-4624-b2b6-f435c9d8453b" }, - "4": { + 4: { components: { Germanium: 1, "Refined Focus Crystals": 1, @@ -24012,7 +24012,7 @@ module.exports = { }, uuid: "8a311709-54f6-4a5f-a1cc-94c109d947df" }, - "5": { + 5: { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24033,7 +24033,7 @@ module.exports = { ShieldBooster_HeavyDuty: { fdname: "ShieldBooster_HeavyDuty", grades: { - "1": { + 1: { components: { "Grid Resistors": 1 }, @@ -24045,7 +24045,7 @@ module.exports = { }, uuid: "350e7873-893a-49d2-9057-c00e060178eb" }, - "2": { + 2: { components: { "Distorted Shield Cycle Recordings": 1, "Hybrid Capacitors": 1 @@ -24058,7 +24058,7 @@ module.exports = { }, uuid: "636ccc8d-cc59-4366-9934-8b235becc2d7" }, - "3": { + 3: { components: { "Distorted Shield Cycle Recordings": 1, "Hybrid Capacitors": 1, @@ -24072,7 +24072,7 @@ module.exports = { }, uuid: "82a66c08-1205-4c1a-ab02-1889e8ebcdd8" }, - "4": { + 4: { components: { "Electrochemical Arrays": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24086,7 +24086,7 @@ module.exports = { }, uuid: "c635934c-8d9d-4d1c-89e4-3a000a972bf2" }, - "5": { + 5: { components: { Antimony: 1, "Polymer Capacitors": 1, @@ -24108,7 +24108,7 @@ module.exports = { ShieldBooster_Kinetic: { fdname: "ShieldBooster_Kinetic", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -24119,7 +24119,7 @@ module.exports = { }, uuid: "8252b4bb-3195-4f46-88e8-b79ed5b5ad43" }, - "2": { + 2: { components: { Germanium: 1, "Grid Resistors": 1 @@ -24131,7 +24131,7 @@ module.exports = { }, uuid: "5f099a0e-0c37-447b-b552-f2e3d8dc1d19" }, - "3": { + 3: { components: { "Focus Crystals": 1, "Hybrid Capacitors": 1, @@ -24144,7 +24144,7 @@ module.exports = { }, uuid: "ab7f39b5-0b0e-45b2-a016-0916026e9633" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, "Refined Focus Crystals": 1, @@ -24157,7 +24157,7 @@ module.exports = { }, uuid: "59ddbb49-f4fc-466d-84b6-06f0529915a9" }, - "5": { + 5: { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24178,7 +24178,7 @@ module.exports = { ShieldBooster_Resistive: { fdname: "ShieldBooster_Resistive", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -24191,7 +24191,7 @@ module.exports = { }, uuid: "54f9f0c6-b4e9-4861-86ab-730d800bea54" }, - "2": { + 2: { components: { "Conductive Components": 1, Phosphorus: 1 @@ -24205,7 +24205,7 @@ module.exports = { }, uuid: "f082652b-7778-4bce-a1f1-f2491b27eb1a" }, - "3": { + 3: { components: { "Conductive Components": 1, "Focus Crystals": 1, @@ -24220,7 +24220,7 @@ module.exports = { }, uuid: "cfb01505-ea2b-4a33-aa6b-cbabeb60db7c" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -24235,7 +24235,7 @@ module.exports = { }, uuid: "1d11b8c8-9c16-4bdb-ba33-e52e79fa5999" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Imperial Shielding": 1, @@ -24258,7 +24258,7 @@ module.exports = { ShieldBooster_Thermic: { fdname: "ShieldBooster_Thermic", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -24269,7 +24269,7 @@ module.exports = { }, uuid: "9316e798-33cd-4ed2-8289-94eb82e41574" }, - "2": { + 2: { components: { Germanium: 1, "Heat Conduction Wiring": 1 @@ -24281,7 +24281,7 @@ module.exports = { }, uuid: "62eaf453-a4dd-42e6-b404-dfb7569afec6" }, - "3": { + 3: { components: { "Focus Crystals": 1, "Heat Conduction Wiring": 1, @@ -24294,7 +24294,7 @@ module.exports = { }, uuid: "90cddf76-5636-46ae-8c41-b28c6831549b" }, - "4": { + 4: { components: { "Heat Dispersion Plate": 1, "Refined Focus Crystals": 1, @@ -24307,7 +24307,7 @@ module.exports = { }, uuid: "3a922d38-e010-4874-97c9-7459dda8c184" }, - "5": { + 5: { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24328,7 +24328,7 @@ module.exports = { ShieldCellBank_Rapid: { fdname: "ShieldCellBank_Rapid", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -24340,7 +24340,7 @@ module.exports = { }, uuid: "8f315143-e256-41c2-8833-f35d12e47dce" }, - "2": { + 2: { components: { Chromium: 1, "Grid Resistors": 1 @@ -24353,7 +24353,7 @@ module.exports = { }, uuid: "f983d8e1-9a38-425c-a5bb-3881c5e0f14d" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, "Precipitated Alloys": 1, @@ -24375,7 +24375,7 @@ module.exports = { ShieldCellBank_Specialised: { fdname: "ShieldCellBank_Specialised", grades: { - "1": { + 1: { components: { "Specialised Legacy Firmware": 1 }, @@ -24388,7 +24388,7 @@ module.exports = { }, uuid: "3aa962e3-48f8-4305-829a-717dbead2830" }, - "2": { + 2: { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1 @@ -24402,7 +24402,7 @@ module.exports = { }, uuid: "53d40533-967f-4792-b938-421f7a938540" }, - "3": { + 3: { components: { "Conductive Components": 1, "Cracked Industrial Firmware": 1, @@ -24425,7 +24425,7 @@ module.exports = { ShieldGenerator_Kinetic: { fdname: "ShieldGenerator_Kinetic", grades: { - "1": { + 1: { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24436,7 +24436,7 @@ module.exports = { }, uuid: "df87f0c1-bd60-4e18-8a03-76063d635235" }, - "2": { + 2: { components: { "Distorted Shield Cycle Recordings": 1, "Modified Consumer Firmware": 1 @@ -24448,7 +24448,7 @@ module.exports = { }, uuid: "b67f86a0-866c-4233-9cd3-f5ea87a572eb" }, - "3": { + 3: { components: { "Distorted Shield Cycle Recordings": 1, "Modified Consumer Firmware": 1, @@ -24461,7 +24461,7 @@ module.exports = { }, uuid: "93979fd6-d135-4221-9a60-c9354e02619f" }, - "4": { + 4: { components: { "Focus Crystals": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24474,7 +24474,7 @@ module.exports = { }, uuid: "0e14c801-fd35-4bca-b97b-24da20d8c716" }, - "5": { + 5: { components: { "Refined Focus Crystals": 1, Ruthenium: 1, @@ -24495,7 +24495,7 @@ module.exports = { ShieldGenerator_Optimised: { fdname: "ShieldGenerator_Optimised", grades: { - "1": { + 1: { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24508,7 +24508,7 @@ module.exports = { }, uuid: "598e0c47-ecd2-4cfa-93d1-08bbda4cd765" }, - "2": { + 2: { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1 @@ -24522,7 +24522,7 @@ module.exports = { }, uuid: "605d6333-c544-425e-96c6-a76b6b839e2c" }, - "3": { + 3: { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1, @@ -24537,7 +24537,7 @@ module.exports = { }, uuid: "db5f0467-5bdc-433e-986d-031bbd48067b" }, - "4": { + 4: { components: { "Inconsistent Shield Soak Analysis": 1, Niobium: 1, @@ -24552,7 +24552,7 @@ module.exports = { }, uuid: "88987ab7-b759-4cda-acbb-726bd0ad17c7" }, - "5": { + 5: { components: { "Military Grade Alloys": 1, Tin: 1, @@ -24575,7 +24575,7 @@ module.exports = { ShieldGenerator_Reinforced: { fdname: "ShieldGenerator_Reinforced", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -24589,7 +24589,7 @@ module.exports = { }, uuid: "47ad77c0-e49b-44e5-9824-4074b63db369" }, - "2": { + 2: { components: { "Conductive Components": 1, Phosphorus: 1 @@ -24604,7 +24604,7 @@ module.exports = { }, uuid: "823f8f82-745d-4051-8f35-4e38a561932e" }, - "3": { + 3: { components: { "Conductive Components": 1, "Mechanical Components": 1, @@ -24620,7 +24620,7 @@ module.exports = { }, uuid: "a1a29713-f2e5-4e15-a913-e01dc065f99f" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, "Configurable Components": 1, @@ -24636,7 +24636,7 @@ module.exports = { }, uuid: "87ac1315-7904-48f6-a5fe-f044be546490" }, - "5": { + 5: { components: { Arsenic: 1, "Conductive Polymers": 1, @@ -24660,7 +24660,7 @@ module.exports = { ShieldGenerator_Thermic: { fdname: "ShieldGenerator_Thermic", grades: { - "1": { + 1: { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24671,7 +24671,7 @@ module.exports = { }, uuid: "ef5a3026-0777-4715-a1f4-5c65eff85b12" }, - "2": { + 2: { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1 @@ -24683,7 +24683,7 @@ module.exports = { }, uuid: "54e6e07a-3281-41aa-afa0-bbf292131c0f" }, - "3": { + 3: { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1, @@ -24696,7 +24696,7 @@ module.exports = { }, uuid: "307935bf-60d3-4887-b449-24d712518154" }, - "4": { + 4: { components: { "Focus Crystals": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24709,7 +24709,7 @@ module.exports = { }, uuid: "ef6a4d70-9996-4db8-ae22-7c61c3dcaf74" }, - "5": { + 5: { components: { "Refined Focus Crystals": 1, Ruthenium: 1, @@ -24730,7 +24730,7 @@ module.exports = { WakeScanner_LightWeight: { fdname: "WakeScanner_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -24740,7 +24740,7 @@ module.exports = { }, uuid: "bb40e7d4-d0f1-46aa-bedd-d946db82012d" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -24751,7 +24751,7 @@ module.exports = { }, uuid: "3d38ce20-64c8-4416-bf8c-a0de02225624" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -24763,7 +24763,7 @@ module.exports = { }, uuid: "86c3114f-e2d5-46a1-963b-a8dcdc4254c3" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -24775,7 +24775,7 @@ module.exports = { }, uuid: "cd80437d-740d-4391-810d-607f7e35202c" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -24795,7 +24795,7 @@ module.exports = { WakeScanner_Reinforced: { fdname: "WakeScanner_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -24805,7 +24805,7 @@ module.exports = { }, uuid: "8a71178f-3d2a-4c53-94dc-606d9d43d43a" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -24816,7 +24816,7 @@ module.exports = { }, uuid: "72595b30-3bbf-47e3-82f7-db29654bef66" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -24828,7 +24828,7 @@ module.exports = { }, uuid: "8cca72b3-f01a-49aa-a979-a72f3412bf6e" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -24840,7 +24840,7 @@ module.exports = { }, uuid: "89f9e00f-e621-4d34-bb15-4732f29a7f15" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -24860,7 +24860,7 @@ module.exports = { WakeScanner_Shielded: { fdname: "WakeScanner_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -24870,7 +24870,7 @@ module.exports = { }, uuid: "c500da24-7fe5-48f6-8661-593f4caee91a" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -24881,7 +24881,7 @@ module.exports = { }, uuid: "eed60442-f13e-4662-8132-e50a23e2534a" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -24893,7 +24893,7 @@ module.exports = { }, uuid: "df8baf0f-01a1-4fea-94e6-e169f71af1c6" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -24905,7 +24905,7 @@ module.exports = { }, uuid: "107cbead-888f-4b4c-a57e-324ccfe37006" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -24925,7 +24925,7 @@ module.exports = { Weapon_DoubleShot: { fdname: "Weapon_DoubleShot", grades: { - "1": { + 1: { components: { Carbon: 1 }, @@ -24937,7 +24937,7 @@ module.exports = { }, uuid: "0dad25c2-bbf3-4020-9af5-25f902ec7732" }, - "2": { + 2: { components: { Carbon: 1, "Mechanical Equipment": 1 @@ -24950,7 +24950,7 @@ module.exports = { }, uuid: "5cdaf06c-5ecd-40f0-bb8b-54ce8847b4e6" }, - "3": { + 3: { components: { Carbon: 1, "Cracked Industrial Firmware": 1, @@ -24964,7 +24964,7 @@ module.exports = { }, uuid: "fca184ef-5346-4f9a-8964-1e158763ab03" }, - "4": { + 4: { components: { "Mechanical Components": 1, "Security Firmware Patch": 1, @@ -24978,7 +24978,7 @@ module.exports = { }, uuid: "93cc424a-f547-409e-8487-2f73c27d4e47" }, - "5": { + 5: { components: { "Configurable Components": 1, "High Density Composites": 1, @@ -25000,7 +25000,7 @@ module.exports = { Weapon_Efficient: { fdname: "Weapon_Efficient", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -25010,7 +25010,7 @@ module.exports = { }, uuid: "3fbcc9dc-169a-4cd3-b945-cedc55882cd3" }, - "2": { + 2: { components: { "Heat Dispersion Plate": 1, Sulphur: 1 @@ -25023,7 +25023,7 @@ module.exports = { }, uuid: "a35a0c80-784d-4125-b858-fdee45750269" }, - "3": { + 3: { components: { Chromium: 1, "Exceptional Scrambled Emission Data": 1, @@ -25037,7 +25037,7 @@ module.exports = { }, uuid: "a429328b-11f4-402d-9909-2c6190505966" }, - "4": { + 4: { components: { "Heat Vanes": 1, "Irregular Emission Data": 1, @@ -25051,7 +25051,7 @@ module.exports = { }, uuid: "8c364495-468c-4ab1-9baf-079917a6cf9a" }, - "5": { + 5: { components: { Cadmium: 1, "Proto Heat Radiators": 1, @@ -25073,7 +25073,7 @@ module.exports = { Weapon_Focused: { fdname: "Weapon_Focused", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -25085,7 +25085,7 @@ module.exports = { }, uuid: "fc3e4f2e-04fb-4509-a31f-1121940e1bc6" }, - "2": { + 2: { components: { "Conductive Components": 1, Iron: 1 @@ -25098,7 +25098,7 @@ module.exports = { }, uuid: "437e00b1-a6fd-4d84-9242-075c3ce8adcb" }, - "3": { + 3: { components: { Chromium: 1, "Conductive Ceramics": 1, @@ -25112,7 +25112,7 @@ module.exports = { }, uuid: "bfbadc34-e11a-4cc4-80cc-83dde5731e6f" }, - "4": { + 4: { components: { "Focus Crystals": 1, Germanium: 1, @@ -25126,7 +25126,7 @@ module.exports = { }, uuid: "7c41f9fc-90ec-435e-9d92-6024c32ac40d" }, - "5": { + 5: { components: { "Military Supercapacitors": 1, Niobium: 1, @@ -25148,7 +25148,7 @@ module.exports = { Weapon_HighCapacity: { fdname: "Weapon_HighCapacity", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -25161,7 +25161,7 @@ module.exports = { }, uuid: "f622da45-ef05-4a9f-bdcb-879b5933b869" }, - "2": { + 2: { components: { "Mechanical Scrap": 1, Vanadium: 1 @@ -25175,7 +25175,7 @@ module.exports = { }, uuid: "c2cf2614-1a13-4b8d-81eb-d4eaf76257d0" }, - "3": { + 3: { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -25190,7 +25190,7 @@ module.exports = { }, uuid: "e37a6dba-669e-4ce6-bb3d-e831bdd656c0" }, - "4": { + 4: { components: { "High Density Composites": 1, "Mechanical Equipment": 1, @@ -25205,7 +25205,7 @@ module.exports = { }, uuid: "8800433a-2061-4776-9821-5dc04772b963" }, - "5": { + 5: { components: { "Mechanical Components": 1, "Military Supercapacitors": 1, @@ -25228,7 +25228,7 @@ module.exports = { Weapon_LightWeight: { fdname: "Weapon_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -25238,7 +25238,7 @@ module.exports = { }, uuid: "d5a539c5-120a-450f-bb68-e10abbeca8a9" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -25251,7 +25251,7 @@ module.exports = { }, uuid: "b6a80556-c22a-466e-931c-239c208c9890" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -25265,7 +25265,7 @@ module.exports = { }, uuid: "cbec8003-80e4-455a-84fe-257d2018386e" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -25279,7 +25279,7 @@ module.exports = { }, uuid: "3a57effa-ccac-448d-8d1c-3e0966042e24" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -25301,7 +25301,7 @@ module.exports = { Weapon_LongRange: { fdname: "Weapon_LongRange", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -25314,7 +25314,7 @@ module.exports = { }, uuid: "356d1457-e52f-4302-8af5-745e103b85e8" }, - "2": { + 2: { components: { "Modified Consumer Firmware": 1, Sulphur: 1 @@ -25328,7 +25328,7 @@ module.exports = { }, uuid: "965e7108-73d5-4f26-95ab-2d261716a80c" }, - "3": { + 3: { components: { "Focus Crystals": 1, "Modified Consumer Firmware": 1, @@ -25343,7 +25343,7 @@ module.exports = { }, uuid: "9d56f79f-9077-4391-8719-67e96c9613dd" }, - "4": { + 4: { components: { "Conductive Polymers": 1, "Focus Crystals": 1, @@ -25358,7 +25358,7 @@ module.exports = { }, uuid: "fbd49a72-d117-4e01-8485-d69b2267c803" }, - "5": { + 5: { components: { "Biotech Conductors": 1, "Cracked Industrial Firmware": 1, @@ -25381,7 +25381,7 @@ module.exports = { Weapon_Overcharged: { fdname: "Weapon_Overcharged", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -25393,7 +25393,7 @@ module.exports = { }, uuid: "e917ebe3-d5f1-4016-b8a9-2c759e16a7d4" }, - "2": { + 2: { components: { "Conductive Components": 1, Nickel: 1 @@ -25406,7 +25406,7 @@ module.exports = { }, uuid: "f5921fc1-fb10-4d2f-8e0a-cd8d8e9e3a84" }, - "3": { + 3: { components: { "Conductive Components": 1, "Electrochemical Arrays": 1, @@ -25420,7 +25420,7 @@ module.exports = { }, uuid: "4389883f-c2b3-4487-9b1a-b668a761057a" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, "Polymer Capacitors": 1, @@ -25434,7 +25434,7 @@ module.exports = { }, uuid: "25ec26dd-63b8-4e83-9a6e-86e5b80c4771" }, - "5": { + 5: { components: { "Conductive Polymers": 1, "Modified Embedded Firmware": 1, @@ -25456,7 +25456,7 @@ module.exports = { PA_Overcharged: { fdname: "Weapon_Overcharged", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -25467,7 +25467,7 @@ module.exports = { }, uuid: "e917ebe3-d5f1-4016-b8a9-2c759e16a7d4" }, - "2": { + 2: { components: { "Conductive Components": 1, Nickel: 1 @@ -25479,7 +25479,7 @@ module.exports = { }, uuid: "f5921fc1-fb10-4d2f-8e0a-cd8d8e9e3a84" }, - "3": { + 3: { components: { "Conductive Components": 1, "Electrochemical Arrays": 1, @@ -25492,7 +25492,7 @@ module.exports = { }, uuid: "4389883f-c2b3-4487-9b1a-b668a761057a" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, "Polymer Capacitors": 1, @@ -25505,7 +25505,7 @@ module.exports = { }, uuid: "25ec26dd-63b8-4e83-9a6e-86e5b80c4771" }, - "5": { + 5: { components: { "Conductive Polymers": 1, "Modified Embedded Firmware": 1, @@ -25526,7 +25526,7 @@ module.exports = { Weapon_RapidFire: { fdname: "Weapon_RapidFire", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -25538,7 +25538,7 @@ module.exports = { }, uuid: "a7ca2bf6-14be-41ed-8bfb-c7348fda7713" }, - "2": { + 2: { components: { "Heat Dispersion Plate": 1, "Mechanical Scrap": 1 @@ -25552,7 +25552,7 @@ module.exports = { }, uuid: "0008257b-ea33-48ea-a18e-56cc6cf98a77" }, - "3": { + 3: { components: { "Mechanical Equipment": 1, "Precipitated Alloys": 1, @@ -25567,7 +25567,7 @@ module.exports = { }, uuid: "f3338d38-f944-4841-b350-09755e1b615d" }, - "4": { + 4: { components: { "Mechanical Components": 1, "Modified Consumer Firmware": 1, @@ -25582,7 +25582,7 @@ module.exports = { }, uuid: "d2bdb568-725a-44bf-9328-ba72d2988acd" }, - "5": { + 5: { components: { "Configurable Components": 1, "Precipitated Alloys": 1, @@ -25605,7 +25605,7 @@ module.exports = { Weapon_ShortRange: { fdname: "Weapon_ShortRange", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -25615,7 +25615,7 @@ module.exports = { }, uuid: "81dca970-1fbf-4017-af46-0c6285c3a728" }, - "2": { + 2: { components: { "Modified Consumer Firmware": 1, Nickel: 1 @@ -25627,7 +25627,7 @@ module.exports = { }, uuid: "cf07de84-b794-43fd-a8b6-57ee781e9247" }, - "3": { + 3: { components: { "Electrochemical Arrays": 1, "Modified Consumer Firmware": 1, @@ -25640,7 +25640,7 @@ module.exports = { }, uuid: "7cd60cfe-e406-4005-a912-a306a69067e0" }, - "4": { + 4: { components: { "Conductive Polymers": 1, "Electrochemical Arrays": 1, @@ -25653,7 +25653,7 @@ module.exports = { }, uuid: "adae0f67-fd08-47d5-8870-f926cc63353f" }, - "5": { + 5: { components: { "Biotech Conductors": 1, "Configurable Components": 1, @@ -25674,7 +25674,7 @@ module.exports = { Weapon_Sturdy: { fdname: "Weapon_Sturdy", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -25686,7 +25686,7 @@ module.exports = { }, uuid: "3ac55eb7-0a45-440b-8c59-6ead43c7ef49" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -25699,7 +25699,7 @@ module.exports = { }, uuid: "53c131ab-cd66-4919-b49b-c1435362c8ff" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -25713,7 +25713,7 @@ module.exports = { }, uuid: "2d1873d4-6d38-4d39-b4c5-ea199be2bd6a" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -25727,7 +25727,7 @@ module.exports = { }, uuid: "4ceeab9c-7a85-4553-9fa4-81ebc6e88d4f" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -26677,16 +26677,16 @@ module.exports = { blueprints: { AFM_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } @@ -26698,95 +26698,95 @@ module.exports = { blueprints: { Armour_Advanced: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, Armour_Explosive: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, Armour_HeavyDuty: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, Armour_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, Armour_Thermic: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } @@ -26799,114 +26799,114 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } @@ -26919,76 +26919,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } @@ -27001,133 +27001,133 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } @@ -27140,57 +27140,57 @@ module.exports = { blueprints: { CollectionLimpet_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, CollectionLimpet_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, CollectionLimpet_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -27202,64 +27202,64 @@ module.exports = { blueprints: { ChaffLauncher_ChaffCapacity: { grades: { - "3": { + 3: { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } @@ -27279,114 +27279,114 @@ module.exports = { blueprints: { Sensor_CargoScanner_FastScan: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, Sensor_CargoScanner_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, Sensor_CargoScanner_WideAngle: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } @@ -27402,57 +27402,57 @@ module.exports = { blueprints: { ECM_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, ECM_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, ECM_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } @@ -27464,133 +27464,133 @@ module.exports = { blueprints: { Weapon_DoubleShot: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } @@ -27611,32 +27611,32 @@ module.exports = { blueprints: { FSDinterdictor_Expanded: { grades: { - "1": { + 1: { engineers: [ "Colonel Bris Dekker", "Felicity Farseer", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Colonel Bris Dekker" ] } } }, FSDinterdictor_LongRange: { grades: { - "1": { + 1: { engineers: [ "Colonel Bris Dekker", "Felicity Farseer", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Colonel Bris Dekker" ] } } @@ -27648,16 +27648,16 @@ module.exports = { blueprints: { FuelScoop_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } @@ -27669,57 +27669,57 @@ module.exports = { blueprints: { FSD_FastBoot: { grades: { - "1": { + 1: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - "5": { + 5: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } }, FSD_LongRange: { grades: { - "1": { + 1: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - "5": { + 5: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } }, FSD_Shielded: { grades: { - "1": { + 1: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - "5": { + 5: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } @@ -27736,57 +27736,57 @@ module.exports = { blueprints: { FuelTransferLimpet_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, FuelTransferLimpet_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, FuelTransferLimpet_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -27798,57 +27798,57 @@ module.exports = { blueprints: { HatchBreakerLimpet_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, HatchBreakerLimpet_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, HatchBreakerLimpet_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -27860,95 +27860,95 @@ module.exports = { blueprints: { HullReinforcement_Advanced: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Explosive: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, HullReinforcement_HeavyDuty: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Thermic: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } @@ -27961,64 +27961,64 @@ module.exports = { blueprints: { HeatSinkLauncher_HeatSinkCapacity: { grades: { - "3": { + 3: { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } @@ -28030,114 +28030,114 @@ module.exports = { blueprints: { Sensor_KillWarrantScanner_FastScan: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, Sensor_KillWarrantScanner_WideAngle: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } @@ -28149,48 +28149,48 @@ module.exports = { blueprints: { LifeSupport_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } }, LifeSupport_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } }, LifeSupport_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } @@ -28202,152 +28202,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } @@ -28368,76 +28368,76 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } @@ -28459,76 +28459,76 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Juri Ishmaak" ] }, - "5": { + 5: { engineers: [ "Juri Ishmaak" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Juri Ishmaak" ] }, - "5": { + 5: { engineers: [ "Juri Ishmaak" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Juri Ishmaak" ] }, - "5": { + 5: { engineers: [ "Juri Ishmaak" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Juri Ishmaak" ] }, - "5": { + 5: { engineers: [ "Juri Ishmaak" ] } } @@ -28581,152 +28581,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_Focused: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, PA_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } @@ -28743,57 +28743,57 @@ module.exports = { blueprints: { ProspectingLimpet_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, ProspectingLimpet_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, ProspectingLimpet_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -28821,114 +28821,114 @@ module.exports = { blueprints: { PowerDistributor_HighFrequency: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } }, PowerDistributor_PriorityEngines: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } }, PowerDistributor_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } }, PowerDistributor_Shielded: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } }, PowerDistributor_PrioritySystems: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } }, PowerDistributor_PriorityWeapons: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } @@ -28941,152 +28941,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Focused: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } @@ -29099,64 +29099,64 @@ module.exports = { blueprints: { PointDefence_PointDefenseCapacity: { grades: { - "3": { + 3: { engineers: [ "Ram Tah" ] } } }, PointDefence_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, PointDefence_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, PointDefence_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } @@ -29168,57 +29168,57 @@ module.exports = { blueprints: { PowerPlant_Armoured: { grades: { - "1": { + 1: { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "4": { + 4: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "5": { + 5: { engineers: [ "Hera Tani" ] } } }, PowerPlant_Stealth: { grades: { - "1": { + 1: { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "4": { + 4: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "5": { + 5: { engineers: [ "Hera Tani" ] } } }, PowerPlant_Boosted: { grades: { - "1": { + 1: { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "4": { + 4: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "5": { + 5: { engineers: [ "Hera Tani" ] } } @@ -29231,76 +29231,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } @@ -29317,16 +29317,16 @@ module.exports = { blueprints: { Refineries_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } @@ -29338,95 +29338,95 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } @@ -29439,57 +29439,57 @@ module.exports = { blueprints: { Sensor_Sensor_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } }, Sensor_Sensor_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } }, Sensor_Sensor_WideAngle: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } @@ -29501,95 +29501,95 @@ module.exports = { blueprints: { ShieldBooster_Explosive: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Didi Vatermann" ] }, - "5": { + 5: { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_HeavyDuty: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Didi Vatermann" ] }, - "5": { + 5: { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Didi Vatermann" ] }, - "5": { + 5: { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Resistive: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Didi Vatermann" ] }, - "5": { + 5: { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Thermic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Didi Vatermann" ] }, - "5": { + 5: { engineers: [ "Didi Vatermann" ] } } @@ -29610,26 +29610,26 @@ module.exports = { blueprints: { ShieldCellBank_Rapid: { grades: { - "1": { + 1: { engineers: [ "Elvira Martuuk", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Lori Jameson" ] } } }, ShieldCellBank_Specialised: { grades: { - "1": { + 1: { engineers: [ "Elvira Martuuk", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Lori Jameson" ] } } @@ -29642,76 +29642,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } @@ -29724,57 +29724,57 @@ module.exports = { blueprints: { Sensor_SurfaceScanner_FastScan: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } }, Sensor_SurfaceScanner_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } }, Sensor_SurfaceScanner_WideAngle: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } @@ -29790,57 +29790,57 @@ module.exports = { blueprints: { Engine_Dirty: { grades: { - "1": { + 1: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Professor Palin" ] }, - "5": { + 5: { engineers: [ "Professor Palin" ] } } }, Engine_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Professor Palin" ] }, - "5": { + 5: { engineers: [ "Professor Palin" ] } } }, Engine_Tuned: { grades: { - "1": { + 1: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Professor Palin" ] }, - "5": { + 5: { engineers: [ "Professor Palin" ] } } @@ -29853,38 +29853,38 @@ module.exports = { blueprints: { Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } @@ -29897,152 +29897,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Focused: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } @@ -30055,114 +30055,114 @@ module.exports = { blueprints: { Sensor_WakeScanner_FastScan: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, Sensor_WakeScanner_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, Sensor_WakeScanner_WideAngle: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } diff --git a/dist/index.json b/dist/index.json index d87317b..997ed49 100644 --- a/dist/index.json +++ b/dist/index.json @@ -367,7 +367,7 @@ { "id": "0K", "edID": 128816590, - "eddbID": 1640, + "eddbID": 1650, "grp": "bh", "cost": 0, "mass": 0, @@ -380,7 +380,7 @@ { "id": "0P", "edID": 128816591, - "eddbID": 1641, + "eddbID": 1651, "grp": "bh", "cost": 6803170, "mass": 40, @@ -393,7 +393,7 @@ { "id": "0Q", "edID": 128816592, - "eddbID": 1642, + "eddbID": 1652, "grp": "bh", "cost": 15307134, "mass": 78, @@ -406,7 +406,7 @@ { "id": "0R", "edID": 128816593, - "eddbID": 1643, + "eddbID": 1653, "grp": "bh", "cost": 36175859, "mass": 78, @@ -419,7 +419,7 @@ { "id": "0S", "edID": 128816594, - "eddbID": 1644, + "eddbID": 1654, "grp": "bh", "cost": 40087682, "mass": 78, @@ -538,7 +538,7 @@ }, "alliance_crusader": { "edID": 128816581, - "eddbID": 0, + "eddbID": 36, "properties": { "name": "Alliance Crusader", "manufacturer": "Lakon", @@ -567,7 +567,7 @@ { "id": "CI", "edID": 128816583, - "eddbID": 1640, + "eddbID": 1659, "grp": "bh", "cost": 0, "mass": 0, @@ -580,7 +580,7 @@ { "id": "CJ", "edID": 128816584, - "eddbID": 1641, + "eddbID": 1660, "grp": "bh", "cost": 6803170, "mass": 40, @@ -593,7 +593,7 @@ { "id": "CK", "edID": 128816585, - "eddbID": 1642, + "eddbID": 1661, "grp": "bh", "cost": 15307134, "mass": 78, @@ -606,7 +606,7 @@ { "id": "CL", "edID": 128816586, - "eddbID": 1643, + "eddbID": 1662, "grp": "bh", "cost": 36175859, "mass": 78, @@ -619,7 +619,7 @@ { "id": "CM", "edID": 128816587, - "eddbID": 1644, + "eddbID": 1663, "grp": "bh", "cost": 40087682, "mass": 78, @@ -4169,9 +4169,9 @@ "retailCost": 45814205, "bulkheads": [ { - "id": "bO", + "id": "2T", "edID": 128816569, - "eddbID": 808, + "eddbID": 1645, "grp": "bh", "cost": 0, "mass": 0, @@ -4182,9 +4182,9 @@ "hullboost": 0.8 }, { - "id": "bP", + "id": "2U", "edID": 128816570, - "eddbID": 809, + "eddbID": 1646, "grp": "bh", "cost": 22791270, "mass": 36, @@ -4195,9 +4195,9 @@ "hullboost": 1.52 }, { - "id": "bQ", + "id": "2V", "edID": 128816571, - "eddbID": 810, + "eddbID": 1647, "grp": "bh", "cost": 51280360, "mass": 67, @@ -4208,9 +4208,9 @@ "hullboost": 2.5 }, { - "id": "bR", + "id": "2W", "edID": 128816572, - "eddbID": 811, + "eddbID": 1648, "grp": "bh", "cost": 121192590, "mass": 67, @@ -4221,9 +4221,9 @@ "hullboost": 2.5 }, { - "id": "bS", + "id": "2X", "edID": 128816573, - "eddbID": 812, + "eddbID": 1649, "grp": "bh", "cost": 134297570, "mass": 67, @@ -11332,8 +11332,8 @@ "K": 1 }, "distdraw": 0.16, - "edID": 0, - "eddbID": 0, + "edID": 128049464, + "eddbID": 1658, "falloff": 2000, "grp": "mc", "id": "yH", @@ -12726,7 +12726,7 @@ }, "distdraw": 0.24, "edID": 0, - "eddbID": 0, + "eddbID": 1657, "grp": "mr", "id": "yI", "integrity": 64, @@ -12755,8 +12755,8 @@ "E": 1 }, "distdraw": 0.24, - "edID": 0, - "eddbID": 0, + "edID": 128049494, + "eddbID": 1656, "grp": "mr", "id": "yJ", "integrity": 64, @@ -12973,8 +12973,8 @@ "E": 1 }, "distdraw": 0, - "edID": 0, - "eddbID": 0, + "edID": 128049511, + "eddbID": 1655, "grp": "tp", "id": "yK", "integrity": 64, @@ -15760,7 +15760,7 @@ "class": 1, "cost": 3600, "edID": 128793941, - "eddbID": 0, + "eddbID": 1632, "grp": "dtl", "id": "y1", "mass": 1.3, @@ -15774,7 +15774,7 @@ "class": 3, "cost": 16201, "edID": 128793942, - "eddbID": 0, + "eddbID": 1633, "grp": "dtl", "id": "y2", "mass": 2, @@ -15788,7 +15788,7 @@ "class": 5, "cost": 145801, "edID": 128793943, - "eddbID": 0, + "eddbID": 1634, "grp": "dtl", "id": "y3", "mass": 20, @@ -15802,7 +15802,7 @@ "class": 7, "cost": 1312201, "edID": 128793944, - "eddbID": 0, + "eddbID": 1635, "grp": "dtl", "id": "y4", "mass": 128, diff --git a/modules/hardpoints/missile_rack.json b/modules/hardpoints/missile_rack.json index 83e4349..67c3028 100644 --- a/modules/hardpoints/missile_rack.json +++ b/modules/hardpoints/missile_rack.json @@ -205,7 +205,7 @@ }, "distdraw": 0.24, "edID": 0, - "eddbID": 0, + "eddbID": 1657, "grp": "mr", "id": "yI", "integrity": 64, @@ -234,8 +234,8 @@ "E": 1 }, "distdraw": 0.24, - "edID": 0, - "eddbID": 0, + "edID": 128049494, + "eddbID": 1656, "grp": "mr", "id": "yJ", "integrity": 64, @@ -252,4 +252,4 @@ "symbol": "Hpt_BasicMissileRack_Fixed_Large" } ] -} \ No newline at end of file +} diff --git a/modules/hardpoints/multi_cannon.json b/modules/hardpoints/multi_cannon.json index 931e843..ffe8f30 100644 --- a/modules/hardpoints/multi_cannon.json +++ b/modules/hardpoints/multi_cannon.json @@ -294,8 +294,8 @@ "K": 1 }, "distdraw": 0.16, - "edID": 0, - "eddbID": 0, + "edID": 128049464, + "eddbID": 1658, "falloff": 2000, "grp": "mc", "id": "yH", diff --git a/modules/hardpoints/torpedo_pylon.json b/modules/hardpoints/torpedo_pylon.json index 635ca5f..8f3a4a8 100644 --- a/modules/hardpoints/torpedo_pylon.json +++ b/modules/hardpoints/torpedo_pylon.json @@ -73,8 +73,8 @@ "E": 1 }, "distdraw": 0, - "edID": 0, - "eddbID": 0, + "edID": 128049511, + "eddbID": 1655, "grp": "tp", "id": "yK", "integrity": 64, @@ -91,4 +91,4 @@ "symbol": "Hpt_AdvancedTorpPylon_Fixed_Large" } ] -} \ No newline at end of file +} diff --git a/modules/internal/decontamination_limpet_controller.json b/modules/internal/decontamination_limpet_controller.json index ecc85c1..ef9ee9c 100644 --- a/modules/internal/decontamination_limpet_controller.json +++ b/modules/internal/decontamination_limpet_controller.json @@ -4,7 +4,7 @@ "class": 1, "cost": 3600, "edID": 128793941, - "eddbID": 0, + "eddbID": 1632, "grp": "dtl", "id": "y1", "mass": 1.3, @@ -18,7 +18,7 @@ "class": 3, "cost": 16201, "edID": 128793942, - "eddbID": 0, + "eddbID": 1633, "grp": "dtl", "id": "y2", "mass": 2, @@ -32,7 +32,7 @@ "class": 5, "cost": 145801, "edID": 128793943, - "eddbID": 0, + "eddbID": 1634, "grp": "dtl", "id": "y3", "mass": 20, @@ -46,7 +46,7 @@ "class": 7, "cost": 1312201, "edID": 128793944, - "eddbID": 0, + "eddbID": 1635, "grp": "dtl", "id": "y4", "mass": 128, diff --git a/package.json b/package.json index 75d71a4..28ae8fb 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "jasmine": "jasmine-node spec", "jasmine-no-stack": "jasmine-node --noStack spec", "test": "npm run lint && npm run jasmine-no-stack", - "start": "node generate_distribution.js" + "start": "node generate_distribution.js", + "build": "node generate_distribution.js" }, "devDependencies": { "eslint": "^2.2.0", diff --git a/ships/alliance_challenger.json b/ships/alliance_challenger.json index c16b039..87892e6 100644 --- a/ships/alliance_challenger.json +++ b/ships/alliance_challenger.json @@ -26,11 +26,11 @@ "horizons": true }, "bulkheads": [ - { "id": "0K", "edID": 128816590, "eddbID": 1640, "grp": "bh", "cost": 0, "mass": 0, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, - { "id": "0P", "edID": 128816591, "eddbID": 1641, "grp": "bh", "cost": 6803170, "mass": 40, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, - { "id": "0Q", "edID": 128816592, "eddbID": 1642, "grp": "bh", "cost": 15307134, "mass": 78, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 }, - { "id": "0R", "edID": 128816593, "eddbID": 1643, "grp": "bh", "cost": 36175859, "mass": 78, "causres": 0, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 }, - { "id": "0S", "edID": 128816594, "eddbID": 1644, "grp": "bh", "cost": 40087682, "mass": 78, "causres": 0, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 } + { "id": "0K", "edID": 128816590, "eddbID": 1650, "grp": "bh", "cost": 0, "mass": 0, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, + { "id": "0P", "edID": 128816591, "eddbID": 1651, "grp": "bh", "cost": 6803170, "mass": 40, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, + { "id": "0Q", "edID": 128816592, "eddbID": 1652, "grp": "bh", "cost": 15307134, "mass": 78, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 }, + { "id": "0R", "edID": 128816593, "eddbID": 1653, "grp": "bh", "cost": 36175859, "mass": 78, "causres": 0, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 }, + { "id": "0S", "edID": 128816594, "eddbID": 1654, "grp": "bh", "cost": 40087682, "mass": 78, "causres": 0, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 } ], "slots": { "standard": [6, 6, 5, 5, 6, 4, 4], diff --git a/ships/alliance_crusader.json b/ships/alliance_crusader.json index d6fc47b..bb057a4 100644 --- a/ships/alliance_crusader.json +++ b/ships/alliance_crusader.json @@ -1,7 +1,7 @@ { "alliance_crusader": { "edID": 128816581, - "eddbID": 0, + "eddbID": 36, "properties": { "name": "Alliance Crusader", "manufacturer": "Lakon", @@ -27,11 +27,11 @@ "horizons": true }, "bulkheads": [ - { "id": "CI", "edID": 128816583, "eddbID": 1640, "grp": "bh", "cost": 0, "mass": 0, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, - { "id": "CJ", "edID": 128816584, "eddbID": 1641, "grp": "bh", "cost": 6803170, "mass": 40, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, - { "id": "CK", "edID": 128816585, "eddbID": 1642, "grp": "bh", "cost": 15307134, "mass": 78, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 }, - { "id": "CL", "edID": 128816586, "eddbID": 1643, "grp": "bh", "cost": 36175859, "mass": 78, "causres": 0, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 }, - { "id": "CM", "edID": 128816587, "eddbID": 1644, "grp": "bh", "cost": 40087682, "mass": 78, "causres": 0, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 } + { "id": "CI", "edID": 128816583, "eddbID": 1659, "grp": "bh", "cost": 0, "mass": 0, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, + { "id": "CJ", "edID": 128816584, "eddbID": 1660, "grp": "bh", "cost": 6803170, "mass": 40, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, + { "id": "CK", "edID": 128816585, "eddbID": 1661, "grp": "bh", "cost": 15307134, "mass": 78, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 }, + { "id": "CL", "edID": 128816586, "eddbID": 1662, "grp": "bh", "cost": 36175859, "mass": 78, "causres": 0, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 }, + { "id": "CM", "edID": 128816587, "eddbID": 1663, "grp": "bh", "cost": 40087682, "mass": 78, "causres": 0, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 } ], "slots": { "standard": [6, 6, 5, 5, 6, 4, 4], diff --git a/ships/krait_mkii.json b/ships/krait_mkii.json index c36a907..f219f88 100644 --- a/ships/krait_mkii.json +++ b/ships/krait_mkii.json @@ -24,11 +24,11 @@ }, "retailCost": 45814205, "bulkheads": [ - { "id": "bO", "edID": 128816569, "eddbID": 808, "grp": "bh", "cost": 0, "mass": 0, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, - { "id": "bP", "edID": 128816570, "eddbID": 809, "grp": "bh", "cost": 22791270, "mass": 36, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, - { "id": "bQ", "edID": 128816571, "eddbID": 810, "grp": "bh", "cost": 51280360, "mass": 67, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 }, - { "id": "bR", "edID": 128816572, "eddbID": 811, "grp": "bh", "cost": 121192590, "mass": 67, "causres": 0, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 }, - { "id": "bS", "edID": 128816573, "eddbID": 812, "grp": "bh", "cost": 134297570, "mass": 67, "causres": 0, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 } + { "id": "2T", "edID": 128816569, "eddbID": 1645, "grp": "bh", "cost": 0, "mass": 0, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, + { "id": "2U", "edID": 128816570, "eddbID": 1646, "grp": "bh", "cost": 22791270, "mass": 36, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, + { "id": "2V", "edID": 128816571, "eddbID": 1647, "grp": "bh", "cost": 51280360, "mass": 67, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 }, + { "id": "2W", "edID": 128816572, "eddbID": 1648, "grp": "bh", "cost": 121192590, "mass": 67, "causres": 0, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 }, + { "id": "2X", "edID": 128816573, "eddbID": 1649, "grp": "bh", "cost": 134297570, "mass": 67, "causres": 0, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 } ], "slots": { "standard": [7, 6, 5, 4, 7, 6, 5], From 6e0270197cae8964f530b93cd10c3f40e4fc0e32 Mon Sep 17 00:00:00 2001 From: William Blythe Date: Fri, 2 Nov 2018 13:24:48 +1100 Subject: [PATCH 10/31] fix beluga size 6 slots --- dist/index.js | 2 +- dist/index.json | 2 ++ ships/beluga.json | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index dee95e1..00f8e2e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -888,7 +888,7 @@ module.exports = { slots: { standard: [ 6, 7, 7, 8, 6, 5, 7 ], hardpoints: [ 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0 ], - internal: [ 6, 6, 5, 5, 4, 3, 3, 3, 3 ] + internal: [ 6, 6, 6, 6, 5, 5, 4, 3, 3, 3, 3 ] }, defaults: { standard: [ "6E", "7E", "7E", "8E", "6E", "5E", "7C" ], diff --git a/dist/index.json b/dist/index.json index 997ed49..d225118 100644 --- a/dist/index.json +++ b/dist/index.json @@ -1343,6 +1343,8 @@ 0 ], "internal": [ + 6, + 6, 6, 6, 5, diff --git a/ships/beluga.json b/ships/beluga.json index f2b4079..3c681f0 100755 --- a/ships/beluga.json +++ b/ships/beluga.json @@ -38,7 +38,8 @@ "standard": [6, 7, 7, 8, 6, 5, 7], "hardpoints": [2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0], "internal": [ - 6, 6, + 6, 6, + 6, 6, 5, 5, 4, 3, 3, 3, 3 ] From a1527ebca52033050ac00bc8be230eddc5459303 Mon Sep 17 00:00:00 2001 From: William Blythe Date: Thu, 8 Nov 2018 09:43:59 +1100 Subject: [PATCH 11/31] remove discovery scanner --- dist/index.js | 43 ------------------------------ dist/index.json | 47 --------------------------------- modules/index.js | 1 - modules/internal/scanner.json | 49 ----------------------------------- 4 files changed, 140 deletions(-) delete mode 100644 modules/internal/scanner.json diff --git a/dist/index.js b/dist/index.js index 00f8e2e..2debd17 100644 --- a/dist/index.js +++ b/dist/index.js @@ -15959,49 +15959,6 @@ module.exports = { rating: "A", symbol: "Int_Refinery_Size4_Class5" } ], - sc: [ { - class: 1, - cost: 1545e3, - edID: 128663561, - eddbID: 1244, - grp: "sc", - id: "2f", - integrity: 40, - mass: 2, - name: "Advanced Discovery Scanner", - power: 0, - rangeLS: null, - rating: "C", - symbol: "Int_StellarBodyDiscoveryScanner_Advanced" - }, { - class: 1, - cost: 505e3, - edID: 128663560, - eddbID: 1243, - grp: "sc", - id: "2g", - integrity: 40, - mass: 2, - name: "Intermediate Discovery Scanner", - power: 0, - rangeLS: 1e3, - rating: "D", - symbol: "Int_StellarBodyDiscoveryScanner_Intermediate" - }, { - class: 1, - cost: 1e3, - edID: 128662535, - eddbID: 1242, - grp: "sc", - id: "2h", - integrity: 40, - mass: 2, - name: "Basic Discovery Scanner", - power: 0, - rangeLS: 500, - rating: "E", - symbol: "Int_StellarBodyDiscoveryScanner_Standard" - } ], scb: [ { ammo: 3, ammocost: 300, diff --git a/dist/index.json b/dist/index.json index d225118..d9e6bf4 100644 --- a/dist/index.json +++ b/dist/index.json @@ -18795,53 +18795,6 @@ "symbol": "Int_Refinery_Size4_Class5" } ], - "sc": [ - { - "class": 1, - "cost": 1545000, - "edID": 128663561, - "eddbID": 1244, - "grp": "sc", - "id": "2f", - "integrity": 40, - "mass": 2, - "name": "Advanced Discovery Scanner", - "power": 0, - "rangeLS": null, - "rating": "C", - "symbol": "Int_StellarBodyDiscoveryScanner_Advanced" - }, - { - "class": 1, - "cost": 505000, - "edID": 128663560, - "eddbID": 1243, - "grp": "sc", - "id": "2g", - "integrity": 40, - "mass": 2, - "name": "Intermediate Discovery Scanner", - "power": 0, - "rangeLS": 1000, - "rating": "D", - "symbol": "Int_StellarBodyDiscoveryScanner_Intermediate" - }, - { - "class": 1, - "cost": 1000, - "edID": 128662535, - "eddbID": 1242, - "grp": "sc", - "id": "2h", - "integrity": 40, - "mass": 2, - "name": "Basic Discovery Scanner", - "power": 0, - "rangeLS": 500, - "rating": "E", - "symbol": "Int_StellarBodyDiscoveryScanner_Standard" - } - ], "scb": [ { "ammo": 3, diff --git a/modules/index.js b/modules/index.js index b386273..d1efc15 100644 --- a/modules/index.js +++ b/modules/index.js @@ -66,7 +66,6 @@ module.exports = { pcm: require('./internal/first_passenger_cabin').pcm, pcq: require('./internal/luxury_passenger_cabin').pcq, rf: require('./internal/refinery').rf, - sc: require('./internal/scanner').sc, scb: require('./internal/shield_cell_bank').scb, sg: require('./internal/shield_generator').sg, ss: require('./internal/surface_scanner').ss, diff --git a/modules/internal/scanner.json b/modules/internal/scanner.json deleted file mode 100644 index c08c109..0000000 --- a/modules/internal/scanner.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "sc": [ - { - "class": 1, - "cost": 1545000, - "edID": 128663561, - "eddbID": 1244, - "grp": "sc", - "id": "2f", - "integrity": 40, - "mass": 2, - "name": "Advanced Discovery Scanner", - "power": 0, - "rangeLS": null, - "rating": "C", - "symbol": "Int_StellarBodyDiscoveryScanner_Advanced" - }, - { - "class": 1, - "cost": 505000, - "edID": 128663560, - "eddbID": 1243, - "grp": "sc", - "id": "2g", - "integrity": 40, - "mass": 2, - "name": "Intermediate Discovery Scanner", - "power": 0, - "rangeLS": 1000, - "rating": "D", - "symbol": "Int_StellarBodyDiscoveryScanner_Intermediate" - }, - { - "class": 1, - "cost": 1000, - "edID": 128662535, - "eddbID": 1242, - "grp": "sc", - "id": "2h", - "integrity": 40, - "mass": 2, - "name": "Basic Discovery Scanner", - "power": 0, - "rangeLS": 500, - "rating": "E", - "symbol": "Int_StellarBodyDiscoveryScanner_Standard" - } - ] -} \ No newline at end of file From a098e92168e756d54eccd161f9e6661c35a1b2dd Mon Sep 17 00:00:00 2001 From: William Blythe Date: Fri, 9 Nov 2018 09:38:06 +1100 Subject: [PATCH 12/31] add mamba (beta) --- dist/index.js | 95 +++++++++++++++++++++++++++++ dist/index.json | 153 +++++++++++++++++++++++++++++++++++++++++++++++ ships/index.js | 1 + ships/mamba.json | 43 +++++++++++++ 4 files changed, 292 insertions(+) create mode 100644 ships/mamba.json diff --git a/dist/index.js b/dist/index.js index 2debd17..a9a0be4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2891,6 +2891,101 @@ module.exports = { internal: [ "me", "mc", "03", "4e", "02", 0, 0, "2h" ] } }, + mamba: { + edID: 128149376, + eddbID: 11, + properties: { + name: "Mamba", + manufacturer: "Zorgon Peterson", + class: 2, + hullCost: 55866341, + speed: 316, + boost: 390, + boostEnergy: 19, + baseShieldStrength: 280, + baseArmour: 150, + hardness: 65, + hullMass: 280, + masslock: 12, + pipSpeed: .038461538461538, + pitch: 35, + roll: 80, + yaw: 12, + crew: 2 + }, + retailCost: 55382252, + bulkheads: [ { + id: "2T", + edID: 128049376, + eddbID: 813, + grp: "bh", + cost: 0, + mass: 0, + causres: 0, + explres: -.4, + kinres: -.2, + thermres: 0, + hullboost: .8 + }, { + id: "2U", + edID: 128049377, + eddbID: 814, + grp: "bh", + cost: 20626820, + mass: 19, + causres: 0, + explres: -.4, + kinres: -.2, + thermres: 0, + hullboost: 1.52 + }, { + id: "2V", + edID: 128049378, + eddbID: 815, + grp: "bh", + cost: 46410340, + mass: 38, + causres: 0, + explres: -.4, + kinres: -.2, + thermres: 0, + hullboost: 2.5 + }, { + id: "2W", + edID: 128049379, + eddbID: 816, + grp: "bh", + cost: 109683090, + mass: 38, + causres: 0, + explres: -.5, + kinres: -.75, + thermres: .5, + hullboost: 2.5 + }, { + id: "2X", + edID: 128049380, + eddbID: 817, + grp: "bh", + cost: 121543510, + mass: 38, + causres: 0, + explres: .2, + kinres: .25, + thermres: -.4, + hullboost: 2.5 + } ], + slots: { + standard: [ 6, 5, 4, 4, 6, 4, 3 ], + hardpoints: [ 4, 3, 3, 1, 1, 0, 0, 0, 0, 0, 0 ], + internal: [ 5, 4, 3, 2, 2 ] + }, + defaults: { + standard: [ "5E", "5E", "4E", "4E", "6E", "4E", "3C" ], + hardpoints: [ 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0 ], + internal: [ "03", "49", "02", 0, "2h" ] + } + }, python: { edID: 128049339, eddbID: 17, diff --git a/dist/index.json b/dist/index.json index d9e6bf4..345bd21 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4453,6 +4453,159 @@ ] } }, + "mamba": { + "edID": 128149376, + "eddbID": 11, + "properties": { + "name": "Mamba", + "manufacturer": "Zorgon Peterson", + "class": 2, + "hullCost": 55866341, + "speed": 316, + "boost": 390, + "boostEnergy": 19, + "baseShieldStrength": 280, + "baseArmour": 150, + "hardness": 65, + "hullMass": 280, + "masslock": 12, + "pipSpeed": 0.038461538461538, + "pitch": 35, + "roll": 80, + "yaw": 12, + "crew": 2 + }, + "retailCost": 55382252, + "bulkheads": [ + { + "id": "2T", + "edID": 128049376, + "eddbID": 813, + "grp": "bh", + "cost": 0, + "mass": 0, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 0.8 + }, + { + "id": "2U", + "edID": 128049377, + "eddbID": 814, + "grp": "bh", + "cost": 20626820, + "mass": 19, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 1.52 + }, + { + "id": "2V", + "edID": 128049378, + "eddbID": 815, + "grp": "bh", + "cost": 46410340, + "mass": 38, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 2.5 + }, + { + "id": "2W", + "edID": 128049379, + "eddbID": 816, + "grp": "bh", + "cost": 109683090, + "mass": 38, + "causres": 0, + "explres": -0.5, + "kinres": -0.75, + "thermres": 0.5, + "hullboost": 2.5 + }, + { + "id": "2X", + "edID": 128049380, + "eddbID": 817, + "grp": "bh", + "cost": 121543510, + "mass": 38, + "causres": 0, + "explres": 0.2, + "kinres": 0.25, + "thermres": -0.4, + "hullboost": 2.5 + } + ], + "slots": { + "standard": [ + 6, + 5, + 4, + 4, + 6, + 4, + 3 + ], + "hardpoints": [ + 4, + 3, + 3, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "internal": [ + 5, + 4, + 3, + 2, + 2 + ] + }, + "defaults": { + "standard": [ + "5E", + "5E", + "4E", + "4E", + "6E", + "4E", + "3C" + ], + "hardpoints": [ + 0, + 17, + 17, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "internal": [ + "03", + "49", + "02", + 0, + "2h" + ] + } + }, "python": { "edID": 128049339, "eddbID": 17, diff --git a/ships/index.js b/ships/index.js index 80904f8..ffc0a33 100644 --- a/ships/index.js +++ b/ships/index.js @@ -26,6 +26,7 @@ module.exports = { keelback: require('./keelback').keelback, krait_mkii: require('./krait_mkii').krait_mkii, orca: require('./orca').orca, + mamba: require('./mamba').mamba, python: require('./python').python, sidewinder: require('./sidewinder').sidewinder, type_6_transporter: require('./type_6_transporter').type_6_transporter, diff --git a/ships/mamba.json b/ships/mamba.json new file mode 100644 index 0000000..88930e6 --- /dev/null +++ b/ships/mamba.json @@ -0,0 +1,43 @@ +{ + "mamba": { + "edID": 128149376, + "eddbID": 11, + "properties": { + "name": "Mamba", + "manufacturer": "Zorgon Peterson", + "class": 2, + "hullCost": 55866341, + "speed": 316, + "boost": 390, + "boostEnergy": 19, + "baseShieldStrength": 280, + "baseArmour": 150, + "hardness": 65, + "hullMass": 280, + "masslock": 12, + "pipSpeed": 0.038461538461538, + "pitch": 35, + "roll": 80, + "yaw": 12, + "crew": 2 + }, + "retailCost": 55382252, + "bulkheads": [ + { "id": "2T", "edID": 128049376, "eddbID": 813, "grp": "bh", "cost": 0, "mass": 0, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, + { "id": "2U", "edID": 128049377, "eddbID": 814, "grp": "bh", "cost": 20626820, "mass": 19, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, + { "id": "2V", "edID": 128049378, "eddbID": 815, "grp": "bh", "cost": 46410340, "mass": 38, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 }, + { "id": "2W", "edID": 128049379, "eddbID": 816, "grp": "bh", "cost": 109683090, "mass": 38, "causres": 0, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 }, + { "id": "2X", "edID": 128049380, "eddbID": 817, "grp": "bh", "cost": 121543510, "mass": 38, "causres": 0, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 } + ], + "slots": { + "standard": [6, 5, 4, 4, 6, 4, 3], + "hardpoints": [4, 3, 3, 1, 1, 0, 0, 0, 0, 0, 0], + "internal": [5, 4, 3, 2, 2] + }, + "defaults": { + "standard": ["5E", "5E", "4E", "4E", "6E", "4E", "3C"], + "hardpoints": [0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0], + "internal": ["03", "49", "02", 0, "2h"] + } + } +} From 933b69d16ff661114a8570bfad4574e8e03173ab Mon Sep 17 00:00:00 2001 From: William Blythe Date: Fri, 9 Nov 2018 09:54:09 +1100 Subject: [PATCH 13/31] fix pipspeed, add krait phantom --- dist/index.js | 100 +++++++++++++++++++++++- dist/index.json | 161 ++++++++++++++++++++++++++++++++++++++- ships/index.js | 1 + ships/krait_phantom.json | 44 +++++++++++ ships/mamba.json | 4 +- 5 files changed, 303 insertions(+), 7 deletions(-) create mode 100644 ships/krait_phantom.json diff --git a/dist/index.js b/dist/index.js index a9a0be4..8c5b3aa 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2795,6 +2795,102 @@ module.exports = { internal: [ "4h", "04", "04", "03", 0, "2h", 0, "00" ] } }, + krait_phantom: { + edID: 128149376, + eddbID: 35, + properties: { + name: "Krait Phantom", + manufacturer: "Faulcon DeLacy", + class: 2, + hullCost: 42409425, + speed: 256, + boost: 358, + boostEnergy: 14, + baseShieldStrength: 220, + baseArmour: 360, + hardness: 60, + hullMass: 280, + masslock: 17, + pipSpeed: .07122905027933, + fighterHangars: true, + pitch: 32, + roll: 80, + yaw: 16, + crew: 2 + }, + retailCost: 45814205, + bulkheads: [ { + id: "2T", + edID: 128816569, + eddbID: 1645, + grp: "bh", + cost: 0, + mass: 0, + causres: 0, + explres: -.4, + kinres: -.2, + thermres: 0, + hullboost: .8 + }, { + id: "2U", + edID: 128816570, + eddbID: 1646, + grp: "bh", + cost: 22791270, + mass: 36, + causres: 0, + explres: -.4, + kinres: -.2, + thermres: 0, + hullboost: 1.52 + }, { + id: "2V", + edID: 128816571, + eddbID: 1647, + grp: "bh", + cost: 51280360, + mass: 67, + causres: 0, + explres: -.4, + kinres: -.2, + thermres: 0, + hullboost: 2.5 + }, { + id: "2W", + edID: 128816572, + eddbID: 1648, + grp: "bh", + cost: 121192590, + mass: 67, + causres: 0, + explres: -.5, + kinres: -.75, + thermres: .5, + hullboost: 2.5 + }, { + id: "2X", + edID: 128816573, + eddbID: 1649, + grp: "bh", + cost: 134297570, + mass: 67, + causres: 0, + explres: .2, + kinres: .25, + thermres: -.4, + hullboost: 2.5 + } ], + slots: { + standard: [ 6, 6, 5, 5, 6, 4, 4 ], + hardpoints: [ 3, 3, 2, 2, 0, 0, 0, 0 ], + internal: [ 6, 5, 4, 4, 3, 3, 2, 2 ] + }, + defaults: { + standard: [ "7E", "6E", "5E", "4E", "7E", "6E", "5C" ], + hardpoints: [ 0, 0, 0, 0, 0, 0, 0, 0, 0 ], + internal: [ "4h", "04", "04", "03", 0, "2h", 0, "00" ] + } + }, orca: { edID: 128049327, eddbID: 16, @@ -2907,7 +3003,7 @@ module.exports = { hardness: 65, hullMass: 280, masslock: 12, - pipSpeed: .038461538461538, + pipSpeed: .019409937888199, pitch: 35, roll: 80, yaw: 12, @@ -2982,7 +3078,7 @@ module.exports = { }, defaults: { standard: [ "5E", "5E", "4E", "4E", "6E", "4E", "3C" ], - hardpoints: [ 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0 ], + hardpoints: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], internal: [ "03", "49", "02", 0, "2h" ] } }, diff --git a/dist/index.json b/dist/index.json index 345bd21..93f67b2 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4301,6 +4301,161 @@ ] } }, + "krait_phantom": { + "edID": 128149376, + "eddbID": 35, + "properties": { + "name": "Krait Phantom", + "manufacturer": "Faulcon DeLacy", + "class": 2, + "hullCost": 42409425, + "speed": 256, + "boost": 358, + "boostEnergy": 14, + "baseShieldStrength": 220, + "baseArmour": 360, + "hardness": 60, + "hullMass": 280, + "masslock": 17, + "pipSpeed": 0.07122905027933, + "fighterHangars": true, + "pitch": 32, + "roll": 80, + "yaw": 16, + "crew": 2 + }, + "retailCost": 45814205, + "bulkheads": [ + { + "id": "2T", + "edID": 128816569, + "eddbID": 1645, + "grp": "bh", + "cost": 0, + "mass": 0, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 0.8 + }, + { + "id": "2U", + "edID": 128816570, + "eddbID": 1646, + "grp": "bh", + "cost": 22791270, + "mass": 36, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 1.52 + }, + { + "id": "2V", + "edID": 128816571, + "eddbID": 1647, + "grp": "bh", + "cost": 51280360, + "mass": 67, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 2.5 + }, + { + "id": "2W", + "edID": 128816572, + "eddbID": 1648, + "grp": "bh", + "cost": 121192590, + "mass": 67, + "causres": 0, + "explres": -0.5, + "kinres": -0.75, + "thermres": 0.5, + "hullboost": 2.5 + }, + { + "id": "2X", + "edID": 128816573, + "eddbID": 1649, + "grp": "bh", + "cost": 134297570, + "mass": 67, + "causres": 0, + "explres": 0.2, + "kinres": 0.25, + "thermres": -0.4, + "hullboost": 2.5 + } + ], + "slots": { + "standard": [ + 6, + 6, + 5, + 5, + 6, + 4, + 4 + ], + "hardpoints": [ + 3, + 3, + 2, + 2, + 0, + 0, + 0, + 0 + ], + "internal": [ + 6, + 5, + 4, + 4, + 3, + 3, + 2, + 2 + ] + }, + "defaults": { + "standard": [ + "7E", + "6E", + "5E", + "4E", + "7E", + "6E", + "5C" + ], + "hardpoints": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "internal": [ + "4h", + "04", + "04", + "03", + 0, + "2h", + 0, + "00" + ] + } + }, "orca": { "edID": 128049327, "eddbID": 16, @@ -4469,7 +4624,7 @@ "hardness": 65, "hullMass": 280, "masslock": 12, - "pipSpeed": 0.038461538461538, + "pipSpeed": 0.019409937888199, "pitch": 35, "roll": 80, "yaw": 12, @@ -4586,8 +4741,8 @@ ], "hardpoints": [ 0, - 17, - 17, + 0, + 0, 0, 0, 0, diff --git a/ships/index.js b/ships/index.js index ffc0a33..2a7e202 100644 --- a/ships/index.js +++ b/ships/index.js @@ -25,6 +25,7 @@ module.exports = { imperial_eagle: require('./imperial_eagle').imperial_eagle, keelback: require('./keelback').keelback, krait_mkii: require('./krait_mkii').krait_mkii, + krait_phantom: require('./krait_phantom').krait_phantom, orca: require('./orca').orca, mamba: require('./mamba').mamba, python: require('./python').python, diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json new file mode 100644 index 0000000..8f37aca --- /dev/null +++ b/ships/krait_phantom.json @@ -0,0 +1,44 @@ +{ + "krait_phantom": { + "edID": 128149376, + "eddbID": 35, + "properties": { + "name": "Krait Phantom", + "manufacturer": "Faulcon DeLacy", + "class": 2, + "hullCost": 42409425, + "speed": 256, + "boost": 358, + "boostEnergy": 14, + "baseShieldStrength": 220, + "baseArmour": 360, + "hardness": 60, + "hullMass": 280, + "masslock": 17, + "pipSpeed": 0.07122905027933, + "fighterHangars": true, + "pitch": 32, + "roll": 80, + "yaw": 16, + "crew": 2 + }, + "retailCost": 45814205, + "bulkheads": [ + { "id": "2T", "edID": 128816569, "eddbID": 1645, "grp": "bh", "cost": 0, "mass": 0, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, + { "id": "2U", "edID": 128816570, "eddbID": 1646, "grp": "bh", "cost": 22791270, "mass": 36, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, + { "id": "2V", "edID": 128816571, "eddbID": 1647, "grp": "bh", "cost": 51280360, "mass": 67, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 }, + { "id": "2W", "edID": 128816572, "eddbID": 1648, "grp": "bh", "cost": 121192590, "mass": 67, "causres": 0, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 }, + { "id": "2X", "edID": 128816573, "eddbID": 1649, "grp": "bh", "cost": 134297570, "mass": 67, "causres": 0, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 } + ], + "slots": { + "standard": [6, 6, 5, 5, 6, 4, 4], + "hardpoints": [3, 3, 2, 2, 0, 0, 0, 0], + "internal": [6,5,4,4,3,3,2,2] + }, + "defaults": { + "standard": ["7E", "6E", "5E", "4E", "7E", "6E", "5C"], + "hardpoints": [0, 0, 0, 0, 0, 0, 0, 0, 0], + "internal": ["4h", "04", "04", "03", 0, "2h", 0, "00"] + } + } +} diff --git a/ships/mamba.json b/ships/mamba.json index 88930e6..df60b95 100644 --- a/ships/mamba.json +++ b/ships/mamba.json @@ -15,7 +15,7 @@ "hardness": 65, "hullMass": 280, "masslock": 12, - "pipSpeed": 0.038461538461538, + "pipSpeed": 0.019409937888199, "pitch": 35, "roll": 80, "yaw": 12, @@ -36,7 +36,7 @@ }, "defaults": { "standard": ["5E", "5E", "4E", "4E", "6E", "4E", "3C"], - "hardpoints": [0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0], + "hardpoints": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "internal": ["03", "49", "02", 0, "2h"] } } From d4cfb14d6b42ebdc564718973c97bf32dba739fc Mon Sep 17 00:00:00 2001 From: William Blythe Date: Fri, 9 Nov 2018 11:21:03 +1100 Subject: [PATCH 14/31] fix default loadout --- dist/index.js | 2 +- dist/index.json | 2 +- ships/krait_phantom.json | 144 +++++++++++++++++++++++++++------------ ships/mamba.json | 142 +++++++++++++++++++++++++++----------- 4 files changed, 205 insertions(+), 85 deletions(-) diff --git a/dist/index.js b/dist/index.js index 8c5b3aa..e9598c4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2886,7 +2886,7 @@ module.exports = { internal: [ 6, 5, 4, 4, 3, 3, 2, 2 ] }, defaults: { - standard: [ "7E", "6E", "5E", "4E", "7E", "6E", "5C" ], + standard: [ "6E", "6E", "5E", "4E", "7E", "6E", "5C" ], hardpoints: [ 0, 0, 0, 0, 0, 0, 0, 0, 0 ], internal: [ "4h", "04", "04", "03", 0, "2h", 0, "00" ] } diff --git a/dist/index.json b/dist/index.json index 93f67b2..7bd3970 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4425,7 +4425,7 @@ }, "defaults": { "standard": [ - "7E", + "6E", "6E", "5E", "4E", diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index 8f37aca..12d1304 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -1,44 +1,104 @@ { - "krait_phantom": { - "edID": 128149376, - "eddbID": 35, - "properties": { - "name": "Krait Phantom", - "manufacturer": "Faulcon DeLacy", - "class": 2, - "hullCost": 42409425, - "speed": 256, - "boost": 358, - "boostEnergy": 14, - "baseShieldStrength": 220, - "baseArmour": 360, - "hardness": 60, - "hullMass": 280, - "masslock": 17, - "pipSpeed": 0.07122905027933, - "fighterHangars": true, - "pitch": 32, - "roll": 80, - "yaw": 16, - "crew": 2 - }, - "retailCost": 45814205, - "bulkheads": [ - { "id": "2T", "edID": 128816569, "eddbID": 1645, "grp": "bh", "cost": 0, "mass": 0, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, - { "id": "2U", "edID": 128816570, "eddbID": 1646, "grp": "bh", "cost": 22791270, "mass": 36, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, - { "id": "2V", "edID": 128816571, "eddbID": 1647, "grp": "bh", "cost": 51280360, "mass": 67, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 }, - { "id": "2W", "edID": 128816572, "eddbID": 1648, "grp": "bh", "cost": 121192590, "mass": 67, "causres": 0, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 }, - { "id": "2X", "edID": 128816573, "eddbID": 1649, "grp": "bh", "cost": 134297570, "mass": 67, "causres": 0, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 } - ], - "slots": { - "standard": [6, 6, 5, 5, 6, 4, 4], - "hardpoints": [3, 3, 2, 2, 0, 0, 0, 0], - "internal": [6,5,4,4,3,3,2,2] - }, - "defaults": { - "standard": ["7E", "6E", "5E", "4E", "7E", "6E", "5C"], - "hardpoints": [0, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": ["4h", "04", "04", "03", 0, "2h", 0, "00"] - } - } + "krait_phantom": { + "edID": 128149376, + "eddbID": 35, + "properties": { + "name": "Krait Phantom", + "manufacturer": "Faulcon DeLacy", + "class": 2, + "hullCost": 42409425, + "speed": 256, + "boost": 358, + "boostEnergy": 14, + "baseShieldStrength": 220, + "baseArmour": 360, + "hardness": 60, + "hullMass": 280, + "masslock": 17, + "pipSpeed": 0.07122905027933, + "fighterHangars": true, + "pitch": 32, + "roll": 80, + "yaw": 16, + "crew": 2 + }, + "retailCost": 45814205, + "bulkheads": [ + { + "id": "2T", + "edID": 128816569, + "eddbID": 1645, + "grp": "bh", + "cost": 0, + "mass": 0, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 0.8 + }, + { + "id": "2U", + "edID": 128816570, + "eddbID": 1646, + "grp": "bh", + "cost": 22791270, + "mass": 36, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 1.52 + }, + { + "id": "2V", + "edID": 128816571, + "eddbID": 1647, + "grp": "bh", + "cost": 51280360, + "mass": 67, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 2.5 + }, + { + "id": "2W", + "edID": 128816572, + "eddbID": 1648, + "grp": "bh", + "cost": 121192590, + "mass": 67, + "causres": 0, + "explres": -0.5, + "kinres": -0.75, + "thermres": 0.5, + "hullboost": 2.5 + }, + { + "id": "2X", + "edID": 128816573, + "eddbID": 1649, + "grp": "bh", + "cost": 134297570, + "mass": 67, + "causres": 0, + "explres": 0.2, + "kinres": 0.25, + "thermres": -0.4, + "hullboost": 2.5 + } + ], + "slots": { + "standard": [6, 6, 5, 5, 6, 4, 4], + "hardpoints": [3, 3, 2, 2, 0, 0, 0, 0], + "internal": [6, 5, 4, 4, 3, 3, 2, 2] + }, + "defaults": { + "standard": ["6E", "6E", "5E", "4E", "7E", "6E", "5C"], + "hardpoints": [0, 0, 0, 0, 0, 0, 0, 0, 0], + "internal": ["4h", "04", "04", "03", 0, "2h", 0, "00"] + } + } } diff --git a/ships/mamba.json b/ships/mamba.json index df60b95..9ef3ce3 100644 --- a/ships/mamba.json +++ b/ships/mamba.json @@ -1,43 +1,103 @@ { - "mamba": { - "edID": 128149376, - "eddbID": 11, - "properties": { - "name": "Mamba", - "manufacturer": "Zorgon Peterson", - "class": 2, - "hullCost": 55866341, - "speed": 316, - "boost": 390, - "boostEnergy": 19, - "baseShieldStrength": 280, - "baseArmour": 150, - "hardness": 65, - "hullMass": 280, - "masslock": 12, - "pipSpeed": 0.019409937888199, - "pitch": 35, - "roll": 80, - "yaw": 12, - "crew": 2 - }, - "retailCost": 55382252, - "bulkheads": [ - { "id": "2T", "edID": 128049376, "eddbID": 813, "grp": "bh", "cost": 0, "mass": 0, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, - { "id": "2U", "edID": 128049377, "eddbID": 814, "grp": "bh", "cost": 20626820, "mass": 19, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, - { "id": "2V", "edID": 128049378, "eddbID": 815, "grp": "bh", "cost": 46410340, "mass": 38, "causres": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 }, - { "id": "2W", "edID": 128049379, "eddbID": 816, "grp": "bh", "cost": 109683090, "mass": 38, "causres": 0, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 }, - { "id": "2X", "edID": 128049380, "eddbID": 817, "grp": "bh", "cost": 121543510, "mass": 38, "causres": 0, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 } - ], - "slots": { - "standard": [6, 5, 4, 4, 6, 4, 3], - "hardpoints": [4, 3, 3, 1, 1, 0, 0, 0, 0, 0, 0], - "internal": [5, 4, 3, 2, 2] - }, - "defaults": { - "standard": ["5E", "5E", "4E", "4E", "6E", "4E", "3C"], - "hardpoints": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": ["03", "49", "02", 0, "2h"] - } - } + "mamba": { + "edID": 128149376, + "eddbID": 11, + "properties": { + "name": "Mamba", + "manufacturer": "Zorgon Peterson", + "class": 2, + "hullCost": 55866341, + "speed": 316, + "boost": 390, + "boostEnergy": 19, + "baseShieldStrength": 280, + "baseArmour": 150, + "hardness": 65, + "hullMass": 280, + "masslock": 12, + "pipSpeed": 0.019409937888199, + "pitch": 35, + "roll": 80, + "yaw": 12, + "crew": 2 + }, + "retailCost": 55382252, + "bulkheads": [ + { + "id": "2T", + "edID": 128049376, + "eddbID": 813, + "grp": "bh", + "cost": 0, + "mass": 0, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 0.8 + }, + { + "id": "2U", + "edID": 128049377, + "eddbID": 814, + "grp": "bh", + "cost": 20626820, + "mass": 19, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 1.52 + }, + { + "id": "2V", + "edID": 128049378, + "eddbID": 815, + "grp": "bh", + "cost": 46410340, + "mass": 38, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 2.5 + }, + { + "id": "2W", + "edID": 128049379, + "eddbID": 816, + "grp": "bh", + "cost": 109683090, + "mass": 38, + "causres": 0, + "explres": -0.5, + "kinres": -0.75, + "thermres": 0.5, + "hullboost": 2.5 + }, + { + "id": "2X", + "edID": 128049380, + "eddbID": 817, + "grp": "bh", + "cost": 121543510, + "mass": 38, + "causres": 0, + "explres": 0.2, + "kinres": 0.25, + "thermres": -0.4, + "hullboost": 2.5 + } + ], + "slots": { + "standard": [6, 5, 4, 4, 6, 4, 3], + "hardpoints": [4, 3, 3, 1, 1, 0, 0, 0, 0, 0, 0], + "internal": [5, 4, 3, 2, 2] + }, + "defaults": { + "standard": ["5E", "5E", "4E", "4E", "6E", "4E", "3C"], + "hardpoints": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], + "internal": ["03", "49", "02", 0, "2h"] + } + } } From b1a76f93bb6f7c7f5a25587abb6b51cd5d73af22 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Sat, 10 Nov 2018 09:39:00 +1100 Subject: [PATCH 15/31] add beta flag to beta ships --- dist/index.js | 2668 +++++++++++++++++++------------------- dist/index.json | 2 + ships/krait_phantom.json | 1 + ships/mamba.json | 1 + 4 files changed, 1339 insertions(+), 1333 deletions(-) diff --git a/dist/index.js b/dist/index.js index e9598c4..4b8e936 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2798,6 +2798,7 @@ module.exports = { krait_phantom: { edID: 128149376, eddbID: 35, + beta: true, properties: { name: "Krait Phantom", manufacturer: "Faulcon DeLacy", @@ -2990,6 +2991,7 @@ module.exports = { mamba: { edID: 128149376, eddbID: 11, + beta: true, properties: { name: "Mamba", manufacturer: "Zorgon Peterson", @@ -18703,7 +18705,7 @@ module.exports = { AFM_Shielded: { fdname: "AFM_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -18713,7 +18715,7 @@ module.exports = { }, uuid: "c879e8d2-290a-471e-833c-eaea947a20c1" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -18724,7 +18726,7 @@ module.exports = { }, uuid: "90981fc0-8c0e-4b86-a656-9ef1a9a7fa00" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -18736,7 +18738,7 @@ module.exports = { }, uuid: "30976550-2ff1-46e2-9687-ae3faa4f4701" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -18756,7 +18758,7 @@ module.exports = { Armour_Advanced: { fdname: "Armour_Advanced", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -18769,7 +18771,7 @@ module.exports = { }, uuid: "fb33c5c9-24e4-48b5-8227-cc7b855572cd" }, - 2: { + "2": { components: { "Conductive Components": 1, Iron: 1 @@ -18783,7 +18785,7 @@ module.exports = { }, uuid: "a9417081-356c-43d7-bf30-9cc1de0c62a1" }, - 3: { + "3": { components: { "Conductive Components": 1, "High Density Composites": 1, @@ -18798,7 +18800,7 @@ module.exports = { }, uuid: "b93f110f-c467-4340-8496-9ea99332ef55" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, Germanium: 1, @@ -18813,7 +18815,7 @@ module.exports = { }, uuid: "4b9c30c9-0acf-4b56-bce9-3fc65be95382" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Military Grade Alloys": 1, @@ -18836,7 +18838,7 @@ module.exports = { Armour_Explosive: { fdname: "Armour_Explosive", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -18847,7 +18849,7 @@ module.exports = { }, uuid: "c74fe800-a8c1-4ae9-95a1-47a8a9d1f10d" }, - 2: { + "2": { components: { Carbon: 1, Zinc: 1 @@ -18859,7 +18861,7 @@ module.exports = { }, uuid: "78f76eb3-ac9e-47bd-be6f-a26b4fdf9c57" }, - 3: { + "3": { components: { "Salvaged Alloys": 1, Vanadium: 1 @@ -18871,7 +18873,7 @@ module.exports = { }, uuid: "83ea4fd2-2eee-4cfb-baa6-d6c314f58b8d" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, Mercury: 1, @@ -18884,7 +18886,7 @@ module.exports = { }, uuid: "9656e75a-a8ac-454f-941a-9fe4b4f6a330" }, - 5: { + "5": { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -18905,7 +18907,7 @@ module.exports = { Armour_HeavyDuty: { fdname: "Armour_HeavyDuty", grades: { - 1: { + "1": { components: { Carbon: 1 }, @@ -18918,7 +18920,7 @@ module.exports = { }, uuid: "f9d519ab-b6f6-4d81-a93b-8f4fb45edd55" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -18932,7 +18934,7 @@ module.exports = { }, uuid: "ab58e035-3128-4eec-8974-cbbff022d31e" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -18947,7 +18949,7 @@ module.exports = { }, uuid: "20afd6a5-5a72-4825-813d-b660fe796cb3" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -18962,7 +18964,7 @@ module.exports = { }, uuid: "e08d3ec0-79e1-4d9f-ae16-6bd0a7e5b5c4" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -18985,7 +18987,7 @@ module.exports = { Armour_Kinetic: { fdname: "Armour_Kinetic", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -18996,7 +18998,7 @@ module.exports = { }, uuid: "285736a7-9677-4875-b425-0704d2c05ee6" }, - 2: { + "2": { components: { Nickel: 1, Vanadium: 1 @@ -19008,7 +19010,7 @@ module.exports = { }, uuid: "816adb1f-c089-49b6-b52d-a8ca189a4ef5" }, - 3: { + "3": { components: { "High Density Composites": 1, "Salvaged Alloys": 1, @@ -19021,7 +19023,7 @@ module.exports = { }, uuid: "54c5cc67-3112-4c77-87f9-c5d6a5f0ae3c" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, "Proprietary Composites": 1, @@ -19034,7 +19036,7 @@ module.exports = { }, uuid: "80cdd75d-a574-4092-b45d-77187e52edf5" }, - 5: { + "5": { components: { "Core Dynamics Composites": 1, Molybdenum: 1, @@ -19055,7 +19057,7 @@ module.exports = { Armour_Thermic: { fdname: "Armour_Thermic", grades: { - 1: { + "1": { components: { "Heat Conduction Wiring": 1 }, @@ -19066,7 +19068,7 @@ module.exports = { }, uuid: "73c3a3c1-da09-4792-a1e9-d0161da6c0f2" }, - 2: { + "2": { components: { "Heat Dispersion Plate": 1, Nickel: 1 @@ -19078,7 +19080,7 @@ module.exports = { }, uuid: "f3096b56-d6d2-4aa5-a77c-98ce2adc79dc" }, - 3: { + "3": { components: { "Heat Exchangers": 1, "Salvaged Alloys": 1, @@ -19091,7 +19093,7 @@ module.exports = { }, uuid: "1aa48c57-d187-4e82-aa88-8b4a7a4bc856" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, "Heat Vanes": 1, @@ -19104,7 +19106,7 @@ module.exports = { }, uuid: "afc78426-8570-4ad4-923a-794821c2506f" }, - 5: { + "5": { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -19125,7 +19127,7 @@ module.exports = { CargoScanner_LightWeight: { fdname: "CargoScanner_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -19135,7 +19137,7 @@ module.exports = { }, uuid: "5ebd5d76-7bb8-4958-9cc3-f5e2176f2b5e" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19146,7 +19148,7 @@ module.exports = { }, uuid: "c49d42a8-cd8f-4576-9c60-85725f635185" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19158,7 +19160,7 @@ module.exports = { }, uuid: "bc048a95-b5aa-4f6c-a696-6c40b87a1606" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19170,7 +19172,7 @@ module.exports = { }, uuid: "4f9467f7-0c5f-4ab3-856b-aaad019bd79d" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19190,7 +19192,7 @@ module.exports = { CargoScanner_Reinforced: { fdname: "CargoScanner_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -19200,7 +19202,7 @@ module.exports = { }, uuid: "9b714883-e0e7-46b5-a2bb-5367f2cc9b3f" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -19211,7 +19213,7 @@ module.exports = { }, uuid: "9de3e096-fbfa-4694-a2e4-919494d39ee1" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -19223,7 +19225,7 @@ module.exports = { }, uuid: "4a5d7441-2543-4405-8587-9b969fffd3f2" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -19235,7 +19237,7 @@ module.exports = { }, uuid: "f4b41ce9-d3a8-4362-9821-0d45f2b975bc" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19255,7 +19257,7 @@ module.exports = { CargoScanner_Shielded: { fdname: "CargoScanner_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -19265,7 +19267,7 @@ module.exports = { }, uuid: "f3684224-dfb1-4b30-81df-827246ccce14" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -19276,7 +19278,7 @@ module.exports = { }, uuid: "0fec52b1-3a81-4260-8168-7af698e9ebf3" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -19288,7 +19290,7 @@ module.exports = { }, uuid: "6ca69c4f-07b6-43e4-97c9-e9134cb1eaf4" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19300,7 +19302,7 @@ module.exports = { }, uuid: "e6ebc222-ec93-4f0f-ac8a-e690ab50656d" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19320,7 +19322,7 @@ module.exports = { ChaffLauncher_ChaffCapacity: { fdname: "ChaffLauncher_ChaffCapacity", grades: { - 3: { + "3": { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -19341,7 +19343,7 @@ module.exports = { ChaffLauncher_LightWeight: { fdname: "ChaffLauncher_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -19351,7 +19353,7 @@ module.exports = { }, uuid: "99afdcd4-c7cf-4855-aea8-e35d968d448e" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19362,7 +19364,7 @@ module.exports = { }, uuid: "4c0aa103-e0d8-4dce-bb38-067549af7c27" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19374,7 +19376,7 @@ module.exports = { }, uuid: "90ddb40a-8520-4e0a-8e42-5f3f9ecf4c28" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19386,7 +19388,7 @@ module.exports = { }, uuid: "45047669-536a-4455-8563-b8be46d482e0" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19406,7 +19408,7 @@ module.exports = { ChaffLauncher_Reinforced: { fdname: "ChaffLauncher_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -19416,7 +19418,7 @@ module.exports = { }, uuid: "c952091e-30de-4b13-8e7e-c59aee4c1466" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -19427,7 +19429,7 @@ module.exports = { }, uuid: "5f868185-7351-49ec-95b4-87dab4d08e02" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -19439,7 +19441,7 @@ module.exports = { }, uuid: "33e63006-29ae-4466-b240-7708ddd9804b" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -19451,7 +19453,7 @@ module.exports = { }, uuid: "5d0cb508-a654-4dc8-8e04-6cafac0ea86d" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19471,7 +19473,7 @@ module.exports = { ChaffLauncher_Shielded: { fdname: "ChaffLauncher_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -19481,7 +19483,7 @@ module.exports = { }, uuid: "ac3908c2-c5aa-44a1-a847-a9d27c34a326" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -19492,7 +19494,7 @@ module.exports = { }, uuid: "ee1ad091-7a25-44ac-b3e4-9ee5e4228483" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -19504,7 +19506,7 @@ module.exports = { }, uuid: "eddd7f16-035d-4e9e-96fc-bf82e9ce7397" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19516,7 +19518,7 @@ module.exports = { }, uuid: "1fef7b64-bf77-4024-a9b4-24146d5cefe3" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19536,7 +19538,7 @@ module.exports = { CollectionLimpet_LightWeight: { fdname: "CollectionLimpet_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -19546,7 +19548,7 @@ module.exports = { }, uuid: "40d015c8-e3c3-4e6c-8703-0e5dc0c0ca7a" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19557,7 +19559,7 @@ module.exports = { }, uuid: "4f4f23cf-fb43-4542-8d60-c96cf884c3c9" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19569,7 +19571,7 @@ module.exports = { }, uuid: "9c4ebeff-12e1-4f0e-a972-bb8d4d7e4f08" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19581,7 +19583,7 @@ module.exports = { }, uuid: "befa7711-25fa-49d2-97fb-3f8a4cc8b91e" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19601,7 +19603,7 @@ module.exports = { CollectionLimpet_Reinforced: { fdname: "CollectionLimpet_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -19611,7 +19613,7 @@ module.exports = { }, uuid: "d0451acd-f57f-46a5-ac1a-c2a2f1919283" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -19622,7 +19624,7 @@ module.exports = { }, uuid: "ccbf3b26-6ded-4e86-b2dd-330280ca552f" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -19634,7 +19636,7 @@ module.exports = { }, uuid: "a841e48c-d34b-4dd2-b540-14910224398a" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -19646,7 +19648,7 @@ module.exports = { }, uuid: "de78dde7-c159-4d37-91e2-b6562dd754e4" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19666,7 +19668,7 @@ module.exports = { CollectionLimpet_Shielded: { fdname: "CollectionLimpet_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -19676,7 +19678,7 @@ module.exports = { }, uuid: "6e384cd7-1ab5-4a03-849f-d1a6d5711012" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -19687,7 +19689,7 @@ module.exports = { }, uuid: "be06b5e7-44c0-4bb4-b084-ca5578cd5b26" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -19699,7 +19701,7 @@ module.exports = { }, uuid: "d18a63f6-c96e-4e73-b4a1-70deeb27af9c" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19711,7 +19713,7 @@ module.exports = { }, uuid: "99d03d5e-1fd6-49b1-a99d-71571c35dca5" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19731,7 +19733,7 @@ module.exports = { ECM_LightWeight: { fdname: "ECM_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -19741,7 +19743,7 @@ module.exports = { }, uuid: "123ef1f4-cb7e-4b8e-8dfc-48c3407d0c94" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19752,7 +19754,7 @@ module.exports = { }, uuid: "abf6487e-1fac-46e7-9ae3-a46bea977412" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19764,7 +19766,7 @@ module.exports = { }, uuid: "e1bc6bec-da7b-4b5c-aedd-637b753d2e1f" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19776,7 +19778,7 @@ module.exports = { }, uuid: "ac3a70dc-8759-4f69-8c97-c31be11d9b49" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19796,7 +19798,7 @@ module.exports = { ECM_Reinforced: { fdname: "ECM_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -19806,7 +19808,7 @@ module.exports = { }, uuid: "6bcb5b84-5e90-4d3d-be7c-6ed6c1f048c4" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -19817,7 +19819,7 @@ module.exports = { }, uuid: "8497a12f-becf-499b-8df8-6814cfa93e39" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -19829,7 +19831,7 @@ module.exports = { }, uuid: "2fbadb73-1c89-4d25-9061-43735d4970b3" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -19841,7 +19843,7 @@ module.exports = { }, uuid: "a89859a9-1278-40d0-ac77-e3e6bf10de95" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19861,7 +19863,7 @@ module.exports = { ECM_Shielded: { fdname: "ECM_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -19871,7 +19873,7 @@ module.exports = { }, uuid: "0dd69a33-0309-4ab6-bf88-e500db42448c" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -19882,7 +19884,7 @@ module.exports = { }, uuid: "297bc1b2-7e2c-4556-b971-b2ff38cbff53" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -19894,7 +19896,7 @@ module.exports = { }, uuid: "385a3392-8580-4fa6-a52c-1205f1041b99" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19906,7 +19908,7 @@ module.exports = { }, uuid: "eb3e8641-031c-4318-9e97-43f27529fd86" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19926,7 +19928,7 @@ module.exports = { Engine_Dirty: { fdname: "Engine_Dirty", grades: { - 1: { + "1": { components: { "Specialised Legacy Firmware": 1 }, @@ -19939,7 +19941,7 @@ module.exports = { }, uuid: "bbdea125-dd2b-4031-8698-56c922df3b76" }, - 2: { + "2": { components: { "Mechanical Equipment": 1, "Specialised Legacy Firmware": 1 @@ -19953,7 +19955,7 @@ module.exports = { }, uuid: "d3ccba04-e0f5-40c3-a6f8-a038d5e5b4bf" }, - 3: { + "3": { components: { Chromium: 1, "Mechanical Components": 1, @@ -19968,7 +19970,7 @@ module.exports = { }, uuid: "60091d1f-38a9-4d62-bbc0-6332e03c7f3d" }, - 4: { + "4": { components: { "Configurable Components": 1, "Modified Consumer Firmware": 1, @@ -19983,7 +19985,7 @@ module.exports = { }, uuid: "7355e32e-b850-4428-8279-66f234f59c6a" }, - 5: { + "5": { components: { Cadmium: 1, "Cracked Industrial Firmware": 1, @@ -20006,7 +20008,7 @@ module.exports = { Engine_Reinforced: { fdname: "Engine_Reinforced", grades: { - 1: { + "1": { components: { Carbon: 1 }, @@ -20017,7 +20019,7 @@ module.exports = { }, uuid: "21503395-f165-4340-91c7-07d062895eae" }, - 2: { + "2": { components: { "Heat Conduction Wiring": 1, Vanadium: 1 @@ -20029,7 +20031,7 @@ module.exports = { }, uuid: "452e2359-5804-4de1-94bf-d16c9d512cc4" }, - 3: { + "3": { components: { "Heat Conduction Wiring": 1, "Shielding Sensors": 1, @@ -20042,7 +20044,7 @@ module.exports = { }, uuid: "ae1a71bb-e025-4268-aa7f-fd4063945beb" }, - 4: { + "4": { components: { "Compound Shielding": 1, "Heat Dispersion Plate": 1, @@ -20055,7 +20057,7 @@ module.exports = { }, uuid: "4bc0b925-dd64-41da-a653-f15acf108f23" }, - 5: { + "5": { components: { "Heat Exchangers": 1, "Imperial Shielding": 1, @@ -20076,7 +20078,7 @@ module.exports = { Engine_Tuned: { fdname: "Engine_Tuned", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -20087,7 +20089,7 @@ module.exports = { }, uuid: "5b32dae1-7c4a-4760-8c48-0d9a9fa2758d" }, - 2: { + "2": { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1 @@ -20101,7 +20103,7 @@ module.exports = { }, uuid: "5382eecb-c840-4613-99c1-9bcbdb8d7760" }, - 3: { + "3": { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1, @@ -20116,7 +20118,7 @@ module.exports = { }, uuid: "0c58a5c8-0bf9-4a2c-baf0-b14228f236df" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, "Decoded Emission Data": 1, @@ -20131,7 +20133,7 @@ module.exports = { }, uuid: "afb2b22e-ab30-4195-8bfe-ae81ea6067f3" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, "Conductive Ceramics": 1, @@ -20154,7 +20156,7 @@ module.exports = { FSD_FastBoot: { fdname: "FSD_FastBoot", grades: { - 1: { + "1": { components: { "Grid Resistors": 1 }, @@ -20166,7 +20168,7 @@ module.exports = { }, uuid: "23f08173-4d05-49d2-b126-d9e5ea5ee8b5" }, - 2: { + "2": { components: { Chromium: 1, "Grid Resistors": 1 @@ -20179,7 +20181,7 @@ module.exports = { }, uuid: "56875992-02ae-4364-934c-88dbfda0cc57" }, - 3: { + "3": { components: { "Grid Resistors": 1, "Heat Dispersion Plate": 1, @@ -20193,7 +20195,7 @@ module.exports = { }, uuid: "80c84723-9c37-434b-890e-8723504e5e48" }, - 4: { + "4": { components: { Cadmium: 1, "Heat Exchangers": 1, @@ -20207,7 +20209,7 @@ module.exports = { }, uuid: "3747180c-d798-4bc4-bb42-daecf44729cc" }, - 5: { + "5": { components: { "Electrochemical Arrays": 1, "Heat Vanes": 1, @@ -20229,7 +20231,7 @@ module.exports = { FSD_LongRange: { fdname: "FSD_LongRange", grades: { - 1: { + "1": { components: { "Atypical Disrupted Wake Echoes": 1 }, @@ -20241,7 +20243,7 @@ module.exports = { }, uuid: "bb67b1a2-7a5b-47bc-8ed8-e949b5e3fb16" }, - 2: { + "2": { components: { "Atypical Disrupted Wake Echoes": 1, "Chemical Processors": 1 @@ -20254,7 +20256,7 @@ module.exports = { }, uuid: "74045351-f348-45f5-8798-487211f19520" }, - 3: { + "3": { components: { "Chemical Processors": 1, Phosphorus: 1, @@ -20268,7 +20270,7 @@ module.exports = { }, uuid: "cf196bb9-55a1-457f-893b-84ff2afd4db9" }, - 4: { + "4": { components: { "Chemical Distillery": 1, "Eccentric Hyperspace Trajectories": 1, @@ -20282,7 +20284,7 @@ module.exports = { }, uuid: "ecf49fec-32fd-4930-949d-a341bf0fd00c" }, - 5: { + "5": { components: { Arsenic: 1, "Chemical Manipulators": 1, @@ -20304,7 +20306,7 @@ module.exports = { FSD_Shielded: { fdname: "FSD_Shielded", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -20316,7 +20318,7 @@ module.exports = { }, uuid: "0bf46ac9-dfcd-49c3-bcef-db93ba04ed97" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -20329,7 +20331,7 @@ module.exports = { }, uuid: "2858e680-b675-4ee9-9c24-04e8dd2bfe85" }, - 3: { + "3": { components: { Carbon: 1, "Shielding Sensors": 1, @@ -20343,7 +20345,7 @@ module.exports = { }, uuid: "f836e994-c19f-4ed0-926d-fbcc75f136c0" }, - 4: { + "4": { components: { "Compound Shielding": 1, "High Density Composites": 1, @@ -20357,7 +20359,7 @@ module.exports = { }, uuid: "fe30a1a0-3644-4411-af1f-59bae0a565b9" }, - 5: { + "5": { components: { "Imperial Shielding": 1, "Proprietary Composites": 1, @@ -20379,7 +20381,7 @@ module.exports = { FSDinterdictor_Expanded: { fdname: "FSDinterdictor_Expanded", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -20390,7 +20392,7 @@ module.exports = { }, uuid: "da98fe81-8ac1-4c4a-ba1b-76b894dc9de8" }, - 2: { + "2": { components: { "Mechanical Equipment": 1, "Unusual Encrypted Files": 1 @@ -20402,7 +20404,7 @@ module.exports = { }, uuid: "88bcd4df-3ae3-4e6b-80d8-27bf8815e4d2" }, - 3: { + "3": { components: { "Grid Resistors": 1, "Mechanical Components": 1, @@ -20415,7 +20417,7 @@ module.exports = { }, uuid: "1036b38e-676f-4b42-8518-abed6f627fb7" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -20436,7 +20438,7 @@ module.exports = { FSDinterdictor_LongRange: { fdname: "FSDinterdictor_LongRange", grades: { - 1: { + "1": { components: { "Unusual Encrypted Files": 1 }, @@ -20448,7 +20450,7 @@ module.exports = { }, uuid: "ecec8b3e-891f-4b79-8c07-7836e62424f8" }, - 2: { + "2": { components: { "Atypical Disrupted Wake Echoes": 1, "Tagged Encryption Codes": 1 @@ -20461,7 +20463,7 @@ module.exports = { }, uuid: "08d02c88-e63f-4d29-86b9-eea6a20b17a1" }, - 3: { + "3": { components: { "Anomalous Bulk Scan Data": 1, "Anomalous FSD Telemetry": 1, @@ -20475,7 +20477,7 @@ module.exports = { }, uuid: "a2d4bed7-4326-4776-a17b-6ee746f4c9be" }, - 4: { + "4": { components: { "Unidentified Scan Archives": 1, "Strange Wake Solutions": 1, @@ -20497,7 +20499,7 @@ module.exports = { FuelScoop_Shielded: { fdname: "FuelScoop_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -20507,7 +20509,7 @@ module.exports = { }, uuid: "7b71b0d6-e035-4526-91cf-b16a15d32594" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -20518,7 +20520,7 @@ module.exports = { }, uuid: "1c367826-7b57-4beb-9d99-c9a598d29cf9" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -20530,7 +20532,7 @@ module.exports = { }, uuid: "b61946ff-9e65-447b-9757-4c37789fc350" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20550,7 +20552,7 @@ module.exports = { FuelTransferLimpet_LightWeight: { fdname: "FuelTransferLimpet_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -20560,7 +20562,7 @@ module.exports = { }, uuid: "b4abda7b-ac4c-4ddf-ac76-f3d9640e217b" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20571,7 +20573,7 @@ module.exports = { }, uuid: "7bae1015-d4b9-4c33-8286-79c93386cf33" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20583,7 +20585,7 @@ module.exports = { }, uuid: "b69e0eb2-67c4-402a-8b4d-69d64c899fdc" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -20595,7 +20597,7 @@ module.exports = { }, uuid: "36d13200-4c1d-4d49-9936-af8562a6fbce" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -20615,7 +20617,7 @@ module.exports = { FuelTransferLimpet_Reinforced: { fdname: "FuelTransferLimpet_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -20625,7 +20627,7 @@ module.exports = { }, uuid: "9d3c40c1-a35c-42a7-8756-68dba821bde1" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -20636,7 +20638,7 @@ module.exports = { }, uuid: "c09e8d1b-e78e-43b8-bc8c-8ebf7bd84dc5" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -20648,7 +20650,7 @@ module.exports = { }, uuid: "51e5c01d-191c-446c-8ae1-d91e68da1013" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -20660,7 +20662,7 @@ module.exports = { }, uuid: "1a2e3498-d593-4420-ad66-01281648f8c7" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -20680,7 +20682,7 @@ module.exports = { FuelTransferLimpet_Shielded: { fdname: "FuelTransferLimpet_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -20690,7 +20692,7 @@ module.exports = { }, uuid: "736aca61-1fd6-4e95-931c-9354434b52ce" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -20701,7 +20703,7 @@ module.exports = { }, uuid: "60b7eeba-eaeb-4799-a7ab-c989afc9e74a" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -20713,7 +20715,7 @@ module.exports = { }, uuid: "31f3e418-9020-4b01-94ec-cf9d62529f12" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20725,7 +20727,7 @@ module.exports = { }, uuid: "65e897c7-0bb2-426f-bed2-3162767a80d2" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -20745,7 +20747,7 @@ module.exports = { HatchBreakerLimpet_LightWeight: { fdname: "HatchBreakerLimpet_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -20755,7 +20757,7 @@ module.exports = { }, uuid: "3434789e-7555-4bca-a901-09ddbae0d323" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20766,7 +20768,7 @@ module.exports = { }, uuid: "c62a09da-8157-474e-8b8f-04b43792a372" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20778,7 +20780,7 @@ module.exports = { }, uuid: "ad0166b8-9313-4c7a-a95c-5e4b0e53fc40" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -20790,7 +20792,7 @@ module.exports = { }, uuid: "cf482f0a-de37-4fec-8bcd-f087203e0f2d" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -20810,7 +20812,7 @@ module.exports = { HatchBreakerLimpet_Reinforced: { fdname: "HatchBreakerLimpet_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -20820,7 +20822,7 @@ module.exports = { }, uuid: "f75e88b4-7a5c-40da-9652-a7e91aa174e2" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -20831,7 +20833,7 @@ module.exports = { }, uuid: "d794c46b-13e7-4136-b435-bdb96c87c657" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -20843,7 +20845,7 @@ module.exports = { }, uuid: "07acc4c6-724e-4c6b-be15-c9c49d4d95a6" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -20855,7 +20857,7 @@ module.exports = { }, uuid: "fe76b519-7695-4618-b71f-4e27f53f9eb4" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -20875,7 +20877,7 @@ module.exports = { HatchBreakerLimpet_Shielded: { fdname: "HatchBreakerLimpet_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -20885,7 +20887,7 @@ module.exports = { }, uuid: "952d56cc-0c1c-4a62-a8c4-a4c668181654" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -20896,7 +20898,7 @@ module.exports = { }, uuid: "accfd35c-3172-455a-94b6-27be6409970a" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -20908,7 +20910,7 @@ module.exports = { }, uuid: "0db2b6bd-df3f-48be-ac6b-a334b79757a1" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20920,7 +20922,7 @@ module.exports = { }, uuid: "a747942f-d354-4f0d-ad59-323e52823924" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -20940,7 +20942,7 @@ module.exports = { HeatSinkLauncher_HeatSinkCapacity: { fdname: "HeatSinkLauncher_HeatSinkCapacity", grades: { - 3: { + "3": { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -20961,7 +20963,7 @@ module.exports = { HeatSinkLauncher_LightWeight: { fdname: "HeatSinkLauncher_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -20971,7 +20973,7 @@ module.exports = { }, uuid: "0a20c246-fe84-43d1-835b-ae74474cdec9" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20982,7 +20984,7 @@ module.exports = { }, uuid: "83dc9090-28c5-45b7-a4f5-8e2a76923e90" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20994,7 +20996,7 @@ module.exports = { }, uuid: "777b5a47-9d29-4787-b097-8c4a22c11d20" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21006,7 +21008,7 @@ module.exports = { }, uuid: "558a1180-e1a0-4c4a-8992-fac17d58860b" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -21026,7 +21028,7 @@ module.exports = { HeatSinkLauncher_Reinforced: { fdname: "HeatSinkLauncher_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -21036,7 +21038,7 @@ module.exports = { }, uuid: "4b8ad4b4-4d42-4014-98ac-2175392ad0c8" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -21047,7 +21049,7 @@ module.exports = { }, uuid: "7a7166cf-d789-4cb8-9768-f31cc3159dc5" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -21059,7 +21061,7 @@ module.exports = { }, uuid: "93d33903-1dc8-453a-8bd6-df3198c1eac5" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -21071,7 +21073,7 @@ module.exports = { }, uuid: "9a174428-ac75-4bc8-80e0-c1327d0317b8" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21091,7 +21093,7 @@ module.exports = { HeatSinkLauncher_Shielded: { fdname: "HeatSinkLauncher_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -21101,7 +21103,7 @@ module.exports = { }, uuid: "b7bb4a4a-61ee-44b6-b477-e6abf7540240" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -21112,7 +21114,7 @@ module.exports = { }, uuid: "69ec3d60-591c-4c65-a6d4-2b2fe83e1819" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -21124,7 +21126,7 @@ module.exports = { }, uuid: "beb3c5c1-689c-497d-a1b0-92d7fda93878" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21136,7 +21138,7 @@ module.exports = { }, uuid: "52f4a6d1-c291-4ac6-84f2-6d39bc54e675" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21156,7 +21158,7 @@ module.exports = { HullReinforcement_Advanced: { fdname: "HullReinforcement_Advanced", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -21167,7 +21169,7 @@ module.exports = { }, uuid: "8405c035-bf65-47d1-bdbe-5253b5c0a98b" }, - 2: { + "2": { components: { "Conductive Components": 1, Iron: 1 @@ -21179,7 +21181,7 @@ module.exports = { }, uuid: "a8dad054-0392-460a-934e-27d40f65e1fc" }, - 3: { + "3": { components: { "Conductive Components": 1, "High Density Composites": 1, @@ -21192,7 +21194,7 @@ module.exports = { }, uuid: "ee887ba1-c66f-4002-97cb-5169201324af" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, Germanium: 1, @@ -21205,7 +21207,7 @@ module.exports = { }, uuid: "8912615d-e711-4e5d-a08f-739cbf372963" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Military Grade Alloys": 1, @@ -21226,7 +21228,7 @@ module.exports = { HullReinforcement_Explosive: { fdname: "HullReinforcement_Explosive", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -21238,7 +21240,7 @@ module.exports = { }, uuid: "ed72014b-4033-413c-8a71-5eac18e085ce" }, - 2: { + "2": { components: { Carbon: 1, Zinc: 1 @@ -21251,7 +21253,7 @@ module.exports = { }, uuid: "7be2929b-0c89-4059-90d9-4631d90c053b" }, - 3: { + "3": { components: { "Salvaged Alloys": 1, Vanadium: 1, @@ -21265,7 +21267,7 @@ module.exports = { }, uuid: "11742116-77d3-40ea-bd1f-71e0558a0ad1" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, Mercury: 1, @@ -21279,7 +21281,7 @@ module.exports = { }, uuid: "1f59b0aa-46ab-4eb5-bf07-fe4d8f968c1d" }, - 5: { + "5": { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -21301,7 +21303,7 @@ module.exports = { HullReinforcement_HeavyDuty: { fdname: "HullReinforcement_HeavyDuty", grades: { - 1: { + "1": { components: { Carbon: 1 }, @@ -21314,7 +21316,7 @@ module.exports = { }, uuid: "e174a927-ab55-4691-be3e-832f6d68d679" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -21328,7 +21330,7 @@ module.exports = { }, uuid: "2cd3f87c-5ea3-4bd5-ab6d-70458f29de7e" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -21343,7 +21345,7 @@ module.exports = { }, uuid: "251e8773-d06a-4b0e-9e30-a5114a45a5c1" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21358,7 +21360,7 @@ module.exports = { }, uuid: "d6b14f0e-9a32-4838-b41f-986f4a5abd6d" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21381,7 +21383,7 @@ module.exports = { HullReinforcement_Kinetic: { fdname: "HullReinforcement_Kinetic", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -21393,7 +21395,7 @@ module.exports = { }, uuid: "9d5338ab-031c-40e5-bd13-d3eb057540ab" }, - 2: { + "2": { components: { Nickel: 1, Vanadium: 1 @@ -21406,7 +21408,7 @@ module.exports = { }, uuid: "238db8e4-99e2-4e70-b4e3-f918294110c7" }, - 3: { + "3": { components: { "High Density Composites": 1, "Salvaged Alloys": 1, @@ -21420,7 +21422,7 @@ module.exports = { }, uuid: "cb65ddfa-2fd9-4db5-9558-0770866ea8ee" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, "Proprietary Composites": 1, @@ -21434,7 +21436,7 @@ module.exports = { }, uuid: "944cb78e-4da0-43a0-acc8-95c7d67eaf92" }, - 5: { + "5": { components: { "Core Dynamics Composites": 1, Molybdenum: 1, @@ -21456,7 +21458,7 @@ module.exports = { HullReinforcement_Thermic: { fdname: "HullReinforcement_Thermic", grades: { - 1: { + "1": { components: { "Heat Conduction Wiring": 1 }, @@ -21468,7 +21470,7 @@ module.exports = { }, uuid: "cc3d62d5-9769-480d-9e37-620c61a276ab" }, - 2: { + "2": { components: { "Heat Dispersion Plate": 1, Nickel: 1 @@ -21481,7 +21483,7 @@ module.exports = { }, uuid: "e4aa2331-7dc5-479c-9959-d90f0e473da9" }, - 3: { + "3": { components: { "Heat Exchangers": 1, "Salvaged Alloys": 1, @@ -21495,7 +21497,7 @@ module.exports = { }, uuid: "29f49ae9-e241-4791-a9e3-bfdccd6cdfbb" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, "Heat Vanes": 1, @@ -21509,7 +21511,7 @@ module.exports = { }, uuid: "19e30f32-a789-4acf-8f69-f97677ace963" }, - 5: { + "5": { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -21531,7 +21533,7 @@ module.exports = { KillWarrantScanner_LightWeight: { fdname: "KillWarrantScanner_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -21541,7 +21543,7 @@ module.exports = { }, uuid: "b56007ba-9351-417e-9da8-def090b31e50" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21552,7 +21554,7 @@ module.exports = { }, uuid: "14b2d6f0-5f93-48c9-a04a-b9b1064b4bd1" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21564,7 +21566,7 @@ module.exports = { }, uuid: "d6dc2106-b95e-49fe-bd56-0ab0729045ad" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21576,7 +21578,7 @@ module.exports = { }, uuid: "fa568ca9-fe6f-4036-89ae-c6659fdc4e33" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -21596,7 +21598,7 @@ module.exports = { KillWarrantScanner_LongRange: { fdname: "KillWarrantScanner_LongRange", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -21607,7 +21609,7 @@ module.exports = { }, uuid: "2689c846-02d7-4694-97f1-85cd5437b42f" }, - 2: { + "2": { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -21619,7 +21621,7 @@ module.exports = { }, uuid: "c2160767-b03f-491e-9a45-31976fb78899" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -21632,7 +21634,7 @@ module.exports = { }, uuid: "4d9ccdb6-89cc-4f27-a8c8-584de68dae4b" }, - 4: { + "4": { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -21645,7 +21647,7 @@ module.exports = { }, uuid: "0ecb3bee-4033-4937-a5ed-161f50cb6024" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -21666,7 +21668,7 @@ module.exports = { KillWarrantScanner_Reinforced: { fdname: "KillWarrantScanner_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -21676,7 +21678,7 @@ module.exports = { }, uuid: "54cf058d-795d-423c-8923-fdd6971dec29" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -21687,7 +21689,7 @@ module.exports = { }, uuid: "3d7eb835-8a30-458d-bbf3-cfd8de5f8cb4" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -21699,7 +21701,7 @@ module.exports = { }, uuid: "200dfa7b-085d-43d8-ae61-f7080feed350" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -21711,7 +21713,7 @@ module.exports = { }, uuid: "4fdb0643-c9e0-43f6-8b6b-4613fec1de03" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21731,7 +21733,7 @@ module.exports = { KillWarrantScanner_Shielded: { fdname: "KillWarrantScanner_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -21741,7 +21743,7 @@ module.exports = { }, uuid: "f4426054-f766-4be3-8b26-e9236ff61dd9" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -21752,7 +21754,7 @@ module.exports = { }, uuid: "fa7b4b7f-ed0a-401f-a372-1d03c09f9c55" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -21764,7 +21766,7 @@ module.exports = { }, uuid: "443fe7e9-e313-457b-8c0f-6eb22e6e91ef" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21776,7 +21778,7 @@ module.exports = { }, uuid: "b1a0e15d-7164-44f9-85e5-9acc64e56b8b" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21796,7 +21798,7 @@ module.exports = { LifeSupport_LightWeight: { fdname: "LifeSupport_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -21806,7 +21808,7 @@ module.exports = { }, uuid: "e1e1bd93-3a3f-4454-bfe3-0e2b6840b43a" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21817,7 +21819,7 @@ module.exports = { }, uuid: "aaf29592-df21-4b4c-aeac-20252e75b8aa" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21829,7 +21831,7 @@ module.exports = { }, uuid: "8876b27a-2c31-49f0-8a47-c11acd801c2b" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21849,7 +21851,7 @@ module.exports = { LifeSupport_Reinforced: { fdname: "LifeSupport_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -21859,7 +21861,7 @@ module.exports = { }, uuid: "b40b11a1-5f0f-440f-b77d-9abf9833d546" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -21870,7 +21872,7 @@ module.exports = { }, uuid: "847b937b-ffa2-4418-9a48-0993a675d43f" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -21882,7 +21884,7 @@ module.exports = { }, uuid: "8303d5f6-da56-41d0-8af3-4620efcc561e" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -21894,7 +21896,7 @@ module.exports = { }, uuid: "6c37ca40-0ae6-48e0-a145-c3eea2bf7cce" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21914,7 +21916,7 @@ module.exports = { LifeSupport_Shielded: { fdname: "LifeSupport_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -21924,7 +21926,7 @@ module.exports = { }, uuid: "fcd12382-bbb3-431b-95c5-ae9539a02a54" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -21935,7 +21937,7 @@ module.exports = { }, uuid: "9a62eb66-8231-4fa9-9047-284798892e93" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -21947,7 +21949,7 @@ module.exports = { }, uuid: "c46b6c89-0a24-4586-865d-76ff5ae35209" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21967,7 +21969,7 @@ module.exports = { PointDefence_LightWeight: { fdname: "PointDefence_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -21977,7 +21979,7 @@ module.exports = { }, uuid: "b212ba23-880a-46f7-94ef-f276acb068da" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21988,7 +21990,7 @@ module.exports = { }, uuid: "17733fc5-6153-406c-b7f6-fbc6904b7223" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -22000,7 +22002,7 @@ module.exports = { }, uuid: "428b7f9f-9ab2-4f1f-9e8e-9a54ede9af65" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -22012,7 +22014,7 @@ module.exports = { }, uuid: "6285a7cd-bb8f-427d-b2aa-3c20953c9c9c" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -22032,7 +22034,7 @@ module.exports = { PointDefence_PointDefenseCapacity: { fdname: "PointDefence_PointDefenseCapacity", grades: { - 3: { + "3": { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -22053,7 +22055,7 @@ module.exports = { PointDefence_Reinforced: { fdname: "PointDefence_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -22063,7 +22065,7 @@ module.exports = { }, uuid: "be6995c8-ffe3-41db-82c7-8a1d876254bd" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -22074,7 +22076,7 @@ module.exports = { }, uuid: "b485f4a5-194e-44cd-8a68-d78d87b78749" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -22086,7 +22088,7 @@ module.exports = { }, uuid: "007beb33-2cb2-48fc-b3d3-b5b82fc7c795" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -22098,7 +22100,7 @@ module.exports = { }, uuid: "3fbaecf6-2bdf-4c53-b455-d37d0d78571c" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -22118,7 +22120,7 @@ module.exports = { PointDefence_Shielded: { fdname: "PointDefence_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -22128,7 +22130,7 @@ module.exports = { }, uuid: "84de52cc-9d50-48b9-94bc-262735f61a27" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -22139,7 +22141,7 @@ module.exports = { }, uuid: "94b0ceb5-3f07-4206-aa02-1e69f1059476" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -22151,7 +22153,7 @@ module.exports = { }, uuid: "ad2d6c5e-f69d-44cd-94e5-0437a1b77e39" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22163,7 +22165,7 @@ module.exports = { }, uuid: "718b1c81-ffc9-4097-8969-3805dfab4ce2" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22183,7 +22185,7 @@ module.exports = { PowerDistributor_HighCapacity: { fdname: "PowerDistributor_HighCapacity", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -22198,7 +22200,7 @@ module.exports = { }, uuid: "e1ae5651-f688-46e2-a94a-9c3bc6e8665b" }, - 2: { + "2": { components: { Chromium: 1, "Specialised Legacy Firmware": 1 @@ -22214,7 +22216,7 @@ module.exports = { }, uuid: "d5ea6b7b-31eb-44f4-b1f3-8126dd6ea7b5" }, - 3: { + "3": { components: { Chromium: 1, "High Density Composites": 1, @@ -22231,7 +22233,7 @@ module.exports = { }, uuid: "b959a87e-a231-46e7-a6a7-65fe6c0464bc" }, - 4: { + "4": { components: { "Modified Consumer Firmware": 1, "Proprietary Composites": 1, @@ -22248,7 +22250,7 @@ module.exports = { }, uuid: "5f468c03-ed6d-474f-9e82-601b11d728c8" }, - 5: { + "5": { components: { "Cracked Industrial Firmware": 1, "Military Supercapacitors": 1, @@ -22273,7 +22275,7 @@ module.exports = { PowerDistributor_HighFrequency: { fdname: "PowerDistributor_HighFrequency", grades: { - 1: { + "1": { components: { "Specialised Legacy Firmware": 1 }, @@ -22287,7 +22289,7 @@ module.exports = { }, uuid: "e8ce47e1-c5d7-46bf-b31e-48dcfe9ab1a5" }, - 2: { + "2": { components: { "Chemical Processors": 1, "Specialised Legacy Firmware": 1 @@ -22302,7 +22304,7 @@ module.exports = { }, uuid: "528b87b2-157d-471e-9958-831a9962c595" }, - 3: { + "3": { components: { "Chemical Distillery": 1, "Grid Resistors": 1, @@ -22318,7 +22320,7 @@ module.exports = { }, uuid: "713b5e19-b7a5-447f-b450-248e771dcd72" }, - 4: { + "4": { components: { "Chemical Manipulators": 1, "Cracked Industrial Firmware": 1, @@ -22334,7 +22336,7 @@ module.exports = { }, uuid: "1bfd4836-c69d-4adf-94dd-e7c41da96416" }, - 5: { + "5": { components: { "Chemical Manipulators": 1, "Cracked Industrial Firmware": 1, @@ -22358,7 +22360,7 @@ module.exports = { PowerDistributor_PriorityEngines: { fdname: "PowerDistributor_PriorityEngines", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -22372,7 +22374,7 @@ module.exports = { }, uuid: "69f1b8a3-c868-452f-bdbd-cfc95e117ab5" }, - 2: { + "2": { components: { "Conductive Components": 1, Sulphur: 1 @@ -22387,7 +22389,7 @@ module.exports = { }, uuid: "5e91d652-7346-4a22-82c9-79853fdcdf91" }, - 3: { + "3": { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22403,7 +22405,7 @@ module.exports = { }, uuid: "4185370a-c4e9-4f58-9b67-a7f46bb2d3c2" }, - 4: { + "4": { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22419,7 +22421,7 @@ module.exports = { }, uuid: "6a6a497e-8261-4763-8a15-c78222a00443" }, - 5: { + "5": { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22443,7 +22445,7 @@ module.exports = { PowerDistributor_PrioritySystems: { fdname: "PowerDistributor_PrioritySystems", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -22457,7 +22459,7 @@ module.exports = { }, uuid: "8138ba35-155d-4b82-86ef-ad4600ab5e03" }, - 2: { + "2": { components: { "Conductive Components": 1, Sulphur: 1 @@ -22472,7 +22474,7 @@ module.exports = { }, uuid: "91c79b1b-b494-4dd9-98c4-10d58aa5509f" }, - 3: { + "3": { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22488,7 +22490,7 @@ module.exports = { }, uuid: "13ab16c7-2456-4387-b536-b28fd2f57d2e" }, - 4: { + "4": { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22504,7 +22506,7 @@ module.exports = { }, uuid: "544e6d6b-be89-478d-9b1b-62fae7599d30" }, - 5: { + "5": { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22528,7 +22530,7 @@ module.exports = { PowerDistributor_PriorityWeapons: { fdname: "PowerDistributor_PriorityWeapons", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -22542,7 +22544,7 @@ module.exports = { }, uuid: "dd023cf4-0b4d-4d18-957f-4b1eecb71c0a" }, - 2: { + "2": { components: { "Conductive Components": 1, Sulphur: 1 @@ -22557,7 +22559,7 @@ module.exports = { }, uuid: "cac790f3-9852-4673-a219-0f5e4dc6a0ad" }, - 3: { + "3": { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22573,7 +22575,7 @@ module.exports = { }, uuid: "cc5507e8-613b-4d43-a7fe-a874be963125" }, - 4: { + "4": { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22589,7 +22591,7 @@ module.exports = { }, uuid: "34c9c5e5-8a42-4509-a22a-7313528263f2" }, - 5: { + "5": { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22613,7 +22615,7 @@ module.exports = { PowerDistributor_Shielded: { fdname: "PowerDistributor_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -22624,7 +22626,7 @@ module.exports = { }, uuid: "05883145-2407-46a1-9eea-5a56ac549cfd" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -22636,7 +22638,7 @@ module.exports = { }, uuid: "5822ff0c-fa6c-4072-95be-e2534f37be00" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -22649,7 +22651,7 @@ module.exports = { }, uuid: "d5040eac-fa75-4613-828d-ea71aefd9051" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22662,7 +22664,7 @@ module.exports = { }, uuid: "32c94fd6-71c3-461b-80ed-bfe1543f9651" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22683,7 +22685,7 @@ module.exports = { PowerPlant_Armoured: { fdname: "PowerPlant_Armoured", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -22695,7 +22697,7 @@ module.exports = { }, uuid: "14be2e0d-417b-4cde-834f-b7e8ca14bb85" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -22708,7 +22710,7 @@ module.exports = { }, uuid: "14ade730-2a1d-4f48-a619-46be865819ec" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -22722,7 +22724,7 @@ module.exports = { }, uuid: "aa9a05c9-f142-40db-b0bf-8f6ca29efba8" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22736,7 +22738,7 @@ module.exports = { }, uuid: "bfb0ccc8-389e-4df0-9acd-4df91680c5a3" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22758,7 +22760,7 @@ module.exports = { PowerPlant_Boosted: { fdname: "PowerPlant_Boosted", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -22769,7 +22771,7 @@ module.exports = { }, uuid: "06282764-2821-4604-ad2c-d9b148d562d0" }, - 2: { + "2": { components: { "Conductive Components": 1, "Heat Conduction Wiring": 1 @@ -22781,7 +22783,7 @@ module.exports = { }, uuid: "feb49620-2df8-4ec6-9a58-13f986aed81f" }, - 3: { + "3": { components: { "Conductive Components": 1, "Heat Conduction Wiring": 1, @@ -22794,7 +22796,7 @@ module.exports = { }, uuid: "9325c166-998d-4ea6-8dab-0aafcec76705" }, - 4: { + "4": { components: { Cadmium: 1, "Conductive Ceramics": 1, @@ -22807,7 +22809,7 @@ module.exports = { }, uuid: "6dd84c8d-1d21-4bf5-a747-f582ffe49a99" }, - 5: { + "5": { components: { "Chemical Manipulators": 1, "Conductive Ceramics": 1, @@ -22828,7 +22830,7 @@ module.exports = { PowerPlant_Stealth: { fdname: "PowerPlant_Stealth", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -22839,7 +22841,7 @@ module.exports = { }, uuid: "92571059-8e76-4473-b3ee-1b50803c75ef" }, - 2: { + "2": { components: { Iron: 1, "Irregular Emission Data": 1 @@ -22851,7 +22853,7 @@ module.exports = { }, uuid: "5a20a4d0-2d5d-4380-b14d-6099928cd0a7" }, - 3: { + "3": { components: { "Heat Exchangers": 1, Iron: 1, @@ -22864,7 +22866,7 @@ module.exports = { }, uuid: "a0283399-56cd-4013-8293-872ad44a1ffd" }, - 4: { + "4": { components: { "Heat Vanes": 1, Germanium: 1, @@ -22877,7 +22879,7 @@ module.exports = { }, uuid: "e87a55a5-ddf0-42fe-b919-9a3ef13a7bba" }, - 5: { + "5": { components: { "Proto Heat Radiators": 1, Niobium: 1, @@ -22898,7 +22900,7 @@ module.exports = { ProspectingLimpet_LightWeight: { fdname: "ProspectingLimpet_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -22908,7 +22910,7 @@ module.exports = { }, uuid: "bb27a6b6-5c10-41e8-a6b3-3abc8a4ed23e" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -22919,7 +22921,7 @@ module.exports = { }, uuid: "95af3c55-ec45-4f5d-848d-1639307fee41" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -22931,7 +22933,7 @@ module.exports = { }, uuid: "a3b84b26-d67e-4d8c-9653-f23181cce9f8" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -22943,7 +22945,7 @@ module.exports = { }, uuid: "363a9543-4072-4211-8c89-8e9477fa72eb" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -22963,7 +22965,7 @@ module.exports = { ProspectingLimpet_Reinforced: { fdname: "ProspectingLimpet_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -22973,7 +22975,7 @@ module.exports = { }, uuid: "650fdb39-a2fa-4757-bac0-fcad6c7104f9" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -22984,7 +22986,7 @@ module.exports = { }, uuid: "ee33e0d9-d8b2-4ac5-9370-7dac2f252570" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -22996,7 +22998,7 @@ module.exports = { }, uuid: "5c8c244e-2f93-4422-8fcb-ad4012020a8a" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -23008,7 +23010,7 @@ module.exports = { }, uuid: "31532d5f-6e3c-45a6-95b2-13fb0218aa7a" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -23028,7 +23030,7 @@ module.exports = { ProspectingLimpet_Shielded: { fdname: "ProspectingLimpet_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -23038,7 +23040,7 @@ module.exports = { }, uuid: "573d6e16-dc01-4093-a14d-420621279673" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -23049,7 +23051,7 @@ module.exports = { }, uuid: "197d4759-f451-4b30-8051-08c5fde05421" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -23061,7 +23063,7 @@ module.exports = { }, uuid: "633cafa0-a2c3-436c-867f-aba0205e55b8" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -23073,7 +23075,7 @@ module.exports = { }, uuid: "6a396efb-3aa1-4022-b66d-dd299ff7e4d8" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -23093,7 +23095,7 @@ module.exports = { Refineries_Shielded: { fdname: "Refineries_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -23103,7 +23105,7 @@ module.exports = { }, uuid: "58578acb-b652-4a30-8ffe-e4e488325221" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -23114,7 +23116,7 @@ module.exports = { }, uuid: "e33c7809-d6cd-4549-8596-9400baabc3cd" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -23126,7 +23128,7 @@ module.exports = { }, uuid: "cffa4897-fa7a-44dd-8fe1-1b3702e82f9e" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -23146,7 +23148,7 @@ module.exports = { Sensor_CargoScanner_FastScan: { fdname: "Sensor_CargoScanner_FastScan", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -23157,7 +23159,7 @@ module.exports = { }, uuid: "8e2046eb-06bf-44e4-8fad-981f24d68340" }, - 2: { + "2": { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23169,7 +23171,7 @@ module.exports = { }, uuid: "953bcfbf-a46d-45e2-90c7-f727e641edc3" }, - 3: { + "3": { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23182,7 +23184,7 @@ module.exports = { }, uuid: "bed8bdc6-ef45-450e-aa7f-802cea642b2d" }, - 4: { + "4": { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23195,7 +23197,7 @@ module.exports = { }, uuid: "610ba60e-d0e3-42c2-9269-c67bafb25546" }, - 5: { + "5": { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23216,7 +23218,7 @@ module.exports = { Sensor_CargoScanner_LongRange: { fdname: "Sensor_CargoScanner_LongRange", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -23227,7 +23229,7 @@ module.exports = { }, uuid: "1b566f8d-56ef-4b11-bb06-1fd9c603ab1c" }, - 2: { + "2": { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23239,7 +23241,7 @@ module.exports = { }, uuid: "9371ee9f-12a1-4859-9b97-e3c3c87ee0a0" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23252,7 +23254,7 @@ module.exports = { }, uuid: "317bbfd2-7b05-4f7a-b6ca-55e0a7d3f147" }, - 4: { + "4": { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23265,7 +23267,7 @@ module.exports = { }, uuid: "5e3ac270-69ef-4301-9e86-8c9cbc5ada89" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23286,7 +23288,7 @@ module.exports = { Sensor_CargoScanner_WideAngle: { fdname: "Sensor_CargoScanner_WideAngle", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -23297,7 +23299,7 @@ module.exports = { }, uuid: "c034e952-985f-4b04-9d9e-bec4ddc50171" }, - 2: { + "2": { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23309,7 +23311,7 @@ module.exports = { }, uuid: "c2dee450-a617-4740-9af9-57cf2ea7de4f" }, - 3: { + "3": { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23322,7 +23324,7 @@ module.exports = { }, uuid: "181cd2e3-ef3c-4939-b5b9-f6b21090d920" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23335,7 +23337,7 @@ module.exports = { }, uuid: "a93247e8-cbce-4026-9640-6137934614c9" }, - 5: { + "5": { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23356,7 +23358,7 @@ module.exports = { Sensor_KillWarrantScanner_FastScan: { fdname: "Sensor_KillWarrantScanner_FastScan", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -23367,7 +23369,7 @@ module.exports = { }, uuid: "37c2d07b-fa12-4ad2-a1cb-a1c9c5cdb348" }, - 2: { + "2": { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23379,7 +23381,7 @@ module.exports = { }, uuid: "a375ac53-e245-4364-8d8a-389e247bc74d" }, - 3: { + "3": { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23392,7 +23394,7 @@ module.exports = { }, uuid: "472ebde0-72d0-4ec1-beda-11cbcbad13f9" }, - 4: { + "4": { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23405,7 +23407,7 @@ module.exports = { }, uuid: "6d8d3ba8-46b3-4482-a65d-b1c6663c543b" }, - 5: { + "5": { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23426,7 +23428,7 @@ module.exports = { Sensor_KillWarrantScanner_WideAngle: { fdname: "Sensor_KillWarrantScanner_WideAngle", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -23437,7 +23439,7 @@ module.exports = { }, uuid: "69ee982f-f925-4e0a-a7a8-cc52ff9bc295" }, - 2: { + "2": { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23449,7 +23451,7 @@ module.exports = { }, uuid: "3f0b3cbd-3acf-4a49-a176-6ceb02b958f9" }, - 3: { + "3": { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23462,7 +23464,7 @@ module.exports = { }, uuid: "5c378d56-97f7-4a75-b113-7e6bc846d53f" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23475,7 +23477,7 @@ module.exports = { }, uuid: "887d9bb6-422f-42ce-8a21-22d1f43a7f64" }, - 5: { + "5": { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23496,7 +23498,7 @@ module.exports = { Sensor_Sensor_LightWeight: { fdname: "Sensor_Sensor_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -23507,7 +23509,7 @@ module.exports = { }, uuid: "239cd942-3298-4be0-b032-143961c801a1" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -23519,7 +23521,7 @@ module.exports = { }, uuid: "8dd41f78-c4f0-4107-a1fe-d1eee78bbd23" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -23532,7 +23534,7 @@ module.exports = { }, uuid: "d51697d0-c837-4c0d-a6af-f192ace27e9a" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -23545,7 +23547,7 @@ module.exports = { }, uuid: "01ccf913-c1cb-47a6-9515-1d2ee3e3b2ae" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -23566,7 +23568,7 @@ module.exports = { Sensor_Sensor_LongRange: { fdname: "Sensor_Sensor_LongRange", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -23577,7 +23579,7 @@ module.exports = { }, uuid: "92c755ae-690b-442c-bacd-606575987f22" }, - 2: { + "2": { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23589,7 +23591,7 @@ module.exports = { }, uuid: "40167259-2960-4072-a135-cba93c87709d" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23602,7 +23604,7 @@ module.exports = { }, uuid: "6d422ca1-ebdd-4c87-b2b2-056e36c0cbfb" }, - 4: { + "4": { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23615,7 +23617,7 @@ module.exports = { }, uuid: "6b09d91f-919f-4a3a-9900-850b026ab01c" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23636,7 +23638,7 @@ module.exports = { Sensor_Sensor_WideAngle: { fdname: "Sensor_Sensor_WideAngle", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -23647,7 +23649,7 @@ module.exports = { }, uuid: "996dc047-9f07-47a6-8b05-3283ce666fa7" }, - 2: { + "2": { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23659,7 +23661,7 @@ module.exports = { }, uuid: "0855a023-3a25-44c1-84fa-c6e4e8ac3384" }, - 3: { + "3": { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23672,7 +23674,7 @@ module.exports = { }, uuid: "06908f4d-30e8-448f-9652-5051a79713f3" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23685,7 +23687,7 @@ module.exports = { }, uuid: "af874bae-07c3-457a-b525-baeb771b3d72" }, - 5: { + "5": { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23706,7 +23708,7 @@ module.exports = { Sensor_SurfaceScanner_FastScan: { fdname: "Sensor_SurfaceScanner_FastScan", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -23716,7 +23718,7 @@ module.exports = { }, uuid: "97940d61-5b9a-4b0e-8cfd-33f2175b956a" }, - 2: { + "2": { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23727,7 +23729,7 @@ module.exports = { }, uuid: "d5c0c74d-a4ff-45ed-a732-3c68aded4e06" }, - 3: { + "3": { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23739,7 +23741,7 @@ module.exports = { }, uuid: "ca9fc2bb-948e-43f4-b2f2-7bea95509d63" }, - 4: { + "4": { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23751,7 +23753,7 @@ module.exports = { }, uuid: "ef254d05-630e-41b4-9e0f-d6ea0002b1fc" }, - 5: { + "5": { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23771,7 +23773,7 @@ module.exports = { Sensor_SurfaceScanner_LongRange: { fdname: "Sensor_SurfaceScanner_LongRange", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -23781,7 +23783,7 @@ module.exports = { }, uuid: "c35f597e-dac8-4e38-8648-e2cb0018006c" }, - 2: { + "2": { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23792,7 +23794,7 @@ module.exports = { }, uuid: "5d607664-6ec6-4fdd-b692-4d3621c76150" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23804,7 +23806,7 @@ module.exports = { }, uuid: "e438dda9-1b0d-47e0-be07-295c17b56c2b" }, - 4: { + "4": { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23816,7 +23818,7 @@ module.exports = { }, uuid: "07ea5b4c-8ea7-44fb-8b0b-d38149dff798" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23836,7 +23838,7 @@ module.exports = { Sensor_SurfaceScanner_WideAngle: { fdname: "Sensor_SurfaceScanner_WideAngle", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -23846,7 +23848,7 @@ module.exports = { }, uuid: "74d12e8c-a62a-4812-b7f4-9e3356963206" }, - 2: { + "2": { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23857,7 +23859,7 @@ module.exports = { }, uuid: "4e76da64-72ea-4112-a5e8-4c14fc2efe57" }, - 3: { + "3": { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23869,7 +23871,7 @@ module.exports = { }, uuid: "e09980d9-b243-4d0f-8645-441552acb58e" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23881,7 +23883,7 @@ module.exports = { }, uuid: "ed5c2046-bb49-4e48-8799-8c96db420359" }, - 5: { + "5": { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23901,7 +23903,7 @@ module.exports = { Sensor_WakeScanner_FastScan: { fdname: "Sensor_WakeScanner_FastScan", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -23912,7 +23914,7 @@ module.exports = { }, uuid: "c7abe4af-26f0-460c-8df7-71412f12d5f8" }, - 2: { + "2": { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23924,7 +23926,7 @@ module.exports = { }, uuid: "940b832d-2dac-4671-9ada-4bede831342e" }, - 3: { + "3": { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23937,7 +23939,7 @@ module.exports = { }, uuid: "223a0854-036f-495d-afa1-69253f2b87c3" }, - 4: { + "4": { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23950,7 +23952,7 @@ module.exports = { }, uuid: "992ffcbe-26c5-4f41-bc2d-81bb6565ac27" }, - 5: { + "5": { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23971,7 +23973,7 @@ module.exports = { Sensor_WakeScanner_LongRange: { fdname: "Sensor_WakeScanner_LongRange", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -23982,7 +23984,7 @@ module.exports = { }, uuid: "11521a5e-0b00-4efe-9433-b0d4b5168c11" }, - 2: { + "2": { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23994,7 +23996,7 @@ module.exports = { }, uuid: "16235231-561b-4efb-a9bc-dcacb18b5651" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -24007,7 +24009,7 @@ module.exports = { }, uuid: "8dcbfbd5-748e-46ee-b179-4e2d213e518c" }, - 4: { + "4": { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -24020,7 +24022,7 @@ module.exports = { }, uuid: "44a348b1-979f-498e-bf61-22b38cb6f53b" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -24041,7 +24043,7 @@ module.exports = { Sensor_WakeScanner_WideAngle: { fdname: "Sensor_WakeScanner_WideAngle", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -24052,7 +24054,7 @@ module.exports = { }, uuid: "1b76dc7a-d52c-4cdd-93c6-6857f509519b" }, - 2: { + "2": { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -24064,7 +24066,7 @@ module.exports = { }, uuid: "9e143db0-83e9-49ff-ba53-04927287190b" }, - 3: { + "3": { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -24077,7 +24079,7 @@ module.exports = { }, uuid: "d2b0776c-9e74-4fe9-be1c-e49e104dcad6" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -24090,7 +24092,7 @@ module.exports = { }, uuid: "a00e7425-0828-41ea-9e11-e44bc391dd6f" }, - 5: { + "5": { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -24111,7 +24113,7 @@ module.exports = { ShieldBooster_Explosive: { fdname: "ShieldBooster_Explosive", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -24122,7 +24124,7 @@ module.exports = { }, uuid: "b6dd19e6-60e4-4307-a34f-c7e0e6182d44" }, - 2: { + "2": { components: { "Conductive Components": 1, Iron: 1 @@ -24134,7 +24136,7 @@ module.exports = { }, uuid: "3dd5f8fb-8399-4c4c-96d7-87c3840cfdeb" }, - 3: { + "3": { components: { "Conductive Components": 1, "Focus Crystals": 1, @@ -24147,7 +24149,7 @@ module.exports = { }, uuid: "640409d8-6cb5-4624-b2b6-f435c9d8453b" }, - 4: { + "4": { components: { Germanium: 1, "Refined Focus Crystals": 1, @@ -24160,7 +24162,7 @@ module.exports = { }, uuid: "8a311709-54f6-4a5f-a1cc-94c109d947df" }, - 5: { + "5": { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24181,7 +24183,7 @@ module.exports = { ShieldBooster_HeavyDuty: { fdname: "ShieldBooster_HeavyDuty", grades: { - 1: { + "1": { components: { "Grid Resistors": 1 }, @@ -24193,7 +24195,7 @@ module.exports = { }, uuid: "350e7873-893a-49d2-9057-c00e060178eb" }, - 2: { + "2": { components: { "Distorted Shield Cycle Recordings": 1, "Hybrid Capacitors": 1 @@ -24206,7 +24208,7 @@ module.exports = { }, uuid: "636ccc8d-cc59-4366-9934-8b235becc2d7" }, - 3: { + "3": { components: { "Distorted Shield Cycle Recordings": 1, "Hybrid Capacitors": 1, @@ -24220,7 +24222,7 @@ module.exports = { }, uuid: "82a66c08-1205-4c1a-ab02-1889e8ebcdd8" }, - 4: { + "4": { components: { "Electrochemical Arrays": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24234,7 +24236,7 @@ module.exports = { }, uuid: "c635934c-8d9d-4d1c-89e4-3a000a972bf2" }, - 5: { + "5": { components: { Antimony: 1, "Polymer Capacitors": 1, @@ -24256,7 +24258,7 @@ module.exports = { ShieldBooster_Kinetic: { fdname: "ShieldBooster_Kinetic", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -24267,7 +24269,7 @@ module.exports = { }, uuid: "8252b4bb-3195-4f46-88e8-b79ed5b5ad43" }, - 2: { + "2": { components: { Germanium: 1, "Grid Resistors": 1 @@ -24279,7 +24281,7 @@ module.exports = { }, uuid: "5f099a0e-0c37-447b-b552-f2e3d8dc1d19" }, - 3: { + "3": { components: { "Focus Crystals": 1, "Hybrid Capacitors": 1, @@ -24292,7 +24294,7 @@ module.exports = { }, uuid: "ab7f39b5-0b0e-45b2-a016-0916026e9633" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, "Refined Focus Crystals": 1, @@ -24305,7 +24307,7 @@ module.exports = { }, uuid: "59ddbb49-f4fc-466d-84b6-06f0529915a9" }, - 5: { + "5": { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24326,7 +24328,7 @@ module.exports = { ShieldBooster_Resistive: { fdname: "ShieldBooster_Resistive", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -24339,7 +24341,7 @@ module.exports = { }, uuid: "54f9f0c6-b4e9-4861-86ab-730d800bea54" }, - 2: { + "2": { components: { "Conductive Components": 1, Phosphorus: 1 @@ -24353,7 +24355,7 @@ module.exports = { }, uuid: "f082652b-7778-4bce-a1f1-f2491b27eb1a" }, - 3: { + "3": { components: { "Conductive Components": 1, "Focus Crystals": 1, @@ -24368,7 +24370,7 @@ module.exports = { }, uuid: "cfb01505-ea2b-4a33-aa6b-cbabeb60db7c" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -24383,7 +24385,7 @@ module.exports = { }, uuid: "1d11b8c8-9c16-4bdb-ba33-e52e79fa5999" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Imperial Shielding": 1, @@ -24406,7 +24408,7 @@ module.exports = { ShieldBooster_Thermic: { fdname: "ShieldBooster_Thermic", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -24417,7 +24419,7 @@ module.exports = { }, uuid: "9316e798-33cd-4ed2-8289-94eb82e41574" }, - 2: { + "2": { components: { Germanium: 1, "Heat Conduction Wiring": 1 @@ -24429,7 +24431,7 @@ module.exports = { }, uuid: "62eaf453-a4dd-42e6-b404-dfb7569afec6" }, - 3: { + "3": { components: { "Focus Crystals": 1, "Heat Conduction Wiring": 1, @@ -24442,7 +24444,7 @@ module.exports = { }, uuid: "90cddf76-5636-46ae-8c41-b28c6831549b" }, - 4: { + "4": { components: { "Heat Dispersion Plate": 1, "Refined Focus Crystals": 1, @@ -24455,7 +24457,7 @@ module.exports = { }, uuid: "3a922d38-e010-4874-97c9-7459dda8c184" }, - 5: { + "5": { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24476,7 +24478,7 @@ module.exports = { ShieldCellBank_Rapid: { fdname: "ShieldCellBank_Rapid", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -24488,7 +24490,7 @@ module.exports = { }, uuid: "8f315143-e256-41c2-8833-f35d12e47dce" }, - 2: { + "2": { components: { Chromium: 1, "Grid Resistors": 1 @@ -24501,7 +24503,7 @@ module.exports = { }, uuid: "f983d8e1-9a38-425c-a5bb-3881c5e0f14d" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, "Precipitated Alloys": 1, @@ -24523,7 +24525,7 @@ module.exports = { ShieldCellBank_Specialised: { fdname: "ShieldCellBank_Specialised", grades: { - 1: { + "1": { components: { "Specialised Legacy Firmware": 1 }, @@ -24536,7 +24538,7 @@ module.exports = { }, uuid: "3aa962e3-48f8-4305-829a-717dbead2830" }, - 2: { + "2": { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1 @@ -24550,7 +24552,7 @@ module.exports = { }, uuid: "53d40533-967f-4792-b938-421f7a938540" }, - 3: { + "3": { components: { "Conductive Components": 1, "Cracked Industrial Firmware": 1, @@ -24573,7 +24575,7 @@ module.exports = { ShieldGenerator_Kinetic: { fdname: "ShieldGenerator_Kinetic", grades: { - 1: { + "1": { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24584,7 +24586,7 @@ module.exports = { }, uuid: "df87f0c1-bd60-4e18-8a03-76063d635235" }, - 2: { + "2": { components: { "Distorted Shield Cycle Recordings": 1, "Modified Consumer Firmware": 1 @@ -24596,7 +24598,7 @@ module.exports = { }, uuid: "b67f86a0-866c-4233-9cd3-f5ea87a572eb" }, - 3: { + "3": { components: { "Distorted Shield Cycle Recordings": 1, "Modified Consumer Firmware": 1, @@ -24609,7 +24611,7 @@ module.exports = { }, uuid: "93979fd6-d135-4221-9a60-c9354e02619f" }, - 4: { + "4": { components: { "Focus Crystals": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24622,7 +24624,7 @@ module.exports = { }, uuid: "0e14c801-fd35-4bca-b97b-24da20d8c716" }, - 5: { + "5": { components: { "Refined Focus Crystals": 1, Ruthenium: 1, @@ -24643,7 +24645,7 @@ module.exports = { ShieldGenerator_Optimised: { fdname: "ShieldGenerator_Optimised", grades: { - 1: { + "1": { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24656,7 +24658,7 @@ module.exports = { }, uuid: "598e0c47-ecd2-4cfa-93d1-08bbda4cd765" }, - 2: { + "2": { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1 @@ -24670,7 +24672,7 @@ module.exports = { }, uuid: "605d6333-c544-425e-96c6-a76b6b839e2c" }, - 3: { + "3": { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1, @@ -24685,7 +24687,7 @@ module.exports = { }, uuid: "db5f0467-5bdc-433e-986d-031bbd48067b" }, - 4: { + "4": { components: { "Inconsistent Shield Soak Analysis": 1, Niobium: 1, @@ -24700,7 +24702,7 @@ module.exports = { }, uuid: "88987ab7-b759-4cda-acbb-726bd0ad17c7" }, - 5: { + "5": { components: { "Military Grade Alloys": 1, Tin: 1, @@ -24723,7 +24725,7 @@ module.exports = { ShieldGenerator_Reinforced: { fdname: "ShieldGenerator_Reinforced", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -24737,7 +24739,7 @@ module.exports = { }, uuid: "47ad77c0-e49b-44e5-9824-4074b63db369" }, - 2: { + "2": { components: { "Conductive Components": 1, Phosphorus: 1 @@ -24752,7 +24754,7 @@ module.exports = { }, uuid: "823f8f82-745d-4051-8f35-4e38a561932e" }, - 3: { + "3": { components: { "Conductive Components": 1, "Mechanical Components": 1, @@ -24768,7 +24770,7 @@ module.exports = { }, uuid: "a1a29713-f2e5-4e15-a913-e01dc065f99f" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, "Configurable Components": 1, @@ -24784,7 +24786,7 @@ module.exports = { }, uuid: "87ac1315-7904-48f6-a5fe-f044be546490" }, - 5: { + "5": { components: { Arsenic: 1, "Conductive Polymers": 1, @@ -24808,7 +24810,7 @@ module.exports = { ShieldGenerator_Thermic: { fdname: "ShieldGenerator_Thermic", grades: { - 1: { + "1": { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24819,7 +24821,7 @@ module.exports = { }, uuid: "ef5a3026-0777-4715-a1f4-5c65eff85b12" }, - 2: { + "2": { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1 @@ -24831,7 +24833,7 @@ module.exports = { }, uuid: "54e6e07a-3281-41aa-afa0-bbf292131c0f" }, - 3: { + "3": { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1, @@ -24844,7 +24846,7 @@ module.exports = { }, uuid: "307935bf-60d3-4887-b449-24d712518154" }, - 4: { + "4": { components: { "Focus Crystals": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24857,7 +24859,7 @@ module.exports = { }, uuid: "ef6a4d70-9996-4db8-ae22-7c61c3dcaf74" }, - 5: { + "5": { components: { "Refined Focus Crystals": 1, Ruthenium: 1, @@ -24878,7 +24880,7 @@ module.exports = { WakeScanner_LightWeight: { fdname: "WakeScanner_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -24888,7 +24890,7 @@ module.exports = { }, uuid: "bb40e7d4-d0f1-46aa-bedd-d946db82012d" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -24899,7 +24901,7 @@ module.exports = { }, uuid: "3d38ce20-64c8-4416-bf8c-a0de02225624" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -24911,7 +24913,7 @@ module.exports = { }, uuid: "86c3114f-e2d5-46a1-963b-a8dcdc4254c3" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -24923,7 +24925,7 @@ module.exports = { }, uuid: "cd80437d-740d-4391-810d-607f7e35202c" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -24943,7 +24945,7 @@ module.exports = { WakeScanner_Reinforced: { fdname: "WakeScanner_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -24953,7 +24955,7 @@ module.exports = { }, uuid: "8a71178f-3d2a-4c53-94dc-606d9d43d43a" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -24964,7 +24966,7 @@ module.exports = { }, uuid: "72595b30-3bbf-47e3-82f7-db29654bef66" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -24976,7 +24978,7 @@ module.exports = { }, uuid: "8cca72b3-f01a-49aa-a979-a72f3412bf6e" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -24988,7 +24990,7 @@ module.exports = { }, uuid: "89f9e00f-e621-4d34-bb15-4732f29a7f15" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -25008,7 +25010,7 @@ module.exports = { WakeScanner_Shielded: { fdname: "WakeScanner_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -25018,7 +25020,7 @@ module.exports = { }, uuid: "c500da24-7fe5-48f6-8661-593f4caee91a" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -25029,7 +25031,7 @@ module.exports = { }, uuid: "eed60442-f13e-4662-8132-e50a23e2534a" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -25041,7 +25043,7 @@ module.exports = { }, uuid: "df8baf0f-01a1-4fea-94e6-e169f71af1c6" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -25053,7 +25055,7 @@ module.exports = { }, uuid: "107cbead-888f-4b4c-a57e-324ccfe37006" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -25073,7 +25075,7 @@ module.exports = { Weapon_DoubleShot: { fdname: "Weapon_DoubleShot", grades: { - 1: { + "1": { components: { Carbon: 1 }, @@ -25085,7 +25087,7 @@ module.exports = { }, uuid: "0dad25c2-bbf3-4020-9af5-25f902ec7732" }, - 2: { + "2": { components: { Carbon: 1, "Mechanical Equipment": 1 @@ -25098,7 +25100,7 @@ module.exports = { }, uuid: "5cdaf06c-5ecd-40f0-bb8b-54ce8847b4e6" }, - 3: { + "3": { components: { Carbon: 1, "Cracked Industrial Firmware": 1, @@ -25112,7 +25114,7 @@ module.exports = { }, uuid: "fca184ef-5346-4f9a-8964-1e158763ab03" }, - 4: { + "4": { components: { "Mechanical Components": 1, "Security Firmware Patch": 1, @@ -25126,7 +25128,7 @@ module.exports = { }, uuid: "93cc424a-f547-409e-8487-2f73c27d4e47" }, - 5: { + "5": { components: { "Configurable Components": 1, "High Density Composites": 1, @@ -25148,7 +25150,7 @@ module.exports = { Weapon_Efficient: { fdname: "Weapon_Efficient", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -25158,7 +25160,7 @@ module.exports = { }, uuid: "3fbcc9dc-169a-4cd3-b945-cedc55882cd3" }, - 2: { + "2": { components: { "Heat Dispersion Plate": 1, Sulphur: 1 @@ -25171,7 +25173,7 @@ module.exports = { }, uuid: "a35a0c80-784d-4125-b858-fdee45750269" }, - 3: { + "3": { components: { Chromium: 1, "Exceptional Scrambled Emission Data": 1, @@ -25185,7 +25187,7 @@ module.exports = { }, uuid: "a429328b-11f4-402d-9909-2c6190505966" }, - 4: { + "4": { components: { "Heat Vanes": 1, "Irregular Emission Data": 1, @@ -25199,7 +25201,7 @@ module.exports = { }, uuid: "8c364495-468c-4ab1-9baf-079917a6cf9a" }, - 5: { + "5": { components: { Cadmium: 1, "Proto Heat Radiators": 1, @@ -25221,7 +25223,7 @@ module.exports = { Weapon_Focused: { fdname: "Weapon_Focused", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -25233,7 +25235,7 @@ module.exports = { }, uuid: "fc3e4f2e-04fb-4509-a31f-1121940e1bc6" }, - 2: { + "2": { components: { "Conductive Components": 1, Iron: 1 @@ -25246,7 +25248,7 @@ module.exports = { }, uuid: "437e00b1-a6fd-4d84-9242-075c3ce8adcb" }, - 3: { + "3": { components: { Chromium: 1, "Conductive Ceramics": 1, @@ -25260,7 +25262,7 @@ module.exports = { }, uuid: "bfbadc34-e11a-4cc4-80cc-83dde5731e6f" }, - 4: { + "4": { components: { "Focus Crystals": 1, Germanium: 1, @@ -25274,7 +25276,7 @@ module.exports = { }, uuid: "7c41f9fc-90ec-435e-9d92-6024c32ac40d" }, - 5: { + "5": { components: { "Military Supercapacitors": 1, Niobium: 1, @@ -25296,7 +25298,7 @@ module.exports = { Weapon_HighCapacity: { fdname: "Weapon_HighCapacity", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -25309,7 +25311,7 @@ module.exports = { }, uuid: "f622da45-ef05-4a9f-bdcb-879b5933b869" }, - 2: { + "2": { components: { "Mechanical Scrap": 1, Vanadium: 1 @@ -25323,7 +25325,7 @@ module.exports = { }, uuid: "c2cf2614-1a13-4b8d-81eb-d4eaf76257d0" }, - 3: { + "3": { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -25338,7 +25340,7 @@ module.exports = { }, uuid: "e37a6dba-669e-4ce6-bb3d-e831bdd656c0" }, - 4: { + "4": { components: { "High Density Composites": 1, "Mechanical Equipment": 1, @@ -25353,7 +25355,7 @@ module.exports = { }, uuid: "8800433a-2061-4776-9821-5dc04772b963" }, - 5: { + "5": { components: { "Mechanical Components": 1, "Military Supercapacitors": 1, @@ -25376,7 +25378,7 @@ module.exports = { Weapon_LightWeight: { fdname: "Weapon_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -25386,7 +25388,7 @@ module.exports = { }, uuid: "d5a539c5-120a-450f-bb68-e10abbeca8a9" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -25399,7 +25401,7 @@ module.exports = { }, uuid: "b6a80556-c22a-466e-931c-239c208c9890" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -25413,7 +25415,7 @@ module.exports = { }, uuid: "cbec8003-80e4-455a-84fe-257d2018386e" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -25427,7 +25429,7 @@ module.exports = { }, uuid: "3a57effa-ccac-448d-8d1c-3e0966042e24" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -25449,7 +25451,7 @@ module.exports = { Weapon_LongRange: { fdname: "Weapon_LongRange", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -25462,7 +25464,7 @@ module.exports = { }, uuid: "356d1457-e52f-4302-8af5-745e103b85e8" }, - 2: { + "2": { components: { "Modified Consumer Firmware": 1, Sulphur: 1 @@ -25476,7 +25478,7 @@ module.exports = { }, uuid: "965e7108-73d5-4f26-95ab-2d261716a80c" }, - 3: { + "3": { components: { "Focus Crystals": 1, "Modified Consumer Firmware": 1, @@ -25491,7 +25493,7 @@ module.exports = { }, uuid: "9d56f79f-9077-4391-8719-67e96c9613dd" }, - 4: { + "4": { components: { "Conductive Polymers": 1, "Focus Crystals": 1, @@ -25506,7 +25508,7 @@ module.exports = { }, uuid: "fbd49a72-d117-4e01-8485-d69b2267c803" }, - 5: { + "5": { components: { "Biotech Conductors": 1, "Cracked Industrial Firmware": 1, @@ -25529,7 +25531,7 @@ module.exports = { Weapon_Overcharged: { fdname: "Weapon_Overcharged", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -25541,7 +25543,7 @@ module.exports = { }, uuid: "e917ebe3-d5f1-4016-b8a9-2c759e16a7d4" }, - 2: { + "2": { components: { "Conductive Components": 1, Nickel: 1 @@ -25554,7 +25556,7 @@ module.exports = { }, uuid: "f5921fc1-fb10-4d2f-8e0a-cd8d8e9e3a84" }, - 3: { + "3": { components: { "Conductive Components": 1, "Electrochemical Arrays": 1, @@ -25568,7 +25570,7 @@ module.exports = { }, uuid: "4389883f-c2b3-4487-9b1a-b668a761057a" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, "Polymer Capacitors": 1, @@ -25582,7 +25584,7 @@ module.exports = { }, uuid: "25ec26dd-63b8-4e83-9a6e-86e5b80c4771" }, - 5: { + "5": { components: { "Conductive Polymers": 1, "Modified Embedded Firmware": 1, @@ -25604,7 +25606,7 @@ module.exports = { PA_Overcharged: { fdname: "Weapon_Overcharged", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -25615,7 +25617,7 @@ module.exports = { }, uuid: "e917ebe3-d5f1-4016-b8a9-2c759e16a7d4" }, - 2: { + "2": { components: { "Conductive Components": 1, Nickel: 1 @@ -25627,7 +25629,7 @@ module.exports = { }, uuid: "f5921fc1-fb10-4d2f-8e0a-cd8d8e9e3a84" }, - 3: { + "3": { components: { "Conductive Components": 1, "Electrochemical Arrays": 1, @@ -25640,7 +25642,7 @@ module.exports = { }, uuid: "4389883f-c2b3-4487-9b1a-b668a761057a" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, "Polymer Capacitors": 1, @@ -25653,7 +25655,7 @@ module.exports = { }, uuid: "25ec26dd-63b8-4e83-9a6e-86e5b80c4771" }, - 5: { + "5": { components: { "Conductive Polymers": 1, "Modified Embedded Firmware": 1, @@ -25674,7 +25676,7 @@ module.exports = { Weapon_RapidFire: { fdname: "Weapon_RapidFire", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -25686,7 +25688,7 @@ module.exports = { }, uuid: "a7ca2bf6-14be-41ed-8bfb-c7348fda7713" }, - 2: { + "2": { components: { "Heat Dispersion Plate": 1, "Mechanical Scrap": 1 @@ -25700,7 +25702,7 @@ module.exports = { }, uuid: "0008257b-ea33-48ea-a18e-56cc6cf98a77" }, - 3: { + "3": { components: { "Mechanical Equipment": 1, "Precipitated Alloys": 1, @@ -25715,7 +25717,7 @@ module.exports = { }, uuid: "f3338d38-f944-4841-b350-09755e1b615d" }, - 4: { + "4": { components: { "Mechanical Components": 1, "Modified Consumer Firmware": 1, @@ -25730,7 +25732,7 @@ module.exports = { }, uuid: "d2bdb568-725a-44bf-9328-ba72d2988acd" }, - 5: { + "5": { components: { "Configurable Components": 1, "Precipitated Alloys": 1, @@ -25753,7 +25755,7 @@ module.exports = { Weapon_ShortRange: { fdname: "Weapon_ShortRange", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -25763,7 +25765,7 @@ module.exports = { }, uuid: "81dca970-1fbf-4017-af46-0c6285c3a728" }, - 2: { + "2": { components: { "Modified Consumer Firmware": 1, Nickel: 1 @@ -25775,7 +25777,7 @@ module.exports = { }, uuid: "cf07de84-b794-43fd-a8b6-57ee781e9247" }, - 3: { + "3": { components: { "Electrochemical Arrays": 1, "Modified Consumer Firmware": 1, @@ -25788,7 +25790,7 @@ module.exports = { }, uuid: "7cd60cfe-e406-4005-a912-a306a69067e0" }, - 4: { + "4": { components: { "Conductive Polymers": 1, "Electrochemical Arrays": 1, @@ -25801,7 +25803,7 @@ module.exports = { }, uuid: "adae0f67-fd08-47d5-8870-f926cc63353f" }, - 5: { + "5": { components: { "Biotech Conductors": 1, "Configurable Components": 1, @@ -25822,7 +25824,7 @@ module.exports = { Weapon_Sturdy: { fdname: "Weapon_Sturdy", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -25834,7 +25836,7 @@ module.exports = { }, uuid: "3ac55eb7-0a45-440b-8c59-6ead43c7ef49" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -25847,7 +25849,7 @@ module.exports = { }, uuid: "53c131ab-cd66-4919-b49b-c1435362c8ff" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -25861,7 +25863,7 @@ module.exports = { }, uuid: "2d1873d4-6d38-4d39-b4c5-ea199be2bd6a" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -25875,7 +25877,7 @@ module.exports = { }, uuid: "4ceeab9c-7a85-4553-9fa4-81ebc6e88d4f" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -26825,16 +26827,16 @@ module.exports = { blueprints: { AFM_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } @@ -26846,95 +26848,95 @@ module.exports = { blueprints: { Armour_Advanced: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, Armour_Explosive: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, Armour_HeavyDuty: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, Armour_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, Armour_Thermic: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } @@ -26947,114 +26949,114 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } @@ -27067,76 +27069,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } @@ -27149,133 +27151,133 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } @@ -27288,57 +27290,57 @@ module.exports = { blueprints: { CollectionLimpet_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, CollectionLimpet_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, CollectionLimpet_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -27350,64 +27352,64 @@ module.exports = { blueprints: { ChaffLauncher_ChaffCapacity: { grades: { - 3: { + "3": { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } @@ -27427,114 +27429,114 @@ module.exports = { blueprints: { Sensor_CargoScanner_FastScan: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, Sensor_CargoScanner_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, Sensor_CargoScanner_WideAngle: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } @@ -27550,57 +27552,57 @@ module.exports = { blueprints: { ECM_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, ECM_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, ECM_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } @@ -27612,133 +27614,133 @@ module.exports = { blueprints: { Weapon_DoubleShot: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } @@ -27759,32 +27761,32 @@ module.exports = { blueprints: { FSDinterdictor_Expanded: { grades: { - 1: { + "1": { engineers: [ "Colonel Bris Dekker", "Felicity Farseer", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Colonel Bris Dekker" ] } } }, FSDinterdictor_LongRange: { grades: { - 1: { + "1": { engineers: [ "Colonel Bris Dekker", "Felicity Farseer", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Colonel Bris Dekker" ] } } @@ -27796,16 +27798,16 @@ module.exports = { blueprints: { FuelScoop_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } @@ -27817,57 +27819,57 @@ module.exports = { blueprints: { FSD_FastBoot: { grades: { - 1: { + "1": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - 5: { + "5": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } }, FSD_LongRange: { grades: { - 1: { + "1": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - 5: { + "5": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } }, FSD_Shielded: { grades: { - 1: { + "1": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - 5: { + "5": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } @@ -27884,57 +27886,57 @@ module.exports = { blueprints: { FuelTransferLimpet_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, FuelTransferLimpet_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, FuelTransferLimpet_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -27946,57 +27948,57 @@ module.exports = { blueprints: { HatchBreakerLimpet_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, HatchBreakerLimpet_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, HatchBreakerLimpet_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -28008,95 +28010,95 @@ module.exports = { blueprints: { HullReinforcement_Advanced: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Explosive: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, HullReinforcement_HeavyDuty: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Thermic: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } @@ -28109,64 +28111,64 @@ module.exports = { blueprints: { HeatSinkLauncher_HeatSinkCapacity: { grades: { - 3: { + "3": { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } @@ -28178,114 +28180,114 @@ module.exports = { blueprints: { Sensor_KillWarrantScanner_FastScan: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, Sensor_KillWarrantScanner_WideAngle: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } @@ -28297,48 +28299,48 @@ module.exports = { blueprints: { LifeSupport_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } }, LifeSupport_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } }, LifeSupport_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } @@ -28350,152 +28352,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } @@ -28516,76 +28518,76 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } @@ -28607,76 +28609,76 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Juri Ishmaak" ] }, - 5: { + "5": { engineers: [ "Juri Ishmaak" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Juri Ishmaak" ] }, - 5: { + "5": { engineers: [ "Juri Ishmaak" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Juri Ishmaak" ] }, - 5: { + "5": { engineers: [ "Juri Ishmaak" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Juri Ishmaak" ] }, - 5: { + "5": { engineers: [ "Juri Ishmaak" ] } } @@ -28729,152 +28731,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_Focused: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, PA_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } @@ -28891,57 +28893,57 @@ module.exports = { blueprints: { ProspectingLimpet_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, ProspectingLimpet_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, ProspectingLimpet_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -28969,114 +28971,114 @@ module.exports = { blueprints: { PowerDistributor_HighFrequency: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } }, PowerDistributor_PriorityEngines: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } }, PowerDistributor_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } }, PowerDistributor_Shielded: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } }, PowerDistributor_PrioritySystems: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } }, PowerDistributor_PriorityWeapons: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } @@ -29089,152 +29091,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Focused: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } @@ -29247,64 +29249,64 @@ module.exports = { blueprints: { PointDefence_PointDefenseCapacity: { grades: { - 3: { + "3": { engineers: [ "Ram Tah" ] } } }, PointDefence_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, PointDefence_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, PointDefence_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } @@ -29316,57 +29318,57 @@ module.exports = { blueprints: { PowerPlant_Armoured: { grades: { - 1: { + "1": { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 4: { + "4": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 5: { + "5": { engineers: [ "Hera Tani" ] } } }, PowerPlant_Stealth: { grades: { - 1: { + "1": { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 4: { + "4": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 5: { + "5": { engineers: [ "Hera Tani" ] } } }, PowerPlant_Boosted: { grades: { - 1: { + "1": { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 4: { + "4": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 5: { + "5": { engineers: [ "Hera Tani" ] } } @@ -29379,76 +29381,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } @@ -29465,16 +29467,16 @@ module.exports = { blueprints: { Refineries_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } @@ -29486,95 +29488,95 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } @@ -29587,57 +29589,57 @@ module.exports = { blueprints: { Sensor_Sensor_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } }, Sensor_Sensor_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } }, Sensor_Sensor_WideAngle: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } @@ -29649,95 +29651,95 @@ module.exports = { blueprints: { ShieldBooster_Explosive: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Didi Vatermann" ] }, - 5: { + "5": { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_HeavyDuty: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Didi Vatermann" ] }, - 5: { + "5": { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Didi Vatermann" ] }, - 5: { + "5": { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Resistive: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Didi Vatermann" ] }, - 5: { + "5": { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Thermic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Didi Vatermann" ] }, - 5: { + "5": { engineers: [ "Didi Vatermann" ] } } @@ -29758,26 +29760,26 @@ module.exports = { blueprints: { ShieldCellBank_Rapid: { grades: { - 1: { + "1": { engineers: [ "Elvira Martuuk", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Lori Jameson" ] } } }, ShieldCellBank_Specialised: { grades: { - 1: { + "1": { engineers: [ "Elvira Martuuk", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Lori Jameson" ] } } @@ -29790,76 +29792,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } @@ -29872,57 +29874,57 @@ module.exports = { blueprints: { Sensor_SurfaceScanner_FastScan: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } }, Sensor_SurfaceScanner_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } }, Sensor_SurfaceScanner_WideAngle: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } @@ -29938,57 +29940,57 @@ module.exports = { blueprints: { Engine_Dirty: { grades: { - 1: { + "1": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Professor Palin" ] }, - 5: { + "5": { engineers: [ "Professor Palin" ] } } }, Engine_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Professor Palin" ] }, - 5: { + "5": { engineers: [ "Professor Palin" ] } } }, Engine_Tuned: { grades: { - 1: { + "1": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Professor Palin" ] }, - 5: { + "5": { engineers: [ "Professor Palin" ] } } @@ -30001,38 +30003,38 @@ module.exports = { blueprints: { Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } @@ -30045,152 +30047,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Focused: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } @@ -30203,114 +30205,114 @@ module.exports = { blueprints: { Sensor_WakeScanner_FastScan: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, Sensor_WakeScanner_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, Sensor_WakeScanner_WideAngle: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } diff --git a/dist/index.json b/dist/index.json index 7bd3970..5c3634f 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4304,6 +4304,7 @@ "krait_phantom": { "edID": 128149376, "eddbID": 35, + "beta": true, "properties": { "name": "Krait Phantom", "manufacturer": "Faulcon DeLacy", @@ -4611,6 +4612,7 @@ "mamba": { "edID": 128149376, "eddbID": 11, + "beta": true, "properties": { "name": "Mamba", "manufacturer": "Zorgon Peterson", diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index 12d1304..0136a57 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -2,6 +2,7 @@ "krait_phantom": { "edID": 128149376, "eddbID": 35, + "beta": true, "properties": { "name": "Krait Phantom", "manufacturer": "Faulcon DeLacy", diff --git a/ships/mamba.json b/ships/mamba.json index 9ef3ce3..128d2c7 100644 --- a/ships/mamba.json +++ b/ships/mamba.json @@ -2,6 +2,7 @@ "mamba": { "edID": 128149376, "eddbID": 11, + "beta": true, "properties": { "name": "Mamba", "manufacturer": "Zorgon Peterson", From 73322056e9b8145eea163e804731d94698653d47 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Sun, 11 Nov 2018 02:02:47 +1100 Subject: [PATCH 16/31] remove fighter hanger from krait phantom --- dist/index.js | 1 - dist/index.json | 1 - ships/krait_phantom.json | 1 - 3 files changed, 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index 4b8e936..2d466b0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2813,7 +2813,6 @@ module.exports = { hullMass: 280, masslock: 17, pipSpeed: .07122905027933, - fighterHangars: true, pitch: 32, roll: 80, yaw: 16, diff --git a/dist/index.json b/dist/index.json index 5c3634f..9d5a223 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4319,7 +4319,6 @@ "hullMass": 280, "masslock": 17, "pipSpeed": 0.07122905027933, - "fighterHangars": true, "pitch": 32, "roll": 80, "yaw": 16, diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index 0136a57..891405e 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -17,7 +17,6 @@ "hullMass": 280, "masslock": 17, "pipSpeed": 0.07122905027933, - "fighterHangars": true, "pitch": 32, "roll": 80, "yaw": 16, From df8a429eb31990c25ab8c64e12b93aa9a8a0499f Mon Sep 17 00:00:00 2001 From: willyb321 Date: Tue, 13 Nov 2018 06:24:08 +1100 Subject: [PATCH 17/31] actual mamba and krait phantom stats from fdev --- dist/index.js | 40 +++--- dist/index.json | 50 ++++---- ships/krait_phantom.json | 257 +++++++++++++++++++++++---------------- ships/mamba.json | 256 ++++++++++++++++++++++---------------- 4 files changed, 354 insertions(+), 249 deletions(-) diff --git a/dist/index.js b/dist/index.js index 2d466b0..6c52bee 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2804,18 +2804,18 @@ module.exports = { manufacturer: "Faulcon DeLacy", class: 2, hullCost: 42409425, - speed: 256, - boost: 358, - boostEnergy: 14, - baseShieldStrength: 220, - baseArmour: 360, + speed: 250, + boost: 380, + boostEnergy: 13, + baseShieldStrength: 200, + baseArmour: 180, hardness: 60, - hullMass: 280, + hullMass: 270, masslock: 17, - pipSpeed: .07122905027933, - pitch: 32, + pipSpeed: .048387096774194, + pitch: 27, roll: 80, - yaw: 16, + yaw: 10, crew: 2 }, retailCost: 45814205, @@ -2881,9 +2881,9 @@ module.exports = { hullboost: 2.5 } ], slots: { - standard: [ 6, 6, 5, 5, 6, 4, 4 ], + standard: [ 7, 6, 5, 4, 7, 6, 5 ], hardpoints: [ 3, 3, 2, 2, 0, 0, 0, 0 ], - internal: [ 6, 5, 4, 4, 3, 3, 2, 2 ] + internal: [ 6, 5, 5, 5, 3, 3, 3, 2 ] }, defaults: { standard: [ "6E", "6E", "5E", "4E", "7E", "6E", "5C" ], @@ -2996,18 +2996,18 @@ module.exports = { manufacturer: "Zorgon Peterson", class: 2, hullCost: 55866341, - speed: 316, - boost: 390, - boostEnergy: 19, - baseShieldStrength: 280, - baseArmour: 150, + speed: 310, + boost: 380, + boostEnergy: 10, + baseShieldStrength: 270, + baseArmour: 230, hardness: 65, - hullMass: 280, + hullMass: 250, masslock: 12, - pipSpeed: .019409937888199, - pitch: 35, + pipSpeed: .046052631578947, + pitch: 27, roll: 80, - yaw: 12, + yaw: 10, crew: 2 }, retailCost: 55382252, diff --git a/dist/index.json b/dist/index.json index 9d5a223..70ab368 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4310,18 +4310,18 @@ "manufacturer": "Faulcon DeLacy", "class": 2, "hullCost": 42409425, - "speed": 256, - "boost": 358, - "boostEnergy": 14, - "baseShieldStrength": 220, - "baseArmour": 360, + "speed": 250, + "boost": 380, + "boostEnergy": 13, + "baseShieldStrength": 200, + "baseArmour": 180, "hardness": 60, - "hullMass": 280, + "hullMass": 270, "masslock": 17, - "pipSpeed": 0.07122905027933, - "pitch": 32, + "pipSpeed": 0.048387096774194, + "pitch": 27, "roll": 80, - "yaw": 16, + "yaw": 10, "crew": 2 }, "retailCost": 45814205, @@ -4394,13 +4394,13 @@ ], "slots": { "standard": [ - 6, + 7, 6, 5, - 5, - 6, 4, - 4 + 7, + 6, + 5 ], "hardpoints": [ 3, @@ -4415,11 +4415,11 @@ "internal": [ 6, 5, - 4, - 4, + 5, + 5, + 3, 3, 3, - 2, 2 ] }, @@ -4617,18 +4617,18 @@ "manufacturer": "Zorgon Peterson", "class": 2, "hullCost": 55866341, - "speed": 316, - "boost": 390, - "boostEnergy": 19, - "baseShieldStrength": 280, - "baseArmour": 150, + "speed": 310, + "boost": 380, + "boostEnergy": 10, + "baseShieldStrength": 270, + "baseArmour": 230, "hardness": 65, - "hullMass": 280, + "hullMass": 250, "masslock": 12, - "pipSpeed": 0.019409937888199, - "pitch": 35, + "pipSpeed": 0.046052631578947, + "pitch": 27, "roll": 80, - "yaw": 12, + "yaw": 10, "crew": 2 }, "retailCost": 55382252, diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index 891405e..165b15a 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -1,104 +1,157 @@ { - "krait_phantom": { - "edID": 128149376, - "eddbID": 35, - "beta": true, - "properties": { - "name": "Krait Phantom", - "manufacturer": "Faulcon DeLacy", - "class": 2, - "hullCost": 42409425, - "speed": 256, - "boost": 358, - "boostEnergy": 14, - "baseShieldStrength": 220, - "baseArmour": 360, - "hardness": 60, - "hullMass": 280, - "masslock": 17, - "pipSpeed": 0.07122905027933, - "pitch": 32, - "roll": 80, - "yaw": 16, - "crew": 2 - }, - "retailCost": 45814205, - "bulkheads": [ - { - "id": "2T", - "edID": 128816569, - "eddbID": 1645, - "grp": "bh", - "cost": 0, - "mass": 0, - "causres": 0, - "explres": -0.4, - "kinres": -0.2, - "thermres": 0, - "hullboost": 0.8 - }, - { - "id": "2U", - "edID": 128816570, - "eddbID": 1646, - "grp": "bh", - "cost": 22791270, - "mass": 36, - "causres": 0, - "explres": -0.4, - "kinres": -0.2, - "thermres": 0, - "hullboost": 1.52 - }, - { - "id": "2V", - "edID": 128816571, - "eddbID": 1647, - "grp": "bh", - "cost": 51280360, - "mass": 67, - "causres": 0, - "explres": -0.4, - "kinres": -0.2, - "thermres": 0, - "hullboost": 2.5 - }, - { - "id": "2W", - "edID": 128816572, - "eddbID": 1648, - "grp": "bh", - "cost": 121192590, - "mass": 67, - "causres": 0, - "explres": -0.5, - "kinres": -0.75, - "thermres": 0.5, - "hullboost": 2.5 - }, - { - "id": "2X", - "edID": 128816573, - "eddbID": 1649, - "grp": "bh", - "cost": 134297570, - "mass": 67, - "causres": 0, - "explres": 0.2, - "kinres": 0.25, - "thermres": -0.4, - "hullboost": 2.5 - } - ], - "slots": { - "standard": [6, 6, 5, 5, 6, 4, 4], - "hardpoints": [3, 3, 2, 2, 0, 0, 0, 0], - "internal": [6, 5, 4, 4, 3, 3, 2, 2] - }, - "defaults": { - "standard": ["6E", "6E", "5E", "4E", "7E", "6E", "5C"], - "hardpoints": [0, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": ["4h", "04", "04", "03", 0, "2h", 0, "00"] - } - } + "krait_phantom": { + "edID": 128149376, + "eddbID": 35, + "beta": true, + "properties": { + "name": "Krait Phantom", + "manufacturer": "Faulcon DeLacy", + "class": 2, + "hullCost": 42409425, + "speed": 250, + "boost": 380, + "boostEnergy": 13, + "baseShieldStrength": 200, + "baseArmour": 180, + "hardness": 60, + "hullMass": 270, + "masslock": 17, + "pipSpeed": 0.048387096774194, + "pitch": 27, + "roll": 80, + "yaw": 10, + "crew": 2 + }, + "retailCost": 45814205, + "bulkheads": [ + { + "id": "2T", + "edID": 128816569, + "eddbID": 1645, + "grp": "bh", + "cost": 0, + "mass": 0, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 0.8 + }, + { + "id": "2U", + "edID": 128816570, + "eddbID": 1646, + "grp": "bh", + "cost": 22791270, + "mass": 36, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 1.52 + }, + { + "id": "2V", + "edID": 128816571, + "eddbID": 1647, + "grp": "bh", + "cost": 51280360, + "mass": 67, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 2.5 + }, + { + "id": "2W", + "edID": 128816572, + "eddbID": 1648, + "grp": "bh", + "cost": 121192590, + "mass": 67, + "causres": 0, + "explres": -0.5, + "kinres": -0.75, + "thermres": 0.5, + "hullboost": 2.5 + }, + { + "id": "2X", + "edID": 128816573, + "eddbID": 1649, + "grp": "bh", + "cost": 134297570, + "mass": 67, + "causres": 0, + "explres": 0.2, + "kinres": 0.25, + "thermres": -0.4, + "hullboost": 2.5 + } + ], + "slots": { + "standard": [ + 7, + 6, + 5, + 4, + 7, + 6, + 5 + ], + "hardpoints": [ + 3, + 3, + 2, + 2, + 0, + 0, + 0, + 0 + ], + "internal": [ + 6, + 5, + 5, + 5, + 3, + 3, + 3, + 2 + ] + }, + "defaults": { + "standard": [ + "6E", + "6E", + "5E", + "4E", + "7E", + "6E", + "5C" + ], + "hardpoints": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "internal": [ + "4h", + "04", + "04", + "03", + 0, + "2h", + 0, + "00" + ] + } + } } diff --git a/ships/mamba.json b/ships/mamba.json index 128d2c7..e95893a 100644 --- a/ships/mamba.json +++ b/ships/mamba.json @@ -1,104 +1,156 @@ { - "mamba": { - "edID": 128149376, - "eddbID": 11, - "beta": true, - "properties": { - "name": "Mamba", - "manufacturer": "Zorgon Peterson", - "class": 2, - "hullCost": 55866341, - "speed": 316, - "boost": 390, - "boostEnergy": 19, - "baseShieldStrength": 280, - "baseArmour": 150, - "hardness": 65, - "hullMass": 280, - "masslock": 12, - "pipSpeed": 0.019409937888199, - "pitch": 35, - "roll": 80, - "yaw": 12, - "crew": 2 - }, - "retailCost": 55382252, - "bulkheads": [ - { - "id": "2T", - "edID": 128049376, - "eddbID": 813, - "grp": "bh", - "cost": 0, - "mass": 0, - "causres": 0, - "explres": -0.4, - "kinres": -0.2, - "thermres": 0, - "hullboost": 0.8 - }, - { - "id": "2U", - "edID": 128049377, - "eddbID": 814, - "grp": "bh", - "cost": 20626820, - "mass": 19, - "causres": 0, - "explres": -0.4, - "kinres": -0.2, - "thermres": 0, - "hullboost": 1.52 - }, - { - "id": "2V", - "edID": 128049378, - "eddbID": 815, - "grp": "bh", - "cost": 46410340, - "mass": 38, - "causres": 0, - "explres": -0.4, - "kinres": -0.2, - "thermres": 0, - "hullboost": 2.5 - }, - { - "id": "2W", - "edID": 128049379, - "eddbID": 816, - "grp": "bh", - "cost": 109683090, - "mass": 38, - "causres": 0, - "explres": -0.5, - "kinres": -0.75, - "thermres": 0.5, - "hullboost": 2.5 - }, - { - "id": "2X", - "edID": 128049380, - "eddbID": 817, - "grp": "bh", - "cost": 121543510, - "mass": 38, - "causres": 0, - "explres": 0.2, - "kinres": 0.25, - "thermres": -0.4, - "hullboost": 2.5 - } - ], - "slots": { - "standard": [6, 5, 4, 4, 6, 4, 3], - "hardpoints": [4, 3, 3, 1, 1, 0, 0, 0, 0, 0, 0], - "internal": [5, 4, 3, 2, 2] - }, - "defaults": { - "standard": ["5E", "5E", "4E", "4E", "6E", "4E", "3C"], - "hardpoints": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": ["03", "49", "02", 0, "2h"] - } - } + "mamba": { + "edID": 128149376, + "eddbID": 11, + "beta": true, + "properties": { + "name": "Mamba", + "manufacturer": "Zorgon Peterson", + "class": 2, + "hullCost": 55866341, + "speed": 310, + "boost": 380, + "boostEnergy": 10, + "baseShieldStrength": 270, + "baseArmour": 230, + "hardness": 65, + "hullMass": 250, + "masslock": 12, + "pipSpeed": 0.046052631578947, + "pitch": 27, + "roll": 80, + "yaw": 10, + "crew": 2 + }, + "retailCost": 55382252, + "bulkheads": [ + { + "id": "2T", + "edID": 128049376, + "eddbID": 813, + "grp": "bh", + "cost": 0, + "mass": 0, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 0.8 + }, + { + "id": "2U", + "edID": 128049377, + "eddbID": 814, + "grp": "bh", + "cost": 20626820, + "mass": 19, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 1.52 + }, + { + "id": "2V", + "edID": 128049378, + "eddbID": 815, + "grp": "bh", + "cost": 46410340, + "mass": 38, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 2.5 + }, + { + "id": "2W", + "edID": 128049379, + "eddbID": 816, + "grp": "bh", + "cost": 109683090, + "mass": 38, + "causres": 0, + "explres": -0.5, + "kinres": -0.75, + "thermres": 0.5, + "hullboost": 2.5 + }, + { + "id": "2X", + "edID": 128049380, + "eddbID": 817, + "grp": "bh", + "cost": 121543510, + "mass": 38, + "causres": 0, + "explres": 0.2, + "kinres": 0.25, + "thermres": -0.4, + "hullboost": 2.5 + } + ], + "slots": { + "standard": [ + 6, + 5, + 4, + 4, + 6, + 4, + 3 + ], + "hardpoints": [ + 4, + 3, + 3, + 1, + 1, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "internal": [ + 5, + 4, + 3, + 2, + 2 + ] + }, + "defaults": { + "standard": [ + "5E", + "5E", + "4E", + "4E", + "6E", + "4E", + "3C" + ], + "hardpoints": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "internal": [ + "03", + "49", + "02", + 0, + "2h" + ] + } + } } From 87faf8263d6b7255a16ee9288a5037cbc467351b Mon Sep 17 00:00:00 2001 From: willyb321 Date: Tue, 13 Nov 2018 06:34:19 +1100 Subject: [PATCH 18/31] remove beta flag --- dist/index.js | 2 -- dist/index.json | 2 -- ships/krait_phantom.json | 1 - ships/mamba.json | 1 - 4 files changed, 6 deletions(-) diff --git a/dist/index.js b/dist/index.js index 6c52bee..8faebba 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2798,7 +2798,6 @@ module.exports = { krait_phantom: { edID: 128149376, eddbID: 35, - beta: true, properties: { name: "Krait Phantom", manufacturer: "Faulcon DeLacy", @@ -2990,7 +2989,6 @@ module.exports = { mamba: { edID: 128149376, eddbID: 11, - beta: true, properties: { name: "Mamba", manufacturer: "Zorgon Peterson", diff --git a/dist/index.json b/dist/index.json index 70ab368..41cded2 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4304,7 +4304,6 @@ "krait_phantom": { "edID": 128149376, "eddbID": 35, - "beta": true, "properties": { "name": "Krait Phantom", "manufacturer": "Faulcon DeLacy", @@ -4611,7 +4610,6 @@ "mamba": { "edID": 128149376, "eddbID": 11, - "beta": true, "properties": { "name": "Mamba", "manufacturer": "Zorgon Peterson", diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index 165b15a..7744e09 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -2,7 +2,6 @@ "krait_phantom": { "edID": 128149376, "eddbID": 35, - "beta": true, "properties": { "name": "Krait Phantom", "manufacturer": "Faulcon DeLacy", diff --git a/ships/mamba.json b/ships/mamba.json index e95893a..c4a7599 100644 --- a/ships/mamba.json +++ b/ships/mamba.json @@ -2,7 +2,6 @@ "mamba": { "edID": 128149376, "eddbID": 11, - "beta": true, "properties": { "name": "Mamba", "manufacturer": "Zorgon Peterson", From 27c6fcac81a6969cf5be7f43e92b6a9ff5db7d07 Mon Sep 17 00:00:00 2001 From: William Blythe Date: Tue, 13 Nov 2018 09:06:37 +1100 Subject: [PATCH 19/31] fix edid and add .editorconfig --- .editorconfig | 21 + dist/index.js | 2670 +++++++++++++++++++------------------- dist/index.json | 4 +- ships/krait_phantom.json | 2 +- ships/mamba.json | 2 +- 5 files changed, 1360 insertions(+), 1339 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a77e8b7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +root = true + + +[*] + +# change these settings to your own preference +indent_style = space +indent_size = 2 + +# we recommend you to keep these unchanged +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false + +[{package,bower}.json] +indent_style = space +indent_size = 2 diff --git a/dist/index.js b/dist/index.js index 8faebba..53ef59c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2796,7 +2796,7 @@ module.exports = { } }, krait_phantom: { - edID: 128149376, + edID: 128839281, eddbID: 35, properties: { name: "Krait Phantom", @@ -2987,7 +2987,7 @@ module.exports = { } }, mamba: { - edID: 128149376, + edID: 128915979, eddbID: 11, properties: { name: "Mamba", @@ -18702,7 +18702,7 @@ module.exports = { AFM_Shielded: { fdname: "AFM_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -18712,7 +18712,7 @@ module.exports = { }, uuid: "c879e8d2-290a-471e-833c-eaea947a20c1" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -18723,7 +18723,7 @@ module.exports = { }, uuid: "90981fc0-8c0e-4b86-a656-9ef1a9a7fa00" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -18735,7 +18735,7 @@ module.exports = { }, uuid: "30976550-2ff1-46e2-9687-ae3faa4f4701" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -18755,7 +18755,7 @@ module.exports = { Armour_Advanced: { fdname: "Armour_Advanced", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -18768,7 +18768,7 @@ module.exports = { }, uuid: "fb33c5c9-24e4-48b5-8227-cc7b855572cd" }, - "2": { + 2: { components: { "Conductive Components": 1, Iron: 1 @@ -18782,7 +18782,7 @@ module.exports = { }, uuid: "a9417081-356c-43d7-bf30-9cc1de0c62a1" }, - "3": { + 3: { components: { "Conductive Components": 1, "High Density Composites": 1, @@ -18797,7 +18797,7 @@ module.exports = { }, uuid: "b93f110f-c467-4340-8496-9ea99332ef55" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, Germanium: 1, @@ -18812,7 +18812,7 @@ module.exports = { }, uuid: "4b9c30c9-0acf-4b56-bce9-3fc65be95382" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Military Grade Alloys": 1, @@ -18835,7 +18835,7 @@ module.exports = { Armour_Explosive: { fdname: "Armour_Explosive", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -18846,7 +18846,7 @@ module.exports = { }, uuid: "c74fe800-a8c1-4ae9-95a1-47a8a9d1f10d" }, - "2": { + 2: { components: { Carbon: 1, Zinc: 1 @@ -18858,7 +18858,7 @@ module.exports = { }, uuid: "78f76eb3-ac9e-47bd-be6f-a26b4fdf9c57" }, - "3": { + 3: { components: { "Salvaged Alloys": 1, Vanadium: 1 @@ -18870,7 +18870,7 @@ module.exports = { }, uuid: "83ea4fd2-2eee-4cfb-baa6-d6c314f58b8d" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, Mercury: 1, @@ -18883,7 +18883,7 @@ module.exports = { }, uuid: "9656e75a-a8ac-454f-941a-9fe4b4f6a330" }, - "5": { + 5: { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -18904,7 +18904,7 @@ module.exports = { Armour_HeavyDuty: { fdname: "Armour_HeavyDuty", grades: { - "1": { + 1: { components: { Carbon: 1 }, @@ -18917,7 +18917,7 @@ module.exports = { }, uuid: "f9d519ab-b6f6-4d81-a93b-8f4fb45edd55" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -18931,7 +18931,7 @@ module.exports = { }, uuid: "ab58e035-3128-4eec-8974-cbbff022d31e" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -18946,7 +18946,7 @@ module.exports = { }, uuid: "20afd6a5-5a72-4825-813d-b660fe796cb3" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -18961,7 +18961,7 @@ module.exports = { }, uuid: "e08d3ec0-79e1-4d9f-ae16-6bd0a7e5b5c4" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -18984,7 +18984,7 @@ module.exports = { Armour_Kinetic: { fdname: "Armour_Kinetic", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -18995,7 +18995,7 @@ module.exports = { }, uuid: "285736a7-9677-4875-b425-0704d2c05ee6" }, - "2": { + 2: { components: { Nickel: 1, Vanadium: 1 @@ -19007,7 +19007,7 @@ module.exports = { }, uuid: "816adb1f-c089-49b6-b52d-a8ca189a4ef5" }, - "3": { + 3: { components: { "High Density Composites": 1, "Salvaged Alloys": 1, @@ -19020,7 +19020,7 @@ module.exports = { }, uuid: "54c5cc67-3112-4c77-87f9-c5d6a5f0ae3c" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, "Proprietary Composites": 1, @@ -19033,7 +19033,7 @@ module.exports = { }, uuid: "80cdd75d-a574-4092-b45d-77187e52edf5" }, - "5": { + 5: { components: { "Core Dynamics Composites": 1, Molybdenum: 1, @@ -19054,7 +19054,7 @@ module.exports = { Armour_Thermic: { fdname: "Armour_Thermic", grades: { - "1": { + 1: { components: { "Heat Conduction Wiring": 1 }, @@ -19065,7 +19065,7 @@ module.exports = { }, uuid: "73c3a3c1-da09-4792-a1e9-d0161da6c0f2" }, - "2": { + 2: { components: { "Heat Dispersion Plate": 1, Nickel: 1 @@ -19077,7 +19077,7 @@ module.exports = { }, uuid: "f3096b56-d6d2-4aa5-a77c-98ce2adc79dc" }, - "3": { + 3: { components: { "Heat Exchangers": 1, "Salvaged Alloys": 1, @@ -19090,7 +19090,7 @@ module.exports = { }, uuid: "1aa48c57-d187-4e82-aa88-8b4a7a4bc856" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, "Heat Vanes": 1, @@ -19103,7 +19103,7 @@ module.exports = { }, uuid: "afc78426-8570-4ad4-923a-794821c2506f" }, - "5": { + 5: { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -19124,7 +19124,7 @@ module.exports = { CargoScanner_LightWeight: { fdname: "CargoScanner_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -19134,7 +19134,7 @@ module.exports = { }, uuid: "5ebd5d76-7bb8-4958-9cc3-f5e2176f2b5e" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19145,7 +19145,7 @@ module.exports = { }, uuid: "c49d42a8-cd8f-4576-9c60-85725f635185" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19157,7 +19157,7 @@ module.exports = { }, uuid: "bc048a95-b5aa-4f6c-a696-6c40b87a1606" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19169,7 +19169,7 @@ module.exports = { }, uuid: "4f9467f7-0c5f-4ab3-856b-aaad019bd79d" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19189,7 +19189,7 @@ module.exports = { CargoScanner_Reinforced: { fdname: "CargoScanner_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -19199,7 +19199,7 @@ module.exports = { }, uuid: "9b714883-e0e7-46b5-a2bb-5367f2cc9b3f" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -19210,7 +19210,7 @@ module.exports = { }, uuid: "9de3e096-fbfa-4694-a2e4-919494d39ee1" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -19222,7 +19222,7 @@ module.exports = { }, uuid: "4a5d7441-2543-4405-8587-9b969fffd3f2" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -19234,7 +19234,7 @@ module.exports = { }, uuid: "f4b41ce9-d3a8-4362-9821-0d45f2b975bc" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19254,7 +19254,7 @@ module.exports = { CargoScanner_Shielded: { fdname: "CargoScanner_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -19264,7 +19264,7 @@ module.exports = { }, uuid: "f3684224-dfb1-4b30-81df-827246ccce14" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -19275,7 +19275,7 @@ module.exports = { }, uuid: "0fec52b1-3a81-4260-8168-7af698e9ebf3" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -19287,7 +19287,7 @@ module.exports = { }, uuid: "6ca69c4f-07b6-43e4-97c9-e9134cb1eaf4" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19299,7 +19299,7 @@ module.exports = { }, uuid: "e6ebc222-ec93-4f0f-ac8a-e690ab50656d" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19319,7 +19319,7 @@ module.exports = { ChaffLauncher_ChaffCapacity: { fdname: "ChaffLauncher_ChaffCapacity", grades: { - "3": { + 3: { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -19340,7 +19340,7 @@ module.exports = { ChaffLauncher_LightWeight: { fdname: "ChaffLauncher_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -19350,7 +19350,7 @@ module.exports = { }, uuid: "99afdcd4-c7cf-4855-aea8-e35d968d448e" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19361,7 +19361,7 @@ module.exports = { }, uuid: "4c0aa103-e0d8-4dce-bb38-067549af7c27" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19373,7 +19373,7 @@ module.exports = { }, uuid: "90ddb40a-8520-4e0a-8e42-5f3f9ecf4c28" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19385,7 +19385,7 @@ module.exports = { }, uuid: "45047669-536a-4455-8563-b8be46d482e0" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19405,7 +19405,7 @@ module.exports = { ChaffLauncher_Reinforced: { fdname: "ChaffLauncher_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -19415,7 +19415,7 @@ module.exports = { }, uuid: "c952091e-30de-4b13-8e7e-c59aee4c1466" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -19426,7 +19426,7 @@ module.exports = { }, uuid: "5f868185-7351-49ec-95b4-87dab4d08e02" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -19438,7 +19438,7 @@ module.exports = { }, uuid: "33e63006-29ae-4466-b240-7708ddd9804b" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -19450,7 +19450,7 @@ module.exports = { }, uuid: "5d0cb508-a654-4dc8-8e04-6cafac0ea86d" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19470,7 +19470,7 @@ module.exports = { ChaffLauncher_Shielded: { fdname: "ChaffLauncher_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -19480,7 +19480,7 @@ module.exports = { }, uuid: "ac3908c2-c5aa-44a1-a847-a9d27c34a326" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -19491,7 +19491,7 @@ module.exports = { }, uuid: "ee1ad091-7a25-44ac-b3e4-9ee5e4228483" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -19503,7 +19503,7 @@ module.exports = { }, uuid: "eddd7f16-035d-4e9e-96fc-bf82e9ce7397" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19515,7 +19515,7 @@ module.exports = { }, uuid: "1fef7b64-bf77-4024-a9b4-24146d5cefe3" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19535,7 +19535,7 @@ module.exports = { CollectionLimpet_LightWeight: { fdname: "CollectionLimpet_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -19545,7 +19545,7 @@ module.exports = { }, uuid: "40d015c8-e3c3-4e6c-8703-0e5dc0c0ca7a" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19556,7 +19556,7 @@ module.exports = { }, uuid: "4f4f23cf-fb43-4542-8d60-c96cf884c3c9" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19568,7 +19568,7 @@ module.exports = { }, uuid: "9c4ebeff-12e1-4f0e-a972-bb8d4d7e4f08" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19580,7 +19580,7 @@ module.exports = { }, uuid: "befa7711-25fa-49d2-97fb-3f8a4cc8b91e" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19600,7 +19600,7 @@ module.exports = { CollectionLimpet_Reinforced: { fdname: "CollectionLimpet_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -19610,7 +19610,7 @@ module.exports = { }, uuid: "d0451acd-f57f-46a5-ac1a-c2a2f1919283" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -19621,7 +19621,7 @@ module.exports = { }, uuid: "ccbf3b26-6ded-4e86-b2dd-330280ca552f" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -19633,7 +19633,7 @@ module.exports = { }, uuid: "a841e48c-d34b-4dd2-b540-14910224398a" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -19645,7 +19645,7 @@ module.exports = { }, uuid: "de78dde7-c159-4d37-91e2-b6562dd754e4" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19665,7 +19665,7 @@ module.exports = { CollectionLimpet_Shielded: { fdname: "CollectionLimpet_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -19675,7 +19675,7 @@ module.exports = { }, uuid: "6e384cd7-1ab5-4a03-849f-d1a6d5711012" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -19686,7 +19686,7 @@ module.exports = { }, uuid: "be06b5e7-44c0-4bb4-b084-ca5578cd5b26" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -19698,7 +19698,7 @@ module.exports = { }, uuid: "d18a63f6-c96e-4e73-b4a1-70deeb27af9c" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19710,7 +19710,7 @@ module.exports = { }, uuid: "99d03d5e-1fd6-49b1-a99d-71571c35dca5" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19730,7 +19730,7 @@ module.exports = { ECM_LightWeight: { fdname: "ECM_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -19740,7 +19740,7 @@ module.exports = { }, uuid: "123ef1f4-cb7e-4b8e-8dfc-48c3407d0c94" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19751,7 +19751,7 @@ module.exports = { }, uuid: "abf6487e-1fac-46e7-9ae3-a46bea977412" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19763,7 +19763,7 @@ module.exports = { }, uuid: "e1bc6bec-da7b-4b5c-aedd-637b753d2e1f" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19775,7 +19775,7 @@ module.exports = { }, uuid: "ac3a70dc-8759-4f69-8c97-c31be11d9b49" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19795,7 +19795,7 @@ module.exports = { ECM_Reinforced: { fdname: "ECM_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -19805,7 +19805,7 @@ module.exports = { }, uuid: "6bcb5b84-5e90-4d3d-be7c-6ed6c1f048c4" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -19816,7 +19816,7 @@ module.exports = { }, uuid: "8497a12f-becf-499b-8df8-6814cfa93e39" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -19828,7 +19828,7 @@ module.exports = { }, uuid: "2fbadb73-1c89-4d25-9061-43735d4970b3" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -19840,7 +19840,7 @@ module.exports = { }, uuid: "a89859a9-1278-40d0-ac77-e3e6bf10de95" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19860,7 +19860,7 @@ module.exports = { ECM_Shielded: { fdname: "ECM_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -19870,7 +19870,7 @@ module.exports = { }, uuid: "0dd69a33-0309-4ab6-bf88-e500db42448c" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -19881,7 +19881,7 @@ module.exports = { }, uuid: "297bc1b2-7e2c-4556-b971-b2ff38cbff53" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -19893,7 +19893,7 @@ module.exports = { }, uuid: "385a3392-8580-4fa6-a52c-1205f1041b99" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19905,7 +19905,7 @@ module.exports = { }, uuid: "eb3e8641-031c-4318-9e97-43f27529fd86" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19925,7 +19925,7 @@ module.exports = { Engine_Dirty: { fdname: "Engine_Dirty", grades: { - "1": { + 1: { components: { "Specialised Legacy Firmware": 1 }, @@ -19938,7 +19938,7 @@ module.exports = { }, uuid: "bbdea125-dd2b-4031-8698-56c922df3b76" }, - "2": { + 2: { components: { "Mechanical Equipment": 1, "Specialised Legacy Firmware": 1 @@ -19952,7 +19952,7 @@ module.exports = { }, uuid: "d3ccba04-e0f5-40c3-a6f8-a038d5e5b4bf" }, - "3": { + 3: { components: { Chromium: 1, "Mechanical Components": 1, @@ -19967,7 +19967,7 @@ module.exports = { }, uuid: "60091d1f-38a9-4d62-bbc0-6332e03c7f3d" }, - "4": { + 4: { components: { "Configurable Components": 1, "Modified Consumer Firmware": 1, @@ -19982,7 +19982,7 @@ module.exports = { }, uuid: "7355e32e-b850-4428-8279-66f234f59c6a" }, - "5": { + 5: { components: { Cadmium: 1, "Cracked Industrial Firmware": 1, @@ -20005,7 +20005,7 @@ module.exports = { Engine_Reinforced: { fdname: "Engine_Reinforced", grades: { - "1": { + 1: { components: { Carbon: 1 }, @@ -20016,7 +20016,7 @@ module.exports = { }, uuid: "21503395-f165-4340-91c7-07d062895eae" }, - "2": { + 2: { components: { "Heat Conduction Wiring": 1, Vanadium: 1 @@ -20028,7 +20028,7 @@ module.exports = { }, uuid: "452e2359-5804-4de1-94bf-d16c9d512cc4" }, - "3": { + 3: { components: { "Heat Conduction Wiring": 1, "Shielding Sensors": 1, @@ -20041,7 +20041,7 @@ module.exports = { }, uuid: "ae1a71bb-e025-4268-aa7f-fd4063945beb" }, - "4": { + 4: { components: { "Compound Shielding": 1, "Heat Dispersion Plate": 1, @@ -20054,7 +20054,7 @@ module.exports = { }, uuid: "4bc0b925-dd64-41da-a653-f15acf108f23" }, - "5": { + 5: { components: { "Heat Exchangers": 1, "Imperial Shielding": 1, @@ -20075,7 +20075,7 @@ module.exports = { Engine_Tuned: { fdname: "Engine_Tuned", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -20086,7 +20086,7 @@ module.exports = { }, uuid: "5b32dae1-7c4a-4760-8c48-0d9a9fa2758d" }, - "2": { + 2: { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1 @@ -20100,7 +20100,7 @@ module.exports = { }, uuid: "5382eecb-c840-4613-99c1-9bcbdb8d7760" }, - "3": { + 3: { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1, @@ -20115,7 +20115,7 @@ module.exports = { }, uuid: "0c58a5c8-0bf9-4a2c-baf0-b14228f236df" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, "Decoded Emission Data": 1, @@ -20130,7 +20130,7 @@ module.exports = { }, uuid: "afb2b22e-ab30-4195-8bfe-ae81ea6067f3" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, "Conductive Ceramics": 1, @@ -20153,7 +20153,7 @@ module.exports = { FSD_FastBoot: { fdname: "FSD_FastBoot", grades: { - "1": { + 1: { components: { "Grid Resistors": 1 }, @@ -20165,7 +20165,7 @@ module.exports = { }, uuid: "23f08173-4d05-49d2-b126-d9e5ea5ee8b5" }, - "2": { + 2: { components: { Chromium: 1, "Grid Resistors": 1 @@ -20178,7 +20178,7 @@ module.exports = { }, uuid: "56875992-02ae-4364-934c-88dbfda0cc57" }, - "3": { + 3: { components: { "Grid Resistors": 1, "Heat Dispersion Plate": 1, @@ -20192,7 +20192,7 @@ module.exports = { }, uuid: "80c84723-9c37-434b-890e-8723504e5e48" }, - "4": { + 4: { components: { Cadmium: 1, "Heat Exchangers": 1, @@ -20206,7 +20206,7 @@ module.exports = { }, uuid: "3747180c-d798-4bc4-bb42-daecf44729cc" }, - "5": { + 5: { components: { "Electrochemical Arrays": 1, "Heat Vanes": 1, @@ -20228,7 +20228,7 @@ module.exports = { FSD_LongRange: { fdname: "FSD_LongRange", grades: { - "1": { + 1: { components: { "Atypical Disrupted Wake Echoes": 1 }, @@ -20240,7 +20240,7 @@ module.exports = { }, uuid: "bb67b1a2-7a5b-47bc-8ed8-e949b5e3fb16" }, - "2": { + 2: { components: { "Atypical Disrupted Wake Echoes": 1, "Chemical Processors": 1 @@ -20253,7 +20253,7 @@ module.exports = { }, uuid: "74045351-f348-45f5-8798-487211f19520" }, - "3": { + 3: { components: { "Chemical Processors": 1, Phosphorus: 1, @@ -20267,7 +20267,7 @@ module.exports = { }, uuid: "cf196bb9-55a1-457f-893b-84ff2afd4db9" }, - "4": { + 4: { components: { "Chemical Distillery": 1, "Eccentric Hyperspace Trajectories": 1, @@ -20281,7 +20281,7 @@ module.exports = { }, uuid: "ecf49fec-32fd-4930-949d-a341bf0fd00c" }, - "5": { + 5: { components: { Arsenic: 1, "Chemical Manipulators": 1, @@ -20303,7 +20303,7 @@ module.exports = { FSD_Shielded: { fdname: "FSD_Shielded", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -20315,7 +20315,7 @@ module.exports = { }, uuid: "0bf46ac9-dfcd-49c3-bcef-db93ba04ed97" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -20328,7 +20328,7 @@ module.exports = { }, uuid: "2858e680-b675-4ee9-9c24-04e8dd2bfe85" }, - "3": { + 3: { components: { Carbon: 1, "Shielding Sensors": 1, @@ -20342,7 +20342,7 @@ module.exports = { }, uuid: "f836e994-c19f-4ed0-926d-fbcc75f136c0" }, - "4": { + 4: { components: { "Compound Shielding": 1, "High Density Composites": 1, @@ -20356,7 +20356,7 @@ module.exports = { }, uuid: "fe30a1a0-3644-4411-af1f-59bae0a565b9" }, - "5": { + 5: { components: { "Imperial Shielding": 1, "Proprietary Composites": 1, @@ -20378,7 +20378,7 @@ module.exports = { FSDinterdictor_Expanded: { fdname: "FSDinterdictor_Expanded", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -20389,7 +20389,7 @@ module.exports = { }, uuid: "da98fe81-8ac1-4c4a-ba1b-76b894dc9de8" }, - "2": { + 2: { components: { "Mechanical Equipment": 1, "Unusual Encrypted Files": 1 @@ -20401,7 +20401,7 @@ module.exports = { }, uuid: "88bcd4df-3ae3-4e6b-80d8-27bf8815e4d2" }, - "3": { + 3: { components: { "Grid Resistors": 1, "Mechanical Components": 1, @@ -20414,7 +20414,7 @@ module.exports = { }, uuid: "1036b38e-676f-4b42-8518-abed6f627fb7" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -20435,7 +20435,7 @@ module.exports = { FSDinterdictor_LongRange: { fdname: "FSDinterdictor_LongRange", grades: { - "1": { + 1: { components: { "Unusual Encrypted Files": 1 }, @@ -20447,7 +20447,7 @@ module.exports = { }, uuid: "ecec8b3e-891f-4b79-8c07-7836e62424f8" }, - "2": { + 2: { components: { "Atypical Disrupted Wake Echoes": 1, "Tagged Encryption Codes": 1 @@ -20460,7 +20460,7 @@ module.exports = { }, uuid: "08d02c88-e63f-4d29-86b9-eea6a20b17a1" }, - "3": { + 3: { components: { "Anomalous Bulk Scan Data": 1, "Anomalous FSD Telemetry": 1, @@ -20474,7 +20474,7 @@ module.exports = { }, uuid: "a2d4bed7-4326-4776-a17b-6ee746f4c9be" }, - "4": { + 4: { components: { "Unidentified Scan Archives": 1, "Strange Wake Solutions": 1, @@ -20496,7 +20496,7 @@ module.exports = { FuelScoop_Shielded: { fdname: "FuelScoop_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -20506,7 +20506,7 @@ module.exports = { }, uuid: "7b71b0d6-e035-4526-91cf-b16a15d32594" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -20517,7 +20517,7 @@ module.exports = { }, uuid: "1c367826-7b57-4beb-9d99-c9a598d29cf9" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -20529,7 +20529,7 @@ module.exports = { }, uuid: "b61946ff-9e65-447b-9757-4c37789fc350" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20549,7 +20549,7 @@ module.exports = { FuelTransferLimpet_LightWeight: { fdname: "FuelTransferLimpet_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -20559,7 +20559,7 @@ module.exports = { }, uuid: "b4abda7b-ac4c-4ddf-ac76-f3d9640e217b" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20570,7 +20570,7 @@ module.exports = { }, uuid: "7bae1015-d4b9-4c33-8286-79c93386cf33" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20582,7 +20582,7 @@ module.exports = { }, uuid: "b69e0eb2-67c4-402a-8b4d-69d64c899fdc" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -20594,7 +20594,7 @@ module.exports = { }, uuid: "36d13200-4c1d-4d49-9936-af8562a6fbce" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -20614,7 +20614,7 @@ module.exports = { FuelTransferLimpet_Reinforced: { fdname: "FuelTransferLimpet_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -20624,7 +20624,7 @@ module.exports = { }, uuid: "9d3c40c1-a35c-42a7-8756-68dba821bde1" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -20635,7 +20635,7 @@ module.exports = { }, uuid: "c09e8d1b-e78e-43b8-bc8c-8ebf7bd84dc5" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -20647,7 +20647,7 @@ module.exports = { }, uuid: "51e5c01d-191c-446c-8ae1-d91e68da1013" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -20659,7 +20659,7 @@ module.exports = { }, uuid: "1a2e3498-d593-4420-ad66-01281648f8c7" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -20679,7 +20679,7 @@ module.exports = { FuelTransferLimpet_Shielded: { fdname: "FuelTransferLimpet_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -20689,7 +20689,7 @@ module.exports = { }, uuid: "736aca61-1fd6-4e95-931c-9354434b52ce" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -20700,7 +20700,7 @@ module.exports = { }, uuid: "60b7eeba-eaeb-4799-a7ab-c989afc9e74a" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -20712,7 +20712,7 @@ module.exports = { }, uuid: "31f3e418-9020-4b01-94ec-cf9d62529f12" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20724,7 +20724,7 @@ module.exports = { }, uuid: "65e897c7-0bb2-426f-bed2-3162767a80d2" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -20744,7 +20744,7 @@ module.exports = { HatchBreakerLimpet_LightWeight: { fdname: "HatchBreakerLimpet_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -20754,7 +20754,7 @@ module.exports = { }, uuid: "3434789e-7555-4bca-a901-09ddbae0d323" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20765,7 +20765,7 @@ module.exports = { }, uuid: "c62a09da-8157-474e-8b8f-04b43792a372" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20777,7 +20777,7 @@ module.exports = { }, uuid: "ad0166b8-9313-4c7a-a95c-5e4b0e53fc40" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -20789,7 +20789,7 @@ module.exports = { }, uuid: "cf482f0a-de37-4fec-8bcd-f087203e0f2d" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -20809,7 +20809,7 @@ module.exports = { HatchBreakerLimpet_Reinforced: { fdname: "HatchBreakerLimpet_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -20819,7 +20819,7 @@ module.exports = { }, uuid: "f75e88b4-7a5c-40da-9652-a7e91aa174e2" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -20830,7 +20830,7 @@ module.exports = { }, uuid: "d794c46b-13e7-4136-b435-bdb96c87c657" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -20842,7 +20842,7 @@ module.exports = { }, uuid: "07acc4c6-724e-4c6b-be15-c9c49d4d95a6" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -20854,7 +20854,7 @@ module.exports = { }, uuid: "fe76b519-7695-4618-b71f-4e27f53f9eb4" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -20874,7 +20874,7 @@ module.exports = { HatchBreakerLimpet_Shielded: { fdname: "HatchBreakerLimpet_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -20884,7 +20884,7 @@ module.exports = { }, uuid: "952d56cc-0c1c-4a62-a8c4-a4c668181654" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -20895,7 +20895,7 @@ module.exports = { }, uuid: "accfd35c-3172-455a-94b6-27be6409970a" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -20907,7 +20907,7 @@ module.exports = { }, uuid: "0db2b6bd-df3f-48be-ac6b-a334b79757a1" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20919,7 +20919,7 @@ module.exports = { }, uuid: "a747942f-d354-4f0d-ad59-323e52823924" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -20939,7 +20939,7 @@ module.exports = { HeatSinkLauncher_HeatSinkCapacity: { fdname: "HeatSinkLauncher_HeatSinkCapacity", grades: { - "3": { + 3: { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -20960,7 +20960,7 @@ module.exports = { HeatSinkLauncher_LightWeight: { fdname: "HeatSinkLauncher_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -20970,7 +20970,7 @@ module.exports = { }, uuid: "0a20c246-fe84-43d1-835b-ae74474cdec9" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20981,7 +20981,7 @@ module.exports = { }, uuid: "83dc9090-28c5-45b7-a4f5-8e2a76923e90" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20993,7 +20993,7 @@ module.exports = { }, uuid: "777b5a47-9d29-4787-b097-8c4a22c11d20" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21005,7 +21005,7 @@ module.exports = { }, uuid: "558a1180-e1a0-4c4a-8992-fac17d58860b" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -21025,7 +21025,7 @@ module.exports = { HeatSinkLauncher_Reinforced: { fdname: "HeatSinkLauncher_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -21035,7 +21035,7 @@ module.exports = { }, uuid: "4b8ad4b4-4d42-4014-98ac-2175392ad0c8" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -21046,7 +21046,7 @@ module.exports = { }, uuid: "7a7166cf-d789-4cb8-9768-f31cc3159dc5" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -21058,7 +21058,7 @@ module.exports = { }, uuid: "93d33903-1dc8-453a-8bd6-df3198c1eac5" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -21070,7 +21070,7 @@ module.exports = { }, uuid: "9a174428-ac75-4bc8-80e0-c1327d0317b8" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21090,7 +21090,7 @@ module.exports = { HeatSinkLauncher_Shielded: { fdname: "HeatSinkLauncher_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -21100,7 +21100,7 @@ module.exports = { }, uuid: "b7bb4a4a-61ee-44b6-b477-e6abf7540240" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -21111,7 +21111,7 @@ module.exports = { }, uuid: "69ec3d60-591c-4c65-a6d4-2b2fe83e1819" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -21123,7 +21123,7 @@ module.exports = { }, uuid: "beb3c5c1-689c-497d-a1b0-92d7fda93878" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21135,7 +21135,7 @@ module.exports = { }, uuid: "52f4a6d1-c291-4ac6-84f2-6d39bc54e675" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21155,7 +21155,7 @@ module.exports = { HullReinforcement_Advanced: { fdname: "HullReinforcement_Advanced", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -21166,7 +21166,7 @@ module.exports = { }, uuid: "8405c035-bf65-47d1-bdbe-5253b5c0a98b" }, - "2": { + 2: { components: { "Conductive Components": 1, Iron: 1 @@ -21178,7 +21178,7 @@ module.exports = { }, uuid: "a8dad054-0392-460a-934e-27d40f65e1fc" }, - "3": { + 3: { components: { "Conductive Components": 1, "High Density Composites": 1, @@ -21191,7 +21191,7 @@ module.exports = { }, uuid: "ee887ba1-c66f-4002-97cb-5169201324af" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, Germanium: 1, @@ -21204,7 +21204,7 @@ module.exports = { }, uuid: "8912615d-e711-4e5d-a08f-739cbf372963" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Military Grade Alloys": 1, @@ -21225,7 +21225,7 @@ module.exports = { HullReinforcement_Explosive: { fdname: "HullReinforcement_Explosive", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -21237,7 +21237,7 @@ module.exports = { }, uuid: "ed72014b-4033-413c-8a71-5eac18e085ce" }, - "2": { + 2: { components: { Carbon: 1, Zinc: 1 @@ -21250,7 +21250,7 @@ module.exports = { }, uuid: "7be2929b-0c89-4059-90d9-4631d90c053b" }, - "3": { + 3: { components: { "Salvaged Alloys": 1, Vanadium: 1, @@ -21264,7 +21264,7 @@ module.exports = { }, uuid: "11742116-77d3-40ea-bd1f-71e0558a0ad1" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, Mercury: 1, @@ -21278,7 +21278,7 @@ module.exports = { }, uuid: "1f59b0aa-46ab-4eb5-bf07-fe4d8f968c1d" }, - "5": { + 5: { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -21300,7 +21300,7 @@ module.exports = { HullReinforcement_HeavyDuty: { fdname: "HullReinforcement_HeavyDuty", grades: { - "1": { + 1: { components: { Carbon: 1 }, @@ -21313,7 +21313,7 @@ module.exports = { }, uuid: "e174a927-ab55-4691-be3e-832f6d68d679" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -21327,7 +21327,7 @@ module.exports = { }, uuid: "2cd3f87c-5ea3-4bd5-ab6d-70458f29de7e" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -21342,7 +21342,7 @@ module.exports = { }, uuid: "251e8773-d06a-4b0e-9e30-a5114a45a5c1" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21357,7 +21357,7 @@ module.exports = { }, uuid: "d6b14f0e-9a32-4838-b41f-986f4a5abd6d" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21380,7 +21380,7 @@ module.exports = { HullReinforcement_Kinetic: { fdname: "HullReinforcement_Kinetic", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -21392,7 +21392,7 @@ module.exports = { }, uuid: "9d5338ab-031c-40e5-bd13-d3eb057540ab" }, - "2": { + 2: { components: { Nickel: 1, Vanadium: 1 @@ -21405,7 +21405,7 @@ module.exports = { }, uuid: "238db8e4-99e2-4e70-b4e3-f918294110c7" }, - "3": { + 3: { components: { "High Density Composites": 1, "Salvaged Alloys": 1, @@ -21419,7 +21419,7 @@ module.exports = { }, uuid: "cb65ddfa-2fd9-4db5-9558-0770866ea8ee" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, "Proprietary Composites": 1, @@ -21433,7 +21433,7 @@ module.exports = { }, uuid: "944cb78e-4da0-43a0-acc8-95c7d67eaf92" }, - "5": { + 5: { components: { "Core Dynamics Composites": 1, Molybdenum: 1, @@ -21455,7 +21455,7 @@ module.exports = { HullReinforcement_Thermic: { fdname: "HullReinforcement_Thermic", grades: { - "1": { + 1: { components: { "Heat Conduction Wiring": 1 }, @@ -21467,7 +21467,7 @@ module.exports = { }, uuid: "cc3d62d5-9769-480d-9e37-620c61a276ab" }, - "2": { + 2: { components: { "Heat Dispersion Plate": 1, Nickel: 1 @@ -21480,7 +21480,7 @@ module.exports = { }, uuid: "e4aa2331-7dc5-479c-9959-d90f0e473da9" }, - "3": { + 3: { components: { "Heat Exchangers": 1, "Salvaged Alloys": 1, @@ -21494,7 +21494,7 @@ module.exports = { }, uuid: "29f49ae9-e241-4791-a9e3-bfdccd6cdfbb" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, "Heat Vanes": 1, @@ -21508,7 +21508,7 @@ module.exports = { }, uuid: "19e30f32-a789-4acf-8f69-f97677ace963" }, - "5": { + 5: { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -21530,7 +21530,7 @@ module.exports = { KillWarrantScanner_LightWeight: { fdname: "KillWarrantScanner_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -21540,7 +21540,7 @@ module.exports = { }, uuid: "b56007ba-9351-417e-9da8-def090b31e50" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21551,7 +21551,7 @@ module.exports = { }, uuid: "14b2d6f0-5f93-48c9-a04a-b9b1064b4bd1" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21563,7 +21563,7 @@ module.exports = { }, uuid: "d6dc2106-b95e-49fe-bd56-0ab0729045ad" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21575,7 +21575,7 @@ module.exports = { }, uuid: "fa568ca9-fe6f-4036-89ae-c6659fdc4e33" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -21595,7 +21595,7 @@ module.exports = { KillWarrantScanner_LongRange: { fdname: "KillWarrantScanner_LongRange", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -21606,7 +21606,7 @@ module.exports = { }, uuid: "2689c846-02d7-4694-97f1-85cd5437b42f" }, - "2": { + 2: { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -21618,7 +21618,7 @@ module.exports = { }, uuid: "c2160767-b03f-491e-9a45-31976fb78899" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -21631,7 +21631,7 @@ module.exports = { }, uuid: "4d9ccdb6-89cc-4f27-a8c8-584de68dae4b" }, - "4": { + 4: { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -21644,7 +21644,7 @@ module.exports = { }, uuid: "0ecb3bee-4033-4937-a5ed-161f50cb6024" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -21665,7 +21665,7 @@ module.exports = { KillWarrantScanner_Reinforced: { fdname: "KillWarrantScanner_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -21675,7 +21675,7 @@ module.exports = { }, uuid: "54cf058d-795d-423c-8923-fdd6971dec29" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -21686,7 +21686,7 @@ module.exports = { }, uuid: "3d7eb835-8a30-458d-bbf3-cfd8de5f8cb4" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -21698,7 +21698,7 @@ module.exports = { }, uuid: "200dfa7b-085d-43d8-ae61-f7080feed350" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -21710,7 +21710,7 @@ module.exports = { }, uuid: "4fdb0643-c9e0-43f6-8b6b-4613fec1de03" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21730,7 +21730,7 @@ module.exports = { KillWarrantScanner_Shielded: { fdname: "KillWarrantScanner_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -21740,7 +21740,7 @@ module.exports = { }, uuid: "f4426054-f766-4be3-8b26-e9236ff61dd9" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -21751,7 +21751,7 @@ module.exports = { }, uuid: "fa7b4b7f-ed0a-401f-a372-1d03c09f9c55" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -21763,7 +21763,7 @@ module.exports = { }, uuid: "443fe7e9-e313-457b-8c0f-6eb22e6e91ef" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21775,7 +21775,7 @@ module.exports = { }, uuid: "b1a0e15d-7164-44f9-85e5-9acc64e56b8b" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21795,7 +21795,7 @@ module.exports = { LifeSupport_LightWeight: { fdname: "LifeSupport_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -21805,7 +21805,7 @@ module.exports = { }, uuid: "e1e1bd93-3a3f-4454-bfe3-0e2b6840b43a" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21816,7 +21816,7 @@ module.exports = { }, uuid: "aaf29592-df21-4b4c-aeac-20252e75b8aa" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21828,7 +21828,7 @@ module.exports = { }, uuid: "8876b27a-2c31-49f0-8a47-c11acd801c2b" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21848,7 +21848,7 @@ module.exports = { LifeSupport_Reinforced: { fdname: "LifeSupport_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -21858,7 +21858,7 @@ module.exports = { }, uuid: "b40b11a1-5f0f-440f-b77d-9abf9833d546" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -21869,7 +21869,7 @@ module.exports = { }, uuid: "847b937b-ffa2-4418-9a48-0993a675d43f" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -21881,7 +21881,7 @@ module.exports = { }, uuid: "8303d5f6-da56-41d0-8af3-4620efcc561e" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -21893,7 +21893,7 @@ module.exports = { }, uuid: "6c37ca40-0ae6-48e0-a145-c3eea2bf7cce" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21913,7 +21913,7 @@ module.exports = { LifeSupport_Shielded: { fdname: "LifeSupport_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -21923,7 +21923,7 @@ module.exports = { }, uuid: "fcd12382-bbb3-431b-95c5-ae9539a02a54" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -21934,7 +21934,7 @@ module.exports = { }, uuid: "9a62eb66-8231-4fa9-9047-284798892e93" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -21946,7 +21946,7 @@ module.exports = { }, uuid: "c46b6c89-0a24-4586-865d-76ff5ae35209" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21966,7 +21966,7 @@ module.exports = { PointDefence_LightWeight: { fdname: "PointDefence_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -21976,7 +21976,7 @@ module.exports = { }, uuid: "b212ba23-880a-46f7-94ef-f276acb068da" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21987,7 +21987,7 @@ module.exports = { }, uuid: "17733fc5-6153-406c-b7f6-fbc6904b7223" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21999,7 +21999,7 @@ module.exports = { }, uuid: "428b7f9f-9ab2-4f1f-9e8e-9a54ede9af65" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -22011,7 +22011,7 @@ module.exports = { }, uuid: "6285a7cd-bb8f-427d-b2aa-3c20953c9c9c" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -22031,7 +22031,7 @@ module.exports = { PointDefence_PointDefenseCapacity: { fdname: "PointDefence_PointDefenseCapacity", grades: { - "3": { + 3: { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -22052,7 +22052,7 @@ module.exports = { PointDefence_Reinforced: { fdname: "PointDefence_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -22062,7 +22062,7 @@ module.exports = { }, uuid: "be6995c8-ffe3-41db-82c7-8a1d876254bd" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -22073,7 +22073,7 @@ module.exports = { }, uuid: "b485f4a5-194e-44cd-8a68-d78d87b78749" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -22085,7 +22085,7 @@ module.exports = { }, uuid: "007beb33-2cb2-48fc-b3d3-b5b82fc7c795" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -22097,7 +22097,7 @@ module.exports = { }, uuid: "3fbaecf6-2bdf-4c53-b455-d37d0d78571c" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -22117,7 +22117,7 @@ module.exports = { PointDefence_Shielded: { fdname: "PointDefence_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -22127,7 +22127,7 @@ module.exports = { }, uuid: "84de52cc-9d50-48b9-94bc-262735f61a27" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -22138,7 +22138,7 @@ module.exports = { }, uuid: "94b0ceb5-3f07-4206-aa02-1e69f1059476" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -22150,7 +22150,7 @@ module.exports = { }, uuid: "ad2d6c5e-f69d-44cd-94e5-0437a1b77e39" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22162,7 +22162,7 @@ module.exports = { }, uuid: "718b1c81-ffc9-4097-8969-3805dfab4ce2" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22182,7 +22182,7 @@ module.exports = { PowerDistributor_HighCapacity: { fdname: "PowerDistributor_HighCapacity", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -22197,7 +22197,7 @@ module.exports = { }, uuid: "e1ae5651-f688-46e2-a94a-9c3bc6e8665b" }, - "2": { + 2: { components: { Chromium: 1, "Specialised Legacy Firmware": 1 @@ -22213,7 +22213,7 @@ module.exports = { }, uuid: "d5ea6b7b-31eb-44f4-b1f3-8126dd6ea7b5" }, - "3": { + 3: { components: { Chromium: 1, "High Density Composites": 1, @@ -22230,7 +22230,7 @@ module.exports = { }, uuid: "b959a87e-a231-46e7-a6a7-65fe6c0464bc" }, - "4": { + 4: { components: { "Modified Consumer Firmware": 1, "Proprietary Composites": 1, @@ -22247,7 +22247,7 @@ module.exports = { }, uuid: "5f468c03-ed6d-474f-9e82-601b11d728c8" }, - "5": { + 5: { components: { "Cracked Industrial Firmware": 1, "Military Supercapacitors": 1, @@ -22272,7 +22272,7 @@ module.exports = { PowerDistributor_HighFrequency: { fdname: "PowerDistributor_HighFrequency", grades: { - "1": { + 1: { components: { "Specialised Legacy Firmware": 1 }, @@ -22286,7 +22286,7 @@ module.exports = { }, uuid: "e8ce47e1-c5d7-46bf-b31e-48dcfe9ab1a5" }, - "2": { + 2: { components: { "Chemical Processors": 1, "Specialised Legacy Firmware": 1 @@ -22301,7 +22301,7 @@ module.exports = { }, uuid: "528b87b2-157d-471e-9958-831a9962c595" }, - "3": { + 3: { components: { "Chemical Distillery": 1, "Grid Resistors": 1, @@ -22317,7 +22317,7 @@ module.exports = { }, uuid: "713b5e19-b7a5-447f-b450-248e771dcd72" }, - "4": { + 4: { components: { "Chemical Manipulators": 1, "Cracked Industrial Firmware": 1, @@ -22333,7 +22333,7 @@ module.exports = { }, uuid: "1bfd4836-c69d-4adf-94dd-e7c41da96416" }, - "5": { + 5: { components: { "Chemical Manipulators": 1, "Cracked Industrial Firmware": 1, @@ -22357,7 +22357,7 @@ module.exports = { PowerDistributor_PriorityEngines: { fdname: "PowerDistributor_PriorityEngines", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -22371,7 +22371,7 @@ module.exports = { }, uuid: "69f1b8a3-c868-452f-bdbd-cfc95e117ab5" }, - "2": { + 2: { components: { "Conductive Components": 1, Sulphur: 1 @@ -22386,7 +22386,7 @@ module.exports = { }, uuid: "5e91d652-7346-4a22-82c9-79853fdcdf91" }, - "3": { + 3: { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22402,7 +22402,7 @@ module.exports = { }, uuid: "4185370a-c4e9-4f58-9b67-a7f46bb2d3c2" }, - "4": { + 4: { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22418,7 +22418,7 @@ module.exports = { }, uuid: "6a6a497e-8261-4763-8a15-c78222a00443" }, - "5": { + 5: { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22442,7 +22442,7 @@ module.exports = { PowerDistributor_PrioritySystems: { fdname: "PowerDistributor_PrioritySystems", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -22456,7 +22456,7 @@ module.exports = { }, uuid: "8138ba35-155d-4b82-86ef-ad4600ab5e03" }, - "2": { + 2: { components: { "Conductive Components": 1, Sulphur: 1 @@ -22471,7 +22471,7 @@ module.exports = { }, uuid: "91c79b1b-b494-4dd9-98c4-10d58aa5509f" }, - "3": { + 3: { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22487,7 +22487,7 @@ module.exports = { }, uuid: "13ab16c7-2456-4387-b536-b28fd2f57d2e" }, - "4": { + 4: { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22503,7 +22503,7 @@ module.exports = { }, uuid: "544e6d6b-be89-478d-9b1b-62fae7599d30" }, - "5": { + 5: { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22527,7 +22527,7 @@ module.exports = { PowerDistributor_PriorityWeapons: { fdname: "PowerDistributor_PriorityWeapons", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -22541,7 +22541,7 @@ module.exports = { }, uuid: "dd023cf4-0b4d-4d18-957f-4b1eecb71c0a" }, - "2": { + 2: { components: { "Conductive Components": 1, Sulphur: 1 @@ -22556,7 +22556,7 @@ module.exports = { }, uuid: "cac790f3-9852-4673-a219-0f5e4dc6a0ad" }, - "3": { + 3: { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22572,7 +22572,7 @@ module.exports = { }, uuid: "cc5507e8-613b-4d43-a7fe-a874be963125" }, - "4": { + 4: { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22588,7 +22588,7 @@ module.exports = { }, uuid: "34c9c5e5-8a42-4509-a22a-7313528263f2" }, - "5": { + 5: { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22612,7 +22612,7 @@ module.exports = { PowerDistributor_Shielded: { fdname: "PowerDistributor_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -22623,7 +22623,7 @@ module.exports = { }, uuid: "05883145-2407-46a1-9eea-5a56ac549cfd" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -22635,7 +22635,7 @@ module.exports = { }, uuid: "5822ff0c-fa6c-4072-95be-e2534f37be00" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -22648,7 +22648,7 @@ module.exports = { }, uuid: "d5040eac-fa75-4613-828d-ea71aefd9051" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22661,7 +22661,7 @@ module.exports = { }, uuid: "32c94fd6-71c3-461b-80ed-bfe1543f9651" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22682,7 +22682,7 @@ module.exports = { PowerPlant_Armoured: { fdname: "PowerPlant_Armoured", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -22694,7 +22694,7 @@ module.exports = { }, uuid: "14be2e0d-417b-4cde-834f-b7e8ca14bb85" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -22707,7 +22707,7 @@ module.exports = { }, uuid: "14ade730-2a1d-4f48-a619-46be865819ec" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -22721,7 +22721,7 @@ module.exports = { }, uuid: "aa9a05c9-f142-40db-b0bf-8f6ca29efba8" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22735,7 +22735,7 @@ module.exports = { }, uuid: "bfb0ccc8-389e-4df0-9acd-4df91680c5a3" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22757,7 +22757,7 @@ module.exports = { PowerPlant_Boosted: { fdname: "PowerPlant_Boosted", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -22768,7 +22768,7 @@ module.exports = { }, uuid: "06282764-2821-4604-ad2c-d9b148d562d0" }, - "2": { + 2: { components: { "Conductive Components": 1, "Heat Conduction Wiring": 1 @@ -22780,7 +22780,7 @@ module.exports = { }, uuid: "feb49620-2df8-4ec6-9a58-13f986aed81f" }, - "3": { + 3: { components: { "Conductive Components": 1, "Heat Conduction Wiring": 1, @@ -22793,7 +22793,7 @@ module.exports = { }, uuid: "9325c166-998d-4ea6-8dab-0aafcec76705" }, - "4": { + 4: { components: { Cadmium: 1, "Conductive Ceramics": 1, @@ -22806,7 +22806,7 @@ module.exports = { }, uuid: "6dd84c8d-1d21-4bf5-a747-f582ffe49a99" }, - "5": { + 5: { components: { "Chemical Manipulators": 1, "Conductive Ceramics": 1, @@ -22827,7 +22827,7 @@ module.exports = { PowerPlant_Stealth: { fdname: "PowerPlant_Stealth", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -22838,7 +22838,7 @@ module.exports = { }, uuid: "92571059-8e76-4473-b3ee-1b50803c75ef" }, - "2": { + 2: { components: { Iron: 1, "Irregular Emission Data": 1 @@ -22850,7 +22850,7 @@ module.exports = { }, uuid: "5a20a4d0-2d5d-4380-b14d-6099928cd0a7" }, - "3": { + 3: { components: { "Heat Exchangers": 1, Iron: 1, @@ -22863,7 +22863,7 @@ module.exports = { }, uuid: "a0283399-56cd-4013-8293-872ad44a1ffd" }, - "4": { + 4: { components: { "Heat Vanes": 1, Germanium: 1, @@ -22876,7 +22876,7 @@ module.exports = { }, uuid: "e87a55a5-ddf0-42fe-b919-9a3ef13a7bba" }, - "5": { + 5: { components: { "Proto Heat Radiators": 1, Niobium: 1, @@ -22897,7 +22897,7 @@ module.exports = { ProspectingLimpet_LightWeight: { fdname: "ProspectingLimpet_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -22907,7 +22907,7 @@ module.exports = { }, uuid: "bb27a6b6-5c10-41e8-a6b3-3abc8a4ed23e" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -22918,7 +22918,7 @@ module.exports = { }, uuid: "95af3c55-ec45-4f5d-848d-1639307fee41" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -22930,7 +22930,7 @@ module.exports = { }, uuid: "a3b84b26-d67e-4d8c-9653-f23181cce9f8" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -22942,7 +22942,7 @@ module.exports = { }, uuid: "363a9543-4072-4211-8c89-8e9477fa72eb" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -22962,7 +22962,7 @@ module.exports = { ProspectingLimpet_Reinforced: { fdname: "ProspectingLimpet_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -22972,7 +22972,7 @@ module.exports = { }, uuid: "650fdb39-a2fa-4757-bac0-fcad6c7104f9" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -22983,7 +22983,7 @@ module.exports = { }, uuid: "ee33e0d9-d8b2-4ac5-9370-7dac2f252570" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -22995,7 +22995,7 @@ module.exports = { }, uuid: "5c8c244e-2f93-4422-8fcb-ad4012020a8a" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -23007,7 +23007,7 @@ module.exports = { }, uuid: "31532d5f-6e3c-45a6-95b2-13fb0218aa7a" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -23027,7 +23027,7 @@ module.exports = { ProspectingLimpet_Shielded: { fdname: "ProspectingLimpet_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -23037,7 +23037,7 @@ module.exports = { }, uuid: "573d6e16-dc01-4093-a14d-420621279673" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -23048,7 +23048,7 @@ module.exports = { }, uuid: "197d4759-f451-4b30-8051-08c5fde05421" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -23060,7 +23060,7 @@ module.exports = { }, uuid: "633cafa0-a2c3-436c-867f-aba0205e55b8" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -23072,7 +23072,7 @@ module.exports = { }, uuid: "6a396efb-3aa1-4022-b66d-dd299ff7e4d8" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -23092,7 +23092,7 @@ module.exports = { Refineries_Shielded: { fdname: "Refineries_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -23102,7 +23102,7 @@ module.exports = { }, uuid: "58578acb-b652-4a30-8ffe-e4e488325221" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -23113,7 +23113,7 @@ module.exports = { }, uuid: "e33c7809-d6cd-4549-8596-9400baabc3cd" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -23125,7 +23125,7 @@ module.exports = { }, uuid: "cffa4897-fa7a-44dd-8fe1-1b3702e82f9e" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -23145,7 +23145,7 @@ module.exports = { Sensor_CargoScanner_FastScan: { fdname: "Sensor_CargoScanner_FastScan", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -23156,7 +23156,7 @@ module.exports = { }, uuid: "8e2046eb-06bf-44e4-8fad-981f24d68340" }, - "2": { + 2: { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23168,7 +23168,7 @@ module.exports = { }, uuid: "953bcfbf-a46d-45e2-90c7-f727e641edc3" }, - "3": { + 3: { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23181,7 +23181,7 @@ module.exports = { }, uuid: "bed8bdc6-ef45-450e-aa7f-802cea642b2d" }, - "4": { + 4: { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23194,7 +23194,7 @@ module.exports = { }, uuid: "610ba60e-d0e3-42c2-9269-c67bafb25546" }, - "5": { + 5: { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23215,7 +23215,7 @@ module.exports = { Sensor_CargoScanner_LongRange: { fdname: "Sensor_CargoScanner_LongRange", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -23226,7 +23226,7 @@ module.exports = { }, uuid: "1b566f8d-56ef-4b11-bb06-1fd9c603ab1c" }, - "2": { + 2: { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23238,7 +23238,7 @@ module.exports = { }, uuid: "9371ee9f-12a1-4859-9b97-e3c3c87ee0a0" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23251,7 +23251,7 @@ module.exports = { }, uuid: "317bbfd2-7b05-4f7a-b6ca-55e0a7d3f147" }, - "4": { + 4: { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23264,7 +23264,7 @@ module.exports = { }, uuid: "5e3ac270-69ef-4301-9e86-8c9cbc5ada89" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23285,7 +23285,7 @@ module.exports = { Sensor_CargoScanner_WideAngle: { fdname: "Sensor_CargoScanner_WideAngle", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -23296,7 +23296,7 @@ module.exports = { }, uuid: "c034e952-985f-4b04-9d9e-bec4ddc50171" }, - "2": { + 2: { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23308,7 +23308,7 @@ module.exports = { }, uuid: "c2dee450-a617-4740-9af9-57cf2ea7de4f" }, - "3": { + 3: { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23321,7 +23321,7 @@ module.exports = { }, uuid: "181cd2e3-ef3c-4939-b5b9-f6b21090d920" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23334,7 +23334,7 @@ module.exports = { }, uuid: "a93247e8-cbce-4026-9640-6137934614c9" }, - "5": { + 5: { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23355,7 +23355,7 @@ module.exports = { Sensor_KillWarrantScanner_FastScan: { fdname: "Sensor_KillWarrantScanner_FastScan", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -23366,7 +23366,7 @@ module.exports = { }, uuid: "37c2d07b-fa12-4ad2-a1cb-a1c9c5cdb348" }, - "2": { + 2: { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23378,7 +23378,7 @@ module.exports = { }, uuid: "a375ac53-e245-4364-8d8a-389e247bc74d" }, - "3": { + 3: { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23391,7 +23391,7 @@ module.exports = { }, uuid: "472ebde0-72d0-4ec1-beda-11cbcbad13f9" }, - "4": { + 4: { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23404,7 +23404,7 @@ module.exports = { }, uuid: "6d8d3ba8-46b3-4482-a65d-b1c6663c543b" }, - "5": { + 5: { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23425,7 +23425,7 @@ module.exports = { Sensor_KillWarrantScanner_WideAngle: { fdname: "Sensor_KillWarrantScanner_WideAngle", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -23436,7 +23436,7 @@ module.exports = { }, uuid: "69ee982f-f925-4e0a-a7a8-cc52ff9bc295" }, - "2": { + 2: { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23448,7 +23448,7 @@ module.exports = { }, uuid: "3f0b3cbd-3acf-4a49-a176-6ceb02b958f9" }, - "3": { + 3: { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23461,7 +23461,7 @@ module.exports = { }, uuid: "5c378d56-97f7-4a75-b113-7e6bc846d53f" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23474,7 +23474,7 @@ module.exports = { }, uuid: "887d9bb6-422f-42ce-8a21-22d1f43a7f64" }, - "5": { + 5: { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23495,7 +23495,7 @@ module.exports = { Sensor_Sensor_LightWeight: { fdname: "Sensor_Sensor_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -23506,7 +23506,7 @@ module.exports = { }, uuid: "239cd942-3298-4be0-b032-143961c801a1" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -23518,7 +23518,7 @@ module.exports = { }, uuid: "8dd41f78-c4f0-4107-a1fe-d1eee78bbd23" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -23531,7 +23531,7 @@ module.exports = { }, uuid: "d51697d0-c837-4c0d-a6af-f192ace27e9a" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -23544,7 +23544,7 @@ module.exports = { }, uuid: "01ccf913-c1cb-47a6-9515-1d2ee3e3b2ae" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -23565,7 +23565,7 @@ module.exports = { Sensor_Sensor_LongRange: { fdname: "Sensor_Sensor_LongRange", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -23576,7 +23576,7 @@ module.exports = { }, uuid: "92c755ae-690b-442c-bacd-606575987f22" }, - "2": { + 2: { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23588,7 +23588,7 @@ module.exports = { }, uuid: "40167259-2960-4072-a135-cba93c87709d" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23601,7 +23601,7 @@ module.exports = { }, uuid: "6d422ca1-ebdd-4c87-b2b2-056e36c0cbfb" }, - "4": { + 4: { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23614,7 +23614,7 @@ module.exports = { }, uuid: "6b09d91f-919f-4a3a-9900-850b026ab01c" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23635,7 +23635,7 @@ module.exports = { Sensor_Sensor_WideAngle: { fdname: "Sensor_Sensor_WideAngle", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -23646,7 +23646,7 @@ module.exports = { }, uuid: "996dc047-9f07-47a6-8b05-3283ce666fa7" }, - "2": { + 2: { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23658,7 +23658,7 @@ module.exports = { }, uuid: "0855a023-3a25-44c1-84fa-c6e4e8ac3384" }, - "3": { + 3: { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23671,7 +23671,7 @@ module.exports = { }, uuid: "06908f4d-30e8-448f-9652-5051a79713f3" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23684,7 +23684,7 @@ module.exports = { }, uuid: "af874bae-07c3-457a-b525-baeb771b3d72" }, - "5": { + 5: { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23705,7 +23705,7 @@ module.exports = { Sensor_SurfaceScanner_FastScan: { fdname: "Sensor_SurfaceScanner_FastScan", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -23715,7 +23715,7 @@ module.exports = { }, uuid: "97940d61-5b9a-4b0e-8cfd-33f2175b956a" }, - "2": { + 2: { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23726,7 +23726,7 @@ module.exports = { }, uuid: "d5c0c74d-a4ff-45ed-a732-3c68aded4e06" }, - "3": { + 3: { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23738,7 +23738,7 @@ module.exports = { }, uuid: "ca9fc2bb-948e-43f4-b2f2-7bea95509d63" }, - "4": { + 4: { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23750,7 +23750,7 @@ module.exports = { }, uuid: "ef254d05-630e-41b4-9e0f-d6ea0002b1fc" }, - "5": { + 5: { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23770,7 +23770,7 @@ module.exports = { Sensor_SurfaceScanner_LongRange: { fdname: "Sensor_SurfaceScanner_LongRange", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -23780,7 +23780,7 @@ module.exports = { }, uuid: "c35f597e-dac8-4e38-8648-e2cb0018006c" }, - "2": { + 2: { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23791,7 +23791,7 @@ module.exports = { }, uuid: "5d607664-6ec6-4fdd-b692-4d3621c76150" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23803,7 +23803,7 @@ module.exports = { }, uuid: "e438dda9-1b0d-47e0-be07-295c17b56c2b" }, - "4": { + 4: { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23815,7 +23815,7 @@ module.exports = { }, uuid: "07ea5b4c-8ea7-44fb-8b0b-d38149dff798" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23835,7 +23835,7 @@ module.exports = { Sensor_SurfaceScanner_WideAngle: { fdname: "Sensor_SurfaceScanner_WideAngle", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -23845,7 +23845,7 @@ module.exports = { }, uuid: "74d12e8c-a62a-4812-b7f4-9e3356963206" }, - "2": { + 2: { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23856,7 +23856,7 @@ module.exports = { }, uuid: "4e76da64-72ea-4112-a5e8-4c14fc2efe57" }, - "3": { + 3: { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23868,7 +23868,7 @@ module.exports = { }, uuid: "e09980d9-b243-4d0f-8645-441552acb58e" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23880,7 +23880,7 @@ module.exports = { }, uuid: "ed5c2046-bb49-4e48-8799-8c96db420359" }, - "5": { + 5: { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23900,7 +23900,7 @@ module.exports = { Sensor_WakeScanner_FastScan: { fdname: "Sensor_WakeScanner_FastScan", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -23911,7 +23911,7 @@ module.exports = { }, uuid: "c7abe4af-26f0-460c-8df7-71412f12d5f8" }, - "2": { + 2: { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23923,7 +23923,7 @@ module.exports = { }, uuid: "940b832d-2dac-4671-9ada-4bede831342e" }, - "3": { + 3: { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23936,7 +23936,7 @@ module.exports = { }, uuid: "223a0854-036f-495d-afa1-69253f2b87c3" }, - "4": { + 4: { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23949,7 +23949,7 @@ module.exports = { }, uuid: "992ffcbe-26c5-4f41-bc2d-81bb6565ac27" }, - "5": { + 5: { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23970,7 +23970,7 @@ module.exports = { Sensor_WakeScanner_LongRange: { fdname: "Sensor_WakeScanner_LongRange", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -23981,7 +23981,7 @@ module.exports = { }, uuid: "11521a5e-0b00-4efe-9433-b0d4b5168c11" }, - "2": { + 2: { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23993,7 +23993,7 @@ module.exports = { }, uuid: "16235231-561b-4efb-a9bc-dcacb18b5651" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -24006,7 +24006,7 @@ module.exports = { }, uuid: "8dcbfbd5-748e-46ee-b179-4e2d213e518c" }, - "4": { + 4: { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -24019,7 +24019,7 @@ module.exports = { }, uuid: "44a348b1-979f-498e-bf61-22b38cb6f53b" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -24040,7 +24040,7 @@ module.exports = { Sensor_WakeScanner_WideAngle: { fdname: "Sensor_WakeScanner_WideAngle", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -24051,7 +24051,7 @@ module.exports = { }, uuid: "1b76dc7a-d52c-4cdd-93c6-6857f509519b" }, - "2": { + 2: { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -24063,7 +24063,7 @@ module.exports = { }, uuid: "9e143db0-83e9-49ff-ba53-04927287190b" }, - "3": { + 3: { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -24076,7 +24076,7 @@ module.exports = { }, uuid: "d2b0776c-9e74-4fe9-be1c-e49e104dcad6" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -24089,7 +24089,7 @@ module.exports = { }, uuid: "a00e7425-0828-41ea-9e11-e44bc391dd6f" }, - "5": { + 5: { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -24110,7 +24110,7 @@ module.exports = { ShieldBooster_Explosive: { fdname: "ShieldBooster_Explosive", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -24121,7 +24121,7 @@ module.exports = { }, uuid: "b6dd19e6-60e4-4307-a34f-c7e0e6182d44" }, - "2": { + 2: { components: { "Conductive Components": 1, Iron: 1 @@ -24133,7 +24133,7 @@ module.exports = { }, uuid: "3dd5f8fb-8399-4c4c-96d7-87c3840cfdeb" }, - "3": { + 3: { components: { "Conductive Components": 1, "Focus Crystals": 1, @@ -24146,7 +24146,7 @@ module.exports = { }, uuid: "640409d8-6cb5-4624-b2b6-f435c9d8453b" }, - "4": { + 4: { components: { Germanium: 1, "Refined Focus Crystals": 1, @@ -24159,7 +24159,7 @@ module.exports = { }, uuid: "8a311709-54f6-4a5f-a1cc-94c109d947df" }, - "5": { + 5: { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24180,7 +24180,7 @@ module.exports = { ShieldBooster_HeavyDuty: { fdname: "ShieldBooster_HeavyDuty", grades: { - "1": { + 1: { components: { "Grid Resistors": 1 }, @@ -24192,7 +24192,7 @@ module.exports = { }, uuid: "350e7873-893a-49d2-9057-c00e060178eb" }, - "2": { + 2: { components: { "Distorted Shield Cycle Recordings": 1, "Hybrid Capacitors": 1 @@ -24205,7 +24205,7 @@ module.exports = { }, uuid: "636ccc8d-cc59-4366-9934-8b235becc2d7" }, - "3": { + 3: { components: { "Distorted Shield Cycle Recordings": 1, "Hybrid Capacitors": 1, @@ -24219,7 +24219,7 @@ module.exports = { }, uuid: "82a66c08-1205-4c1a-ab02-1889e8ebcdd8" }, - "4": { + 4: { components: { "Electrochemical Arrays": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24233,7 +24233,7 @@ module.exports = { }, uuid: "c635934c-8d9d-4d1c-89e4-3a000a972bf2" }, - "5": { + 5: { components: { Antimony: 1, "Polymer Capacitors": 1, @@ -24255,7 +24255,7 @@ module.exports = { ShieldBooster_Kinetic: { fdname: "ShieldBooster_Kinetic", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -24266,7 +24266,7 @@ module.exports = { }, uuid: "8252b4bb-3195-4f46-88e8-b79ed5b5ad43" }, - "2": { + 2: { components: { Germanium: 1, "Grid Resistors": 1 @@ -24278,7 +24278,7 @@ module.exports = { }, uuid: "5f099a0e-0c37-447b-b552-f2e3d8dc1d19" }, - "3": { + 3: { components: { "Focus Crystals": 1, "Hybrid Capacitors": 1, @@ -24291,7 +24291,7 @@ module.exports = { }, uuid: "ab7f39b5-0b0e-45b2-a016-0916026e9633" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, "Refined Focus Crystals": 1, @@ -24304,7 +24304,7 @@ module.exports = { }, uuid: "59ddbb49-f4fc-466d-84b6-06f0529915a9" }, - "5": { + 5: { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24325,7 +24325,7 @@ module.exports = { ShieldBooster_Resistive: { fdname: "ShieldBooster_Resistive", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -24338,7 +24338,7 @@ module.exports = { }, uuid: "54f9f0c6-b4e9-4861-86ab-730d800bea54" }, - "2": { + 2: { components: { "Conductive Components": 1, Phosphorus: 1 @@ -24352,7 +24352,7 @@ module.exports = { }, uuid: "f082652b-7778-4bce-a1f1-f2491b27eb1a" }, - "3": { + 3: { components: { "Conductive Components": 1, "Focus Crystals": 1, @@ -24367,7 +24367,7 @@ module.exports = { }, uuid: "cfb01505-ea2b-4a33-aa6b-cbabeb60db7c" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -24382,7 +24382,7 @@ module.exports = { }, uuid: "1d11b8c8-9c16-4bdb-ba33-e52e79fa5999" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Imperial Shielding": 1, @@ -24405,7 +24405,7 @@ module.exports = { ShieldBooster_Thermic: { fdname: "ShieldBooster_Thermic", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -24416,7 +24416,7 @@ module.exports = { }, uuid: "9316e798-33cd-4ed2-8289-94eb82e41574" }, - "2": { + 2: { components: { Germanium: 1, "Heat Conduction Wiring": 1 @@ -24428,7 +24428,7 @@ module.exports = { }, uuid: "62eaf453-a4dd-42e6-b404-dfb7569afec6" }, - "3": { + 3: { components: { "Focus Crystals": 1, "Heat Conduction Wiring": 1, @@ -24441,7 +24441,7 @@ module.exports = { }, uuid: "90cddf76-5636-46ae-8c41-b28c6831549b" }, - "4": { + 4: { components: { "Heat Dispersion Plate": 1, "Refined Focus Crystals": 1, @@ -24454,7 +24454,7 @@ module.exports = { }, uuid: "3a922d38-e010-4874-97c9-7459dda8c184" }, - "5": { + 5: { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24475,7 +24475,7 @@ module.exports = { ShieldCellBank_Rapid: { fdname: "ShieldCellBank_Rapid", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -24487,7 +24487,7 @@ module.exports = { }, uuid: "8f315143-e256-41c2-8833-f35d12e47dce" }, - "2": { + 2: { components: { Chromium: 1, "Grid Resistors": 1 @@ -24500,7 +24500,7 @@ module.exports = { }, uuid: "f983d8e1-9a38-425c-a5bb-3881c5e0f14d" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, "Precipitated Alloys": 1, @@ -24522,7 +24522,7 @@ module.exports = { ShieldCellBank_Specialised: { fdname: "ShieldCellBank_Specialised", grades: { - "1": { + 1: { components: { "Specialised Legacy Firmware": 1 }, @@ -24535,7 +24535,7 @@ module.exports = { }, uuid: "3aa962e3-48f8-4305-829a-717dbead2830" }, - "2": { + 2: { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1 @@ -24549,7 +24549,7 @@ module.exports = { }, uuid: "53d40533-967f-4792-b938-421f7a938540" }, - "3": { + 3: { components: { "Conductive Components": 1, "Cracked Industrial Firmware": 1, @@ -24572,7 +24572,7 @@ module.exports = { ShieldGenerator_Kinetic: { fdname: "ShieldGenerator_Kinetic", grades: { - "1": { + 1: { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24583,7 +24583,7 @@ module.exports = { }, uuid: "df87f0c1-bd60-4e18-8a03-76063d635235" }, - "2": { + 2: { components: { "Distorted Shield Cycle Recordings": 1, "Modified Consumer Firmware": 1 @@ -24595,7 +24595,7 @@ module.exports = { }, uuid: "b67f86a0-866c-4233-9cd3-f5ea87a572eb" }, - "3": { + 3: { components: { "Distorted Shield Cycle Recordings": 1, "Modified Consumer Firmware": 1, @@ -24608,7 +24608,7 @@ module.exports = { }, uuid: "93979fd6-d135-4221-9a60-c9354e02619f" }, - "4": { + 4: { components: { "Focus Crystals": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24621,7 +24621,7 @@ module.exports = { }, uuid: "0e14c801-fd35-4bca-b97b-24da20d8c716" }, - "5": { + 5: { components: { "Refined Focus Crystals": 1, Ruthenium: 1, @@ -24642,7 +24642,7 @@ module.exports = { ShieldGenerator_Optimised: { fdname: "ShieldGenerator_Optimised", grades: { - "1": { + 1: { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24655,7 +24655,7 @@ module.exports = { }, uuid: "598e0c47-ecd2-4cfa-93d1-08bbda4cd765" }, - "2": { + 2: { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1 @@ -24669,7 +24669,7 @@ module.exports = { }, uuid: "605d6333-c544-425e-96c6-a76b6b839e2c" }, - "3": { + 3: { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1, @@ -24684,7 +24684,7 @@ module.exports = { }, uuid: "db5f0467-5bdc-433e-986d-031bbd48067b" }, - "4": { + 4: { components: { "Inconsistent Shield Soak Analysis": 1, Niobium: 1, @@ -24699,7 +24699,7 @@ module.exports = { }, uuid: "88987ab7-b759-4cda-acbb-726bd0ad17c7" }, - "5": { + 5: { components: { "Military Grade Alloys": 1, Tin: 1, @@ -24722,7 +24722,7 @@ module.exports = { ShieldGenerator_Reinforced: { fdname: "ShieldGenerator_Reinforced", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -24736,7 +24736,7 @@ module.exports = { }, uuid: "47ad77c0-e49b-44e5-9824-4074b63db369" }, - "2": { + 2: { components: { "Conductive Components": 1, Phosphorus: 1 @@ -24751,7 +24751,7 @@ module.exports = { }, uuid: "823f8f82-745d-4051-8f35-4e38a561932e" }, - "3": { + 3: { components: { "Conductive Components": 1, "Mechanical Components": 1, @@ -24767,7 +24767,7 @@ module.exports = { }, uuid: "a1a29713-f2e5-4e15-a913-e01dc065f99f" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, "Configurable Components": 1, @@ -24783,7 +24783,7 @@ module.exports = { }, uuid: "87ac1315-7904-48f6-a5fe-f044be546490" }, - "5": { + 5: { components: { Arsenic: 1, "Conductive Polymers": 1, @@ -24807,7 +24807,7 @@ module.exports = { ShieldGenerator_Thermic: { fdname: "ShieldGenerator_Thermic", grades: { - "1": { + 1: { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24818,7 +24818,7 @@ module.exports = { }, uuid: "ef5a3026-0777-4715-a1f4-5c65eff85b12" }, - "2": { + 2: { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1 @@ -24830,7 +24830,7 @@ module.exports = { }, uuid: "54e6e07a-3281-41aa-afa0-bbf292131c0f" }, - "3": { + 3: { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1, @@ -24843,7 +24843,7 @@ module.exports = { }, uuid: "307935bf-60d3-4887-b449-24d712518154" }, - "4": { + 4: { components: { "Focus Crystals": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24856,7 +24856,7 @@ module.exports = { }, uuid: "ef6a4d70-9996-4db8-ae22-7c61c3dcaf74" }, - "5": { + 5: { components: { "Refined Focus Crystals": 1, Ruthenium: 1, @@ -24877,7 +24877,7 @@ module.exports = { WakeScanner_LightWeight: { fdname: "WakeScanner_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -24887,7 +24887,7 @@ module.exports = { }, uuid: "bb40e7d4-d0f1-46aa-bedd-d946db82012d" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -24898,7 +24898,7 @@ module.exports = { }, uuid: "3d38ce20-64c8-4416-bf8c-a0de02225624" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -24910,7 +24910,7 @@ module.exports = { }, uuid: "86c3114f-e2d5-46a1-963b-a8dcdc4254c3" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -24922,7 +24922,7 @@ module.exports = { }, uuid: "cd80437d-740d-4391-810d-607f7e35202c" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -24942,7 +24942,7 @@ module.exports = { WakeScanner_Reinforced: { fdname: "WakeScanner_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -24952,7 +24952,7 @@ module.exports = { }, uuid: "8a71178f-3d2a-4c53-94dc-606d9d43d43a" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -24963,7 +24963,7 @@ module.exports = { }, uuid: "72595b30-3bbf-47e3-82f7-db29654bef66" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -24975,7 +24975,7 @@ module.exports = { }, uuid: "8cca72b3-f01a-49aa-a979-a72f3412bf6e" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -24987,7 +24987,7 @@ module.exports = { }, uuid: "89f9e00f-e621-4d34-bb15-4732f29a7f15" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -25007,7 +25007,7 @@ module.exports = { WakeScanner_Shielded: { fdname: "WakeScanner_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -25017,7 +25017,7 @@ module.exports = { }, uuid: "c500da24-7fe5-48f6-8661-593f4caee91a" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -25028,7 +25028,7 @@ module.exports = { }, uuid: "eed60442-f13e-4662-8132-e50a23e2534a" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -25040,7 +25040,7 @@ module.exports = { }, uuid: "df8baf0f-01a1-4fea-94e6-e169f71af1c6" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -25052,7 +25052,7 @@ module.exports = { }, uuid: "107cbead-888f-4b4c-a57e-324ccfe37006" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -25072,7 +25072,7 @@ module.exports = { Weapon_DoubleShot: { fdname: "Weapon_DoubleShot", grades: { - "1": { + 1: { components: { Carbon: 1 }, @@ -25084,7 +25084,7 @@ module.exports = { }, uuid: "0dad25c2-bbf3-4020-9af5-25f902ec7732" }, - "2": { + 2: { components: { Carbon: 1, "Mechanical Equipment": 1 @@ -25097,7 +25097,7 @@ module.exports = { }, uuid: "5cdaf06c-5ecd-40f0-bb8b-54ce8847b4e6" }, - "3": { + 3: { components: { Carbon: 1, "Cracked Industrial Firmware": 1, @@ -25111,7 +25111,7 @@ module.exports = { }, uuid: "fca184ef-5346-4f9a-8964-1e158763ab03" }, - "4": { + 4: { components: { "Mechanical Components": 1, "Security Firmware Patch": 1, @@ -25125,7 +25125,7 @@ module.exports = { }, uuid: "93cc424a-f547-409e-8487-2f73c27d4e47" }, - "5": { + 5: { components: { "Configurable Components": 1, "High Density Composites": 1, @@ -25147,7 +25147,7 @@ module.exports = { Weapon_Efficient: { fdname: "Weapon_Efficient", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -25157,7 +25157,7 @@ module.exports = { }, uuid: "3fbcc9dc-169a-4cd3-b945-cedc55882cd3" }, - "2": { + 2: { components: { "Heat Dispersion Plate": 1, Sulphur: 1 @@ -25170,7 +25170,7 @@ module.exports = { }, uuid: "a35a0c80-784d-4125-b858-fdee45750269" }, - "3": { + 3: { components: { Chromium: 1, "Exceptional Scrambled Emission Data": 1, @@ -25184,7 +25184,7 @@ module.exports = { }, uuid: "a429328b-11f4-402d-9909-2c6190505966" }, - "4": { + 4: { components: { "Heat Vanes": 1, "Irregular Emission Data": 1, @@ -25198,7 +25198,7 @@ module.exports = { }, uuid: "8c364495-468c-4ab1-9baf-079917a6cf9a" }, - "5": { + 5: { components: { Cadmium: 1, "Proto Heat Radiators": 1, @@ -25220,7 +25220,7 @@ module.exports = { Weapon_Focused: { fdname: "Weapon_Focused", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -25232,7 +25232,7 @@ module.exports = { }, uuid: "fc3e4f2e-04fb-4509-a31f-1121940e1bc6" }, - "2": { + 2: { components: { "Conductive Components": 1, Iron: 1 @@ -25245,7 +25245,7 @@ module.exports = { }, uuid: "437e00b1-a6fd-4d84-9242-075c3ce8adcb" }, - "3": { + 3: { components: { Chromium: 1, "Conductive Ceramics": 1, @@ -25259,7 +25259,7 @@ module.exports = { }, uuid: "bfbadc34-e11a-4cc4-80cc-83dde5731e6f" }, - "4": { + 4: { components: { "Focus Crystals": 1, Germanium: 1, @@ -25273,7 +25273,7 @@ module.exports = { }, uuid: "7c41f9fc-90ec-435e-9d92-6024c32ac40d" }, - "5": { + 5: { components: { "Military Supercapacitors": 1, Niobium: 1, @@ -25295,7 +25295,7 @@ module.exports = { Weapon_HighCapacity: { fdname: "Weapon_HighCapacity", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -25308,7 +25308,7 @@ module.exports = { }, uuid: "f622da45-ef05-4a9f-bdcb-879b5933b869" }, - "2": { + 2: { components: { "Mechanical Scrap": 1, Vanadium: 1 @@ -25322,7 +25322,7 @@ module.exports = { }, uuid: "c2cf2614-1a13-4b8d-81eb-d4eaf76257d0" }, - "3": { + 3: { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -25337,7 +25337,7 @@ module.exports = { }, uuid: "e37a6dba-669e-4ce6-bb3d-e831bdd656c0" }, - "4": { + 4: { components: { "High Density Composites": 1, "Mechanical Equipment": 1, @@ -25352,7 +25352,7 @@ module.exports = { }, uuid: "8800433a-2061-4776-9821-5dc04772b963" }, - "5": { + 5: { components: { "Mechanical Components": 1, "Military Supercapacitors": 1, @@ -25375,7 +25375,7 @@ module.exports = { Weapon_LightWeight: { fdname: "Weapon_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -25385,7 +25385,7 @@ module.exports = { }, uuid: "d5a539c5-120a-450f-bb68-e10abbeca8a9" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -25398,7 +25398,7 @@ module.exports = { }, uuid: "b6a80556-c22a-466e-931c-239c208c9890" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -25412,7 +25412,7 @@ module.exports = { }, uuid: "cbec8003-80e4-455a-84fe-257d2018386e" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -25426,7 +25426,7 @@ module.exports = { }, uuid: "3a57effa-ccac-448d-8d1c-3e0966042e24" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -25448,7 +25448,7 @@ module.exports = { Weapon_LongRange: { fdname: "Weapon_LongRange", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -25461,7 +25461,7 @@ module.exports = { }, uuid: "356d1457-e52f-4302-8af5-745e103b85e8" }, - "2": { + 2: { components: { "Modified Consumer Firmware": 1, Sulphur: 1 @@ -25475,7 +25475,7 @@ module.exports = { }, uuid: "965e7108-73d5-4f26-95ab-2d261716a80c" }, - "3": { + 3: { components: { "Focus Crystals": 1, "Modified Consumer Firmware": 1, @@ -25490,7 +25490,7 @@ module.exports = { }, uuid: "9d56f79f-9077-4391-8719-67e96c9613dd" }, - "4": { + 4: { components: { "Conductive Polymers": 1, "Focus Crystals": 1, @@ -25505,7 +25505,7 @@ module.exports = { }, uuid: "fbd49a72-d117-4e01-8485-d69b2267c803" }, - "5": { + 5: { components: { "Biotech Conductors": 1, "Cracked Industrial Firmware": 1, @@ -25528,7 +25528,7 @@ module.exports = { Weapon_Overcharged: { fdname: "Weapon_Overcharged", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -25540,7 +25540,7 @@ module.exports = { }, uuid: "e917ebe3-d5f1-4016-b8a9-2c759e16a7d4" }, - "2": { + 2: { components: { "Conductive Components": 1, Nickel: 1 @@ -25553,7 +25553,7 @@ module.exports = { }, uuid: "f5921fc1-fb10-4d2f-8e0a-cd8d8e9e3a84" }, - "3": { + 3: { components: { "Conductive Components": 1, "Electrochemical Arrays": 1, @@ -25567,7 +25567,7 @@ module.exports = { }, uuid: "4389883f-c2b3-4487-9b1a-b668a761057a" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, "Polymer Capacitors": 1, @@ -25581,7 +25581,7 @@ module.exports = { }, uuid: "25ec26dd-63b8-4e83-9a6e-86e5b80c4771" }, - "5": { + 5: { components: { "Conductive Polymers": 1, "Modified Embedded Firmware": 1, @@ -25603,7 +25603,7 @@ module.exports = { PA_Overcharged: { fdname: "Weapon_Overcharged", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -25614,7 +25614,7 @@ module.exports = { }, uuid: "e917ebe3-d5f1-4016-b8a9-2c759e16a7d4" }, - "2": { + 2: { components: { "Conductive Components": 1, Nickel: 1 @@ -25626,7 +25626,7 @@ module.exports = { }, uuid: "f5921fc1-fb10-4d2f-8e0a-cd8d8e9e3a84" }, - "3": { + 3: { components: { "Conductive Components": 1, "Electrochemical Arrays": 1, @@ -25639,7 +25639,7 @@ module.exports = { }, uuid: "4389883f-c2b3-4487-9b1a-b668a761057a" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, "Polymer Capacitors": 1, @@ -25652,7 +25652,7 @@ module.exports = { }, uuid: "25ec26dd-63b8-4e83-9a6e-86e5b80c4771" }, - "5": { + 5: { components: { "Conductive Polymers": 1, "Modified Embedded Firmware": 1, @@ -25673,7 +25673,7 @@ module.exports = { Weapon_RapidFire: { fdname: "Weapon_RapidFire", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -25685,7 +25685,7 @@ module.exports = { }, uuid: "a7ca2bf6-14be-41ed-8bfb-c7348fda7713" }, - "2": { + 2: { components: { "Heat Dispersion Plate": 1, "Mechanical Scrap": 1 @@ -25699,7 +25699,7 @@ module.exports = { }, uuid: "0008257b-ea33-48ea-a18e-56cc6cf98a77" }, - "3": { + 3: { components: { "Mechanical Equipment": 1, "Precipitated Alloys": 1, @@ -25714,7 +25714,7 @@ module.exports = { }, uuid: "f3338d38-f944-4841-b350-09755e1b615d" }, - "4": { + 4: { components: { "Mechanical Components": 1, "Modified Consumer Firmware": 1, @@ -25729,7 +25729,7 @@ module.exports = { }, uuid: "d2bdb568-725a-44bf-9328-ba72d2988acd" }, - "5": { + 5: { components: { "Configurable Components": 1, "Precipitated Alloys": 1, @@ -25752,7 +25752,7 @@ module.exports = { Weapon_ShortRange: { fdname: "Weapon_ShortRange", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -25762,7 +25762,7 @@ module.exports = { }, uuid: "81dca970-1fbf-4017-af46-0c6285c3a728" }, - "2": { + 2: { components: { "Modified Consumer Firmware": 1, Nickel: 1 @@ -25774,7 +25774,7 @@ module.exports = { }, uuid: "cf07de84-b794-43fd-a8b6-57ee781e9247" }, - "3": { + 3: { components: { "Electrochemical Arrays": 1, "Modified Consumer Firmware": 1, @@ -25787,7 +25787,7 @@ module.exports = { }, uuid: "7cd60cfe-e406-4005-a912-a306a69067e0" }, - "4": { + 4: { components: { "Conductive Polymers": 1, "Electrochemical Arrays": 1, @@ -25800,7 +25800,7 @@ module.exports = { }, uuid: "adae0f67-fd08-47d5-8870-f926cc63353f" }, - "5": { + 5: { components: { "Biotech Conductors": 1, "Configurable Components": 1, @@ -25821,7 +25821,7 @@ module.exports = { Weapon_Sturdy: { fdname: "Weapon_Sturdy", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -25833,7 +25833,7 @@ module.exports = { }, uuid: "3ac55eb7-0a45-440b-8c59-6ead43c7ef49" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -25846,7 +25846,7 @@ module.exports = { }, uuid: "53c131ab-cd66-4919-b49b-c1435362c8ff" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -25860,7 +25860,7 @@ module.exports = { }, uuid: "2d1873d4-6d38-4d39-b4c5-ea199be2bd6a" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -25874,7 +25874,7 @@ module.exports = { }, uuid: "4ceeab9c-7a85-4553-9fa4-81ebc6e88d4f" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -26824,16 +26824,16 @@ module.exports = { blueprints: { AFM_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } @@ -26845,95 +26845,95 @@ module.exports = { blueprints: { Armour_Advanced: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, Armour_Explosive: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, Armour_HeavyDuty: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, Armour_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, Armour_Thermic: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } @@ -26946,114 +26946,114 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } @@ -27066,76 +27066,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } @@ -27148,133 +27148,133 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } @@ -27287,57 +27287,57 @@ module.exports = { blueprints: { CollectionLimpet_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, CollectionLimpet_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, CollectionLimpet_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -27349,64 +27349,64 @@ module.exports = { blueprints: { ChaffLauncher_ChaffCapacity: { grades: { - "3": { + 3: { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } @@ -27426,114 +27426,114 @@ module.exports = { blueprints: { Sensor_CargoScanner_FastScan: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, Sensor_CargoScanner_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, Sensor_CargoScanner_WideAngle: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } @@ -27549,57 +27549,57 @@ module.exports = { blueprints: { ECM_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, ECM_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, ECM_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } @@ -27611,133 +27611,133 @@ module.exports = { blueprints: { Weapon_DoubleShot: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } @@ -27758,32 +27758,32 @@ module.exports = { blueprints: { FSDinterdictor_Expanded: { grades: { - "1": { + 1: { engineers: [ "Colonel Bris Dekker", "Felicity Farseer", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Colonel Bris Dekker" ] } } }, FSDinterdictor_LongRange: { grades: { - "1": { + 1: { engineers: [ "Colonel Bris Dekker", "Felicity Farseer", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Colonel Bris Dekker" ] } } @@ -27795,16 +27795,16 @@ module.exports = { blueprints: { FuelScoop_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } @@ -27816,57 +27816,57 @@ module.exports = { blueprints: { FSD_FastBoot: { grades: { - "1": { + 1: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - "5": { + 5: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } }, FSD_LongRange: { grades: { - "1": { + 1: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - "5": { + 5: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } }, FSD_Shielded: { grades: { - "1": { + 1: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - "5": { + 5: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } @@ -27883,57 +27883,57 @@ module.exports = { blueprints: { FuelTransferLimpet_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, FuelTransferLimpet_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, FuelTransferLimpet_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -27945,57 +27945,57 @@ module.exports = { blueprints: { HatchBreakerLimpet_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, HatchBreakerLimpet_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, HatchBreakerLimpet_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -28007,95 +28007,95 @@ module.exports = { blueprints: { HullReinforcement_Advanced: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Explosive: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, HullReinforcement_HeavyDuty: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Thermic: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } @@ -28108,64 +28108,64 @@ module.exports = { blueprints: { HeatSinkLauncher_HeatSinkCapacity: { grades: { - "3": { + 3: { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } @@ -28177,114 +28177,114 @@ module.exports = { blueprints: { Sensor_KillWarrantScanner_FastScan: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, Sensor_KillWarrantScanner_WideAngle: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } @@ -28296,48 +28296,48 @@ module.exports = { blueprints: { LifeSupport_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } }, LifeSupport_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } }, LifeSupport_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } @@ -28349,152 +28349,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } @@ -28515,76 +28515,76 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } @@ -28606,76 +28606,76 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Juri Ishmaak" ] }, - "5": { + 5: { engineers: [ "Juri Ishmaak" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Juri Ishmaak" ] }, - "5": { + 5: { engineers: [ "Juri Ishmaak" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Juri Ishmaak" ] }, - "5": { + 5: { engineers: [ "Juri Ishmaak" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Juri Ishmaak" ] }, - "5": { + 5: { engineers: [ "Juri Ishmaak" ] } } @@ -28728,152 +28728,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_Focused: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, PA_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } @@ -28890,57 +28890,57 @@ module.exports = { blueprints: { ProspectingLimpet_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, ProspectingLimpet_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, ProspectingLimpet_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -28968,114 +28968,114 @@ module.exports = { blueprints: { PowerDistributor_HighFrequency: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } }, PowerDistributor_PriorityEngines: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } }, PowerDistributor_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } }, PowerDistributor_Shielded: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } }, PowerDistributor_PrioritySystems: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } }, PowerDistributor_PriorityWeapons: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } @@ -29088,152 +29088,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Focused: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } @@ -29246,64 +29246,64 @@ module.exports = { blueprints: { PointDefence_PointDefenseCapacity: { grades: { - "3": { + 3: { engineers: [ "Ram Tah" ] } } }, PointDefence_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, PointDefence_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, PointDefence_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } @@ -29315,57 +29315,57 @@ module.exports = { blueprints: { PowerPlant_Armoured: { grades: { - "1": { + 1: { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "4": { + 4: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "5": { + 5: { engineers: [ "Hera Tani" ] } } }, PowerPlant_Stealth: { grades: { - "1": { + 1: { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "4": { + 4: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "5": { + 5: { engineers: [ "Hera Tani" ] } } }, PowerPlant_Boosted: { grades: { - "1": { + 1: { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "4": { + 4: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "5": { + 5: { engineers: [ "Hera Tani" ] } } @@ -29378,76 +29378,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } @@ -29464,16 +29464,16 @@ module.exports = { blueprints: { Refineries_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } @@ -29485,95 +29485,95 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } @@ -29586,57 +29586,57 @@ module.exports = { blueprints: { Sensor_Sensor_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } }, Sensor_Sensor_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } }, Sensor_Sensor_WideAngle: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } @@ -29648,95 +29648,95 @@ module.exports = { blueprints: { ShieldBooster_Explosive: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Didi Vatermann" ] }, - "5": { + 5: { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_HeavyDuty: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Didi Vatermann" ] }, - "5": { + 5: { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Didi Vatermann" ] }, - "5": { + 5: { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Resistive: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Didi Vatermann" ] }, - "5": { + 5: { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Thermic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Didi Vatermann" ] }, - "5": { + 5: { engineers: [ "Didi Vatermann" ] } } @@ -29757,26 +29757,26 @@ module.exports = { blueprints: { ShieldCellBank_Rapid: { grades: { - "1": { + 1: { engineers: [ "Elvira Martuuk", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Lori Jameson" ] } } }, ShieldCellBank_Specialised: { grades: { - "1": { + 1: { engineers: [ "Elvira Martuuk", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Lori Jameson" ] } } @@ -29789,76 +29789,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } @@ -29871,57 +29871,57 @@ module.exports = { blueprints: { Sensor_SurfaceScanner_FastScan: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } }, Sensor_SurfaceScanner_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } }, Sensor_SurfaceScanner_WideAngle: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } @@ -29937,57 +29937,57 @@ module.exports = { blueprints: { Engine_Dirty: { grades: { - "1": { + 1: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Professor Palin" ] }, - "5": { + 5: { engineers: [ "Professor Palin" ] } } }, Engine_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Professor Palin" ] }, - "5": { + 5: { engineers: [ "Professor Palin" ] } } }, Engine_Tuned: { grades: { - "1": { + 1: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Professor Palin" ] }, - "5": { + 5: { engineers: [ "Professor Palin" ] } } @@ -30000,38 +30000,38 @@ module.exports = { blueprints: { Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } @@ -30044,152 +30044,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Focused: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } @@ -30202,114 +30202,114 @@ module.exports = { blueprints: { Sensor_WakeScanner_FastScan: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, Sensor_WakeScanner_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, Sensor_WakeScanner_WideAngle: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } diff --git a/dist/index.json b/dist/index.json index 41cded2..b5ca51b 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4302,7 +4302,7 @@ } }, "krait_phantom": { - "edID": 128149376, + "edID": 128839281, "eddbID": 35, "properties": { "name": "Krait Phantom", @@ -4608,7 +4608,7 @@ } }, "mamba": { - "edID": 128149376, + "edID": 128915979, "eddbID": 11, "properties": { "name": "Mamba", diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index 7744e09..fe52b2a 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -1,6 +1,6 @@ { "krait_phantom": { - "edID": 128149376, + "edID": 128839281, "eddbID": 35, "properties": { "name": "Krait Phantom", diff --git a/ships/mamba.json b/ships/mamba.json index c4a7599..e1d5f0d 100644 --- a/ships/mamba.json +++ b/ships/mamba.json @@ -1,6 +1,6 @@ { "mamba": { - "edID": 128149376, + "edID": 128915979, "eddbID": 11, "properties": { "name": "Mamba", From e223286faf95712ee9b342e399872c7794092aab Mon Sep 17 00:00:00 2001 From: William Blythe Date: Tue, 13 Nov 2018 09:37:15 +1100 Subject: [PATCH 20/31] oops this is why i dont do things at 6am --- dist/index.js | 10 +++++----- dist/index.json | 10 +++++----- ships/krait_phantom.json | 8 ++++---- ships/mamba.json | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/dist/index.js b/dist/index.js index 53ef59c..8b46a04 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2804,16 +2804,16 @@ module.exports = { class: 2, hullCost: 42409425, speed: 250, - boost: 380, + boost: 350, boostEnergy: 13, baseShieldStrength: 200, baseArmour: 180, hardness: 60, hullMass: 270, masslock: 17, - pipSpeed: .048387096774194, - pitch: 27, - roll: 80, + pipSpeed: .09, + pitch: 26, + roll: 90, yaw: 10, crew: 2 }, @@ -3002,7 +3002,7 @@ module.exports = { hardness: 65, hullMass: 250, masslock: 12, - pipSpeed: .046052631578947, + pipSpeed: .048387096774194, pitch: 27, roll: 80, yaw: 10, diff --git a/dist/index.json b/dist/index.json index b5ca51b..1c89e9b 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4310,16 +4310,16 @@ "class": 2, "hullCost": 42409425, "speed": 250, - "boost": 380, + "boost": 350, "boostEnergy": 13, "baseShieldStrength": 200, "baseArmour": 180, "hardness": 60, "hullMass": 270, "masslock": 17, - "pipSpeed": 0.048387096774194, - "pitch": 27, - "roll": 80, + "pipSpeed": 0.09, + "pitch": 26, + "roll": 90, "yaw": 10, "crew": 2 }, @@ -4623,7 +4623,7 @@ "hardness": 65, "hullMass": 250, "masslock": 12, - "pipSpeed": 0.046052631578947, + "pipSpeed": 0.048387096774194, "pitch": 27, "roll": 80, "yaw": 10, diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index fe52b2a..acd60db 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -8,16 +8,16 @@ "class": 2, "hullCost": 42409425, "speed": 250, - "boost": 380, + "boost": 350, "boostEnergy": 13, "baseShieldStrength": 200, "baseArmour": 180, "hardness": 60, "hullMass": 270, "masslock": 17, - "pipSpeed": 0.048387096774194, - "pitch": 27, - "roll": 80, + "pipSpeed": 0.09, + "pitch": 26, + "roll": 90, "yaw": 10, "crew": 2 }, diff --git a/ships/mamba.json b/ships/mamba.json index e1d5f0d..6b35012 100644 --- a/ships/mamba.json +++ b/ships/mamba.json @@ -15,7 +15,7 @@ "hardness": 65, "hullMass": 250, "masslock": 12, - "pipSpeed": 0.046052631578947, + "pipSpeed": 0.048387096774194, "pitch": 27, "roll": 80, "yaw": 10, From 94ed51d43180984c6b8c945b64ff54414572b1bc Mon Sep 17 00:00:00 2001 From: willyb321 Date: Thu, 15 Nov 2018 07:47:21 +1100 Subject: [PATCH 21/31] mamba and phantom retail cost --- dist/index.js | 2670 +++++++++++++++++++------------------- dist/index.json | 4 +- ships/krait_phantom.json | 2 +- ships/mamba.json | 2 +- 4 files changed, 1339 insertions(+), 1339 deletions(-) diff --git a/dist/index.js b/dist/index.js index 8b46a04..c92aac3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2817,7 +2817,7 @@ module.exports = { yaw: 10, crew: 2 }, - retailCost: 45814205, + retailCost: 37472254, bulkheads: [ { id: "2T", edID: 128816569, @@ -3008,7 +3008,7 @@ module.exports = { yaw: 10, crew: 2 }, - retailCost: 55382252, + retailCost: 55867041, bulkheads: [ { id: "2T", edID: 128049376, @@ -18702,7 +18702,7 @@ module.exports = { AFM_Shielded: { fdname: "AFM_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -18712,7 +18712,7 @@ module.exports = { }, uuid: "c879e8d2-290a-471e-833c-eaea947a20c1" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -18723,7 +18723,7 @@ module.exports = { }, uuid: "90981fc0-8c0e-4b86-a656-9ef1a9a7fa00" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -18735,7 +18735,7 @@ module.exports = { }, uuid: "30976550-2ff1-46e2-9687-ae3faa4f4701" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -18755,7 +18755,7 @@ module.exports = { Armour_Advanced: { fdname: "Armour_Advanced", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -18768,7 +18768,7 @@ module.exports = { }, uuid: "fb33c5c9-24e4-48b5-8227-cc7b855572cd" }, - 2: { + "2": { components: { "Conductive Components": 1, Iron: 1 @@ -18782,7 +18782,7 @@ module.exports = { }, uuid: "a9417081-356c-43d7-bf30-9cc1de0c62a1" }, - 3: { + "3": { components: { "Conductive Components": 1, "High Density Composites": 1, @@ -18797,7 +18797,7 @@ module.exports = { }, uuid: "b93f110f-c467-4340-8496-9ea99332ef55" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, Germanium: 1, @@ -18812,7 +18812,7 @@ module.exports = { }, uuid: "4b9c30c9-0acf-4b56-bce9-3fc65be95382" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Military Grade Alloys": 1, @@ -18835,7 +18835,7 @@ module.exports = { Armour_Explosive: { fdname: "Armour_Explosive", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -18846,7 +18846,7 @@ module.exports = { }, uuid: "c74fe800-a8c1-4ae9-95a1-47a8a9d1f10d" }, - 2: { + "2": { components: { Carbon: 1, Zinc: 1 @@ -18858,7 +18858,7 @@ module.exports = { }, uuid: "78f76eb3-ac9e-47bd-be6f-a26b4fdf9c57" }, - 3: { + "3": { components: { "Salvaged Alloys": 1, Vanadium: 1 @@ -18870,7 +18870,7 @@ module.exports = { }, uuid: "83ea4fd2-2eee-4cfb-baa6-d6c314f58b8d" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, Mercury: 1, @@ -18883,7 +18883,7 @@ module.exports = { }, uuid: "9656e75a-a8ac-454f-941a-9fe4b4f6a330" }, - 5: { + "5": { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -18904,7 +18904,7 @@ module.exports = { Armour_HeavyDuty: { fdname: "Armour_HeavyDuty", grades: { - 1: { + "1": { components: { Carbon: 1 }, @@ -18917,7 +18917,7 @@ module.exports = { }, uuid: "f9d519ab-b6f6-4d81-a93b-8f4fb45edd55" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -18931,7 +18931,7 @@ module.exports = { }, uuid: "ab58e035-3128-4eec-8974-cbbff022d31e" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -18946,7 +18946,7 @@ module.exports = { }, uuid: "20afd6a5-5a72-4825-813d-b660fe796cb3" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -18961,7 +18961,7 @@ module.exports = { }, uuid: "e08d3ec0-79e1-4d9f-ae16-6bd0a7e5b5c4" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -18984,7 +18984,7 @@ module.exports = { Armour_Kinetic: { fdname: "Armour_Kinetic", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -18995,7 +18995,7 @@ module.exports = { }, uuid: "285736a7-9677-4875-b425-0704d2c05ee6" }, - 2: { + "2": { components: { Nickel: 1, Vanadium: 1 @@ -19007,7 +19007,7 @@ module.exports = { }, uuid: "816adb1f-c089-49b6-b52d-a8ca189a4ef5" }, - 3: { + "3": { components: { "High Density Composites": 1, "Salvaged Alloys": 1, @@ -19020,7 +19020,7 @@ module.exports = { }, uuid: "54c5cc67-3112-4c77-87f9-c5d6a5f0ae3c" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, "Proprietary Composites": 1, @@ -19033,7 +19033,7 @@ module.exports = { }, uuid: "80cdd75d-a574-4092-b45d-77187e52edf5" }, - 5: { + "5": { components: { "Core Dynamics Composites": 1, Molybdenum: 1, @@ -19054,7 +19054,7 @@ module.exports = { Armour_Thermic: { fdname: "Armour_Thermic", grades: { - 1: { + "1": { components: { "Heat Conduction Wiring": 1 }, @@ -19065,7 +19065,7 @@ module.exports = { }, uuid: "73c3a3c1-da09-4792-a1e9-d0161da6c0f2" }, - 2: { + "2": { components: { "Heat Dispersion Plate": 1, Nickel: 1 @@ -19077,7 +19077,7 @@ module.exports = { }, uuid: "f3096b56-d6d2-4aa5-a77c-98ce2adc79dc" }, - 3: { + "3": { components: { "Heat Exchangers": 1, "Salvaged Alloys": 1, @@ -19090,7 +19090,7 @@ module.exports = { }, uuid: "1aa48c57-d187-4e82-aa88-8b4a7a4bc856" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, "Heat Vanes": 1, @@ -19103,7 +19103,7 @@ module.exports = { }, uuid: "afc78426-8570-4ad4-923a-794821c2506f" }, - 5: { + "5": { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -19124,7 +19124,7 @@ module.exports = { CargoScanner_LightWeight: { fdname: "CargoScanner_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -19134,7 +19134,7 @@ module.exports = { }, uuid: "5ebd5d76-7bb8-4958-9cc3-f5e2176f2b5e" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19145,7 +19145,7 @@ module.exports = { }, uuid: "c49d42a8-cd8f-4576-9c60-85725f635185" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19157,7 +19157,7 @@ module.exports = { }, uuid: "bc048a95-b5aa-4f6c-a696-6c40b87a1606" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19169,7 +19169,7 @@ module.exports = { }, uuid: "4f9467f7-0c5f-4ab3-856b-aaad019bd79d" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19189,7 +19189,7 @@ module.exports = { CargoScanner_Reinforced: { fdname: "CargoScanner_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -19199,7 +19199,7 @@ module.exports = { }, uuid: "9b714883-e0e7-46b5-a2bb-5367f2cc9b3f" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -19210,7 +19210,7 @@ module.exports = { }, uuid: "9de3e096-fbfa-4694-a2e4-919494d39ee1" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -19222,7 +19222,7 @@ module.exports = { }, uuid: "4a5d7441-2543-4405-8587-9b969fffd3f2" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -19234,7 +19234,7 @@ module.exports = { }, uuid: "f4b41ce9-d3a8-4362-9821-0d45f2b975bc" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19254,7 +19254,7 @@ module.exports = { CargoScanner_Shielded: { fdname: "CargoScanner_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -19264,7 +19264,7 @@ module.exports = { }, uuid: "f3684224-dfb1-4b30-81df-827246ccce14" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -19275,7 +19275,7 @@ module.exports = { }, uuid: "0fec52b1-3a81-4260-8168-7af698e9ebf3" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -19287,7 +19287,7 @@ module.exports = { }, uuid: "6ca69c4f-07b6-43e4-97c9-e9134cb1eaf4" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19299,7 +19299,7 @@ module.exports = { }, uuid: "e6ebc222-ec93-4f0f-ac8a-e690ab50656d" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19319,7 +19319,7 @@ module.exports = { ChaffLauncher_ChaffCapacity: { fdname: "ChaffLauncher_ChaffCapacity", grades: { - 3: { + "3": { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -19340,7 +19340,7 @@ module.exports = { ChaffLauncher_LightWeight: { fdname: "ChaffLauncher_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -19350,7 +19350,7 @@ module.exports = { }, uuid: "99afdcd4-c7cf-4855-aea8-e35d968d448e" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19361,7 +19361,7 @@ module.exports = { }, uuid: "4c0aa103-e0d8-4dce-bb38-067549af7c27" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19373,7 +19373,7 @@ module.exports = { }, uuid: "90ddb40a-8520-4e0a-8e42-5f3f9ecf4c28" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19385,7 +19385,7 @@ module.exports = { }, uuid: "45047669-536a-4455-8563-b8be46d482e0" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19405,7 +19405,7 @@ module.exports = { ChaffLauncher_Reinforced: { fdname: "ChaffLauncher_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -19415,7 +19415,7 @@ module.exports = { }, uuid: "c952091e-30de-4b13-8e7e-c59aee4c1466" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -19426,7 +19426,7 @@ module.exports = { }, uuid: "5f868185-7351-49ec-95b4-87dab4d08e02" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -19438,7 +19438,7 @@ module.exports = { }, uuid: "33e63006-29ae-4466-b240-7708ddd9804b" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -19450,7 +19450,7 @@ module.exports = { }, uuid: "5d0cb508-a654-4dc8-8e04-6cafac0ea86d" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19470,7 +19470,7 @@ module.exports = { ChaffLauncher_Shielded: { fdname: "ChaffLauncher_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -19480,7 +19480,7 @@ module.exports = { }, uuid: "ac3908c2-c5aa-44a1-a847-a9d27c34a326" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -19491,7 +19491,7 @@ module.exports = { }, uuid: "ee1ad091-7a25-44ac-b3e4-9ee5e4228483" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -19503,7 +19503,7 @@ module.exports = { }, uuid: "eddd7f16-035d-4e9e-96fc-bf82e9ce7397" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19515,7 +19515,7 @@ module.exports = { }, uuid: "1fef7b64-bf77-4024-a9b4-24146d5cefe3" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19535,7 +19535,7 @@ module.exports = { CollectionLimpet_LightWeight: { fdname: "CollectionLimpet_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -19545,7 +19545,7 @@ module.exports = { }, uuid: "40d015c8-e3c3-4e6c-8703-0e5dc0c0ca7a" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19556,7 +19556,7 @@ module.exports = { }, uuid: "4f4f23cf-fb43-4542-8d60-c96cf884c3c9" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19568,7 +19568,7 @@ module.exports = { }, uuid: "9c4ebeff-12e1-4f0e-a972-bb8d4d7e4f08" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19580,7 +19580,7 @@ module.exports = { }, uuid: "befa7711-25fa-49d2-97fb-3f8a4cc8b91e" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19600,7 +19600,7 @@ module.exports = { CollectionLimpet_Reinforced: { fdname: "CollectionLimpet_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -19610,7 +19610,7 @@ module.exports = { }, uuid: "d0451acd-f57f-46a5-ac1a-c2a2f1919283" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -19621,7 +19621,7 @@ module.exports = { }, uuid: "ccbf3b26-6ded-4e86-b2dd-330280ca552f" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -19633,7 +19633,7 @@ module.exports = { }, uuid: "a841e48c-d34b-4dd2-b540-14910224398a" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -19645,7 +19645,7 @@ module.exports = { }, uuid: "de78dde7-c159-4d37-91e2-b6562dd754e4" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19665,7 +19665,7 @@ module.exports = { CollectionLimpet_Shielded: { fdname: "CollectionLimpet_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -19675,7 +19675,7 @@ module.exports = { }, uuid: "6e384cd7-1ab5-4a03-849f-d1a6d5711012" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -19686,7 +19686,7 @@ module.exports = { }, uuid: "be06b5e7-44c0-4bb4-b084-ca5578cd5b26" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -19698,7 +19698,7 @@ module.exports = { }, uuid: "d18a63f6-c96e-4e73-b4a1-70deeb27af9c" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19710,7 +19710,7 @@ module.exports = { }, uuid: "99d03d5e-1fd6-49b1-a99d-71571c35dca5" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19730,7 +19730,7 @@ module.exports = { ECM_LightWeight: { fdname: "ECM_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -19740,7 +19740,7 @@ module.exports = { }, uuid: "123ef1f4-cb7e-4b8e-8dfc-48c3407d0c94" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19751,7 +19751,7 @@ module.exports = { }, uuid: "abf6487e-1fac-46e7-9ae3-a46bea977412" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19763,7 +19763,7 @@ module.exports = { }, uuid: "e1bc6bec-da7b-4b5c-aedd-637b753d2e1f" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19775,7 +19775,7 @@ module.exports = { }, uuid: "ac3a70dc-8759-4f69-8c97-c31be11d9b49" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19795,7 +19795,7 @@ module.exports = { ECM_Reinforced: { fdname: "ECM_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -19805,7 +19805,7 @@ module.exports = { }, uuid: "6bcb5b84-5e90-4d3d-be7c-6ed6c1f048c4" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -19816,7 +19816,7 @@ module.exports = { }, uuid: "8497a12f-becf-499b-8df8-6814cfa93e39" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -19828,7 +19828,7 @@ module.exports = { }, uuid: "2fbadb73-1c89-4d25-9061-43735d4970b3" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -19840,7 +19840,7 @@ module.exports = { }, uuid: "a89859a9-1278-40d0-ac77-e3e6bf10de95" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19860,7 +19860,7 @@ module.exports = { ECM_Shielded: { fdname: "ECM_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -19870,7 +19870,7 @@ module.exports = { }, uuid: "0dd69a33-0309-4ab6-bf88-e500db42448c" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -19881,7 +19881,7 @@ module.exports = { }, uuid: "297bc1b2-7e2c-4556-b971-b2ff38cbff53" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -19893,7 +19893,7 @@ module.exports = { }, uuid: "385a3392-8580-4fa6-a52c-1205f1041b99" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19905,7 +19905,7 @@ module.exports = { }, uuid: "eb3e8641-031c-4318-9e97-43f27529fd86" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19925,7 +19925,7 @@ module.exports = { Engine_Dirty: { fdname: "Engine_Dirty", grades: { - 1: { + "1": { components: { "Specialised Legacy Firmware": 1 }, @@ -19938,7 +19938,7 @@ module.exports = { }, uuid: "bbdea125-dd2b-4031-8698-56c922df3b76" }, - 2: { + "2": { components: { "Mechanical Equipment": 1, "Specialised Legacy Firmware": 1 @@ -19952,7 +19952,7 @@ module.exports = { }, uuid: "d3ccba04-e0f5-40c3-a6f8-a038d5e5b4bf" }, - 3: { + "3": { components: { Chromium: 1, "Mechanical Components": 1, @@ -19967,7 +19967,7 @@ module.exports = { }, uuid: "60091d1f-38a9-4d62-bbc0-6332e03c7f3d" }, - 4: { + "4": { components: { "Configurable Components": 1, "Modified Consumer Firmware": 1, @@ -19982,7 +19982,7 @@ module.exports = { }, uuid: "7355e32e-b850-4428-8279-66f234f59c6a" }, - 5: { + "5": { components: { Cadmium: 1, "Cracked Industrial Firmware": 1, @@ -20005,7 +20005,7 @@ module.exports = { Engine_Reinforced: { fdname: "Engine_Reinforced", grades: { - 1: { + "1": { components: { Carbon: 1 }, @@ -20016,7 +20016,7 @@ module.exports = { }, uuid: "21503395-f165-4340-91c7-07d062895eae" }, - 2: { + "2": { components: { "Heat Conduction Wiring": 1, Vanadium: 1 @@ -20028,7 +20028,7 @@ module.exports = { }, uuid: "452e2359-5804-4de1-94bf-d16c9d512cc4" }, - 3: { + "3": { components: { "Heat Conduction Wiring": 1, "Shielding Sensors": 1, @@ -20041,7 +20041,7 @@ module.exports = { }, uuid: "ae1a71bb-e025-4268-aa7f-fd4063945beb" }, - 4: { + "4": { components: { "Compound Shielding": 1, "Heat Dispersion Plate": 1, @@ -20054,7 +20054,7 @@ module.exports = { }, uuid: "4bc0b925-dd64-41da-a653-f15acf108f23" }, - 5: { + "5": { components: { "Heat Exchangers": 1, "Imperial Shielding": 1, @@ -20075,7 +20075,7 @@ module.exports = { Engine_Tuned: { fdname: "Engine_Tuned", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -20086,7 +20086,7 @@ module.exports = { }, uuid: "5b32dae1-7c4a-4760-8c48-0d9a9fa2758d" }, - 2: { + "2": { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1 @@ -20100,7 +20100,7 @@ module.exports = { }, uuid: "5382eecb-c840-4613-99c1-9bcbdb8d7760" }, - 3: { + "3": { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1, @@ -20115,7 +20115,7 @@ module.exports = { }, uuid: "0c58a5c8-0bf9-4a2c-baf0-b14228f236df" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, "Decoded Emission Data": 1, @@ -20130,7 +20130,7 @@ module.exports = { }, uuid: "afb2b22e-ab30-4195-8bfe-ae81ea6067f3" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, "Conductive Ceramics": 1, @@ -20153,7 +20153,7 @@ module.exports = { FSD_FastBoot: { fdname: "FSD_FastBoot", grades: { - 1: { + "1": { components: { "Grid Resistors": 1 }, @@ -20165,7 +20165,7 @@ module.exports = { }, uuid: "23f08173-4d05-49d2-b126-d9e5ea5ee8b5" }, - 2: { + "2": { components: { Chromium: 1, "Grid Resistors": 1 @@ -20178,7 +20178,7 @@ module.exports = { }, uuid: "56875992-02ae-4364-934c-88dbfda0cc57" }, - 3: { + "3": { components: { "Grid Resistors": 1, "Heat Dispersion Plate": 1, @@ -20192,7 +20192,7 @@ module.exports = { }, uuid: "80c84723-9c37-434b-890e-8723504e5e48" }, - 4: { + "4": { components: { Cadmium: 1, "Heat Exchangers": 1, @@ -20206,7 +20206,7 @@ module.exports = { }, uuid: "3747180c-d798-4bc4-bb42-daecf44729cc" }, - 5: { + "5": { components: { "Electrochemical Arrays": 1, "Heat Vanes": 1, @@ -20228,7 +20228,7 @@ module.exports = { FSD_LongRange: { fdname: "FSD_LongRange", grades: { - 1: { + "1": { components: { "Atypical Disrupted Wake Echoes": 1 }, @@ -20240,7 +20240,7 @@ module.exports = { }, uuid: "bb67b1a2-7a5b-47bc-8ed8-e949b5e3fb16" }, - 2: { + "2": { components: { "Atypical Disrupted Wake Echoes": 1, "Chemical Processors": 1 @@ -20253,7 +20253,7 @@ module.exports = { }, uuid: "74045351-f348-45f5-8798-487211f19520" }, - 3: { + "3": { components: { "Chemical Processors": 1, Phosphorus: 1, @@ -20267,7 +20267,7 @@ module.exports = { }, uuid: "cf196bb9-55a1-457f-893b-84ff2afd4db9" }, - 4: { + "4": { components: { "Chemical Distillery": 1, "Eccentric Hyperspace Trajectories": 1, @@ -20281,7 +20281,7 @@ module.exports = { }, uuid: "ecf49fec-32fd-4930-949d-a341bf0fd00c" }, - 5: { + "5": { components: { Arsenic: 1, "Chemical Manipulators": 1, @@ -20303,7 +20303,7 @@ module.exports = { FSD_Shielded: { fdname: "FSD_Shielded", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -20315,7 +20315,7 @@ module.exports = { }, uuid: "0bf46ac9-dfcd-49c3-bcef-db93ba04ed97" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -20328,7 +20328,7 @@ module.exports = { }, uuid: "2858e680-b675-4ee9-9c24-04e8dd2bfe85" }, - 3: { + "3": { components: { Carbon: 1, "Shielding Sensors": 1, @@ -20342,7 +20342,7 @@ module.exports = { }, uuid: "f836e994-c19f-4ed0-926d-fbcc75f136c0" }, - 4: { + "4": { components: { "Compound Shielding": 1, "High Density Composites": 1, @@ -20356,7 +20356,7 @@ module.exports = { }, uuid: "fe30a1a0-3644-4411-af1f-59bae0a565b9" }, - 5: { + "5": { components: { "Imperial Shielding": 1, "Proprietary Composites": 1, @@ -20378,7 +20378,7 @@ module.exports = { FSDinterdictor_Expanded: { fdname: "FSDinterdictor_Expanded", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -20389,7 +20389,7 @@ module.exports = { }, uuid: "da98fe81-8ac1-4c4a-ba1b-76b894dc9de8" }, - 2: { + "2": { components: { "Mechanical Equipment": 1, "Unusual Encrypted Files": 1 @@ -20401,7 +20401,7 @@ module.exports = { }, uuid: "88bcd4df-3ae3-4e6b-80d8-27bf8815e4d2" }, - 3: { + "3": { components: { "Grid Resistors": 1, "Mechanical Components": 1, @@ -20414,7 +20414,7 @@ module.exports = { }, uuid: "1036b38e-676f-4b42-8518-abed6f627fb7" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -20435,7 +20435,7 @@ module.exports = { FSDinterdictor_LongRange: { fdname: "FSDinterdictor_LongRange", grades: { - 1: { + "1": { components: { "Unusual Encrypted Files": 1 }, @@ -20447,7 +20447,7 @@ module.exports = { }, uuid: "ecec8b3e-891f-4b79-8c07-7836e62424f8" }, - 2: { + "2": { components: { "Atypical Disrupted Wake Echoes": 1, "Tagged Encryption Codes": 1 @@ -20460,7 +20460,7 @@ module.exports = { }, uuid: "08d02c88-e63f-4d29-86b9-eea6a20b17a1" }, - 3: { + "3": { components: { "Anomalous Bulk Scan Data": 1, "Anomalous FSD Telemetry": 1, @@ -20474,7 +20474,7 @@ module.exports = { }, uuid: "a2d4bed7-4326-4776-a17b-6ee746f4c9be" }, - 4: { + "4": { components: { "Unidentified Scan Archives": 1, "Strange Wake Solutions": 1, @@ -20496,7 +20496,7 @@ module.exports = { FuelScoop_Shielded: { fdname: "FuelScoop_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -20506,7 +20506,7 @@ module.exports = { }, uuid: "7b71b0d6-e035-4526-91cf-b16a15d32594" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -20517,7 +20517,7 @@ module.exports = { }, uuid: "1c367826-7b57-4beb-9d99-c9a598d29cf9" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -20529,7 +20529,7 @@ module.exports = { }, uuid: "b61946ff-9e65-447b-9757-4c37789fc350" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20549,7 +20549,7 @@ module.exports = { FuelTransferLimpet_LightWeight: { fdname: "FuelTransferLimpet_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -20559,7 +20559,7 @@ module.exports = { }, uuid: "b4abda7b-ac4c-4ddf-ac76-f3d9640e217b" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20570,7 +20570,7 @@ module.exports = { }, uuid: "7bae1015-d4b9-4c33-8286-79c93386cf33" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20582,7 +20582,7 @@ module.exports = { }, uuid: "b69e0eb2-67c4-402a-8b4d-69d64c899fdc" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -20594,7 +20594,7 @@ module.exports = { }, uuid: "36d13200-4c1d-4d49-9936-af8562a6fbce" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -20614,7 +20614,7 @@ module.exports = { FuelTransferLimpet_Reinforced: { fdname: "FuelTransferLimpet_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -20624,7 +20624,7 @@ module.exports = { }, uuid: "9d3c40c1-a35c-42a7-8756-68dba821bde1" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -20635,7 +20635,7 @@ module.exports = { }, uuid: "c09e8d1b-e78e-43b8-bc8c-8ebf7bd84dc5" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -20647,7 +20647,7 @@ module.exports = { }, uuid: "51e5c01d-191c-446c-8ae1-d91e68da1013" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -20659,7 +20659,7 @@ module.exports = { }, uuid: "1a2e3498-d593-4420-ad66-01281648f8c7" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -20679,7 +20679,7 @@ module.exports = { FuelTransferLimpet_Shielded: { fdname: "FuelTransferLimpet_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -20689,7 +20689,7 @@ module.exports = { }, uuid: "736aca61-1fd6-4e95-931c-9354434b52ce" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -20700,7 +20700,7 @@ module.exports = { }, uuid: "60b7eeba-eaeb-4799-a7ab-c989afc9e74a" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -20712,7 +20712,7 @@ module.exports = { }, uuid: "31f3e418-9020-4b01-94ec-cf9d62529f12" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20724,7 +20724,7 @@ module.exports = { }, uuid: "65e897c7-0bb2-426f-bed2-3162767a80d2" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -20744,7 +20744,7 @@ module.exports = { HatchBreakerLimpet_LightWeight: { fdname: "HatchBreakerLimpet_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -20754,7 +20754,7 @@ module.exports = { }, uuid: "3434789e-7555-4bca-a901-09ddbae0d323" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20765,7 +20765,7 @@ module.exports = { }, uuid: "c62a09da-8157-474e-8b8f-04b43792a372" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20777,7 +20777,7 @@ module.exports = { }, uuid: "ad0166b8-9313-4c7a-a95c-5e4b0e53fc40" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -20789,7 +20789,7 @@ module.exports = { }, uuid: "cf482f0a-de37-4fec-8bcd-f087203e0f2d" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -20809,7 +20809,7 @@ module.exports = { HatchBreakerLimpet_Reinforced: { fdname: "HatchBreakerLimpet_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -20819,7 +20819,7 @@ module.exports = { }, uuid: "f75e88b4-7a5c-40da-9652-a7e91aa174e2" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -20830,7 +20830,7 @@ module.exports = { }, uuid: "d794c46b-13e7-4136-b435-bdb96c87c657" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -20842,7 +20842,7 @@ module.exports = { }, uuid: "07acc4c6-724e-4c6b-be15-c9c49d4d95a6" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -20854,7 +20854,7 @@ module.exports = { }, uuid: "fe76b519-7695-4618-b71f-4e27f53f9eb4" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -20874,7 +20874,7 @@ module.exports = { HatchBreakerLimpet_Shielded: { fdname: "HatchBreakerLimpet_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -20884,7 +20884,7 @@ module.exports = { }, uuid: "952d56cc-0c1c-4a62-a8c4-a4c668181654" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -20895,7 +20895,7 @@ module.exports = { }, uuid: "accfd35c-3172-455a-94b6-27be6409970a" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -20907,7 +20907,7 @@ module.exports = { }, uuid: "0db2b6bd-df3f-48be-ac6b-a334b79757a1" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20919,7 +20919,7 @@ module.exports = { }, uuid: "a747942f-d354-4f0d-ad59-323e52823924" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -20939,7 +20939,7 @@ module.exports = { HeatSinkLauncher_HeatSinkCapacity: { fdname: "HeatSinkLauncher_HeatSinkCapacity", grades: { - 3: { + "3": { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -20960,7 +20960,7 @@ module.exports = { HeatSinkLauncher_LightWeight: { fdname: "HeatSinkLauncher_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -20970,7 +20970,7 @@ module.exports = { }, uuid: "0a20c246-fe84-43d1-835b-ae74474cdec9" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20981,7 +20981,7 @@ module.exports = { }, uuid: "83dc9090-28c5-45b7-a4f5-8e2a76923e90" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20993,7 +20993,7 @@ module.exports = { }, uuid: "777b5a47-9d29-4787-b097-8c4a22c11d20" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21005,7 +21005,7 @@ module.exports = { }, uuid: "558a1180-e1a0-4c4a-8992-fac17d58860b" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -21025,7 +21025,7 @@ module.exports = { HeatSinkLauncher_Reinforced: { fdname: "HeatSinkLauncher_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -21035,7 +21035,7 @@ module.exports = { }, uuid: "4b8ad4b4-4d42-4014-98ac-2175392ad0c8" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -21046,7 +21046,7 @@ module.exports = { }, uuid: "7a7166cf-d789-4cb8-9768-f31cc3159dc5" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -21058,7 +21058,7 @@ module.exports = { }, uuid: "93d33903-1dc8-453a-8bd6-df3198c1eac5" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -21070,7 +21070,7 @@ module.exports = { }, uuid: "9a174428-ac75-4bc8-80e0-c1327d0317b8" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21090,7 +21090,7 @@ module.exports = { HeatSinkLauncher_Shielded: { fdname: "HeatSinkLauncher_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -21100,7 +21100,7 @@ module.exports = { }, uuid: "b7bb4a4a-61ee-44b6-b477-e6abf7540240" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -21111,7 +21111,7 @@ module.exports = { }, uuid: "69ec3d60-591c-4c65-a6d4-2b2fe83e1819" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -21123,7 +21123,7 @@ module.exports = { }, uuid: "beb3c5c1-689c-497d-a1b0-92d7fda93878" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21135,7 +21135,7 @@ module.exports = { }, uuid: "52f4a6d1-c291-4ac6-84f2-6d39bc54e675" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21155,7 +21155,7 @@ module.exports = { HullReinforcement_Advanced: { fdname: "HullReinforcement_Advanced", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -21166,7 +21166,7 @@ module.exports = { }, uuid: "8405c035-bf65-47d1-bdbe-5253b5c0a98b" }, - 2: { + "2": { components: { "Conductive Components": 1, Iron: 1 @@ -21178,7 +21178,7 @@ module.exports = { }, uuid: "a8dad054-0392-460a-934e-27d40f65e1fc" }, - 3: { + "3": { components: { "Conductive Components": 1, "High Density Composites": 1, @@ -21191,7 +21191,7 @@ module.exports = { }, uuid: "ee887ba1-c66f-4002-97cb-5169201324af" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, Germanium: 1, @@ -21204,7 +21204,7 @@ module.exports = { }, uuid: "8912615d-e711-4e5d-a08f-739cbf372963" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Military Grade Alloys": 1, @@ -21225,7 +21225,7 @@ module.exports = { HullReinforcement_Explosive: { fdname: "HullReinforcement_Explosive", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -21237,7 +21237,7 @@ module.exports = { }, uuid: "ed72014b-4033-413c-8a71-5eac18e085ce" }, - 2: { + "2": { components: { Carbon: 1, Zinc: 1 @@ -21250,7 +21250,7 @@ module.exports = { }, uuid: "7be2929b-0c89-4059-90d9-4631d90c053b" }, - 3: { + "3": { components: { "Salvaged Alloys": 1, Vanadium: 1, @@ -21264,7 +21264,7 @@ module.exports = { }, uuid: "11742116-77d3-40ea-bd1f-71e0558a0ad1" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, Mercury: 1, @@ -21278,7 +21278,7 @@ module.exports = { }, uuid: "1f59b0aa-46ab-4eb5-bf07-fe4d8f968c1d" }, - 5: { + "5": { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -21300,7 +21300,7 @@ module.exports = { HullReinforcement_HeavyDuty: { fdname: "HullReinforcement_HeavyDuty", grades: { - 1: { + "1": { components: { Carbon: 1 }, @@ -21313,7 +21313,7 @@ module.exports = { }, uuid: "e174a927-ab55-4691-be3e-832f6d68d679" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -21327,7 +21327,7 @@ module.exports = { }, uuid: "2cd3f87c-5ea3-4bd5-ab6d-70458f29de7e" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -21342,7 +21342,7 @@ module.exports = { }, uuid: "251e8773-d06a-4b0e-9e30-a5114a45a5c1" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21357,7 +21357,7 @@ module.exports = { }, uuid: "d6b14f0e-9a32-4838-b41f-986f4a5abd6d" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21380,7 +21380,7 @@ module.exports = { HullReinforcement_Kinetic: { fdname: "HullReinforcement_Kinetic", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -21392,7 +21392,7 @@ module.exports = { }, uuid: "9d5338ab-031c-40e5-bd13-d3eb057540ab" }, - 2: { + "2": { components: { Nickel: 1, Vanadium: 1 @@ -21405,7 +21405,7 @@ module.exports = { }, uuid: "238db8e4-99e2-4e70-b4e3-f918294110c7" }, - 3: { + "3": { components: { "High Density Composites": 1, "Salvaged Alloys": 1, @@ -21419,7 +21419,7 @@ module.exports = { }, uuid: "cb65ddfa-2fd9-4db5-9558-0770866ea8ee" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, "Proprietary Composites": 1, @@ -21433,7 +21433,7 @@ module.exports = { }, uuid: "944cb78e-4da0-43a0-acc8-95c7d67eaf92" }, - 5: { + "5": { components: { "Core Dynamics Composites": 1, Molybdenum: 1, @@ -21455,7 +21455,7 @@ module.exports = { HullReinforcement_Thermic: { fdname: "HullReinforcement_Thermic", grades: { - 1: { + "1": { components: { "Heat Conduction Wiring": 1 }, @@ -21467,7 +21467,7 @@ module.exports = { }, uuid: "cc3d62d5-9769-480d-9e37-620c61a276ab" }, - 2: { + "2": { components: { "Heat Dispersion Plate": 1, Nickel: 1 @@ -21480,7 +21480,7 @@ module.exports = { }, uuid: "e4aa2331-7dc5-479c-9959-d90f0e473da9" }, - 3: { + "3": { components: { "Heat Exchangers": 1, "Salvaged Alloys": 1, @@ -21494,7 +21494,7 @@ module.exports = { }, uuid: "29f49ae9-e241-4791-a9e3-bfdccd6cdfbb" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, "Heat Vanes": 1, @@ -21508,7 +21508,7 @@ module.exports = { }, uuid: "19e30f32-a789-4acf-8f69-f97677ace963" }, - 5: { + "5": { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -21530,7 +21530,7 @@ module.exports = { KillWarrantScanner_LightWeight: { fdname: "KillWarrantScanner_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -21540,7 +21540,7 @@ module.exports = { }, uuid: "b56007ba-9351-417e-9da8-def090b31e50" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21551,7 +21551,7 @@ module.exports = { }, uuid: "14b2d6f0-5f93-48c9-a04a-b9b1064b4bd1" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21563,7 +21563,7 @@ module.exports = { }, uuid: "d6dc2106-b95e-49fe-bd56-0ab0729045ad" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21575,7 +21575,7 @@ module.exports = { }, uuid: "fa568ca9-fe6f-4036-89ae-c6659fdc4e33" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -21595,7 +21595,7 @@ module.exports = { KillWarrantScanner_LongRange: { fdname: "KillWarrantScanner_LongRange", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -21606,7 +21606,7 @@ module.exports = { }, uuid: "2689c846-02d7-4694-97f1-85cd5437b42f" }, - 2: { + "2": { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -21618,7 +21618,7 @@ module.exports = { }, uuid: "c2160767-b03f-491e-9a45-31976fb78899" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -21631,7 +21631,7 @@ module.exports = { }, uuid: "4d9ccdb6-89cc-4f27-a8c8-584de68dae4b" }, - 4: { + "4": { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -21644,7 +21644,7 @@ module.exports = { }, uuid: "0ecb3bee-4033-4937-a5ed-161f50cb6024" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -21665,7 +21665,7 @@ module.exports = { KillWarrantScanner_Reinforced: { fdname: "KillWarrantScanner_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -21675,7 +21675,7 @@ module.exports = { }, uuid: "54cf058d-795d-423c-8923-fdd6971dec29" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -21686,7 +21686,7 @@ module.exports = { }, uuid: "3d7eb835-8a30-458d-bbf3-cfd8de5f8cb4" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -21698,7 +21698,7 @@ module.exports = { }, uuid: "200dfa7b-085d-43d8-ae61-f7080feed350" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -21710,7 +21710,7 @@ module.exports = { }, uuid: "4fdb0643-c9e0-43f6-8b6b-4613fec1de03" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21730,7 +21730,7 @@ module.exports = { KillWarrantScanner_Shielded: { fdname: "KillWarrantScanner_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -21740,7 +21740,7 @@ module.exports = { }, uuid: "f4426054-f766-4be3-8b26-e9236ff61dd9" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -21751,7 +21751,7 @@ module.exports = { }, uuid: "fa7b4b7f-ed0a-401f-a372-1d03c09f9c55" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -21763,7 +21763,7 @@ module.exports = { }, uuid: "443fe7e9-e313-457b-8c0f-6eb22e6e91ef" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21775,7 +21775,7 @@ module.exports = { }, uuid: "b1a0e15d-7164-44f9-85e5-9acc64e56b8b" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21795,7 +21795,7 @@ module.exports = { LifeSupport_LightWeight: { fdname: "LifeSupport_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -21805,7 +21805,7 @@ module.exports = { }, uuid: "e1e1bd93-3a3f-4454-bfe3-0e2b6840b43a" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21816,7 +21816,7 @@ module.exports = { }, uuid: "aaf29592-df21-4b4c-aeac-20252e75b8aa" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21828,7 +21828,7 @@ module.exports = { }, uuid: "8876b27a-2c31-49f0-8a47-c11acd801c2b" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21848,7 +21848,7 @@ module.exports = { LifeSupport_Reinforced: { fdname: "LifeSupport_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -21858,7 +21858,7 @@ module.exports = { }, uuid: "b40b11a1-5f0f-440f-b77d-9abf9833d546" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -21869,7 +21869,7 @@ module.exports = { }, uuid: "847b937b-ffa2-4418-9a48-0993a675d43f" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -21881,7 +21881,7 @@ module.exports = { }, uuid: "8303d5f6-da56-41d0-8af3-4620efcc561e" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -21893,7 +21893,7 @@ module.exports = { }, uuid: "6c37ca40-0ae6-48e0-a145-c3eea2bf7cce" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21913,7 +21913,7 @@ module.exports = { LifeSupport_Shielded: { fdname: "LifeSupport_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -21923,7 +21923,7 @@ module.exports = { }, uuid: "fcd12382-bbb3-431b-95c5-ae9539a02a54" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -21934,7 +21934,7 @@ module.exports = { }, uuid: "9a62eb66-8231-4fa9-9047-284798892e93" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -21946,7 +21946,7 @@ module.exports = { }, uuid: "c46b6c89-0a24-4586-865d-76ff5ae35209" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21966,7 +21966,7 @@ module.exports = { PointDefence_LightWeight: { fdname: "PointDefence_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -21976,7 +21976,7 @@ module.exports = { }, uuid: "b212ba23-880a-46f7-94ef-f276acb068da" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21987,7 +21987,7 @@ module.exports = { }, uuid: "17733fc5-6153-406c-b7f6-fbc6904b7223" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21999,7 +21999,7 @@ module.exports = { }, uuid: "428b7f9f-9ab2-4f1f-9e8e-9a54ede9af65" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -22011,7 +22011,7 @@ module.exports = { }, uuid: "6285a7cd-bb8f-427d-b2aa-3c20953c9c9c" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -22031,7 +22031,7 @@ module.exports = { PointDefence_PointDefenseCapacity: { fdname: "PointDefence_PointDefenseCapacity", grades: { - 3: { + "3": { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -22052,7 +22052,7 @@ module.exports = { PointDefence_Reinforced: { fdname: "PointDefence_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -22062,7 +22062,7 @@ module.exports = { }, uuid: "be6995c8-ffe3-41db-82c7-8a1d876254bd" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -22073,7 +22073,7 @@ module.exports = { }, uuid: "b485f4a5-194e-44cd-8a68-d78d87b78749" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -22085,7 +22085,7 @@ module.exports = { }, uuid: "007beb33-2cb2-48fc-b3d3-b5b82fc7c795" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -22097,7 +22097,7 @@ module.exports = { }, uuid: "3fbaecf6-2bdf-4c53-b455-d37d0d78571c" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -22117,7 +22117,7 @@ module.exports = { PointDefence_Shielded: { fdname: "PointDefence_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -22127,7 +22127,7 @@ module.exports = { }, uuid: "84de52cc-9d50-48b9-94bc-262735f61a27" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -22138,7 +22138,7 @@ module.exports = { }, uuid: "94b0ceb5-3f07-4206-aa02-1e69f1059476" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -22150,7 +22150,7 @@ module.exports = { }, uuid: "ad2d6c5e-f69d-44cd-94e5-0437a1b77e39" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22162,7 +22162,7 @@ module.exports = { }, uuid: "718b1c81-ffc9-4097-8969-3805dfab4ce2" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22182,7 +22182,7 @@ module.exports = { PowerDistributor_HighCapacity: { fdname: "PowerDistributor_HighCapacity", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -22197,7 +22197,7 @@ module.exports = { }, uuid: "e1ae5651-f688-46e2-a94a-9c3bc6e8665b" }, - 2: { + "2": { components: { Chromium: 1, "Specialised Legacy Firmware": 1 @@ -22213,7 +22213,7 @@ module.exports = { }, uuid: "d5ea6b7b-31eb-44f4-b1f3-8126dd6ea7b5" }, - 3: { + "3": { components: { Chromium: 1, "High Density Composites": 1, @@ -22230,7 +22230,7 @@ module.exports = { }, uuid: "b959a87e-a231-46e7-a6a7-65fe6c0464bc" }, - 4: { + "4": { components: { "Modified Consumer Firmware": 1, "Proprietary Composites": 1, @@ -22247,7 +22247,7 @@ module.exports = { }, uuid: "5f468c03-ed6d-474f-9e82-601b11d728c8" }, - 5: { + "5": { components: { "Cracked Industrial Firmware": 1, "Military Supercapacitors": 1, @@ -22272,7 +22272,7 @@ module.exports = { PowerDistributor_HighFrequency: { fdname: "PowerDistributor_HighFrequency", grades: { - 1: { + "1": { components: { "Specialised Legacy Firmware": 1 }, @@ -22286,7 +22286,7 @@ module.exports = { }, uuid: "e8ce47e1-c5d7-46bf-b31e-48dcfe9ab1a5" }, - 2: { + "2": { components: { "Chemical Processors": 1, "Specialised Legacy Firmware": 1 @@ -22301,7 +22301,7 @@ module.exports = { }, uuid: "528b87b2-157d-471e-9958-831a9962c595" }, - 3: { + "3": { components: { "Chemical Distillery": 1, "Grid Resistors": 1, @@ -22317,7 +22317,7 @@ module.exports = { }, uuid: "713b5e19-b7a5-447f-b450-248e771dcd72" }, - 4: { + "4": { components: { "Chemical Manipulators": 1, "Cracked Industrial Firmware": 1, @@ -22333,7 +22333,7 @@ module.exports = { }, uuid: "1bfd4836-c69d-4adf-94dd-e7c41da96416" }, - 5: { + "5": { components: { "Chemical Manipulators": 1, "Cracked Industrial Firmware": 1, @@ -22357,7 +22357,7 @@ module.exports = { PowerDistributor_PriorityEngines: { fdname: "PowerDistributor_PriorityEngines", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -22371,7 +22371,7 @@ module.exports = { }, uuid: "69f1b8a3-c868-452f-bdbd-cfc95e117ab5" }, - 2: { + "2": { components: { "Conductive Components": 1, Sulphur: 1 @@ -22386,7 +22386,7 @@ module.exports = { }, uuid: "5e91d652-7346-4a22-82c9-79853fdcdf91" }, - 3: { + "3": { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22402,7 +22402,7 @@ module.exports = { }, uuid: "4185370a-c4e9-4f58-9b67-a7f46bb2d3c2" }, - 4: { + "4": { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22418,7 +22418,7 @@ module.exports = { }, uuid: "6a6a497e-8261-4763-8a15-c78222a00443" }, - 5: { + "5": { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22442,7 +22442,7 @@ module.exports = { PowerDistributor_PrioritySystems: { fdname: "PowerDistributor_PrioritySystems", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -22456,7 +22456,7 @@ module.exports = { }, uuid: "8138ba35-155d-4b82-86ef-ad4600ab5e03" }, - 2: { + "2": { components: { "Conductive Components": 1, Sulphur: 1 @@ -22471,7 +22471,7 @@ module.exports = { }, uuid: "91c79b1b-b494-4dd9-98c4-10d58aa5509f" }, - 3: { + "3": { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22487,7 +22487,7 @@ module.exports = { }, uuid: "13ab16c7-2456-4387-b536-b28fd2f57d2e" }, - 4: { + "4": { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22503,7 +22503,7 @@ module.exports = { }, uuid: "544e6d6b-be89-478d-9b1b-62fae7599d30" }, - 5: { + "5": { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22527,7 +22527,7 @@ module.exports = { PowerDistributor_PriorityWeapons: { fdname: "PowerDistributor_PriorityWeapons", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -22541,7 +22541,7 @@ module.exports = { }, uuid: "dd023cf4-0b4d-4d18-957f-4b1eecb71c0a" }, - 2: { + "2": { components: { "Conductive Components": 1, Sulphur: 1 @@ -22556,7 +22556,7 @@ module.exports = { }, uuid: "cac790f3-9852-4673-a219-0f5e4dc6a0ad" }, - 3: { + "3": { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22572,7 +22572,7 @@ module.exports = { }, uuid: "cc5507e8-613b-4d43-a7fe-a874be963125" }, - 4: { + "4": { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22588,7 +22588,7 @@ module.exports = { }, uuid: "34c9c5e5-8a42-4509-a22a-7313528263f2" }, - 5: { + "5": { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22612,7 +22612,7 @@ module.exports = { PowerDistributor_Shielded: { fdname: "PowerDistributor_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -22623,7 +22623,7 @@ module.exports = { }, uuid: "05883145-2407-46a1-9eea-5a56ac549cfd" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -22635,7 +22635,7 @@ module.exports = { }, uuid: "5822ff0c-fa6c-4072-95be-e2534f37be00" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -22648,7 +22648,7 @@ module.exports = { }, uuid: "d5040eac-fa75-4613-828d-ea71aefd9051" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22661,7 +22661,7 @@ module.exports = { }, uuid: "32c94fd6-71c3-461b-80ed-bfe1543f9651" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22682,7 +22682,7 @@ module.exports = { PowerPlant_Armoured: { fdname: "PowerPlant_Armoured", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -22694,7 +22694,7 @@ module.exports = { }, uuid: "14be2e0d-417b-4cde-834f-b7e8ca14bb85" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -22707,7 +22707,7 @@ module.exports = { }, uuid: "14ade730-2a1d-4f48-a619-46be865819ec" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -22721,7 +22721,7 @@ module.exports = { }, uuid: "aa9a05c9-f142-40db-b0bf-8f6ca29efba8" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22735,7 +22735,7 @@ module.exports = { }, uuid: "bfb0ccc8-389e-4df0-9acd-4df91680c5a3" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22757,7 +22757,7 @@ module.exports = { PowerPlant_Boosted: { fdname: "PowerPlant_Boosted", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -22768,7 +22768,7 @@ module.exports = { }, uuid: "06282764-2821-4604-ad2c-d9b148d562d0" }, - 2: { + "2": { components: { "Conductive Components": 1, "Heat Conduction Wiring": 1 @@ -22780,7 +22780,7 @@ module.exports = { }, uuid: "feb49620-2df8-4ec6-9a58-13f986aed81f" }, - 3: { + "3": { components: { "Conductive Components": 1, "Heat Conduction Wiring": 1, @@ -22793,7 +22793,7 @@ module.exports = { }, uuid: "9325c166-998d-4ea6-8dab-0aafcec76705" }, - 4: { + "4": { components: { Cadmium: 1, "Conductive Ceramics": 1, @@ -22806,7 +22806,7 @@ module.exports = { }, uuid: "6dd84c8d-1d21-4bf5-a747-f582ffe49a99" }, - 5: { + "5": { components: { "Chemical Manipulators": 1, "Conductive Ceramics": 1, @@ -22827,7 +22827,7 @@ module.exports = { PowerPlant_Stealth: { fdname: "PowerPlant_Stealth", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -22838,7 +22838,7 @@ module.exports = { }, uuid: "92571059-8e76-4473-b3ee-1b50803c75ef" }, - 2: { + "2": { components: { Iron: 1, "Irregular Emission Data": 1 @@ -22850,7 +22850,7 @@ module.exports = { }, uuid: "5a20a4d0-2d5d-4380-b14d-6099928cd0a7" }, - 3: { + "3": { components: { "Heat Exchangers": 1, Iron: 1, @@ -22863,7 +22863,7 @@ module.exports = { }, uuid: "a0283399-56cd-4013-8293-872ad44a1ffd" }, - 4: { + "4": { components: { "Heat Vanes": 1, Germanium: 1, @@ -22876,7 +22876,7 @@ module.exports = { }, uuid: "e87a55a5-ddf0-42fe-b919-9a3ef13a7bba" }, - 5: { + "5": { components: { "Proto Heat Radiators": 1, Niobium: 1, @@ -22897,7 +22897,7 @@ module.exports = { ProspectingLimpet_LightWeight: { fdname: "ProspectingLimpet_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -22907,7 +22907,7 @@ module.exports = { }, uuid: "bb27a6b6-5c10-41e8-a6b3-3abc8a4ed23e" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -22918,7 +22918,7 @@ module.exports = { }, uuid: "95af3c55-ec45-4f5d-848d-1639307fee41" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -22930,7 +22930,7 @@ module.exports = { }, uuid: "a3b84b26-d67e-4d8c-9653-f23181cce9f8" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -22942,7 +22942,7 @@ module.exports = { }, uuid: "363a9543-4072-4211-8c89-8e9477fa72eb" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -22962,7 +22962,7 @@ module.exports = { ProspectingLimpet_Reinforced: { fdname: "ProspectingLimpet_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -22972,7 +22972,7 @@ module.exports = { }, uuid: "650fdb39-a2fa-4757-bac0-fcad6c7104f9" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -22983,7 +22983,7 @@ module.exports = { }, uuid: "ee33e0d9-d8b2-4ac5-9370-7dac2f252570" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -22995,7 +22995,7 @@ module.exports = { }, uuid: "5c8c244e-2f93-4422-8fcb-ad4012020a8a" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -23007,7 +23007,7 @@ module.exports = { }, uuid: "31532d5f-6e3c-45a6-95b2-13fb0218aa7a" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -23027,7 +23027,7 @@ module.exports = { ProspectingLimpet_Shielded: { fdname: "ProspectingLimpet_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -23037,7 +23037,7 @@ module.exports = { }, uuid: "573d6e16-dc01-4093-a14d-420621279673" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -23048,7 +23048,7 @@ module.exports = { }, uuid: "197d4759-f451-4b30-8051-08c5fde05421" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -23060,7 +23060,7 @@ module.exports = { }, uuid: "633cafa0-a2c3-436c-867f-aba0205e55b8" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -23072,7 +23072,7 @@ module.exports = { }, uuid: "6a396efb-3aa1-4022-b66d-dd299ff7e4d8" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -23092,7 +23092,7 @@ module.exports = { Refineries_Shielded: { fdname: "Refineries_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -23102,7 +23102,7 @@ module.exports = { }, uuid: "58578acb-b652-4a30-8ffe-e4e488325221" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -23113,7 +23113,7 @@ module.exports = { }, uuid: "e33c7809-d6cd-4549-8596-9400baabc3cd" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -23125,7 +23125,7 @@ module.exports = { }, uuid: "cffa4897-fa7a-44dd-8fe1-1b3702e82f9e" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -23145,7 +23145,7 @@ module.exports = { Sensor_CargoScanner_FastScan: { fdname: "Sensor_CargoScanner_FastScan", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -23156,7 +23156,7 @@ module.exports = { }, uuid: "8e2046eb-06bf-44e4-8fad-981f24d68340" }, - 2: { + "2": { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23168,7 +23168,7 @@ module.exports = { }, uuid: "953bcfbf-a46d-45e2-90c7-f727e641edc3" }, - 3: { + "3": { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23181,7 +23181,7 @@ module.exports = { }, uuid: "bed8bdc6-ef45-450e-aa7f-802cea642b2d" }, - 4: { + "4": { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23194,7 +23194,7 @@ module.exports = { }, uuid: "610ba60e-d0e3-42c2-9269-c67bafb25546" }, - 5: { + "5": { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23215,7 +23215,7 @@ module.exports = { Sensor_CargoScanner_LongRange: { fdname: "Sensor_CargoScanner_LongRange", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -23226,7 +23226,7 @@ module.exports = { }, uuid: "1b566f8d-56ef-4b11-bb06-1fd9c603ab1c" }, - 2: { + "2": { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23238,7 +23238,7 @@ module.exports = { }, uuid: "9371ee9f-12a1-4859-9b97-e3c3c87ee0a0" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23251,7 +23251,7 @@ module.exports = { }, uuid: "317bbfd2-7b05-4f7a-b6ca-55e0a7d3f147" }, - 4: { + "4": { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23264,7 +23264,7 @@ module.exports = { }, uuid: "5e3ac270-69ef-4301-9e86-8c9cbc5ada89" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23285,7 +23285,7 @@ module.exports = { Sensor_CargoScanner_WideAngle: { fdname: "Sensor_CargoScanner_WideAngle", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -23296,7 +23296,7 @@ module.exports = { }, uuid: "c034e952-985f-4b04-9d9e-bec4ddc50171" }, - 2: { + "2": { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23308,7 +23308,7 @@ module.exports = { }, uuid: "c2dee450-a617-4740-9af9-57cf2ea7de4f" }, - 3: { + "3": { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23321,7 +23321,7 @@ module.exports = { }, uuid: "181cd2e3-ef3c-4939-b5b9-f6b21090d920" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23334,7 +23334,7 @@ module.exports = { }, uuid: "a93247e8-cbce-4026-9640-6137934614c9" }, - 5: { + "5": { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23355,7 +23355,7 @@ module.exports = { Sensor_KillWarrantScanner_FastScan: { fdname: "Sensor_KillWarrantScanner_FastScan", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -23366,7 +23366,7 @@ module.exports = { }, uuid: "37c2d07b-fa12-4ad2-a1cb-a1c9c5cdb348" }, - 2: { + "2": { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23378,7 +23378,7 @@ module.exports = { }, uuid: "a375ac53-e245-4364-8d8a-389e247bc74d" }, - 3: { + "3": { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23391,7 +23391,7 @@ module.exports = { }, uuid: "472ebde0-72d0-4ec1-beda-11cbcbad13f9" }, - 4: { + "4": { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23404,7 +23404,7 @@ module.exports = { }, uuid: "6d8d3ba8-46b3-4482-a65d-b1c6663c543b" }, - 5: { + "5": { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23425,7 +23425,7 @@ module.exports = { Sensor_KillWarrantScanner_WideAngle: { fdname: "Sensor_KillWarrantScanner_WideAngle", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -23436,7 +23436,7 @@ module.exports = { }, uuid: "69ee982f-f925-4e0a-a7a8-cc52ff9bc295" }, - 2: { + "2": { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23448,7 +23448,7 @@ module.exports = { }, uuid: "3f0b3cbd-3acf-4a49-a176-6ceb02b958f9" }, - 3: { + "3": { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23461,7 +23461,7 @@ module.exports = { }, uuid: "5c378d56-97f7-4a75-b113-7e6bc846d53f" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23474,7 +23474,7 @@ module.exports = { }, uuid: "887d9bb6-422f-42ce-8a21-22d1f43a7f64" }, - 5: { + "5": { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23495,7 +23495,7 @@ module.exports = { Sensor_Sensor_LightWeight: { fdname: "Sensor_Sensor_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -23506,7 +23506,7 @@ module.exports = { }, uuid: "239cd942-3298-4be0-b032-143961c801a1" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -23518,7 +23518,7 @@ module.exports = { }, uuid: "8dd41f78-c4f0-4107-a1fe-d1eee78bbd23" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -23531,7 +23531,7 @@ module.exports = { }, uuid: "d51697d0-c837-4c0d-a6af-f192ace27e9a" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -23544,7 +23544,7 @@ module.exports = { }, uuid: "01ccf913-c1cb-47a6-9515-1d2ee3e3b2ae" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -23565,7 +23565,7 @@ module.exports = { Sensor_Sensor_LongRange: { fdname: "Sensor_Sensor_LongRange", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -23576,7 +23576,7 @@ module.exports = { }, uuid: "92c755ae-690b-442c-bacd-606575987f22" }, - 2: { + "2": { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23588,7 +23588,7 @@ module.exports = { }, uuid: "40167259-2960-4072-a135-cba93c87709d" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23601,7 +23601,7 @@ module.exports = { }, uuid: "6d422ca1-ebdd-4c87-b2b2-056e36c0cbfb" }, - 4: { + "4": { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23614,7 +23614,7 @@ module.exports = { }, uuid: "6b09d91f-919f-4a3a-9900-850b026ab01c" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23635,7 +23635,7 @@ module.exports = { Sensor_Sensor_WideAngle: { fdname: "Sensor_Sensor_WideAngle", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -23646,7 +23646,7 @@ module.exports = { }, uuid: "996dc047-9f07-47a6-8b05-3283ce666fa7" }, - 2: { + "2": { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23658,7 +23658,7 @@ module.exports = { }, uuid: "0855a023-3a25-44c1-84fa-c6e4e8ac3384" }, - 3: { + "3": { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23671,7 +23671,7 @@ module.exports = { }, uuid: "06908f4d-30e8-448f-9652-5051a79713f3" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23684,7 +23684,7 @@ module.exports = { }, uuid: "af874bae-07c3-457a-b525-baeb771b3d72" }, - 5: { + "5": { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23705,7 +23705,7 @@ module.exports = { Sensor_SurfaceScanner_FastScan: { fdname: "Sensor_SurfaceScanner_FastScan", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -23715,7 +23715,7 @@ module.exports = { }, uuid: "97940d61-5b9a-4b0e-8cfd-33f2175b956a" }, - 2: { + "2": { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23726,7 +23726,7 @@ module.exports = { }, uuid: "d5c0c74d-a4ff-45ed-a732-3c68aded4e06" }, - 3: { + "3": { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23738,7 +23738,7 @@ module.exports = { }, uuid: "ca9fc2bb-948e-43f4-b2f2-7bea95509d63" }, - 4: { + "4": { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23750,7 +23750,7 @@ module.exports = { }, uuid: "ef254d05-630e-41b4-9e0f-d6ea0002b1fc" }, - 5: { + "5": { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23770,7 +23770,7 @@ module.exports = { Sensor_SurfaceScanner_LongRange: { fdname: "Sensor_SurfaceScanner_LongRange", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -23780,7 +23780,7 @@ module.exports = { }, uuid: "c35f597e-dac8-4e38-8648-e2cb0018006c" }, - 2: { + "2": { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23791,7 +23791,7 @@ module.exports = { }, uuid: "5d607664-6ec6-4fdd-b692-4d3621c76150" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23803,7 +23803,7 @@ module.exports = { }, uuid: "e438dda9-1b0d-47e0-be07-295c17b56c2b" }, - 4: { + "4": { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23815,7 +23815,7 @@ module.exports = { }, uuid: "07ea5b4c-8ea7-44fb-8b0b-d38149dff798" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23835,7 +23835,7 @@ module.exports = { Sensor_SurfaceScanner_WideAngle: { fdname: "Sensor_SurfaceScanner_WideAngle", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -23845,7 +23845,7 @@ module.exports = { }, uuid: "74d12e8c-a62a-4812-b7f4-9e3356963206" }, - 2: { + "2": { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23856,7 +23856,7 @@ module.exports = { }, uuid: "4e76da64-72ea-4112-a5e8-4c14fc2efe57" }, - 3: { + "3": { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23868,7 +23868,7 @@ module.exports = { }, uuid: "e09980d9-b243-4d0f-8645-441552acb58e" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23880,7 +23880,7 @@ module.exports = { }, uuid: "ed5c2046-bb49-4e48-8799-8c96db420359" }, - 5: { + "5": { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23900,7 +23900,7 @@ module.exports = { Sensor_WakeScanner_FastScan: { fdname: "Sensor_WakeScanner_FastScan", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -23911,7 +23911,7 @@ module.exports = { }, uuid: "c7abe4af-26f0-460c-8df7-71412f12d5f8" }, - 2: { + "2": { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23923,7 +23923,7 @@ module.exports = { }, uuid: "940b832d-2dac-4671-9ada-4bede831342e" }, - 3: { + "3": { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23936,7 +23936,7 @@ module.exports = { }, uuid: "223a0854-036f-495d-afa1-69253f2b87c3" }, - 4: { + "4": { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23949,7 +23949,7 @@ module.exports = { }, uuid: "992ffcbe-26c5-4f41-bc2d-81bb6565ac27" }, - 5: { + "5": { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23970,7 +23970,7 @@ module.exports = { Sensor_WakeScanner_LongRange: { fdname: "Sensor_WakeScanner_LongRange", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -23981,7 +23981,7 @@ module.exports = { }, uuid: "11521a5e-0b00-4efe-9433-b0d4b5168c11" }, - 2: { + "2": { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23993,7 +23993,7 @@ module.exports = { }, uuid: "16235231-561b-4efb-a9bc-dcacb18b5651" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -24006,7 +24006,7 @@ module.exports = { }, uuid: "8dcbfbd5-748e-46ee-b179-4e2d213e518c" }, - 4: { + "4": { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -24019,7 +24019,7 @@ module.exports = { }, uuid: "44a348b1-979f-498e-bf61-22b38cb6f53b" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -24040,7 +24040,7 @@ module.exports = { Sensor_WakeScanner_WideAngle: { fdname: "Sensor_WakeScanner_WideAngle", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -24051,7 +24051,7 @@ module.exports = { }, uuid: "1b76dc7a-d52c-4cdd-93c6-6857f509519b" }, - 2: { + "2": { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -24063,7 +24063,7 @@ module.exports = { }, uuid: "9e143db0-83e9-49ff-ba53-04927287190b" }, - 3: { + "3": { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -24076,7 +24076,7 @@ module.exports = { }, uuid: "d2b0776c-9e74-4fe9-be1c-e49e104dcad6" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -24089,7 +24089,7 @@ module.exports = { }, uuid: "a00e7425-0828-41ea-9e11-e44bc391dd6f" }, - 5: { + "5": { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -24110,7 +24110,7 @@ module.exports = { ShieldBooster_Explosive: { fdname: "ShieldBooster_Explosive", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -24121,7 +24121,7 @@ module.exports = { }, uuid: "b6dd19e6-60e4-4307-a34f-c7e0e6182d44" }, - 2: { + "2": { components: { "Conductive Components": 1, Iron: 1 @@ -24133,7 +24133,7 @@ module.exports = { }, uuid: "3dd5f8fb-8399-4c4c-96d7-87c3840cfdeb" }, - 3: { + "3": { components: { "Conductive Components": 1, "Focus Crystals": 1, @@ -24146,7 +24146,7 @@ module.exports = { }, uuid: "640409d8-6cb5-4624-b2b6-f435c9d8453b" }, - 4: { + "4": { components: { Germanium: 1, "Refined Focus Crystals": 1, @@ -24159,7 +24159,7 @@ module.exports = { }, uuid: "8a311709-54f6-4a5f-a1cc-94c109d947df" }, - 5: { + "5": { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24180,7 +24180,7 @@ module.exports = { ShieldBooster_HeavyDuty: { fdname: "ShieldBooster_HeavyDuty", grades: { - 1: { + "1": { components: { "Grid Resistors": 1 }, @@ -24192,7 +24192,7 @@ module.exports = { }, uuid: "350e7873-893a-49d2-9057-c00e060178eb" }, - 2: { + "2": { components: { "Distorted Shield Cycle Recordings": 1, "Hybrid Capacitors": 1 @@ -24205,7 +24205,7 @@ module.exports = { }, uuid: "636ccc8d-cc59-4366-9934-8b235becc2d7" }, - 3: { + "3": { components: { "Distorted Shield Cycle Recordings": 1, "Hybrid Capacitors": 1, @@ -24219,7 +24219,7 @@ module.exports = { }, uuid: "82a66c08-1205-4c1a-ab02-1889e8ebcdd8" }, - 4: { + "4": { components: { "Electrochemical Arrays": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24233,7 +24233,7 @@ module.exports = { }, uuid: "c635934c-8d9d-4d1c-89e4-3a000a972bf2" }, - 5: { + "5": { components: { Antimony: 1, "Polymer Capacitors": 1, @@ -24255,7 +24255,7 @@ module.exports = { ShieldBooster_Kinetic: { fdname: "ShieldBooster_Kinetic", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -24266,7 +24266,7 @@ module.exports = { }, uuid: "8252b4bb-3195-4f46-88e8-b79ed5b5ad43" }, - 2: { + "2": { components: { Germanium: 1, "Grid Resistors": 1 @@ -24278,7 +24278,7 @@ module.exports = { }, uuid: "5f099a0e-0c37-447b-b552-f2e3d8dc1d19" }, - 3: { + "3": { components: { "Focus Crystals": 1, "Hybrid Capacitors": 1, @@ -24291,7 +24291,7 @@ module.exports = { }, uuid: "ab7f39b5-0b0e-45b2-a016-0916026e9633" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, "Refined Focus Crystals": 1, @@ -24304,7 +24304,7 @@ module.exports = { }, uuid: "59ddbb49-f4fc-466d-84b6-06f0529915a9" }, - 5: { + "5": { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24325,7 +24325,7 @@ module.exports = { ShieldBooster_Resistive: { fdname: "ShieldBooster_Resistive", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -24338,7 +24338,7 @@ module.exports = { }, uuid: "54f9f0c6-b4e9-4861-86ab-730d800bea54" }, - 2: { + "2": { components: { "Conductive Components": 1, Phosphorus: 1 @@ -24352,7 +24352,7 @@ module.exports = { }, uuid: "f082652b-7778-4bce-a1f1-f2491b27eb1a" }, - 3: { + "3": { components: { "Conductive Components": 1, "Focus Crystals": 1, @@ -24367,7 +24367,7 @@ module.exports = { }, uuid: "cfb01505-ea2b-4a33-aa6b-cbabeb60db7c" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -24382,7 +24382,7 @@ module.exports = { }, uuid: "1d11b8c8-9c16-4bdb-ba33-e52e79fa5999" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Imperial Shielding": 1, @@ -24405,7 +24405,7 @@ module.exports = { ShieldBooster_Thermic: { fdname: "ShieldBooster_Thermic", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -24416,7 +24416,7 @@ module.exports = { }, uuid: "9316e798-33cd-4ed2-8289-94eb82e41574" }, - 2: { + "2": { components: { Germanium: 1, "Heat Conduction Wiring": 1 @@ -24428,7 +24428,7 @@ module.exports = { }, uuid: "62eaf453-a4dd-42e6-b404-dfb7569afec6" }, - 3: { + "3": { components: { "Focus Crystals": 1, "Heat Conduction Wiring": 1, @@ -24441,7 +24441,7 @@ module.exports = { }, uuid: "90cddf76-5636-46ae-8c41-b28c6831549b" }, - 4: { + "4": { components: { "Heat Dispersion Plate": 1, "Refined Focus Crystals": 1, @@ -24454,7 +24454,7 @@ module.exports = { }, uuid: "3a922d38-e010-4874-97c9-7459dda8c184" }, - 5: { + "5": { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24475,7 +24475,7 @@ module.exports = { ShieldCellBank_Rapid: { fdname: "ShieldCellBank_Rapid", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -24487,7 +24487,7 @@ module.exports = { }, uuid: "8f315143-e256-41c2-8833-f35d12e47dce" }, - 2: { + "2": { components: { Chromium: 1, "Grid Resistors": 1 @@ -24500,7 +24500,7 @@ module.exports = { }, uuid: "f983d8e1-9a38-425c-a5bb-3881c5e0f14d" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, "Precipitated Alloys": 1, @@ -24522,7 +24522,7 @@ module.exports = { ShieldCellBank_Specialised: { fdname: "ShieldCellBank_Specialised", grades: { - 1: { + "1": { components: { "Specialised Legacy Firmware": 1 }, @@ -24535,7 +24535,7 @@ module.exports = { }, uuid: "3aa962e3-48f8-4305-829a-717dbead2830" }, - 2: { + "2": { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1 @@ -24549,7 +24549,7 @@ module.exports = { }, uuid: "53d40533-967f-4792-b938-421f7a938540" }, - 3: { + "3": { components: { "Conductive Components": 1, "Cracked Industrial Firmware": 1, @@ -24572,7 +24572,7 @@ module.exports = { ShieldGenerator_Kinetic: { fdname: "ShieldGenerator_Kinetic", grades: { - 1: { + "1": { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24583,7 +24583,7 @@ module.exports = { }, uuid: "df87f0c1-bd60-4e18-8a03-76063d635235" }, - 2: { + "2": { components: { "Distorted Shield Cycle Recordings": 1, "Modified Consumer Firmware": 1 @@ -24595,7 +24595,7 @@ module.exports = { }, uuid: "b67f86a0-866c-4233-9cd3-f5ea87a572eb" }, - 3: { + "3": { components: { "Distorted Shield Cycle Recordings": 1, "Modified Consumer Firmware": 1, @@ -24608,7 +24608,7 @@ module.exports = { }, uuid: "93979fd6-d135-4221-9a60-c9354e02619f" }, - 4: { + "4": { components: { "Focus Crystals": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24621,7 +24621,7 @@ module.exports = { }, uuid: "0e14c801-fd35-4bca-b97b-24da20d8c716" }, - 5: { + "5": { components: { "Refined Focus Crystals": 1, Ruthenium: 1, @@ -24642,7 +24642,7 @@ module.exports = { ShieldGenerator_Optimised: { fdname: "ShieldGenerator_Optimised", grades: { - 1: { + "1": { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24655,7 +24655,7 @@ module.exports = { }, uuid: "598e0c47-ecd2-4cfa-93d1-08bbda4cd765" }, - 2: { + "2": { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1 @@ -24669,7 +24669,7 @@ module.exports = { }, uuid: "605d6333-c544-425e-96c6-a76b6b839e2c" }, - 3: { + "3": { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1, @@ -24684,7 +24684,7 @@ module.exports = { }, uuid: "db5f0467-5bdc-433e-986d-031bbd48067b" }, - 4: { + "4": { components: { "Inconsistent Shield Soak Analysis": 1, Niobium: 1, @@ -24699,7 +24699,7 @@ module.exports = { }, uuid: "88987ab7-b759-4cda-acbb-726bd0ad17c7" }, - 5: { + "5": { components: { "Military Grade Alloys": 1, Tin: 1, @@ -24722,7 +24722,7 @@ module.exports = { ShieldGenerator_Reinforced: { fdname: "ShieldGenerator_Reinforced", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -24736,7 +24736,7 @@ module.exports = { }, uuid: "47ad77c0-e49b-44e5-9824-4074b63db369" }, - 2: { + "2": { components: { "Conductive Components": 1, Phosphorus: 1 @@ -24751,7 +24751,7 @@ module.exports = { }, uuid: "823f8f82-745d-4051-8f35-4e38a561932e" }, - 3: { + "3": { components: { "Conductive Components": 1, "Mechanical Components": 1, @@ -24767,7 +24767,7 @@ module.exports = { }, uuid: "a1a29713-f2e5-4e15-a913-e01dc065f99f" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, "Configurable Components": 1, @@ -24783,7 +24783,7 @@ module.exports = { }, uuid: "87ac1315-7904-48f6-a5fe-f044be546490" }, - 5: { + "5": { components: { Arsenic: 1, "Conductive Polymers": 1, @@ -24807,7 +24807,7 @@ module.exports = { ShieldGenerator_Thermic: { fdname: "ShieldGenerator_Thermic", grades: { - 1: { + "1": { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24818,7 +24818,7 @@ module.exports = { }, uuid: "ef5a3026-0777-4715-a1f4-5c65eff85b12" }, - 2: { + "2": { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1 @@ -24830,7 +24830,7 @@ module.exports = { }, uuid: "54e6e07a-3281-41aa-afa0-bbf292131c0f" }, - 3: { + "3": { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1, @@ -24843,7 +24843,7 @@ module.exports = { }, uuid: "307935bf-60d3-4887-b449-24d712518154" }, - 4: { + "4": { components: { "Focus Crystals": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24856,7 +24856,7 @@ module.exports = { }, uuid: "ef6a4d70-9996-4db8-ae22-7c61c3dcaf74" }, - 5: { + "5": { components: { "Refined Focus Crystals": 1, Ruthenium: 1, @@ -24877,7 +24877,7 @@ module.exports = { WakeScanner_LightWeight: { fdname: "WakeScanner_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -24887,7 +24887,7 @@ module.exports = { }, uuid: "bb40e7d4-d0f1-46aa-bedd-d946db82012d" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -24898,7 +24898,7 @@ module.exports = { }, uuid: "3d38ce20-64c8-4416-bf8c-a0de02225624" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -24910,7 +24910,7 @@ module.exports = { }, uuid: "86c3114f-e2d5-46a1-963b-a8dcdc4254c3" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -24922,7 +24922,7 @@ module.exports = { }, uuid: "cd80437d-740d-4391-810d-607f7e35202c" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -24942,7 +24942,7 @@ module.exports = { WakeScanner_Reinforced: { fdname: "WakeScanner_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -24952,7 +24952,7 @@ module.exports = { }, uuid: "8a71178f-3d2a-4c53-94dc-606d9d43d43a" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -24963,7 +24963,7 @@ module.exports = { }, uuid: "72595b30-3bbf-47e3-82f7-db29654bef66" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -24975,7 +24975,7 @@ module.exports = { }, uuid: "8cca72b3-f01a-49aa-a979-a72f3412bf6e" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -24987,7 +24987,7 @@ module.exports = { }, uuid: "89f9e00f-e621-4d34-bb15-4732f29a7f15" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -25007,7 +25007,7 @@ module.exports = { WakeScanner_Shielded: { fdname: "WakeScanner_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -25017,7 +25017,7 @@ module.exports = { }, uuid: "c500da24-7fe5-48f6-8661-593f4caee91a" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -25028,7 +25028,7 @@ module.exports = { }, uuid: "eed60442-f13e-4662-8132-e50a23e2534a" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -25040,7 +25040,7 @@ module.exports = { }, uuid: "df8baf0f-01a1-4fea-94e6-e169f71af1c6" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -25052,7 +25052,7 @@ module.exports = { }, uuid: "107cbead-888f-4b4c-a57e-324ccfe37006" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -25072,7 +25072,7 @@ module.exports = { Weapon_DoubleShot: { fdname: "Weapon_DoubleShot", grades: { - 1: { + "1": { components: { Carbon: 1 }, @@ -25084,7 +25084,7 @@ module.exports = { }, uuid: "0dad25c2-bbf3-4020-9af5-25f902ec7732" }, - 2: { + "2": { components: { Carbon: 1, "Mechanical Equipment": 1 @@ -25097,7 +25097,7 @@ module.exports = { }, uuid: "5cdaf06c-5ecd-40f0-bb8b-54ce8847b4e6" }, - 3: { + "3": { components: { Carbon: 1, "Cracked Industrial Firmware": 1, @@ -25111,7 +25111,7 @@ module.exports = { }, uuid: "fca184ef-5346-4f9a-8964-1e158763ab03" }, - 4: { + "4": { components: { "Mechanical Components": 1, "Security Firmware Patch": 1, @@ -25125,7 +25125,7 @@ module.exports = { }, uuid: "93cc424a-f547-409e-8487-2f73c27d4e47" }, - 5: { + "5": { components: { "Configurable Components": 1, "High Density Composites": 1, @@ -25147,7 +25147,7 @@ module.exports = { Weapon_Efficient: { fdname: "Weapon_Efficient", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -25157,7 +25157,7 @@ module.exports = { }, uuid: "3fbcc9dc-169a-4cd3-b945-cedc55882cd3" }, - 2: { + "2": { components: { "Heat Dispersion Plate": 1, Sulphur: 1 @@ -25170,7 +25170,7 @@ module.exports = { }, uuid: "a35a0c80-784d-4125-b858-fdee45750269" }, - 3: { + "3": { components: { Chromium: 1, "Exceptional Scrambled Emission Data": 1, @@ -25184,7 +25184,7 @@ module.exports = { }, uuid: "a429328b-11f4-402d-9909-2c6190505966" }, - 4: { + "4": { components: { "Heat Vanes": 1, "Irregular Emission Data": 1, @@ -25198,7 +25198,7 @@ module.exports = { }, uuid: "8c364495-468c-4ab1-9baf-079917a6cf9a" }, - 5: { + "5": { components: { Cadmium: 1, "Proto Heat Radiators": 1, @@ -25220,7 +25220,7 @@ module.exports = { Weapon_Focused: { fdname: "Weapon_Focused", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -25232,7 +25232,7 @@ module.exports = { }, uuid: "fc3e4f2e-04fb-4509-a31f-1121940e1bc6" }, - 2: { + "2": { components: { "Conductive Components": 1, Iron: 1 @@ -25245,7 +25245,7 @@ module.exports = { }, uuid: "437e00b1-a6fd-4d84-9242-075c3ce8adcb" }, - 3: { + "3": { components: { Chromium: 1, "Conductive Ceramics": 1, @@ -25259,7 +25259,7 @@ module.exports = { }, uuid: "bfbadc34-e11a-4cc4-80cc-83dde5731e6f" }, - 4: { + "4": { components: { "Focus Crystals": 1, Germanium: 1, @@ -25273,7 +25273,7 @@ module.exports = { }, uuid: "7c41f9fc-90ec-435e-9d92-6024c32ac40d" }, - 5: { + "5": { components: { "Military Supercapacitors": 1, Niobium: 1, @@ -25295,7 +25295,7 @@ module.exports = { Weapon_HighCapacity: { fdname: "Weapon_HighCapacity", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -25308,7 +25308,7 @@ module.exports = { }, uuid: "f622da45-ef05-4a9f-bdcb-879b5933b869" }, - 2: { + "2": { components: { "Mechanical Scrap": 1, Vanadium: 1 @@ -25322,7 +25322,7 @@ module.exports = { }, uuid: "c2cf2614-1a13-4b8d-81eb-d4eaf76257d0" }, - 3: { + "3": { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -25337,7 +25337,7 @@ module.exports = { }, uuid: "e37a6dba-669e-4ce6-bb3d-e831bdd656c0" }, - 4: { + "4": { components: { "High Density Composites": 1, "Mechanical Equipment": 1, @@ -25352,7 +25352,7 @@ module.exports = { }, uuid: "8800433a-2061-4776-9821-5dc04772b963" }, - 5: { + "5": { components: { "Mechanical Components": 1, "Military Supercapacitors": 1, @@ -25375,7 +25375,7 @@ module.exports = { Weapon_LightWeight: { fdname: "Weapon_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -25385,7 +25385,7 @@ module.exports = { }, uuid: "d5a539c5-120a-450f-bb68-e10abbeca8a9" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -25398,7 +25398,7 @@ module.exports = { }, uuid: "b6a80556-c22a-466e-931c-239c208c9890" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -25412,7 +25412,7 @@ module.exports = { }, uuid: "cbec8003-80e4-455a-84fe-257d2018386e" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -25426,7 +25426,7 @@ module.exports = { }, uuid: "3a57effa-ccac-448d-8d1c-3e0966042e24" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -25448,7 +25448,7 @@ module.exports = { Weapon_LongRange: { fdname: "Weapon_LongRange", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -25461,7 +25461,7 @@ module.exports = { }, uuid: "356d1457-e52f-4302-8af5-745e103b85e8" }, - 2: { + "2": { components: { "Modified Consumer Firmware": 1, Sulphur: 1 @@ -25475,7 +25475,7 @@ module.exports = { }, uuid: "965e7108-73d5-4f26-95ab-2d261716a80c" }, - 3: { + "3": { components: { "Focus Crystals": 1, "Modified Consumer Firmware": 1, @@ -25490,7 +25490,7 @@ module.exports = { }, uuid: "9d56f79f-9077-4391-8719-67e96c9613dd" }, - 4: { + "4": { components: { "Conductive Polymers": 1, "Focus Crystals": 1, @@ -25505,7 +25505,7 @@ module.exports = { }, uuid: "fbd49a72-d117-4e01-8485-d69b2267c803" }, - 5: { + "5": { components: { "Biotech Conductors": 1, "Cracked Industrial Firmware": 1, @@ -25528,7 +25528,7 @@ module.exports = { Weapon_Overcharged: { fdname: "Weapon_Overcharged", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -25540,7 +25540,7 @@ module.exports = { }, uuid: "e917ebe3-d5f1-4016-b8a9-2c759e16a7d4" }, - 2: { + "2": { components: { "Conductive Components": 1, Nickel: 1 @@ -25553,7 +25553,7 @@ module.exports = { }, uuid: "f5921fc1-fb10-4d2f-8e0a-cd8d8e9e3a84" }, - 3: { + "3": { components: { "Conductive Components": 1, "Electrochemical Arrays": 1, @@ -25567,7 +25567,7 @@ module.exports = { }, uuid: "4389883f-c2b3-4487-9b1a-b668a761057a" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, "Polymer Capacitors": 1, @@ -25581,7 +25581,7 @@ module.exports = { }, uuid: "25ec26dd-63b8-4e83-9a6e-86e5b80c4771" }, - 5: { + "5": { components: { "Conductive Polymers": 1, "Modified Embedded Firmware": 1, @@ -25603,7 +25603,7 @@ module.exports = { PA_Overcharged: { fdname: "Weapon_Overcharged", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -25614,7 +25614,7 @@ module.exports = { }, uuid: "e917ebe3-d5f1-4016-b8a9-2c759e16a7d4" }, - 2: { + "2": { components: { "Conductive Components": 1, Nickel: 1 @@ -25626,7 +25626,7 @@ module.exports = { }, uuid: "f5921fc1-fb10-4d2f-8e0a-cd8d8e9e3a84" }, - 3: { + "3": { components: { "Conductive Components": 1, "Electrochemical Arrays": 1, @@ -25639,7 +25639,7 @@ module.exports = { }, uuid: "4389883f-c2b3-4487-9b1a-b668a761057a" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, "Polymer Capacitors": 1, @@ -25652,7 +25652,7 @@ module.exports = { }, uuid: "25ec26dd-63b8-4e83-9a6e-86e5b80c4771" }, - 5: { + "5": { components: { "Conductive Polymers": 1, "Modified Embedded Firmware": 1, @@ -25673,7 +25673,7 @@ module.exports = { Weapon_RapidFire: { fdname: "Weapon_RapidFire", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -25685,7 +25685,7 @@ module.exports = { }, uuid: "a7ca2bf6-14be-41ed-8bfb-c7348fda7713" }, - 2: { + "2": { components: { "Heat Dispersion Plate": 1, "Mechanical Scrap": 1 @@ -25699,7 +25699,7 @@ module.exports = { }, uuid: "0008257b-ea33-48ea-a18e-56cc6cf98a77" }, - 3: { + "3": { components: { "Mechanical Equipment": 1, "Precipitated Alloys": 1, @@ -25714,7 +25714,7 @@ module.exports = { }, uuid: "f3338d38-f944-4841-b350-09755e1b615d" }, - 4: { + "4": { components: { "Mechanical Components": 1, "Modified Consumer Firmware": 1, @@ -25729,7 +25729,7 @@ module.exports = { }, uuid: "d2bdb568-725a-44bf-9328-ba72d2988acd" }, - 5: { + "5": { components: { "Configurable Components": 1, "Precipitated Alloys": 1, @@ -25752,7 +25752,7 @@ module.exports = { Weapon_ShortRange: { fdname: "Weapon_ShortRange", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -25762,7 +25762,7 @@ module.exports = { }, uuid: "81dca970-1fbf-4017-af46-0c6285c3a728" }, - 2: { + "2": { components: { "Modified Consumer Firmware": 1, Nickel: 1 @@ -25774,7 +25774,7 @@ module.exports = { }, uuid: "cf07de84-b794-43fd-a8b6-57ee781e9247" }, - 3: { + "3": { components: { "Electrochemical Arrays": 1, "Modified Consumer Firmware": 1, @@ -25787,7 +25787,7 @@ module.exports = { }, uuid: "7cd60cfe-e406-4005-a912-a306a69067e0" }, - 4: { + "4": { components: { "Conductive Polymers": 1, "Electrochemical Arrays": 1, @@ -25800,7 +25800,7 @@ module.exports = { }, uuid: "adae0f67-fd08-47d5-8870-f926cc63353f" }, - 5: { + "5": { components: { "Biotech Conductors": 1, "Configurable Components": 1, @@ -25821,7 +25821,7 @@ module.exports = { Weapon_Sturdy: { fdname: "Weapon_Sturdy", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -25833,7 +25833,7 @@ module.exports = { }, uuid: "3ac55eb7-0a45-440b-8c59-6ead43c7ef49" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -25846,7 +25846,7 @@ module.exports = { }, uuid: "53c131ab-cd66-4919-b49b-c1435362c8ff" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -25860,7 +25860,7 @@ module.exports = { }, uuid: "2d1873d4-6d38-4d39-b4c5-ea199be2bd6a" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -25874,7 +25874,7 @@ module.exports = { }, uuid: "4ceeab9c-7a85-4553-9fa4-81ebc6e88d4f" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -26824,16 +26824,16 @@ module.exports = { blueprints: { AFM_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } @@ -26845,95 +26845,95 @@ module.exports = { blueprints: { Armour_Advanced: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, Armour_Explosive: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, Armour_HeavyDuty: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, Armour_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, Armour_Thermic: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } @@ -26946,114 +26946,114 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } @@ -27066,76 +27066,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } @@ -27148,133 +27148,133 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } @@ -27287,57 +27287,57 @@ module.exports = { blueprints: { CollectionLimpet_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, CollectionLimpet_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, CollectionLimpet_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -27349,64 +27349,64 @@ module.exports = { blueprints: { ChaffLauncher_ChaffCapacity: { grades: { - 3: { + "3": { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } @@ -27426,114 +27426,114 @@ module.exports = { blueprints: { Sensor_CargoScanner_FastScan: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, Sensor_CargoScanner_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, Sensor_CargoScanner_WideAngle: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } @@ -27549,57 +27549,57 @@ module.exports = { blueprints: { ECM_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, ECM_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, ECM_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } @@ -27611,133 +27611,133 @@ module.exports = { blueprints: { Weapon_DoubleShot: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } @@ -27758,32 +27758,32 @@ module.exports = { blueprints: { FSDinterdictor_Expanded: { grades: { - 1: { + "1": { engineers: [ "Colonel Bris Dekker", "Felicity Farseer", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Colonel Bris Dekker" ] } } }, FSDinterdictor_LongRange: { grades: { - 1: { + "1": { engineers: [ "Colonel Bris Dekker", "Felicity Farseer", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Colonel Bris Dekker" ] } } @@ -27795,16 +27795,16 @@ module.exports = { blueprints: { FuelScoop_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } @@ -27816,57 +27816,57 @@ module.exports = { blueprints: { FSD_FastBoot: { grades: { - 1: { + "1": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - 5: { + "5": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } }, FSD_LongRange: { grades: { - 1: { + "1": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - 5: { + "5": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } }, FSD_Shielded: { grades: { - 1: { + "1": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - 5: { + "5": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } @@ -27883,57 +27883,57 @@ module.exports = { blueprints: { FuelTransferLimpet_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, FuelTransferLimpet_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, FuelTransferLimpet_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -27945,57 +27945,57 @@ module.exports = { blueprints: { HatchBreakerLimpet_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, HatchBreakerLimpet_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, HatchBreakerLimpet_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -28007,95 +28007,95 @@ module.exports = { blueprints: { HullReinforcement_Advanced: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Explosive: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, HullReinforcement_HeavyDuty: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Thermic: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } @@ -28108,64 +28108,64 @@ module.exports = { blueprints: { HeatSinkLauncher_HeatSinkCapacity: { grades: { - 3: { + "3": { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } @@ -28177,114 +28177,114 @@ module.exports = { blueprints: { Sensor_KillWarrantScanner_FastScan: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, Sensor_KillWarrantScanner_WideAngle: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } @@ -28296,48 +28296,48 @@ module.exports = { blueprints: { LifeSupport_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } }, LifeSupport_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } }, LifeSupport_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } @@ -28349,152 +28349,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } @@ -28515,76 +28515,76 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } @@ -28606,76 +28606,76 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Juri Ishmaak" ] }, - 5: { + "5": { engineers: [ "Juri Ishmaak" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Juri Ishmaak" ] }, - 5: { + "5": { engineers: [ "Juri Ishmaak" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Juri Ishmaak" ] }, - 5: { + "5": { engineers: [ "Juri Ishmaak" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Juri Ishmaak" ] }, - 5: { + "5": { engineers: [ "Juri Ishmaak" ] } } @@ -28728,152 +28728,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_Focused: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, PA_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } @@ -28890,57 +28890,57 @@ module.exports = { blueprints: { ProspectingLimpet_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, ProspectingLimpet_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, ProspectingLimpet_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -28968,114 +28968,114 @@ module.exports = { blueprints: { PowerDistributor_HighFrequency: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } }, PowerDistributor_PriorityEngines: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } }, PowerDistributor_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } }, PowerDistributor_Shielded: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } }, PowerDistributor_PrioritySystems: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } }, PowerDistributor_PriorityWeapons: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } @@ -29088,152 +29088,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Focused: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } @@ -29246,64 +29246,64 @@ module.exports = { blueprints: { PointDefence_PointDefenseCapacity: { grades: { - 3: { + "3": { engineers: [ "Ram Tah" ] } } }, PointDefence_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, PointDefence_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, PointDefence_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } @@ -29315,57 +29315,57 @@ module.exports = { blueprints: { PowerPlant_Armoured: { grades: { - 1: { + "1": { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 4: { + "4": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 5: { + "5": { engineers: [ "Hera Tani" ] } } }, PowerPlant_Stealth: { grades: { - 1: { + "1": { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 4: { + "4": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 5: { + "5": { engineers: [ "Hera Tani" ] } } }, PowerPlant_Boosted: { grades: { - 1: { + "1": { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 4: { + "4": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 5: { + "5": { engineers: [ "Hera Tani" ] } } @@ -29378,76 +29378,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } @@ -29464,16 +29464,16 @@ module.exports = { blueprints: { Refineries_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } @@ -29485,95 +29485,95 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } @@ -29586,57 +29586,57 @@ module.exports = { blueprints: { Sensor_Sensor_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } }, Sensor_Sensor_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } }, Sensor_Sensor_WideAngle: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } @@ -29648,95 +29648,95 @@ module.exports = { blueprints: { ShieldBooster_Explosive: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Didi Vatermann" ] }, - 5: { + "5": { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_HeavyDuty: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Didi Vatermann" ] }, - 5: { + "5": { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Didi Vatermann" ] }, - 5: { + "5": { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Resistive: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Didi Vatermann" ] }, - 5: { + "5": { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Thermic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Didi Vatermann" ] }, - 5: { + "5": { engineers: [ "Didi Vatermann" ] } } @@ -29757,26 +29757,26 @@ module.exports = { blueprints: { ShieldCellBank_Rapid: { grades: { - 1: { + "1": { engineers: [ "Elvira Martuuk", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Lori Jameson" ] } } }, ShieldCellBank_Specialised: { grades: { - 1: { + "1": { engineers: [ "Elvira Martuuk", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Lori Jameson" ] } } @@ -29789,76 +29789,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } @@ -29871,57 +29871,57 @@ module.exports = { blueprints: { Sensor_SurfaceScanner_FastScan: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } }, Sensor_SurfaceScanner_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } }, Sensor_SurfaceScanner_WideAngle: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } @@ -29937,57 +29937,57 @@ module.exports = { blueprints: { Engine_Dirty: { grades: { - 1: { + "1": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Professor Palin" ] }, - 5: { + "5": { engineers: [ "Professor Palin" ] } } }, Engine_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Professor Palin" ] }, - 5: { + "5": { engineers: [ "Professor Palin" ] } } }, Engine_Tuned: { grades: { - 1: { + "1": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Professor Palin" ] }, - 5: { + "5": { engineers: [ "Professor Palin" ] } } @@ -30000,38 +30000,38 @@ module.exports = { blueprints: { Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } @@ -30044,152 +30044,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Focused: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } @@ -30202,114 +30202,114 @@ module.exports = { blueprints: { Sensor_WakeScanner_FastScan: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, Sensor_WakeScanner_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, Sensor_WakeScanner_WideAngle: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } diff --git a/dist/index.json b/dist/index.json index 1c89e9b..2d47bcb 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4323,7 +4323,7 @@ "yaw": 10, "crew": 2 }, - "retailCost": 45814205, + "retailCost": 37472254, "bulkheads": [ { "id": "2T", @@ -4629,7 +4629,7 @@ "yaw": 10, "crew": 2 }, - "retailCost": 55382252, + "retailCost": 55867041, "bulkheads": [ { "id": "2T", diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index acd60db..f02307b 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -21,7 +21,7 @@ "yaw": 10, "crew": 2 }, - "retailCost": 45814205, + "retailCost": 37472254, "bulkheads": [ { "id": "2T", diff --git a/ships/mamba.json b/ships/mamba.json index 6b35012..1db10ce 100644 --- a/ships/mamba.json +++ b/ships/mamba.json @@ -21,7 +21,7 @@ "yaw": 10, "crew": 2 }, - "retailCost": 55382252, + "retailCost": 55867041, "bulkheads": [ { "id": "2T", From 6b3458289f2414336bf16a51cfeed116a7b7af35 Mon Sep 17 00:00:00 2001 From: William Blythe Date: Thu, 15 Nov 2018 09:30:26 +1100 Subject: [PATCH 22/31] mamba default loadout: --- dist/index.js | 2672 +++++++++++++++++++------------------- dist/index.json | 10 +- ships/krait_phantom.json | 65 +- ships/mamba.json | 64 +- 4 files changed, 1353 insertions(+), 1458 deletions(-) diff --git a/dist/index.js b/dist/index.js index c92aac3..74dde92 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3076,9 +3076,9 @@ module.exports = { internal: [ 5, 4, 3, 2, 2 ] }, defaults: { - standard: [ "5E", "5E", "4E", "4E", "6E", "4E", "3C" ], - hardpoints: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "03", "49", "02", 0, "2h" ] + standard: [ "6E", "5E", "4E", "4E", "6E", "4E", "3C" ], + hardpoints: [ 0, 0, 0, "17", "17", 0, 0, 0, 0, 0, 0 ], + internal: [ "03", "49", "01", 0, 0 ] } }, python: { @@ -18702,7 +18702,7 @@ module.exports = { AFM_Shielded: { fdname: "AFM_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -18712,7 +18712,7 @@ module.exports = { }, uuid: "c879e8d2-290a-471e-833c-eaea947a20c1" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -18723,7 +18723,7 @@ module.exports = { }, uuid: "90981fc0-8c0e-4b86-a656-9ef1a9a7fa00" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -18735,7 +18735,7 @@ module.exports = { }, uuid: "30976550-2ff1-46e2-9687-ae3faa4f4701" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -18755,7 +18755,7 @@ module.exports = { Armour_Advanced: { fdname: "Armour_Advanced", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -18768,7 +18768,7 @@ module.exports = { }, uuid: "fb33c5c9-24e4-48b5-8227-cc7b855572cd" }, - "2": { + 2: { components: { "Conductive Components": 1, Iron: 1 @@ -18782,7 +18782,7 @@ module.exports = { }, uuid: "a9417081-356c-43d7-bf30-9cc1de0c62a1" }, - "3": { + 3: { components: { "Conductive Components": 1, "High Density Composites": 1, @@ -18797,7 +18797,7 @@ module.exports = { }, uuid: "b93f110f-c467-4340-8496-9ea99332ef55" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, Germanium: 1, @@ -18812,7 +18812,7 @@ module.exports = { }, uuid: "4b9c30c9-0acf-4b56-bce9-3fc65be95382" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Military Grade Alloys": 1, @@ -18835,7 +18835,7 @@ module.exports = { Armour_Explosive: { fdname: "Armour_Explosive", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -18846,7 +18846,7 @@ module.exports = { }, uuid: "c74fe800-a8c1-4ae9-95a1-47a8a9d1f10d" }, - "2": { + 2: { components: { Carbon: 1, Zinc: 1 @@ -18858,7 +18858,7 @@ module.exports = { }, uuid: "78f76eb3-ac9e-47bd-be6f-a26b4fdf9c57" }, - "3": { + 3: { components: { "Salvaged Alloys": 1, Vanadium: 1 @@ -18870,7 +18870,7 @@ module.exports = { }, uuid: "83ea4fd2-2eee-4cfb-baa6-d6c314f58b8d" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, Mercury: 1, @@ -18883,7 +18883,7 @@ module.exports = { }, uuid: "9656e75a-a8ac-454f-941a-9fe4b4f6a330" }, - "5": { + 5: { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -18904,7 +18904,7 @@ module.exports = { Armour_HeavyDuty: { fdname: "Armour_HeavyDuty", grades: { - "1": { + 1: { components: { Carbon: 1 }, @@ -18917,7 +18917,7 @@ module.exports = { }, uuid: "f9d519ab-b6f6-4d81-a93b-8f4fb45edd55" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -18931,7 +18931,7 @@ module.exports = { }, uuid: "ab58e035-3128-4eec-8974-cbbff022d31e" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -18946,7 +18946,7 @@ module.exports = { }, uuid: "20afd6a5-5a72-4825-813d-b660fe796cb3" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -18961,7 +18961,7 @@ module.exports = { }, uuid: "e08d3ec0-79e1-4d9f-ae16-6bd0a7e5b5c4" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -18984,7 +18984,7 @@ module.exports = { Armour_Kinetic: { fdname: "Armour_Kinetic", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -18995,7 +18995,7 @@ module.exports = { }, uuid: "285736a7-9677-4875-b425-0704d2c05ee6" }, - "2": { + 2: { components: { Nickel: 1, Vanadium: 1 @@ -19007,7 +19007,7 @@ module.exports = { }, uuid: "816adb1f-c089-49b6-b52d-a8ca189a4ef5" }, - "3": { + 3: { components: { "High Density Composites": 1, "Salvaged Alloys": 1, @@ -19020,7 +19020,7 @@ module.exports = { }, uuid: "54c5cc67-3112-4c77-87f9-c5d6a5f0ae3c" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, "Proprietary Composites": 1, @@ -19033,7 +19033,7 @@ module.exports = { }, uuid: "80cdd75d-a574-4092-b45d-77187e52edf5" }, - "5": { + 5: { components: { "Core Dynamics Composites": 1, Molybdenum: 1, @@ -19054,7 +19054,7 @@ module.exports = { Armour_Thermic: { fdname: "Armour_Thermic", grades: { - "1": { + 1: { components: { "Heat Conduction Wiring": 1 }, @@ -19065,7 +19065,7 @@ module.exports = { }, uuid: "73c3a3c1-da09-4792-a1e9-d0161da6c0f2" }, - "2": { + 2: { components: { "Heat Dispersion Plate": 1, Nickel: 1 @@ -19077,7 +19077,7 @@ module.exports = { }, uuid: "f3096b56-d6d2-4aa5-a77c-98ce2adc79dc" }, - "3": { + 3: { components: { "Heat Exchangers": 1, "Salvaged Alloys": 1, @@ -19090,7 +19090,7 @@ module.exports = { }, uuid: "1aa48c57-d187-4e82-aa88-8b4a7a4bc856" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, "Heat Vanes": 1, @@ -19103,7 +19103,7 @@ module.exports = { }, uuid: "afc78426-8570-4ad4-923a-794821c2506f" }, - "5": { + 5: { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -19124,7 +19124,7 @@ module.exports = { CargoScanner_LightWeight: { fdname: "CargoScanner_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -19134,7 +19134,7 @@ module.exports = { }, uuid: "5ebd5d76-7bb8-4958-9cc3-f5e2176f2b5e" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19145,7 +19145,7 @@ module.exports = { }, uuid: "c49d42a8-cd8f-4576-9c60-85725f635185" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19157,7 +19157,7 @@ module.exports = { }, uuid: "bc048a95-b5aa-4f6c-a696-6c40b87a1606" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19169,7 +19169,7 @@ module.exports = { }, uuid: "4f9467f7-0c5f-4ab3-856b-aaad019bd79d" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19189,7 +19189,7 @@ module.exports = { CargoScanner_Reinforced: { fdname: "CargoScanner_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -19199,7 +19199,7 @@ module.exports = { }, uuid: "9b714883-e0e7-46b5-a2bb-5367f2cc9b3f" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -19210,7 +19210,7 @@ module.exports = { }, uuid: "9de3e096-fbfa-4694-a2e4-919494d39ee1" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -19222,7 +19222,7 @@ module.exports = { }, uuid: "4a5d7441-2543-4405-8587-9b969fffd3f2" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -19234,7 +19234,7 @@ module.exports = { }, uuid: "f4b41ce9-d3a8-4362-9821-0d45f2b975bc" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19254,7 +19254,7 @@ module.exports = { CargoScanner_Shielded: { fdname: "CargoScanner_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -19264,7 +19264,7 @@ module.exports = { }, uuid: "f3684224-dfb1-4b30-81df-827246ccce14" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -19275,7 +19275,7 @@ module.exports = { }, uuid: "0fec52b1-3a81-4260-8168-7af698e9ebf3" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -19287,7 +19287,7 @@ module.exports = { }, uuid: "6ca69c4f-07b6-43e4-97c9-e9134cb1eaf4" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19299,7 +19299,7 @@ module.exports = { }, uuid: "e6ebc222-ec93-4f0f-ac8a-e690ab50656d" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19319,7 +19319,7 @@ module.exports = { ChaffLauncher_ChaffCapacity: { fdname: "ChaffLauncher_ChaffCapacity", grades: { - "3": { + 3: { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -19340,7 +19340,7 @@ module.exports = { ChaffLauncher_LightWeight: { fdname: "ChaffLauncher_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -19350,7 +19350,7 @@ module.exports = { }, uuid: "99afdcd4-c7cf-4855-aea8-e35d968d448e" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19361,7 +19361,7 @@ module.exports = { }, uuid: "4c0aa103-e0d8-4dce-bb38-067549af7c27" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19373,7 +19373,7 @@ module.exports = { }, uuid: "90ddb40a-8520-4e0a-8e42-5f3f9ecf4c28" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19385,7 +19385,7 @@ module.exports = { }, uuid: "45047669-536a-4455-8563-b8be46d482e0" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19405,7 +19405,7 @@ module.exports = { ChaffLauncher_Reinforced: { fdname: "ChaffLauncher_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -19415,7 +19415,7 @@ module.exports = { }, uuid: "c952091e-30de-4b13-8e7e-c59aee4c1466" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -19426,7 +19426,7 @@ module.exports = { }, uuid: "5f868185-7351-49ec-95b4-87dab4d08e02" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -19438,7 +19438,7 @@ module.exports = { }, uuid: "33e63006-29ae-4466-b240-7708ddd9804b" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -19450,7 +19450,7 @@ module.exports = { }, uuid: "5d0cb508-a654-4dc8-8e04-6cafac0ea86d" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19470,7 +19470,7 @@ module.exports = { ChaffLauncher_Shielded: { fdname: "ChaffLauncher_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -19480,7 +19480,7 @@ module.exports = { }, uuid: "ac3908c2-c5aa-44a1-a847-a9d27c34a326" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -19491,7 +19491,7 @@ module.exports = { }, uuid: "ee1ad091-7a25-44ac-b3e4-9ee5e4228483" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -19503,7 +19503,7 @@ module.exports = { }, uuid: "eddd7f16-035d-4e9e-96fc-bf82e9ce7397" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19515,7 +19515,7 @@ module.exports = { }, uuid: "1fef7b64-bf77-4024-a9b4-24146d5cefe3" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19535,7 +19535,7 @@ module.exports = { CollectionLimpet_LightWeight: { fdname: "CollectionLimpet_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -19545,7 +19545,7 @@ module.exports = { }, uuid: "40d015c8-e3c3-4e6c-8703-0e5dc0c0ca7a" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19556,7 +19556,7 @@ module.exports = { }, uuid: "4f4f23cf-fb43-4542-8d60-c96cf884c3c9" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19568,7 +19568,7 @@ module.exports = { }, uuid: "9c4ebeff-12e1-4f0e-a972-bb8d4d7e4f08" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19580,7 +19580,7 @@ module.exports = { }, uuid: "befa7711-25fa-49d2-97fb-3f8a4cc8b91e" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19600,7 +19600,7 @@ module.exports = { CollectionLimpet_Reinforced: { fdname: "CollectionLimpet_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -19610,7 +19610,7 @@ module.exports = { }, uuid: "d0451acd-f57f-46a5-ac1a-c2a2f1919283" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -19621,7 +19621,7 @@ module.exports = { }, uuid: "ccbf3b26-6ded-4e86-b2dd-330280ca552f" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -19633,7 +19633,7 @@ module.exports = { }, uuid: "a841e48c-d34b-4dd2-b540-14910224398a" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -19645,7 +19645,7 @@ module.exports = { }, uuid: "de78dde7-c159-4d37-91e2-b6562dd754e4" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19665,7 +19665,7 @@ module.exports = { CollectionLimpet_Shielded: { fdname: "CollectionLimpet_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -19675,7 +19675,7 @@ module.exports = { }, uuid: "6e384cd7-1ab5-4a03-849f-d1a6d5711012" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -19686,7 +19686,7 @@ module.exports = { }, uuid: "be06b5e7-44c0-4bb4-b084-ca5578cd5b26" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -19698,7 +19698,7 @@ module.exports = { }, uuid: "d18a63f6-c96e-4e73-b4a1-70deeb27af9c" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19710,7 +19710,7 @@ module.exports = { }, uuid: "99d03d5e-1fd6-49b1-a99d-71571c35dca5" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19730,7 +19730,7 @@ module.exports = { ECM_LightWeight: { fdname: "ECM_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -19740,7 +19740,7 @@ module.exports = { }, uuid: "123ef1f4-cb7e-4b8e-8dfc-48c3407d0c94" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19751,7 +19751,7 @@ module.exports = { }, uuid: "abf6487e-1fac-46e7-9ae3-a46bea977412" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19763,7 +19763,7 @@ module.exports = { }, uuid: "e1bc6bec-da7b-4b5c-aedd-637b753d2e1f" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19775,7 +19775,7 @@ module.exports = { }, uuid: "ac3a70dc-8759-4f69-8c97-c31be11d9b49" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19795,7 +19795,7 @@ module.exports = { ECM_Reinforced: { fdname: "ECM_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -19805,7 +19805,7 @@ module.exports = { }, uuid: "6bcb5b84-5e90-4d3d-be7c-6ed6c1f048c4" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -19816,7 +19816,7 @@ module.exports = { }, uuid: "8497a12f-becf-499b-8df8-6814cfa93e39" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -19828,7 +19828,7 @@ module.exports = { }, uuid: "2fbadb73-1c89-4d25-9061-43735d4970b3" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -19840,7 +19840,7 @@ module.exports = { }, uuid: "a89859a9-1278-40d0-ac77-e3e6bf10de95" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19860,7 +19860,7 @@ module.exports = { ECM_Shielded: { fdname: "ECM_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -19870,7 +19870,7 @@ module.exports = { }, uuid: "0dd69a33-0309-4ab6-bf88-e500db42448c" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -19881,7 +19881,7 @@ module.exports = { }, uuid: "297bc1b2-7e2c-4556-b971-b2ff38cbff53" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -19893,7 +19893,7 @@ module.exports = { }, uuid: "385a3392-8580-4fa6-a52c-1205f1041b99" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19905,7 +19905,7 @@ module.exports = { }, uuid: "eb3e8641-031c-4318-9e97-43f27529fd86" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19925,7 +19925,7 @@ module.exports = { Engine_Dirty: { fdname: "Engine_Dirty", grades: { - "1": { + 1: { components: { "Specialised Legacy Firmware": 1 }, @@ -19938,7 +19938,7 @@ module.exports = { }, uuid: "bbdea125-dd2b-4031-8698-56c922df3b76" }, - "2": { + 2: { components: { "Mechanical Equipment": 1, "Specialised Legacy Firmware": 1 @@ -19952,7 +19952,7 @@ module.exports = { }, uuid: "d3ccba04-e0f5-40c3-a6f8-a038d5e5b4bf" }, - "3": { + 3: { components: { Chromium: 1, "Mechanical Components": 1, @@ -19967,7 +19967,7 @@ module.exports = { }, uuid: "60091d1f-38a9-4d62-bbc0-6332e03c7f3d" }, - "4": { + 4: { components: { "Configurable Components": 1, "Modified Consumer Firmware": 1, @@ -19982,7 +19982,7 @@ module.exports = { }, uuid: "7355e32e-b850-4428-8279-66f234f59c6a" }, - "5": { + 5: { components: { Cadmium: 1, "Cracked Industrial Firmware": 1, @@ -20005,7 +20005,7 @@ module.exports = { Engine_Reinforced: { fdname: "Engine_Reinforced", grades: { - "1": { + 1: { components: { Carbon: 1 }, @@ -20016,7 +20016,7 @@ module.exports = { }, uuid: "21503395-f165-4340-91c7-07d062895eae" }, - "2": { + 2: { components: { "Heat Conduction Wiring": 1, Vanadium: 1 @@ -20028,7 +20028,7 @@ module.exports = { }, uuid: "452e2359-5804-4de1-94bf-d16c9d512cc4" }, - "3": { + 3: { components: { "Heat Conduction Wiring": 1, "Shielding Sensors": 1, @@ -20041,7 +20041,7 @@ module.exports = { }, uuid: "ae1a71bb-e025-4268-aa7f-fd4063945beb" }, - "4": { + 4: { components: { "Compound Shielding": 1, "Heat Dispersion Plate": 1, @@ -20054,7 +20054,7 @@ module.exports = { }, uuid: "4bc0b925-dd64-41da-a653-f15acf108f23" }, - "5": { + 5: { components: { "Heat Exchangers": 1, "Imperial Shielding": 1, @@ -20075,7 +20075,7 @@ module.exports = { Engine_Tuned: { fdname: "Engine_Tuned", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -20086,7 +20086,7 @@ module.exports = { }, uuid: "5b32dae1-7c4a-4760-8c48-0d9a9fa2758d" }, - "2": { + 2: { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1 @@ -20100,7 +20100,7 @@ module.exports = { }, uuid: "5382eecb-c840-4613-99c1-9bcbdb8d7760" }, - "3": { + 3: { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1, @@ -20115,7 +20115,7 @@ module.exports = { }, uuid: "0c58a5c8-0bf9-4a2c-baf0-b14228f236df" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, "Decoded Emission Data": 1, @@ -20130,7 +20130,7 @@ module.exports = { }, uuid: "afb2b22e-ab30-4195-8bfe-ae81ea6067f3" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, "Conductive Ceramics": 1, @@ -20153,7 +20153,7 @@ module.exports = { FSD_FastBoot: { fdname: "FSD_FastBoot", grades: { - "1": { + 1: { components: { "Grid Resistors": 1 }, @@ -20165,7 +20165,7 @@ module.exports = { }, uuid: "23f08173-4d05-49d2-b126-d9e5ea5ee8b5" }, - "2": { + 2: { components: { Chromium: 1, "Grid Resistors": 1 @@ -20178,7 +20178,7 @@ module.exports = { }, uuid: "56875992-02ae-4364-934c-88dbfda0cc57" }, - "3": { + 3: { components: { "Grid Resistors": 1, "Heat Dispersion Plate": 1, @@ -20192,7 +20192,7 @@ module.exports = { }, uuid: "80c84723-9c37-434b-890e-8723504e5e48" }, - "4": { + 4: { components: { Cadmium: 1, "Heat Exchangers": 1, @@ -20206,7 +20206,7 @@ module.exports = { }, uuid: "3747180c-d798-4bc4-bb42-daecf44729cc" }, - "5": { + 5: { components: { "Electrochemical Arrays": 1, "Heat Vanes": 1, @@ -20228,7 +20228,7 @@ module.exports = { FSD_LongRange: { fdname: "FSD_LongRange", grades: { - "1": { + 1: { components: { "Atypical Disrupted Wake Echoes": 1 }, @@ -20240,7 +20240,7 @@ module.exports = { }, uuid: "bb67b1a2-7a5b-47bc-8ed8-e949b5e3fb16" }, - "2": { + 2: { components: { "Atypical Disrupted Wake Echoes": 1, "Chemical Processors": 1 @@ -20253,7 +20253,7 @@ module.exports = { }, uuid: "74045351-f348-45f5-8798-487211f19520" }, - "3": { + 3: { components: { "Chemical Processors": 1, Phosphorus: 1, @@ -20267,7 +20267,7 @@ module.exports = { }, uuid: "cf196bb9-55a1-457f-893b-84ff2afd4db9" }, - "4": { + 4: { components: { "Chemical Distillery": 1, "Eccentric Hyperspace Trajectories": 1, @@ -20281,7 +20281,7 @@ module.exports = { }, uuid: "ecf49fec-32fd-4930-949d-a341bf0fd00c" }, - "5": { + 5: { components: { Arsenic: 1, "Chemical Manipulators": 1, @@ -20303,7 +20303,7 @@ module.exports = { FSD_Shielded: { fdname: "FSD_Shielded", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -20315,7 +20315,7 @@ module.exports = { }, uuid: "0bf46ac9-dfcd-49c3-bcef-db93ba04ed97" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -20328,7 +20328,7 @@ module.exports = { }, uuid: "2858e680-b675-4ee9-9c24-04e8dd2bfe85" }, - "3": { + 3: { components: { Carbon: 1, "Shielding Sensors": 1, @@ -20342,7 +20342,7 @@ module.exports = { }, uuid: "f836e994-c19f-4ed0-926d-fbcc75f136c0" }, - "4": { + 4: { components: { "Compound Shielding": 1, "High Density Composites": 1, @@ -20356,7 +20356,7 @@ module.exports = { }, uuid: "fe30a1a0-3644-4411-af1f-59bae0a565b9" }, - "5": { + 5: { components: { "Imperial Shielding": 1, "Proprietary Composites": 1, @@ -20378,7 +20378,7 @@ module.exports = { FSDinterdictor_Expanded: { fdname: "FSDinterdictor_Expanded", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -20389,7 +20389,7 @@ module.exports = { }, uuid: "da98fe81-8ac1-4c4a-ba1b-76b894dc9de8" }, - "2": { + 2: { components: { "Mechanical Equipment": 1, "Unusual Encrypted Files": 1 @@ -20401,7 +20401,7 @@ module.exports = { }, uuid: "88bcd4df-3ae3-4e6b-80d8-27bf8815e4d2" }, - "3": { + 3: { components: { "Grid Resistors": 1, "Mechanical Components": 1, @@ -20414,7 +20414,7 @@ module.exports = { }, uuid: "1036b38e-676f-4b42-8518-abed6f627fb7" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -20435,7 +20435,7 @@ module.exports = { FSDinterdictor_LongRange: { fdname: "FSDinterdictor_LongRange", grades: { - "1": { + 1: { components: { "Unusual Encrypted Files": 1 }, @@ -20447,7 +20447,7 @@ module.exports = { }, uuid: "ecec8b3e-891f-4b79-8c07-7836e62424f8" }, - "2": { + 2: { components: { "Atypical Disrupted Wake Echoes": 1, "Tagged Encryption Codes": 1 @@ -20460,7 +20460,7 @@ module.exports = { }, uuid: "08d02c88-e63f-4d29-86b9-eea6a20b17a1" }, - "3": { + 3: { components: { "Anomalous Bulk Scan Data": 1, "Anomalous FSD Telemetry": 1, @@ -20474,7 +20474,7 @@ module.exports = { }, uuid: "a2d4bed7-4326-4776-a17b-6ee746f4c9be" }, - "4": { + 4: { components: { "Unidentified Scan Archives": 1, "Strange Wake Solutions": 1, @@ -20496,7 +20496,7 @@ module.exports = { FuelScoop_Shielded: { fdname: "FuelScoop_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -20506,7 +20506,7 @@ module.exports = { }, uuid: "7b71b0d6-e035-4526-91cf-b16a15d32594" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -20517,7 +20517,7 @@ module.exports = { }, uuid: "1c367826-7b57-4beb-9d99-c9a598d29cf9" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -20529,7 +20529,7 @@ module.exports = { }, uuid: "b61946ff-9e65-447b-9757-4c37789fc350" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20549,7 +20549,7 @@ module.exports = { FuelTransferLimpet_LightWeight: { fdname: "FuelTransferLimpet_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -20559,7 +20559,7 @@ module.exports = { }, uuid: "b4abda7b-ac4c-4ddf-ac76-f3d9640e217b" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20570,7 +20570,7 @@ module.exports = { }, uuid: "7bae1015-d4b9-4c33-8286-79c93386cf33" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20582,7 +20582,7 @@ module.exports = { }, uuid: "b69e0eb2-67c4-402a-8b4d-69d64c899fdc" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -20594,7 +20594,7 @@ module.exports = { }, uuid: "36d13200-4c1d-4d49-9936-af8562a6fbce" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -20614,7 +20614,7 @@ module.exports = { FuelTransferLimpet_Reinforced: { fdname: "FuelTransferLimpet_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -20624,7 +20624,7 @@ module.exports = { }, uuid: "9d3c40c1-a35c-42a7-8756-68dba821bde1" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -20635,7 +20635,7 @@ module.exports = { }, uuid: "c09e8d1b-e78e-43b8-bc8c-8ebf7bd84dc5" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -20647,7 +20647,7 @@ module.exports = { }, uuid: "51e5c01d-191c-446c-8ae1-d91e68da1013" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -20659,7 +20659,7 @@ module.exports = { }, uuid: "1a2e3498-d593-4420-ad66-01281648f8c7" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -20679,7 +20679,7 @@ module.exports = { FuelTransferLimpet_Shielded: { fdname: "FuelTransferLimpet_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -20689,7 +20689,7 @@ module.exports = { }, uuid: "736aca61-1fd6-4e95-931c-9354434b52ce" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -20700,7 +20700,7 @@ module.exports = { }, uuid: "60b7eeba-eaeb-4799-a7ab-c989afc9e74a" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -20712,7 +20712,7 @@ module.exports = { }, uuid: "31f3e418-9020-4b01-94ec-cf9d62529f12" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20724,7 +20724,7 @@ module.exports = { }, uuid: "65e897c7-0bb2-426f-bed2-3162767a80d2" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -20744,7 +20744,7 @@ module.exports = { HatchBreakerLimpet_LightWeight: { fdname: "HatchBreakerLimpet_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -20754,7 +20754,7 @@ module.exports = { }, uuid: "3434789e-7555-4bca-a901-09ddbae0d323" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20765,7 +20765,7 @@ module.exports = { }, uuid: "c62a09da-8157-474e-8b8f-04b43792a372" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20777,7 +20777,7 @@ module.exports = { }, uuid: "ad0166b8-9313-4c7a-a95c-5e4b0e53fc40" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -20789,7 +20789,7 @@ module.exports = { }, uuid: "cf482f0a-de37-4fec-8bcd-f087203e0f2d" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -20809,7 +20809,7 @@ module.exports = { HatchBreakerLimpet_Reinforced: { fdname: "HatchBreakerLimpet_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -20819,7 +20819,7 @@ module.exports = { }, uuid: "f75e88b4-7a5c-40da-9652-a7e91aa174e2" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -20830,7 +20830,7 @@ module.exports = { }, uuid: "d794c46b-13e7-4136-b435-bdb96c87c657" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -20842,7 +20842,7 @@ module.exports = { }, uuid: "07acc4c6-724e-4c6b-be15-c9c49d4d95a6" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -20854,7 +20854,7 @@ module.exports = { }, uuid: "fe76b519-7695-4618-b71f-4e27f53f9eb4" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -20874,7 +20874,7 @@ module.exports = { HatchBreakerLimpet_Shielded: { fdname: "HatchBreakerLimpet_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -20884,7 +20884,7 @@ module.exports = { }, uuid: "952d56cc-0c1c-4a62-a8c4-a4c668181654" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -20895,7 +20895,7 @@ module.exports = { }, uuid: "accfd35c-3172-455a-94b6-27be6409970a" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -20907,7 +20907,7 @@ module.exports = { }, uuid: "0db2b6bd-df3f-48be-ac6b-a334b79757a1" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20919,7 +20919,7 @@ module.exports = { }, uuid: "a747942f-d354-4f0d-ad59-323e52823924" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -20939,7 +20939,7 @@ module.exports = { HeatSinkLauncher_HeatSinkCapacity: { fdname: "HeatSinkLauncher_HeatSinkCapacity", grades: { - "3": { + 3: { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -20960,7 +20960,7 @@ module.exports = { HeatSinkLauncher_LightWeight: { fdname: "HeatSinkLauncher_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -20970,7 +20970,7 @@ module.exports = { }, uuid: "0a20c246-fe84-43d1-835b-ae74474cdec9" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20981,7 +20981,7 @@ module.exports = { }, uuid: "83dc9090-28c5-45b7-a4f5-8e2a76923e90" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20993,7 +20993,7 @@ module.exports = { }, uuid: "777b5a47-9d29-4787-b097-8c4a22c11d20" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21005,7 +21005,7 @@ module.exports = { }, uuid: "558a1180-e1a0-4c4a-8992-fac17d58860b" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -21025,7 +21025,7 @@ module.exports = { HeatSinkLauncher_Reinforced: { fdname: "HeatSinkLauncher_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -21035,7 +21035,7 @@ module.exports = { }, uuid: "4b8ad4b4-4d42-4014-98ac-2175392ad0c8" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -21046,7 +21046,7 @@ module.exports = { }, uuid: "7a7166cf-d789-4cb8-9768-f31cc3159dc5" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -21058,7 +21058,7 @@ module.exports = { }, uuid: "93d33903-1dc8-453a-8bd6-df3198c1eac5" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -21070,7 +21070,7 @@ module.exports = { }, uuid: "9a174428-ac75-4bc8-80e0-c1327d0317b8" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21090,7 +21090,7 @@ module.exports = { HeatSinkLauncher_Shielded: { fdname: "HeatSinkLauncher_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -21100,7 +21100,7 @@ module.exports = { }, uuid: "b7bb4a4a-61ee-44b6-b477-e6abf7540240" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -21111,7 +21111,7 @@ module.exports = { }, uuid: "69ec3d60-591c-4c65-a6d4-2b2fe83e1819" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -21123,7 +21123,7 @@ module.exports = { }, uuid: "beb3c5c1-689c-497d-a1b0-92d7fda93878" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21135,7 +21135,7 @@ module.exports = { }, uuid: "52f4a6d1-c291-4ac6-84f2-6d39bc54e675" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21155,7 +21155,7 @@ module.exports = { HullReinforcement_Advanced: { fdname: "HullReinforcement_Advanced", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -21166,7 +21166,7 @@ module.exports = { }, uuid: "8405c035-bf65-47d1-bdbe-5253b5c0a98b" }, - "2": { + 2: { components: { "Conductive Components": 1, Iron: 1 @@ -21178,7 +21178,7 @@ module.exports = { }, uuid: "a8dad054-0392-460a-934e-27d40f65e1fc" }, - "3": { + 3: { components: { "Conductive Components": 1, "High Density Composites": 1, @@ -21191,7 +21191,7 @@ module.exports = { }, uuid: "ee887ba1-c66f-4002-97cb-5169201324af" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, Germanium: 1, @@ -21204,7 +21204,7 @@ module.exports = { }, uuid: "8912615d-e711-4e5d-a08f-739cbf372963" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Military Grade Alloys": 1, @@ -21225,7 +21225,7 @@ module.exports = { HullReinforcement_Explosive: { fdname: "HullReinforcement_Explosive", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -21237,7 +21237,7 @@ module.exports = { }, uuid: "ed72014b-4033-413c-8a71-5eac18e085ce" }, - "2": { + 2: { components: { Carbon: 1, Zinc: 1 @@ -21250,7 +21250,7 @@ module.exports = { }, uuid: "7be2929b-0c89-4059-90d9-4631d90c053b" }, - "3": { + 3: { components: { "Salvaged Alloys": 1, Vanadium: 1, @@ -21264,7 +21264,7 @@ module.exports = { }, uuid: "11742116-77d3-40ea-bd1f-71e0558a0ad1" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, Mercury: 1, @@ -21278,7 +21278,7 @@ module.exports = { }, uuid: "1f59b0aa-46ab-4eb5-bf07-fe4d8f968c1d" }, - "5": { + 5: { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -21300,7 +21300,7 @@ module.exports = { HullReinforcement_HeavyDuty: { fdname: "HullReinforcement_HeavyDuty", grades: { - "1": { + 1: { components: { Carbon: 1 }, @@ -21313,7 +21313,7 @@ module.exports = { }, uuid: "e174a927-ab55-4691-be3e-832f6d68d679" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -21327,7 +21327,7 @@ module.exports = { }, uuid: "2cd3f87c-5ea3-4bd5-ab6d-70458f29de7e" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -21342,7 +21342,7 @@ module.exports = { }, uuid: "251e8773-d06a-4b0e-9e30-a5114a45a5c1" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21357,7 +21357,7 @@ module.exports = { }, uuid: "d6b14f0e-9a32-4838-b41f-986f4a5abd6d" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21380,7 +21380,7 @@ module.exports = { HullReinforcement_Kinetic: { fdname: "HullReinforcement_Kinetic", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -21392,7 +21392,7 @@ module.exports = { }, uuid: "9d5338ab-031c-40e5-bd13-d3eb057540ab" }, - "2": { + 2: { components: { Nickel: 1, Vanadium: 1 @@ -21405,7 +21405,7 @@ module.exports = { }, uuid: "238db8e4-99e2-4e70-b4e3-f918294110c7" }, - "3": { + 3: { components: { "High Density Composites": 1, "Salvaged Alloys": 1, @@ -21419,7 +21419,7 @@ module.exports = { }, uuid: "cb65ddfa-2fd9-4db5-9558-0770866ea8ee" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, "Proprietary Composites": 1, @@ -21433,7 +21433,7 @@ module.exports = { }, uuid: "944cb78e-4da0-43a0-acc8-95c7d67eaf92" }, - "5": { + 5: { components: { "Core Dynamics Composites": 1, Molybdenum: 1, @@ -21455,7 +21455,7 @@ module.exports = { HullReinforcement_Thermic: { fdname: "HullReinforcement_Thermic", grades: { - "1": { + 1: { components: { "Heat Conduction Wiring": 1 }, @@ -21467,7 +21467,7 @@ module.exports = { }, uuid: "cc3d62d5-9769-480d-9e37-620c61a276ab" }, - "2": { + 2: { components: { "Heat Dispersion Plate": 1, Nickel: 1 @@ -21480,7 +21480,7 @@ module.exports = { }, uuid: "e4aa2331-7dc5-479c-9959-d90f0e473da9" }, - "3": { + 3: { components: { "Heat Exchangers": 1, "Salvaged Alloys": 1, @@ -21494,7 +21494,7 @@ module.exports = { }, uuid: "29f49ae9-e241-4791-a9e3-bfdccd6cdfbb" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, "Heat Vanes": 1, @@ -21508,7 +21508,7 @@ module.exports = { }, uuid: "19e30f32-a789-4acf-8f69-f97677ace963" }, - "5": { + 5: { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -21530,7 +21530,7 @@ module.exports = { KillWarrantScanner_LightWeight: { fdname: "KillWarrantScanner_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -21540,7 +21540,7 @@ module.exports = { }, uuid: "b56007ba-9351-417e-9da8-def090b31e50" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21551,7 +21551,7 @@ module.exports = { }, uuid: "14b2d6f0-5f93-48c9-a04a-b9b1064b4bd1" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21563,7 +21563,7 @@ module.exports = { }, uuid: "d6dc2106-b95e-49fe-bd56-0ab0729045ad" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21575,7 +21575,7 @@ module.exports = { }, uuid: "fa568ca9-fe6f-4036-89ae-c6659fdc4e33" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -21595,7 +21595,7 @@ module.exports = { KillWarrantScanner_LongRange: { fdname: "KillWarrantScanner_LongRange", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -21606,7 +21606,7 @@ module.exports = { }, uuid: "2689c846-02d7-4694-97f1-85cd5437b42f" }, - "2": { + 2: { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -21618,7 +21618,7 @@ module.exports = { }, uuid: "c2160767-b03f-491e-9a45-31976fb78899" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -21631,7 +21631,7 @@ module.exports = { }, uuid: "4d9ccdb6-89cc-4f27-a8c8-584de68dae4b" }, - "4": { + 4: { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -21644,7 +21644,7 @@ module.exports = { }, uuid: "0ecb3bee-4033-4937-a5ed-161f50cb6024" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -21665,7 +21665,7 @@ module.exports = { KillWarrantScanner_Reinforced: { fdname: "KillWarrantScanner_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -21675,7 +21675,7 @@ module.exports = { }, uuid: "54cf058d-795d-423c-8923-fdd6971dec29" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -21686,7 +21686,7 @@ module.exports = { }, uuid: "3d7eb835-8a30-458d-bbf3-cfd8de5f8cb4" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -21698,7 +21698,7 @@ module.exports = { }, uuid: "200dfa7b-085d-43d8-ae61-f7080feed350" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -21710,7 +21710,7 @@ module.exports = { }, uuid: "4fdb0643-c9e0-43f6-8b6b-4613fec1de03" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21730,7 +21730,7 @@ module.exports = { KillWarrantScanner_Shielded: { fdname: "KillWarrantScanner_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -21740,7 +21740,7 @@ module.exports = { }, uuid: "f4426054-f766-4be3-8b26-e9236ff61dd9" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -21751,7 +21751,7 @@ module.exports = { }, uuid: "fa7b4b7f-ed0a-401f-a372-1d03c09f9c55" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -21763,7 +21763,7 @@ module.exports = { }, uuid: "443fe7e9-e313-457b-8c0f-6eb22e6e91ef" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21775,7 +21775,7 @@ module.exports = { }, uuid: "b1a0e15d-7164-44f9-85e5-9acc64e56b8b" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21795,7 +21795,7 @@ module.exports = { LifeSupport_LightWeight: { fdname: "LifeSupport_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -21805,7 +21805,7 @@ module.exports = { }, uuid: "e1e1bd93-3a3f-4454-bfe3-0e2b6840b43a" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21816,7 +21816,7 @@ module.exports = { }, uuid: "aaf29592-df21-4b4c-aeac-20252e75b8aa" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21828,7 +21828,7 @@ module.exports = { }, uuid: "8876b27a-2c31-49f0-8a47-c11acd801c2b" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21848,7 +21848,7 @@ module.exports = { LifeSupport_Reinforced: { fdname: "LifeSupport_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -21858,7 +21858,7 @@ module.exports = { }, uuid: "b40b11a1-5f0f-440f-b77d-9abf9833d546" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -21869,7 +21869,7 @@ module.exports = { }, uuid: "847b937b-ffa2-4418-9a48-0993a675d43f" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -21881,7 +21881,7 @@ module.exports = { }, uuid: "8303d5f6-da56-41d0-8af3-4620efcc561e" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -21893,7 +21893,7 @@ module.exports = { }, uuid: "6c37ca40-0ae6-48e0-a145-c3eea2bf7cce" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21913,7 +21913,7 @@ module.exports = { LifeSupport_Shielded: { fdname: "LifeSupport_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -21923,7 +21923,7 @@ module.exports = { }, uuid: "fcd12382-bbb3-431b-95c5-ae9539a02a54" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -21934,7 +21934,7 @@ module.exports = { }, uuid: "9a62eb66-8231-4fa9-9047-284798892e93" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -21946,7 +21946,7 @@ module.exports = { }, uuid: "c46b6c89-0a24-4586-865d-76ff5ae35209" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21966,7 +21966,7 @@ module.exports = { PointDefence_LightWeight: { fdname: "PointDefence_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -21976,7 +21976,7 @@ module.exports = { }, uuid: "b212ba23-880a-46f7-94ef-f276acb068da" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21987,7 +21987,7 @@ module.exports = { }, uuid: "17733fc5-6153-406c-b7f6-fbc6904b7223" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21999,7 +21999,7 @@ module.exports = { }, uuid: "428b7f9f-9ab2-4f1f-9e8e-9a54ede9af65" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -22011,7 +22011,7 @@ module.exports = { }, uuid: "6285a7cd-bb8f-427d-b2aa-3c20953c9c9c" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -22031,7 +22031,7 @@ module.exports = { PointDefence_PointDefenseCapacity: { fdname: "PointDefence_PointDefenseCapacity", grades: { - "3": { + 3: { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -22052,7 +22052,7 @@ module.exports = { PointDefence_Reinforced: { fdname: "PointDefence_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -22062,7 +22062,7 @@ module.exports = { }, uuid: "be6995c8-ffe3-41db-82c7-8a1d876254bd" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -22073,7 +22073,7 @@ module.exports = { }, uuid: "b485f4a5-194e-44cd-8a68-d78d87b78749" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -22085,7 +22085,7 @@ module.exports = { }, uuid: "007beb33-2cb2-48fc-b3d3-b5b82fc7c795" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -22097,7 +22097,7 @@ module.exports = { }, uuid: "3fbaecf6-2bdf-4c53-b455-d37d0d78571c" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -22117,7 +22117,7 @@ module.exports = { PointDefence_Shielded: { fdname: "PointDefence_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -22127,7 +22127,7 @@ module.exports = { }, uuid: "84de52cc-9d50-48b9-94bc-262735f61a27" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -22138,7 +22138,7 @@ module.exports = { }, uuid: "94b0ceb5-3f07-4206-aa02-1e69f1059476" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -22150,7 +22150,7 @@ module.exports = { }, uuid: "ad2d6c5e-f69d-44cd-94e5-0437a1b77e39" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22162,7 +22162,7 @@ module.exports = { }, uuid: "718b1c81-ffc9-4097-8969-3805dfab4ce2" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22182,7 +22182,7 @@ module.exports = { PowerDistributor_HighCapacity: { fdname: "PowerDistributor_HighCapacity", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -22197,7 +22197,7 @@ module.exports = { }, uuid: "e1ae5651-f688-46e2-a94a-9c3bc6e8665b" }, - "2": { + 2: { components: { Chromium: 1, "Specialised Legacy Firmware": 1 @@ -22213,7 +22213,7 @@ module.exports = { }, uuid: "d5ea6b7b-31eb-44f4-b1f3-8126dd6ea7b5" }, - "3": { + 3: { components: { Chromium: 1, "High Density Composites": 1, @@ -22230,7 +22230,7 @@ module.exports = { }, uuid: "b959a87e-a231-46e7-a6a7-65fe6c0464bc" }, - "4": { + 4: { components: { "Modified Consumer Firmware": 1, "Proprietary Composites": 1, @@ -22247,7 +22247,7 @@ module.exports = { }, uuid: "5f468c03-ed6d-474f-9e82-601b11d728c8" }, - "5": { + 5: { components: { "Cracked Industrial Firmware": 1, "Military Supercapacitors": 1, @@ -22272,7 +22272,7 @@ module.exports = { PowerDistributor_HighFrequency: { fdname: "PowerDistributor_HighFrequency", grades: { - "1": { + 1: { components: { "Specialised Legacy Firmware": 1 }, @@ -22286,7 +22286,7 @@ module.exports = { }, uuid: "e8ce47e1-c5d7-46bf-b31e-48dcfe9ab1a5" }, - "2": { + 2: { components: { "Chemical Processors": 1, "Specialised Legacy Firmware": 1 @@ -22301,7 +22301,7 @@ module.exports = { }, uuid: "528b87b2-157d-471e-9958-831a9962c595" }, - "3": { + 3: { components: { "Chemical Distillery": 1, "Grid Resistors": 1, @@ -22317,7 +22317,7 @@ module.exports = { }, uuid: "713b5e19-b7a5-447f-b450-248e771dcd72" }, - "4": { + 4: { components: { "Chemical Manipulators": 1, "Cracked Industrial Firmware": 1, @@ -22333,7 +22333,7 @@ module.exports = { }, uuid: "1bfd4836-c69d-4adf-94dd-e7c41da96416" }, - "5": { + 5: { components: { "Chemical Manipulators": 1, "Cracked Industrial Firmware": 1, @@ -22357,7 +22357,7 @@ module.exports = { PowerDistributor_PriorityEngines: { fdname: "PowerDistributor_PriorityEngines", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -22371,7 +22371,7 @@ module.exports = { }, uuid: "69f1b8a3-c868-452f-bdbd-cfc95e117ab5" }, - "2": { + 2: { components: { "Conductive Components": 1, Sulphur: 1 @@ -22386,7 +22386,7 @@ module.exports = { }, uuid: "5e91d652-7346-4a22-82c9-79853fdcdf91" }, - "3": { + 3: { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22402,7 +22402,7 @@ module.exports = { }, uuid: "4185370a-c4e9-4f58-9b67-a7f46bb2d3c2" }, - "4": { + 4: { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22418,7 +22418,7 @@ module.exports = { }, uuid: "6a6a497e-8261-4763-8a15-c78222a00443" }, - "5": { + 5: { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22442,7 +22442,7 @@ module.exports = { PowerDistributor_PrioritySystems: { fdname: "PowerDistributor_PrioritySystems", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -22456,7 +22456,7 @@ module.exports = { }, uuid: "8138ba35-155d-4b82-86ef-ad4600ab5e03" }, - "2": { + 2: { components: { "Conductive Components": 1, Sulphur: 1 @@ -22471,7 +22471,7 @@ module.exports = { }, uuid: "91c79b1b-b494-4dd9-98c4-10d58aa5509f" }, - "3": { + 3: { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22487,7 +22487,7 @@ module.exports = { }, uuid: "13ab16c7-2456-4387-b536-b28fd2f57d2e" }, - "4": { + 4: { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22503,7 +22503,7 @@ module.exports = { }, uuid: "544e6d6b-be89-478d-9b1b-62fae7599d30" }, - "5": { + 5: { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22527,7 +22527,7 @@ module.exports = { PowerDistributor_PriorityWeapons: { fdname: "PowerDistributor_PriorityWeapons", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -22541,7 +22541,7 @@ module.exports = { }, uuid: "dd023cf4-0b4d-4d18-957f-4b1eecb71c0a" }, - "2": { + 2: { components: { "Conductive Components": 1, Sulphur: 1 @@ -22556,7 +22556,7 @@ module.exports = { }, uuid: "cac790f3-9852-4673-a219-0f5e4dc6a0ad" }, - "3": { + 3: { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22572,7 +22572,7 @@ module.exports = { }, uuid: "cc5507e8-613b-4d43-a7fe-a874be963125" }, - "4": { + 4: { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22588,7 +22588,7 @@ module.exports = { }, uuid: "34c9c5e5-8a42-4509-a22a-7313528263f2" }, - "5": { + 5: { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22612,7 +22612,7 @@ module.exports = { PowerDistributor_Shielded: { fdname: "PowerDistributor_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -22623,7 +22623,7 @@ module.exports = { }, uuid: "05883145-2407-46a1-9eea-5a56ac549cfd" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -22635,7 +22635,7 @@ module.exports = { }, uuid: "5822ff0c-fa6c-4072-95be-e2534f37be00" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -22648,7 +22648,7 @@ module.exports = { }, uuid: "d5040eac-fa75-4613-828d-ea71aefd9051" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22661,7 +22661,7 @@ module.exports = { }, uuid: "32c94fd6-71c3-461b-80ed-bfe1543f9651" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22682,7 +22682,7 @@ module.exports = { PowerPlant_Armoured: { fdname: "PowerPlant_Armoured", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -22694,7 +22694,7 @@ module.exports = { }, uuid: "14be2e0d-417b-4cde-834f-b7e8ca14bb85" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -22707,7 +22707,7 @@ module.exports = { }, uuid: "14ade730-2a1d-4f48-a619-46be865819ec" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -22721,7 +22721,7 @@ module.exports = { }, uuid: "aa9a05c9-f142-40db-b0bf-8f6ca29efba8" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22735,7 +22735,7 @@ module.exports = { }, uuid: "bfb0ccc8-389e-4df0-9acd-4df91680c5a3" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22757,7 +22757,7 @@ module.exports = { PowerPlant_Boosted: { fdname: "PowerPlant_Boosted", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -22768,7 +22768,7 @@ module.exports = { }, uuid: "06282764-2821-4604-ad2c-d9b148d562d0" }, - "2": { + 2: { components: { "Conductive Components": 1, "Heat Conduction Wiring": 1 @@ -22780,7 +22780,7 @@ module.exports = { }, uuid: "feb49620-2df8-4ec6-9a58-13f986aed81f" }, - "3": { + 3: { components: { "Conductive Components": 1, "Heat Conduction Wiring": 1, @@ -22793,7 +22793,7 @@ module.exports = { }, uuid: "9325c166-998d-4ea6-8dab-0aafcec76705" }, - "4": { + 4: { components: { Cadmium: 1, "Conductive Ceramics": 1, @@ -22806,7 +22806,7 @@ module.exports = { }, uuid: "6dd84c8d-1d21-4bf5-a747-f582ffe49a99" }, - "5": { + 5: { components: { "Chemical Manipulators": 1, "Conductive Ceramics": 1, @@ -22827,7 +22827,7 @@ module.exports = { PowerPlant_Stealth: { fdname: "PowerPlant_Stealth", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -22838,7 +22838,7 @@ module.exports = { }, uuid: "92571059-8e76-4473-b3ee-1b50803c75ef" }, - "2": { + 2: { components: { Iron: 1, "Irregular Emission Data": 1 @@ -22850,7 +22850,7 @@ module.exports = { }, uuid: "5a20a4d0-2d5d-4380-b14d-6099928cd0a7" }, - "3": { + 3: { components: { "Heat Exchangers": 1, Iron: 1, @@ -22863,7 +22863,7 @@ module.exports = { }, uuid: "a0283399-56cd-4013-8293-872ad44a1ffd" }, - "4": { + 4: { components: { "Heat Vanes": 1, Germanium: 1, @@ -22876,7 +22876,7 @@ module.exports = { }, uuid: "e87a55a5-ddf0-42fe-b919-9a3ef13a7bba" }, - "5": { + 5: { components: { "Proto Heat Radiators": 1, Niobium: 1, @@ -22897,7 +22897,7 @@ module.exports = { ProspectingLimpet_LightWeight: { fdname: "ProspectingLimpet_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -22907,7 +22907,7 @@ module.exports = { }, uuid: "bb27a6b6-5c10-41e8-a6b3-3abc8a4ed23e" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -22918,7 +22918,7 @@ module.exports = { }, uuid: "95af3c55-ec45-4f5d-848d-1639307fee41" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -22930,7 +22930,7 @@ module.exports = { }, uuid: "a3b84b26-d67e-4d8c-9653-f23181cce9f8" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -22942,7 +22942,7 @@ module.exports = { }, uuid: "363a9543-4072-4211-8c89-8e9477fa72eb" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -22962,7 +22962,7 @@ module.exports = { ProspectingLimpet_Reinforced: { fdname: "ProspectingLimpet_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -22972,7 +22972,7 @@ module.exports = { }, uuid: "650fdb39-a2fa-4757-bac0-fcad6c7104f9" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -22983,7 +22983,7 @@ module.exports = { }, uuid: "ee33e0d9-d8b2-4ac5-9370-7dac2f252570" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -22995,7 +22995,7 @@ module.exports = { }, uuid: "5c8c244e-2f93-4422-8fcb-ad4012020a8a" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -23007,7 +23007,7 @@ module.exports = { }, uuid: "31532d5f-6e3c-45a6-95b2-13fb0218aa7a" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -23027,7 +23027,7 @@ module.exports = { ProspectingLimpet_Shielded: { fdname: "ProspectingLimpet_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -23037,7 +23037,7 @@ module.exports = { }, uuid: "573d6e16-dc01-4093-a14d-420621279673" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -23048,7 +23048,7 @@ module.exports = { }, uuid: "197d4759-f451-4b30-8051-08c5fde05421" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -23060,7 +23060,7 @@ module.exports = { }, uuid: "633cafa0-a2c3-436c-867f-aba0205e55b8" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -23072,7 +23072,7 @@ module.exports = { }, uuid: "6a396efb-3aa1-4022-b66d-dd299ff7e4d8" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -23092,7 +23092,7 @@ module.exports = { Refineries_Shielded: { fdname: "Refineries_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -23102,7 +23102,7 @@ module.exports = { }, uuid: "58578acb-b652-4a30-8ffe-e4e488325221" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -23113,7 +23113,7 @@ module.exports = { }, uuid: "e33c7809-d6cd-4549-8596-9400baabc3cd" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -23125,7 +23125,7 @@ module.exports = { }, uuid: "cffa4897-fa7a-44dd-8fe1-1b3702e82f9e" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -23145,7 +23145,7 @@ module.exports = { Sensor_CargoScanner_FastScan: { fdname: "Sensor_CargoScanner_FastScan", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -23156,7 +23156,7 @@ module.exports = { }, uuid: "8e2046eb-06bf-44e4-8fad-981f24d68340" }, - "2": { + 2: { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23168,7 +23168,7 @@ module.exports = { }, uuid: "953bcfbf-a46d-45e2-90c7-f727e641edc3" }, - "3": { + 3: { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23181,7 +23181,7 @@ module.exports = { }, uuid: "bed8bdc6-ef45-450e-aa7f-802cea642b2d" }, - "4": { + 4: { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23194,7 +23194,7 @@ module.exports = { }, uuid: "610ba60e-d0e3-42c2-9269-c67bafb25546" }, - "5": { + 5: { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23215,7 +23215,7 @@ module.exports = { Sensor_CargoScanner_LongRange: { fdname: "Sensor_CargoScanner_LongRange", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -23226,7 +23226,7 @@ module.exports = { }, uuid: "1b566f8d-56ef-4b11-bb06-1fd9c603ab1c" }, - "2": { + 2: { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23238,7 +23238,7 @@ module.exports = { }, uuid: "9371ee9f-12a1-4859-9b97-e3c3c87ee0a0" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23251,7 +23251,7 @@ module.exports = { }, uuid: "317bbfd2-7b05-4f7a-b6ca-55e0a7d3f147" }, - "4": { + 4: { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23264,7 +23264,7 @@ module.exports = { }, uuid: "5e3ac270-69ef-4301-9e86-8c9cbc5ada89" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23285,7 +23285,7 @@ module.exports = { Sensor_CargoScanner_WideAngle: { fdname: "Sensor_CargoScanner_WideAngle", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -23296,7 +23296,7 @@ module.exports = { }, uuid: "c034e952-985f-4b04-9d9e-bec4ddc50171" }, - "2": { + 2: { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23308,7 +23308,7 @@ module.exports = { }, uuid: "c2dee450-a617-4740-9af9-57cf2ea7de4f" }, - "3": { + 3: { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23321,7 +23321,7 @@ module.exports = { }, uuid: "181cd2e3-ef3c-4939-b5b9-f6b21090d920" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23334,7 +23334,7 @@ module.exports = { }, uuid: "a93247e8-cbce-4026-9640-6137934614c9" }, - "5": { + 5: { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23355,7 +23355,7 @@ module.exports = { Sensor_KillWarrantScanner_FastScan: { fdname: "Sensor_KillWarrantScanner_FastScan", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -23366,7 +23366,7 @@ module.exports = { }, uuid: "37c2d07b-fa12-4ad2-a1cb-a1c9c5cdb348" }, - "2": { + 2: { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23378,7 +23378,7 @@ module.exports = { }, uuid: "a375ac53-e245-4364-8d8a-389e247bc74d" }, - "3": { + 3: { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23391,7 +23391,7 @@ module.exports = { }, uuid: "472ebde0-72d0-4ec1-beda-11cbcbad13f9" }, - "4": { + 4: { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23404,7 +23404,7 @@ module.exports = { }, uuid: "6d8d3ba8-46b3-4482-a65d-b1c6663c543b" }, - "5": { + 5: { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23425,7 +23425,7 @@ module.exports = { Sensor_KillWarrantScanner_WideAngle: { fdname: "Sensor_KillWarrantScanner_WideAngle", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -23436,7 +23436,7 @@ module.exports = { }, uuid: "69ee982f-f925-4e0a-a7a8-cc52ff9bc295" }, - "2": { + 2: { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23448,7 +23448,7 @@ module.exports = { }, uuid: "3f0b3cbd-3acf-4a49-a176-6ceb02b958f9" }, - "3": { + 3: { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23461,7 +23461,7 @@ module.exports = { }, uuid: "5c378d56-97f7-4a75-b113-7e6bc846d53f" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23474,7 +23474,7 @@ module.exports = { }, uuid: "887d9bb6-422f-42ce-8a21-22d1f43a7f64" }, - "5": { + 5: { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23495,7 +23495,7 @@ module.exports = { Sensor_Sensor_LightWeight: { fdname: "Sensor_Sensor_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -23506,7 +23506,7 @@ module.exports = { }, uuid: "239cd942-3298-4be0-b032-143961c801a1" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -23518,7 +23518,7 @@ module.exports = { }, uuid: "8dd41f78-c4f0-4107-a1fe-d1eee78bbd23" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -23531,7 +23531,7 @@ module.exports = { }, uuid: "d51697d0-c837-4c0d-a6af-f192ace27e9a" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -23544,7 +23544,7 @@ module.exports = { }, uuid: "01ccf913-c1cb-47a6-9515-1d2ee3e3b2ae" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -23565,7 +23565,7 @@ module.exports = { Sensor_Sensor_LongRange: { fdname: "Sensor_Sensor_LongRange", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -23576,7 +23576,7 @@ module.exports = { }, uuid: "92c755ae-690b-442c-bacd-606575987f22" }, - "2": { + 2: { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23588,7 +23588,7 @@ module.exports = { }, uuid: "40167259-2960-4072-a135-cba93c87709d" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23601,7 +23601,7 @@ module.exports = { }, uuid: "6d422ca1-ebdd-4c87-b2b2-056e36c0cbfb" }, - "4": { + 4: { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23614,7 +23614,7 @@ module.exports = { }, uuid: "6b09d91f-919f-4a3a-9900-850b026ab01c" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23635,7 +23635,7 @@ module.exports = { Sensor_Sensor_WideAngle: { fdname: "Sensor_Sensor_WideAngle", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -23646,7 +23646,7 @@ module.exports = { }, uuid: "996dc047-9f07-47a6-8b05-3283ce666fa7" }, - "2": { + 2: { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23658,7 +23658,7 @@ module.exports = { }, uuid: "0855a023-3a25-44c1-84fa-c6e4e8ac3384" }, - "3": { + 3: { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23671,7 +23671,7 @@ module.exports = { }, uuid: "06908f4d-30e8-448f-9652-5051a79713f3" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23684,7 +23684,7 @@ module.exports = { }, uuid: "af874bae-07c3-457a-b525-baeb771b3d72" }, - "5": { + 5: { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23705,7 +23705,7 @@ module.exports = { Sensor_SurfaceScanner_FastScan: { fdname: "Sensor_SurfaceScanner_FastScan", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -23715,7 +23715,7 @@ module.exports = { }, uuid: "97940d61-5b9a-4b0e-8cfd-33f2175b956a" }, - "2": { + 2: { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23726,7 +23726,7 @@ module.exports = { }, uuid: "d5c0c74d-a4ff-45ed-a732-3c68aded4e06" }, - "3": { + 3: { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23738,7 +23738,7 @@ module.exports = { }, uuid: "ca9fc2bb-948e-43f4-b2f2-7bea95509d63" }, - "4": { + 4: { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23750,7 +23750,7 @@ module.exports = { }, uuid: "ef254d05-630e-41b4-9e0f-d6ea0002b1fc" }, - "5": { + 5: { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23770,7 +23770,7 @@ module.exports = { Sensor_SurfaceScanner_LongRange: { fdname: "Sensor_SurfaceScanner_LongRange", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -23780,7 +23780,7 @@ module.exports = { }, uuid: "c35f597e-dac8-4e38-8648-e2cb0018006c" }, - "2": { + 2: { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23791,7 +23791,7 @@ module.exports = { }, uuid: "5d607664-6ec6-4fdd-b692-4d3621c76150" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23803,7 +23803,7 @@ module.exports = { }, uuid: "e438dda9-1b0d-47e0-be07-295c17b56c2b" }, - "4": { + 4: { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23815,7 +23815,7 @@ module.exports = { }, uuid: "07ea5b4c-8ea7-44fb-8b0b-d38149dff798" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23835,7 +23835,7 @@ module.exports = { Sensor_SurfaceScanner_WideAngle: { fdname: "Sensor_SurfaceScanner_WideAngle", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -23845,7 +23845,7 @@ module.exports = { }, uuid: "74d12e8c-a62a-4812-b7f4-9e3356963206" }, - "2": { + 2: { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23856,7 +23856,7 @@ module.exports = { }, uuid: "4e76da64-72ea-4112-a5e8-4c14fc2efe57" }, - "3": { + 3: { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23868,7 +23868,7 @@ module.exports = { }, uuid: "e09980d9-b243-4d0f-8645-441552acb58e" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23880,7 +23880,7 @@ module.exports = { }, uuid: "ed5c2046-bb49-4e48-8799-8c96db420359" }, - "5": { + 5: { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23900,7 +23900,7 @@ module.exports = { Sensor_WakeScanner_FastScan: { fdname: "Sensor_WakeScanner_FastScan", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -23911,7 +23911,7 @@ module.exports = { }, uuid: "c7abe4af-26f0-460c-8df7-71412f12d5f8" }, - "2": { + 2: { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23923,7 +23923,7 @@ module.exports = { }, uuid: "940b832d-2dac-4671-9ada-4bede831342e" }, - "3": { + 3: { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23936,7 +23936,7 @@ module.exports = { }, uuid: "223a0854-036f-495d-afa1-69253f2b87c3" }, - "4": { + 4: { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23949,7 +23949,7 @@ module.exports = { }, uuid: "992ffcbe-26c5-4f41-bc2d-81bb6565ac27" }, - "5": { + 5: { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23970,7 +23970,7 @@ module.exports = { Sensor_WakeScanner_LongRange: { fdname: "Sensor_WakeScanner_LongRange", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -23981,7 +23981,7 @@ module.exports = { }, uuid: "11521a5e-0b00-4efe-9433-b0d4b5168c11" }, - "2": { + 2: { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23993,7 +23993,7 @@ module.exports = { }, uuid: "16235231-561b-4efb-a9bc-dcacb18b5651" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -24006,7 +24006,7 @@ module.exports = { }, uuid: "8dcbfbd5-748e-46ee-b179-4e2d213e518c" }, - "4": { + 4: { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -24019,7 +24019,7 @@ module.exports = { }, uuid: "44a348b1-979f-498e-bf61-22b38cb6f53b" }, - "5": { + 5: { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -24040,7 +24040,7 @@ module.exports = { Sensor_WakeScanner_WideAngle: { fdname: "Sensor_WakeScanner_WideAngle", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -24051,7 +24051,7 @@ module.exports = { }, uuid: "1b76dc7a-d52c-4cdd-93c6-6857f509519b" }, - "2": { + 2: { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -24063,7 +24063,7 @@ module.exports = { }, uuid: "9e143db0-83e9-49ff-ba53-04927287190b" }, - "3": { + 3: { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -24076,7 +24076,7 @@ module.exports = { }, uuid: "d2b0776c-9e74-4fe9-be1c-e49e104dcad6" }, - "4": { + 4: { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -24089,7 +24089,7 @@ module.exports = { }, uuid: "a00e7425-0828-41ea-9e11-e44bc391dd6f" }, - "5": { + 5: { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -24110,7 +24110,7 @@ module.exports = { ShieldBooster_Explosive: { fdname: "ShieldBooster_Explosive", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -24121,7 +24121,7 @@ module.exports = { }, uuid: "b6dd19e6-60e4-4307-a34f-c7e0e6182d44" }, - "2": { + 2: { components: { "Conductive Components": 1, Iron: 1 @@ -24133,7 +24133,7 @@ module.exports = { }, uuid: "3dd5f8fb-8399-4c4c-96d7-87c3840cfdeb" }, - "3": { + 3: { components: { "Conductive Components": 1, "Focus Crystals": 1, @@ -24146,7 +24146,7 @@ module.exports = { }, uuid: "640409d8-6cb5-4624-b2b6-f435c9d8453b" }, - "4": { + 4: { components: { Germanium: 1, "Refined Focus Crystals": 1, @@ -24159,7 +24159,7 @@ module.exports = { }, uuid: "8a311709-54f6-4a5f-a1cc-94c109d947df" }, - "5": { + 5: { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24180,7 +24180,7 @@ module.exports = { ShieldBooster_HeavyDuty: { fdname: "ShieldBooster_HeavyDuty", grades: { - "1": { + 1: { components: { "Grid Resistors": 1 }, @@ -24192,7 +24192,7 @@ module.exports = { }, uuid: "350e7873-893a-49d2-9057-c00e060178eb" }, - "2": { + 2: { components: { "Distorted Shield Cycle Recordings": 1, "Hybrid Capacitors": 1 @@ -24205,7 +24205,7 @@ module.exports = { }, uuid: "636ccc8d-cc59-4366-9934-8b235becc2d7" }, - "3": { + 3: { components: { "Distorted Shield Cycle Recordings": 1, "Hybrid Capacitors": 1, @@ -24219,7 +24219,7 @@ module.exports = { }, uuid: "82a66c08-1205-4c1a-ab02-1889e8ebcdd8" }, - "4": { + 4: { components: { "Electrochemical Arrays": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24233,7 +24233,7 @@ module.exports = { }, uuid: "c635934c-8d9d-4d1c-89e4-3a000a972bf2" }, - "5": { + 5: { components: { Antimony: 1, "Polymer Capacitors": 1, @@ -24255,7 +24255,7 @@ module.exports = { ShieldBooster_Kinetic: { fdname: "ShieldBooster_Kinetic", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -24266,7 +24266,7 @@ module.exports = { }, uuid: "8252b4bb-3195-4f46-88e8-b79ed5b5ad43" }, - "2": { + 2: { components: { Germanium: 1, "Grid Resistors": 1 @@ -24278,7 +24278,7 @@ module.exports = { }, uuid: "5f099a0e-0c37-447b-b552-f2e3d8dc1d19" }, - "3": { + 3: { components: { "Focus Crystals": 1, "Hybrid Capacitors": 1, @@ -24291,7 +24291,7 @@ module.exports = { }, uuid: "ab7f39b5-0b0e-45b2-a016-0916026e9633" }, - "4": { + 4: { components: { "Galvanising Alloys": 1, "Refined Focus Crystals": 1, @@ -24304,7 +24304,7 @@ module.exports = { }, uuid: "59ddbb49-f4fc-466d-84b6-06f0529915a9" }, - "5": { + 5: { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24325,7 +24325,7 @@ module.exports = { ShieldBooster_Resistive: { fdname: "ShieldBooster_Resistive", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -24338,7 +24338,7 @@ module.exports = { }, uuid: "54f9f0c6-b4e9-4861-86ab-730d800bea54" }, - "2": { + 2: { components: { "Conductive Components": 1, Phosphorus: 1 @@ -24352,7 +24352,7 @@ module.exports = { }, uuid: "f082652b-7778-4bce-a1f1-f2491b27eb1a" }, - "3": { + 3: { components: { "Conductive Components": 1, "Focus Crystals": 1, @@ -24367,7 +24367,7 @@ module.exports = { }, uuid: "cfb01505-ea2b-4a33-aa6b-cbabeb60db7c" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -24382,7 +24382,7 @@ module.exports = { }, uuid: "1d11b8c8-9c16-4bdb-ba33-e52e79fa5999" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Imperial Shielding": 1, @@ -24405,7 +24405,7 @@ module.exports = { ShieldBooster_Thermic: { fdname: "ShieldBooster_Thermic", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -24416,7 +24416,7 @@ module.exports = { }, uuid: "9316e798-33cd-4ed2-8289-94eb82e41574" }, - "2": { + 2: { components: { Germanium: 1, "Heat Conduction Wiring": 1 @@ -24428,7 +24428,7 @@ module.exports = { }, uuid: "62eaf453-a4dd-42e6-b404-dfb7569afec6" }, - "3": { + 3: { components: { "Focus Crystals": 1, "Heat Conduction Wiring": 1, @@ -24441,7 +24441,7 @@ module.exports = { }, uuid: "90cddf76-5636-46ae-8c41-b28c6831549b" }, - "4": { + 4: { components: { "Heat Dispersion Plate": 1, "Refined Focus Crystals": 1, @@ -24454,7 +24454,7 @@ module.exports = { }, uuid: "3a922d38-e010-4874-97c9-7459dda8c184" }, - "5": { + 5: { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24475,7 +24475,7 @@ module.exports = { ShieldCellBank_Rapid: { fdname: "ShieldCellBank_Rapid", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -24487,7 +24487,7 @@ module.exports = { }, uuid: "8f315143-e256-41c2-8833-f35d12e47dce" }, - "2": { + 2: { components: { Chromium: 1, "Grid Resistors": 1 @@ -24500,7 +24500,7 @@ module.exports = { }, uuid: "f983d8e1-9a38-425c-a5bb-3881c5e0f14d" }, - "3": { + 3: { components: { "Hybrid Capacitors": 1, "Precipitated Alloys": 1, @@ -24522,7 +24522,7 @@ module.exports = { ShieldCellBank_Specialised: { fdname: "ShieldCellBank_Specialised", grades: { - "1": { + 1: { components: { "Specialised Legacy Firmware": 1 }, @@ -24535,7 +24535,7 @@ module.exports = { }, uuid: "3aa962e3-48f8-4305-829a-717dbead2830" }, - "2": { + 2: { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1 @@ -24549,7 +24549,7 @@ module.exports = { }, uuid: "53d40533-967f-4792-b938-421f7a938540" }, - "3": { + 3: { components: { "Conductive Components": 1, "Cracked Industrial Firmware": 1, @@ -24572,7 +24572,7 @@ module.exports = { ShieldGenerator_Kinetic: { fdname: "ShieldGenerator_Kinetic", grades: { - "1": { + 1: { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24583,7 +24583,7 @@ module.exports = { }, uuid: "df87f0c1-bd60-4e18-8a03-76063d635235" }, - "2": { + 2: { components: { "Distorted Shield Cycle Recordings": 1, "Modified Consumer Firmware": 1 @@ -24595,7 +24595,7 @@ module.exports = { }, uuid: "b67f86a0-866c-4233-9cd3-f5ea87a572eb" }, - "3": { + 3: { components: { "Distorted Shield Cycle Recordings": 1, "Modified Consumer Firmware": 1, @@ -24608,7 +24608,7 @@ module.exports = { }, uuid: "93979fd6-d135-4221-9a60-c9354e02619f" }, - "4": { + 4: { components: { "Focus Crystals": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24621,7 +24621,7 @@ module.exports = { }, uuid: "0e14c801-fd35-4bca-b97b-24da20d8c716" }, - "5": { + 5: { components: { "Refined Focus Crystals": 1, Ruthenium: 1, @@ -24642,7 +24642,7 @@ module.exports = { ShieldGenerator_Optimised: { fdname: "ShieldGenerator_Optimised", grades: { - "1": { + 1: { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24655,7 +24655,7 @@ module.exports = { }, uuid: "598e0c47-ecd2-4cfa-93d1-08bbda4cd765" }, - "2": { + 2: { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1 @@ -24669,7 +24669,7 @@ module.exports = { }, uuid: "605d6333-c544-425e-96c6-a76b6b839e2c" }, - "3": { + 3: { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1, @@ -24684,7 +24684,7 @@ module.exports = { }, uuid: "db5f0467-5bdc-433e-986d-031bbd48067b" }, - "4": { + 4: { components: { "Inconsistent Shield Soak Analysis": 1, Niobium: 1, @@ -24699,7 +24699,7 @@ module.exports = { }, uuid: "88987ab7-b759-4cda-acbb-726bd0ad17c7" }, - "5": { + 5: { components: { "Military Grade Alloys": 1, Tin: 1, @@ -24722,7 +24722,7 @@ module.exports = { ShieldGenerator_Reinforced: { fdname: "ShieldGenerator_Reinforced", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -24736,7 +24736,7 @@ module.exports = { }, uuid: "47ad77c0-e49b-44e5-9824-4074b63db369" }, - "2": { + 2: { components: { "Conductive Components": 1, Phosphorus: 1 @@ -24751,7 +24751,7 @@ module.exports = { }, uuid: "823f8f82-745d-4051-8f35-4e38a561932e" }, - "3": { + 3: { components: { "Conductive Components": 1, "Mechanical Components": 1, @@ -24767,7 +24767,7 @@ module.exports = { }, uuid: "a1a29713-f2e5-4e15-a913-e01dc065f99f" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, "Configurable Components": 1, @@ -24783,7 +24783,7 @@ module.exports = { }, uuid: "87ac1315-7904-48f6-a5fe-f044be546490" }, - "5": { + 5: { components: { Arsenic: 1, "Conductive Polymers": 1, @@ -24807,7 +24807,7 @@ module.exports = { ShieldGenerator_Thermic: { fdname: "ShieldGenerator_Thermic", grades: { - "1": { + 1: { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24818,7 +24818,7 @@ module.exports = { }, uuid: "ef5a3026-0777-4715-a1f4-5c65eff85b12" }, - "2": { + 2: { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1 @@ -24830,7 +24830,7 @@ module.exports = { }, uuid: "54e6e07a-3281-41aa-afa0-bbf292131c0f" }, - "3": { + 3: { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1, @@ -24843,7 +24843,7 @@ module.exports = { }, uuid: "307935bf-60d3-4887-b449-24d712518154" }, - "4": { + 4: { components: { "Focus Crystals": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24856,7 +24856,7 @@ module.exports = { }, uuid: "ef6a4d70-9996-4db8-ae22-7c61c3dcaf74" }, - "5": { + 5: { components: { "Refined Focus Crystals": 1, Ruthenium: 1, @@ -24877,7 +24877,7 @@ module.exports = { WakeScanner_LightWeight: { fdname: "WakeScanner_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -24887,7 +24887,7 @@ module.exports = { }, uuid: "bb40e7d4-d0f1-46aa-bedd-d946db82012d" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -24898,7 +24898,7 @@ module.exports = { }, uuid: "3d38ce20-64c8-4416-bf8c-a0de02225624" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -24910,7 +24910,7 @@ module.exports = { }, uuid: "86c3114f-e2d5-46a1-963b-a8dcdc4254c3" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -24922,7 +24922,7 @@ module.exports = { }, uuid: "cd80437d-740d-4391-810d-607f7e35202c" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -24942,7 +24942,7 @@ module.exports = { WakeScanner_Reinforced: { fdname: "WakeScanner_Reinforced", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -24952,7 +24952,7 @@ module.exports = { }, uuid: "8a71178f-3d2a-4c53-94dc-606d9d43d43a" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -24963,7 +24963,7 @@ module.exports = { }, uuid: "72595b30-3bbf-47e3-82f7-db29654bef66" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -24975,7 +24975,7 @@ module.exports = { }, uuid: "8cca72b3-f01a-49aa-a979-a72f3412bf6e" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -24987,7 +24987,7 @@ module.exports = { }, uuid: "89f9e00f-e621-4d34-bb15-4732f29a7f15" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -25007,7 +25007,7 @@ module.exports = { WakeScanner_Shielded: { fdname: "WakeScanner_Shielded", grades: { - "1": { + 1: { components: { "Worn Shield Emitters": 1 }, @@ -25017,7 +25017,7 @@ module.exports = { }, uuid: "c500da24-7fe5-48f6-8661-593f4caee91a" }, - "2": { + 2: { components: { Carbon: 1, "Shield Emitters": 1 @@ -25028,7 +25028,7 @@ module.exports = { }, uuid: "eed60442-f13e-4662-8132-e50a23e2534a" }, - "3": { + 3: { components: { Carbon: 1, "High Density Composites": 1, @@ -25040,7 +25040,7 @@ module.exports = { }, uuid: "df8baf0f-01a1-4fea-94e6-e169f71af1c6" }, - "4": { + 4: { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -25052,7 +25052,7 @@ module.exports = { }, uuid: "107cbead-888f-4b4c-a57e-324ccfe37006" }, - "5": { + 5: { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -25072,7 +25072,7 @@ module.exports = { Weapon_DoubleShot: { fdname: "Weapon_DoubleShot", grades: { - "1": { + 1: { components: { Carbon: 1 }, @@ -25084,7 +25084,7 @@ module.exports = { }, uuid: "0dad25c2-bbf3-4020-9af5-25f902ec7732" }, - "2": { + 2: { components: { Carbon: 1, "Mechanical Equipment": 1 @@ -25097,7 +25097,7 @@ module.exports = { }, uuid: "5cdaf06c-5ecd-40f0-bb8b-54ce8847b4e6" }, - "3": { + 3: { components: { Carbon: 1, "Cracked Industrial Firmware": 1, @@ -25111,7 +25111,7 @@ module.exports = { }, uuid: "fca184ef-5346-4f9a-8964-1e158763ab03" }, - "4": { + 4: { components: { "Mechanical Components": 1, "Security Firmware Patch": 1, @@ -25125,7 +25125,7 @@ module.exports = { }, uuid: "93cc424a-f547-409e-8487-2f73c27d4e47" }, - "5": { + 5: { components: { "Configurable Components": 1, "High Density Composites": 1, @@ -25147,7 +25147,7 @@ module.exports = { Weapon_Efficient: { fdname: "Weapon_Efficient", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -25157,7 +25157,7 @@ module.exports = { }, uuid: "3fbcc9dc-169a-4cd3-b945-cedc55882cd3" }, - "2": { + 2: { components: { "Heat Dispersion Plate": 1, Sulphur: 1 @@ -25170,7 +25170,7 @@ module.exports = { }, uuid: "a35a0c80-784d-4125-b858-fdee45750269" }, - "3": { + 3: { components: { Chromium: 1, "Exceptional Scrambled Emission Data": 1, @@ -25184,7 +25184,7 @@ module.exports = { }, uuid: "a429328b-11f4-402d-9909-2c6190505966" }, - "4": { + 4: { components: { "Heat Vanes": 1, "Irregular Emission Data": 1, @@ -25198,7 +25198,7 @@ module.exports = { }, uuid: "8c364495-468c-4ab1-9baf-079917a6cf9a" }, - "5": { + 5: { components: { Cadmium: 1, "Proto Heat Radiators": 1, @@ -25220,7 +25220,7 @@ module.exports = { Weapon_Focused: { fdname: "Weapon_Focused", grades: { - "1": { + 1: { components: { Iron: 1 }, @@ -25232,7 +25232,7 @@ module.exports = { }, uuid: "fc3e4f2e-04fb-4509-a31f-1121940e1bc6" }, - "2": { + 2: { components: { "Conductive Components": 1, Iron: 1 @@ -25245,7 +25245,7 @@ module.exports = { }, uuid: "437e00b1-a6fd-4d84-9242-075c3ce8adcb" }, - "3": { + 3: { components: { Chromium: 1, "Conductive Ceramics": 1, @@ -25259,7 +25259,7 @@ module.exports = { }, uuid: "bfbadc34-e11a-4cc4-80cc-83dde5731e6f" }, - "4": { + 4: { components: { "Focus Crystals": 1, Germanium: 1, @@ -25273,7 +25273,7 @@ module.exports = { }, uuid: "7c41f9fc-90ec-435e-9d92-6024c32ac40d" }, - "5": { + 5: { components: { "Military Supercapacitors": 1, Niobium: 1, @@ -25295,7 +25295,7 @@ module.exports = { Weapon_HighCapacity: { fdname: "Weapon_HighCapacity", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -25308,7 +25308,7 @@ module.exports = { }, uuid: "f622da45-ef05-4a9f-bdcb-879b5933b869" }, - "2": { + 2: { components: { "Mechanical Scrap": 1, Vanadium: 1 @@ -25322,7 +25322,7 @@ module.exports = { }, uuid: "c2cf2614-1a13-4b8d-81eb-d4eaf76257d0" }, - "3": { + 3: { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -25337,7 +25337,7 @@ module.exports = { }, uuid: "e37a6dba-669e-4ce6-bb3d-e831bdd656c0" }, - "4": { + 4: { components: { "High Density Composites": 1, "Mechanical Equipment": 1, @@ -25352,7 +25352,7 @@ module.exports = { }, uuid: "8800433a-2061-4776-9821-5dc04772b963" }, - "5": { + 5: { components: { "Mechanical Components": 1, "Military Supercapacitors": 1, @@ -25375,7 +25375,7 @@ module.exports = { Weapon_LightWeight: { fdname: "Weapon_LightWeight", grades: { - "1": { + 1: { components: { Phosphorus: 1 }, @@ -25385,7 +25385,7 @@ module.exports = { }, uuid: "d5a539c5-120a-450f-bb68-e10abbeca8a9" }, - "2": { + 2: { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -25398,7 +25398,7 @@ module.exports = { }, uuid: "b6a80556-c22a-466e-931c-239c208c9890" }, - "3": { + 3: { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -25412,7 +25412,7 @@ module.exports = { }, uuid: "cbec8003-80e4-455a-84fe-257d2018386e" }, - "4": { + 4: { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -25426,7 +25426,7 @@ module.exports = { }, uuid: "3a57effa-ccac-448d-8d1c-3e0966042e24" }, - "5": { + 5: { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -25448,7 +25448,7 @@ module.exports = { Weapon_LongRange: { fdname: "Weapon_LongRange", grades: { - "1": { + 1: { components: { Sulphur: 1 }, @@ -25461,7 +25461,7 @@ module.exports = { }, uuid: "356d1457-e52f-4302-8af5-745e103b85e8" }, - "2": { + 2: { components: { "Modified Consumer Firmware": 1, Sulphur: 1 @@ -25475,7 +25475,7 @@ module.exports = { }, uuid: "965e7108-73d5-4f26-95ab-2d261716a80c" }, - "3": { + 3: { components: { "Focus Crystals": 1, "Modified Consumer Firmware": 1, @@ -25490,7 +25490,7 @@ module.exports = { }, uuid: "9d56f79f-9077-4391-8719-67e96c9613dd" }, - "4": { + 4: { components: { "Conductive Polymers": 1, "Focus Crystals": 1, @@ -25505,7 +25505,7 @@ module.exports = { }, uuid: "fbd49a72-d117-4e01-8485-d69b2267c803" }, - "5": { + 5: { components: { "Biotech Conductors": 1, "Cracked Industrial Firmware": 1, @@ -25528,7 +25528,7 @@ module.exports = { Weapon_Overcharged: { fdname: "Weapon_Overcharged", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -25540,7 +25540,7 @@ module.exports = { }, uuid: "e917ebe3-d5f1-4016-b8a9-2c759e16a7d4" }, - "2": { + 2: { components: { "Conductive Components": 1, Nickel: 1 @@ -25553,7 +25553,7 @@ module.exports = { }, uuid: "f5921fc1-fb10-4d2f-8e0a-cd8d8e9e3a84" }, - "3": { + 3: { components: { "Conductive Components": 1, "Electrochemical Arrays": 1, @@ -25567,7 +25567,7 @@ module.exports = { }, uuid: "4389883f-c2b3-4487-9b1a-b668a761057a" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, "Polymer Capacitors": 1, @@ -25581,7 +25581,7 @@ module.exports = { }, uuid: "25ec26dd-63b8-4e83-9a6e-86e5b80c4771" }, - "5": { + 5: { components: { "Conductive Polymers": 1, "Modified Embedded Firmware": 1, @@ -25603,7 +25603,7 @@ module.exports = { PA_Overcharged: { fdname: "Weapon_Overcharged", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -25614,7 +25614,7 @@ module.exports = { }, uuid: "e917ebe3-d5f1-4016-b8a9-2c759e16a7d4" }, - "2": { + 2: { components: { "Conductive Components": 1, Nickel: 1 @@ -25626,7 +25626,7 @@ module.exports = { }, uuid: "f5921fc1-fb10-4d2f-8e0a-cd8d8e9e3a84" }, - "3": { + 3: { components: { "Conductive Components": 1, "Electrochemical Arrays": 1, @@ -25639,7 +25639,7 @@ module.exports = { }, uuid: "4389883f-c2b3-4487-9b1a-b668a761057a" }, - "4": { + 4: { components: { "Conductive Ceramics": 1, "Polymer Capacitors": 1, @@ -25652,7 +25652,7 @@ module.exports = { }, uuid: "25ec26dd-63b8-4e83-9a6e-86e5b80c4771" }, - "5": { + 5: { components: { "Conductive Polymers": 1, "Modified Embedded Firmware": 1, @@ -25673,7 +25673,7 @@ module.exports = { Weapon_RapidFire: { fdname: "Weapon_RapidFire", grades: { - "1": { + 1: { components: { "Mechanical Scrap": 1 }, @@ -25685,7 +25685,7 @@ module.exports = { }, uuid: "a7ca2bf6-14be-41ed-8bfb-c7348fda7713" }, - "2": { + 2: { components: { "Heat Dispersion Plate": 1, "Mechanical Scrap": 1 @@ -25699,7 +25699,7 @@ module.exports = { }, uuid: "0008257b-ea33-48ea-a18e-56cc6cf98a77" }, - "3": { + 3: { components: { "Mechanical Equipment": 1, "Precipitated Alloys": 1, @@ -25714,7 +25714,7 @@ module.exports = { }, uuid: "f3338d38-f944-4841-b350-09755e1b615d" }, - "4": { + 4: { components: { "Mechanical Components": 1, "Modified Consumer Firmware": 1, @@ -25729,7 +25729,7 @@ module.exports = { }, uuid: "d2bdb568-725a-44bf-9328-ba72d2988acd" }, - "5": { + 5: { components: { "Configurable Components": 1, "Precipitated Alloys": 1, @@ -25752,7 +25752,7 @@ module.exports = { Weapon_ShortRange: { fdname: "Weapon_ShortRange", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -25762,7 +25762,7 @@ module.exports = { }, uuid: "81dca970-1fbf-4017-af46-0c6285c3a728" }, - "2": { + 2: { components: { "Modified Consumer Firmware": 1, Nickel: 1 @@ -25774,7 +25774,7 @@ module.exports = { }, uuid: "cf07de84-b794-43fd-a8b6-57ee781e9247" }, - "3": { + 3: { components: { "Electrochemical Arrays": 1, "Modified Consumer Firmware": 1, @@ -25787,7 +25787,7 @@ module.exports = { }, uuid: "7cd60cfe-e406-4005-a912-a306a69067e0" }, - "4": { + 4: { components: { "Conductive Polymers": 1, "Electrochemical Arrays": 1, @@ -25800,7 +25800,7 @@ module.exports = { }, uuid: "adae0f67-fd08-47d5-8870-f926cc63353f" }, - "5": { + 5: { components: { "Biotech Conductors": 1, "Configurable Components": 1, @@ -25821,7 +25821,7 @@ module.exports = { Weapon_Sturdy: { fdname: "Weapon_Sturdy", grades: { - "1": { + 1: { components: { Nickel: 1 }, @@ -25833,7 +25833,7 @@ module.exports = { }, uuid: "3ac55eb7-0a45-440b-8c59-6ead43c7ef49" }, - "2": { + 2: { components: { Nickel: 1, "Shield Emitters": 1 @@ -25846,7 +25846,7 @@ module.exports = { }, uuid: "53c131ab-cd66-4919-b49b-c1435362c8ff" }, - "3": { + 3: { components: { Nickel: 1, "Shield Emitters": 1, @@ -25860,7 +25860,7 @@ module.exports = { }, uuid: "2d1873d4-6d38-4d39-b4c5-ea199be2bd6a" }, - "4": { + 4: { components: { Molybdenum: 1, Tungsten: 1, @@ -25874,7 +25874,7 @@ module.exports = { }, uuid: "4ceeab9c-7a85-4553-9fa4-81ebc6e88d4f" }, - "5": { + 5: { components: { "High Density Composites": 1, Molybdenum: 1, @@ -26824,16 +26824,16 @@ module.exports = { blueprints: { AFM_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } @@ -26845,95 +26845,95 @@ module.exports = { blueprints: { Armour_Advanced: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, Armour_Explosive: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, Armour_HeavyDuty: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, Armour_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, Armour_Thermic: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } @@ -26946,114 +26946,114 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } @@ -27066,76 +27066,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } @@ -27148,133 +27148,133 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge" ] }, - "4": { + 4: { engineers: [ "The Sarge" ] }, - "5": { + 5: { engineers: [ "The Sarge" ] } } @@ -27287,57 +27287,57 @@ module.exports = { blueprints: { CollectionLimpet_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, CollectionLimpet_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, CollectionLimpet_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -27349,64 +27349,64 @@ module.exports = { blueprints: { ChaffLauncher_ChaffCapacity: { grades: { - "3": { + 3: { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } @@ -27426,114 +27426,114 @@ module.exports = { blueprints: { Sensor_CargoScanner_FastScan: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, Sensor_CargoScanner_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, Sensor_CargoScanner_WideAngle: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } @@ -27549,57 +27549,57 @@ module.exports = { blueprints: { ECM_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, ECM_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, ECM_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } @@ -27611,133 +27611,133 @@ module.exports = { blueprints: { Weapon_DoubleShot: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Zacariah Nemo" ] }, - "5": { + 5: { engineers: [ "Zacariah Nemo" ] } } @@ -27758,32 +27758,32 @@ module.exports = { blueprints: { FSDinterdictor_Expanded: { grades: { - "1": { + 1: { engineers: [ "Colonel Bris Dekker", "Felicity Farseer", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Colonel Bris Dekker" ] } } }, FSDinterdictor_LongRange: { grades: { - "1": { + 1: { engineers: [ "Colonel Bris Dekker", "Felicity Farseer", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Colonel Bris Dekker" ] } } @@ -27795,16 +27795,16 @@ module.exports = { blueprints: { FuelScoop_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } @@ -27816,57 +27816,57 @@ module.exports = { blueprints: { FSD_FastBoot: { grades: { - "1": { + 1: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - "5": { + 5: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } }, FSD_LongRange: { grades: { - "1": { + 1: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - "5": { + 5: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } }, FSD_Shielded: { grades: { - "1": { + 1: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - "5": { + 5: { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } @@ -27883,57 +27883,57 @@ module.exports = { blueprints: { FuelTransferLimpet_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, FuelTransferLimpet_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, FuelTransferLimpet_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -27945,57 +27945,57 @@ module.exports = { blueprints: { HatchBreakerLimpet_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, HatchBreakerLimpet_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, HatchBreakerLimpet_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -28007,95 +28007,95 @@ module.exports = { blueprints: { HullReinforcement_Advanced: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Explosive: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, HullReinforcement_HeavyDuty: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Thermic: { grades: { - "1": { + 1: { engineers: [ "Liz Ryder", "Selene Jean" ] }, - "2": { + 2: { engineers: [ "Selene Jean" ] }, - "3": { + 3: { engineers: [ "Selene Jean" ] }, - "4": { + 4: { engineers: [ "Selene Jean" ] }, - "5": { + 5: { engineers: [ "Selene Jean" ] } } @@ -28108,64 +28108,64 @@ module.exports = { blueprints: { HeatSinkLauncher_HeatSinkCapacity: { grades: { - "3": { + 3: { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } @@ -28177,114 +28177,114 @@ module.exports = { blueprints: { Sensor_KillWarrantScanner_FastScan: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, Sensor_KillWarrantScanner_WideAngle: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } @@ -28296,48 +28296,48 @@ module.exports = { blueprints: { LifeSupport_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } }, LifeSupport_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } }, LifeSupport_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } @@ -28349,152 +28349,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } @@ -28515,76 +28515,76 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } @@ -28606,76 +28606,76 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Juri Ishmaak" ] }, - "5": { + 5: { engineers: [ "Juri Ishmaak" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Juri Ishmaak" ] }, - "5": { + 5: { engineers: [ "Juri Ishmaak" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Juri Ishmaak" ] }, - "5": { + 5: { engineers: [ "Juri Ishmaak" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Juri Ishmaak" ] }, - "5": { + 5: { engineers: [ "Juri Ishmaak" ] } } @@ -28728,152 +28728,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_Focused: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, PA_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - "3": { + 3: { engineers: [ "Bill Turner" ] }, - "4": { + 4: { engineers: [ "Bill Turner" ] }, - "5": { + 5: { engineers: [ "Bill Turner" ] } } @@ -28890,57 +28890,57 @@ module.exports = { blueprints: { ProspectingLimpet_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, ProspectingLimpet_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, ProspectingLimpet_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -28968,114 +28968,114 @@ module.exports = { blueprints: { PowerDistributor_HighFrequency: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } }, PowerDistributor_PriorityEngines: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } }, PowerDistributor_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } }, PowerDistributor_Shielded: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } }, PowerDistributor_PrioritySystems: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } }, PowerDistributor_PriorityWeapons: { grades: { - "1": { + 1: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - "4": { + 4: { engineers: [ "The Dweller" ] }, - "5": { + 5: { engineers: [ "The Dweller" ] } } @@ -29088,152 +29088,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Focused: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } @@ -29246,64 +29246,64 @@ module.exports = { blueprints: { PointDefence_PointDefenseCapacity: { grades: { - "3": { + 3: { engineers: [ "Ram Tah" ] } } }, PointDefence_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, PointDefence_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } }, PointDefence_Shielded: { grades: { - "1": { + 1: { engineers: [ "Ram Tah" ] }, - "2": { + 2: { engineers: [ "Ram Tah" ] }, - "3": { + 3: { engineers: [ "Ram Tah" ] }, - "4": { + 4: { engineers: [ "Ram Tah" ] }, - "5": { + 5: { engineers: [ "Ram Tah" ] } } @@ -29315,57 +29315,57 @@ module.exports = { blueprints: { PowerPlant_Armoured: { grades: { - "1": { + 1: { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "4": { + 4: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "5": { + 5: { engineers: [ "Hera Tani" ] } } }, PowerPlant_Stealth: { grades: { - "1": { + 1: { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "4": { + 4: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "5": { + 5: { engineers: [ "Hera Tani" ] } } }, PowerPlant_Boosted: { grades: { - "1": { + 1: { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - "2": { + 2: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "3": { + 3: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "4": { + 4: { engineers: [ "Hera Tani", "Marco Qwent" ] }, - "5": { + 5: { engineers: [ "Hera Tani" ] } } @@ -29378,76 +29378,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } @@ -29464,16 +29464,16 @@ module.exports = { blueprints: { Refineries_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson" ] }, - "4": { + 4: { engineers: [ "Lori Jameson" ] } } @@ -29485,95 +29485,95 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "2": { + 2: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "3": { + 3: { engineers: [ "The Sarge", "Tod McQuinn" ] }, - "4": { + 4: { engineers: [ "Tod McQuinn" ] }, - "5": { + 5: { engineers: [ "Tod McQuinn" ] } } @@ -29586,57 +29586,57 @@ module.exports = { blueprints: { Sensor_Sensor_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } }, Sensor_Sensor_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } }, Sensor_Sensor_WideAngle: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } @@ -29648,95 +29648,95 @@ module.exports = { blueprints: { ShieldBooster_Explosive: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Didi Vatermann" ] }, - "5": { + 5: { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_HeavyDuty: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Didi Vatermann" ] }, - "5": { + 5: { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Didi Vatermann" ] }, - "5": { + 5: { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Resistive: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Didi Vatermann" ] }, - "5": { + 5: { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Thermic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Didi Vatermann" ] }, - "5": { + 5: { engineers: [ "Didi Vatermann" ] } } @@ -29757,26 +29757,26 @@ module.exports = { blueprints: { ShieldCellBank_Rapid: { grades: { - "1": { + 1: { engineers: [ "Elvira Martuuk", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Lori Jameson" ] } } }, ShieldCellBank_Specialised: { grades: { - "1": { + 1: { engineers: [ "Elvira Martuuk", "Lori Jameson" ] }, - "2": { + 2: { engineers: [ "Lori Jameson" ] }, - "3": { + 3: { engineers: [ "Lori Jameson" ] } } @@ -29789,76 +29789,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - "1": { + 1: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "2": { + 2: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "3": { + 3: { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - "4": { + 4: { engineers: [ "Lei Cheung" ] }, - "5": { + 5: { engineers: [ "Lei Cheung" ] } } @@ -29871,57 +29871,57 @@ module.exports = { blueprints: { Sensor_SurfaceScanner_FastScan: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } }, Sensor_SurfaceScanner_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } }, Sensor_SurfaceScanner_WideAngle: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - "5": { + 5: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } @@ -29937,57 +29937,57 @@ module.exports = { blueprints: { Engine_Dirty: { grades: { - "1": { + 1: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Professor Palin" ] }, - "5": { + 5: { engineers: [ "Professor Palin" ] } } }, Engine_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Professor Palin" ] }, - "5": { + 5: { engineers: [ "Professor Palin" ] } } }, Engine_Tuned: { grades: { - "1": { + 1: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "2": { + 2: { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - "3": { + 3: { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - "4": { + 4: { engineers: [ "Professor Palin" ] }, - "5": { + 5: { engineers: [ "Professor Palin" ] } } @@ -30000,38 +30000,38 @@ module.exports = { blueprints: { Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "2": { + 2: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "3": { + 3: { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - "4": { + 4: { engineers: [ "Liz Ryder" ] }, - "5": { + 5: { engineers: [ "Liz Ryder" ] } } @@ -30044,152 +30044,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Focused: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_RapidFire: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - "1": { + 1: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "2": { + 2: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "3": { + 3: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "4": { + 4: { engineers: [ "Broo Tarquin", "The Dweller" ] }, - "5": { + 5: { engineers: [ "Broo Tarquin" ] } } @@ -30202,114 +30202,114 @@ module.exports = { blueprints: { Sensor_WakeScanner_FastScan: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_LightWeight: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, Sensor_WakeScanner_LongRange: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_Reinforced: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_Shielded: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } }, Sensor_WakeScanner_WideAngle: { grades: { - "1": { + 1: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "2": { + 2: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "3": { + 3: { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - "4": { + 4: { engineers: [ "Tiana Fortune" ] }, - "5": { + 5: { engineers: [ "Tiana Fortune" ] } } diff --git a/dist/index.json b/dist/index.json index 2d47bcb..0bb3c68 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4730,7 +4730,7 @@ }, "defaults": { "standard": [ - "5E", + "6E", "5E", "4E", "4E", @@ -4742,8 +4742,8 @@ 0, 0, 0, - 0, - 0, + "17", + "17", 0, 0, 0, @@ -4754,9 +4754,9 @@ "internal": [ "03", "49", - "02", + "01", 0, - "2h" + 0 ] } }, diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index f02307b..af441e3 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -90,67 +90,14 @@ } ], "slots": { - "standard": [ - 7, - 6, - 5, - 4, - 7, - 6, - 5 - ], - "hardpoints": [ - 3, - 3, - 2, - 2, - 0, - 0, - 0, - 0 - ], - "internal": [ - 6, - 5, - 5, - 5, - 3, - 3, - 3, - 2 - ] + "standard": [7, 6, 5, 4, 7, 6, 5], + "hardpoints": [3, 3, 2, 2, 0, 0, 0, 0], + "internal": [6, 5, 5, 5, 3, 3, 3, 2] }, "defaults": { - "standard": [ - "6E", - "6E", - "5E", - "4E", - "7E", - "6E", - "5C" - ], - "hardpoints": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "internal": [ - "4h", - "04", - "04", - "03", - 0, - "2h", - 0, - "00" - ] + "standard": ["6E", "6E", "5E", "4E", "7E", "6E", "5C"], + "hardpoints": [0, 0, 0, 0, 0, 0, 0, 0, 0], + "internal": ["4h", "04", "04", "03", 0, "2h", 0, "00"] } } } diff --git a/ships/mamba.json b/ships/mamba.json index 1db10ce..4e4743c 100644 --- a/ships/mamba.json +++ b/ships/mamba.json @@ -90,66 +90,14 @@ } ], "slots": { - "standard": [ - 6, - 5, - 4, - 4, - 6, - 4, - 3 - ], - "hardpoints": [ - 4, - 3, - 3, - 1, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "internal": [ - 5, - 4, - 3, - 2, - 2 - ] + "standard": [6, 5, 4, 4, 6, 4, 3], + "hardpoints": [4, 3, 3, 1, 1, 0, 0, 0, 0, 0, 0], + "internal": [5, 4, 3, 2, 2] }, "defaults": { - "standard": [ - "5E", - "5E", - "4E", - "4E", - "6E", - "4E", - "3C" - ], - "hardpoints": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "internal": [ - "03", - "49", - "02", - 0, - "2h" - ] + "standard": ["6E", "5E", "4E", "4E", "6E", "4E", "3C"], + "hardpoints": [0, 0, 0, "17", "17", 0, 0, 0, 0, 0, 0], + "internal": ["03", "49", "01", 0, 0] } } } From ee4ffc011600201b791e4bcbff62e162cb9cb958 Mon Sep 17 00:00:00 2001 From: William Blythe Date: Thu, 15 Nov 2018 09:35:21 +1100 Subject: [PATCH 23/31] krait phantom default loadout: --- dist/index.js | 6 +++--- dist/index.json | 10 +++++----- ships/krait_phantom.json | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dist/index.js b/dist/index.js index 74dde92..c93cca3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2885,9 +2885,9 @@ module.exports = { internal: [ 6, 5, 5, 5, 3, 3, 3, 2 ] }, defaults: { - standard: [ "6E", "6E", "5E", "4E", "7E", "6E", "5C" ], - hardpoints: [ 0, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "4h", "04", "04", "03", 0, "2h", 0, "00" ] + standard: [ "7E", "6E", "5E", "4E", "7E", "6E", "5C" ], + hardpoints: [ 0, 0, "17", "17", 0, 0, 0, 0, 0 ], + internal: [ "4j", "04", "04", "04", 0, "2h", 0, "00" ] } }, orca: { diff --git a/dist/index.json b/dist/index.json index 0bb3c68..4299f30 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4424,7 +4424,7 @@ }, "defaults": { "standard": [ - "6E", + "7E", "6E", "5E", "4E", @@ -4435,8 +4435,8 @@ "hardpoints": [ 0, 0, - 0, - 0, + "17", + "17", 0, 0, 0, @@ -4444,10 +4444,10 @@ 0 ], "internal": [ - "4h", + "4j", + "04", "04", "04", - "03", 0, "2h", 0, diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index af441e3..81de54b 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -95,9 +95,9 @@ "internal": [6, 5, 5, 5, 3, 3, 3, 2] }, "defaults": { - "standard": ["6E", "6E", "5E", "4E", "7E", "6E", "5C"], - "hardpoints": [0, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": ["4h", "04", "04", "03", 0, "2h", 0, "00"] + "standard": ["7E", "6E", "5E", "4E", "7E", "6E", "5C"], + "hardpoints": [0, 0, "17", "17", 0, 0, 0, 0, 0], + "internal": ["4j", "04", "04", "04", 0, "2h", 0, "00"] } } } From 9ad5b7d5f88d916fb0c9fcbfb3b3d61e878a1fed Mon Sep 17 00:00:00 2001 From: willyb321 Date: Sat, 17 Nov 2018 09:29:41 +1100 Subject: [PATCH 24/31] fix mamba/phantom bulkhead edIDs --- dist/index.js | 2686 +++++++++++++++++++------------------- dist/index.json | 20 +- ships/krait_phantom.json | 10 +- ships/mamba.json | 10 +- 4 files changed, 1363 insertions(+), 1363 deletions(-) diff --git a/dist/index.js b/dist/index.js index c93cca3..d5cdcda 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2820,7 +2820,7 @@ module.exports = { retailCost: 37472254, bulkheads: [ { id: "2T", - edID: 128816569, + edID: 128839283, eddbID: 1645, grp: "bh", cost: 0, @@ -2832,7 +2832,7 @@ module.exports = { hullboost: .8 }, { id: "2U", - edID: 128816570, + edID: 128839284, eddbID: 1646, grp: "bh", cost: 22791270, @@ -2844,7 +2844,7 @@ module.exports = { hullboost: 1.52 }, { id: "2V", - edID: 128816571, + edID: 128839285, eddbID: 1647, grp: "bh", cost: 51280360, @@ -2856,7 +2856,7 @@ module.exports = { hullboost: 2.5 }, { id: "2W", - edID: 128816572, + edID: 128839286, eddbID: 1648, grp: "bh", cost: 121192590, @@ -2868,7 +2868,7 @@ module.exports = { hullboost: 2.5 }, { id: "2X", - edID: 128816573, + edID: 128839287, eddbID: 1649, grp: "bh", cost: 134297570, @@ -3011,7 +3011,7 @@ module.exports = { retailCost: 55867041, bulkheads: [ { id: "2T", - edID: 128049376, + edID: 128915981, eddbID: 813, grp: "bh", cost: 0, @@ -3023,7 +3023,7 @@ module.exports = { hullboost: .8 }, { id: "2U", - edID: 128049377, + edID: 128915982, eddbID: 814, grp: "bh", cost: 20626820, @@ -3035,7 +3035,7 @@ module.exports = { hullboost: 1.52 }, { id: "2V", - edID: 128049378, + edID: 128915983, eddbID: 815, grp: "bh", cost: 46410340, @@ -3047,7 +3047,7 @@ module.exports = { hullboost: 2.5 }, { id: "2W", - edID: 128049379, + edID: 128915984, eddbID: 816, grp: "bh", cost: 109683090, @@ -3059,7 +3059,7 @@ module.exports = { hullboost: 2.5 }, { id: "2X", - edID: 128049380, + edID: 128915985, eddbID: 817, grp: "bh", cost: 121543510, @@ -18702,7 +18702,7 @@ module.exports = { AFM_Shielded: { fdname: "AFM_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -18712,7 +18712,7 @@ module.exports = { }, uuid: "c879e8d2-290a-471e-833c-eaea947a20c1" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -18723,7 +18723,7 @@ module.exports = { }, uuid: "90981fc0-8c0e-4b86-a656-9ef1a9a7fa00" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -18735,7 +18735,7 @@ module.exports = { }, uuid: "30976550-2ff1-46e2-9687-ae3faa4f4701" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -18755,7 +18755,7 @@ module.exports = { Armour_Advanced: { fdname: "Armour_Advanced", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -18768,7 +18768,7 @@ module.exports = { }, uuid: "fb33c5c9-24e4-48b5-8227-cc7b855572cd" }, - 2: { + "2": { components: { "Conductive Components": 1, Iron: 1 @@ -18782,7 +18782,7 @@ module.exports = { }, uuid: "a9417081-356c-43d7-bf30-9cc1de0c62a1" }, - 3: { + "3": { components: { "Conductive Components": 1, "High Density Composites": 1, @@ -18797,7 +18797,7 @@ module.exports = { }, uuid: "b93f110f-c467-4340-8496-9ea99332ef55" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, Germanium: 1, @@ -18812,7 +18812,7 @@ module.exports = { }, uuid: "4b9c30c9-0acf-4b56-bce9-3fc65be95382" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Military Grade Alloys": 1, @@ -18835,7 +18835,7 @@ module.exports = { Armour_Explosive: { fdname: "Armour_Explosive", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -18846,7 +18846,7 @@ module.exports = { }, uuid: "c74fe800-a8c1-4ae9-95a1-47a8a9d1f10d" }, - 2: { + "2": { components: { Carbon: 1, Zinc: 1 @@ -18858,7 +18858,7 @@ module.exports = { }, uuid: "78f76eb3-ac9e-47bd-be6f-a26b4fdf9c57" }, - 3: { + "3": { components: { "Salvaged Alloys": 1, Vanadium: 1 @@ -18870,7 +18870,7 @@ module.exports = { }, uuid: "83ea4fd2-2eee-4cfb-baa6-d6c314f58b8d" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, Mercury: 1, @@ -18883,7 +18883,7 @@ module.exports = { }, uuid: "9656e75a-a8ac-454f-941a-9fe4b4f6a330" }, - 5: { + "5": { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -18904,7 +18904,7 @@ module.exports = { Armour_HeavyDuty: { fdname: "Armour_HeavyDuty", grades: { - 1: { + "1": { components: { Carbon: 1 }, @@ -18917,7 +18917,7 @@ module.exports = { }, uuid: "f9d519ab-b6f6-4d81-a93b-8f4fb45edd55" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -18931,7 +18931,7 @@ module.exports = { }, uuid: "ab58e035-3128-4eec-8974-cbbff022d31e" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -18946,7 +18946,7 @@ module.exports = { }, uuid: "20afd6a5-5a72-4825-813d-b660fe796cb3" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -18961,7 +18961,7 @@ module.exports = { }, uuid: "e08d3ec0-79e1-4d9f-ae16-6bd0a7e5b5c4" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -18984,7 +18984,7 @@ module.exports = { Armour_Kinetic: { fdname: "Armour_Kinetic", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -18995,7 +18995,7 @@ module.exports = { }, uuid: "285736a7-9677-4875-b425-0704d2c05ee6" }, - 2: { + "2": { components: { Nickel: 1, Vanadium: 1 @@ -19007,7 +19007,7 @@ module.exports = { }, uuid: "816adb1f-c089-49b6-b52d-a8ca189a4ef5" }, - 3: { + "3": { components: { "High Density Composites": 1, "Salvaged Alloys": 1, @@ -19020,7 +19020,7 @@ module.exports = { }, uuid: "54c5cc67-3112-4c77-87f9-c5d6a5f0ae3c" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, "Proprietary Composites": 1, @@ -19033,7 +19033,7 @@ module.exports = { }, uuid: "80cdd75d-a574-4092-b45d-77187e52edf5" }, - 5: { + "5": { components: { "Core Dynamics Composites": 1, Molybdenum: 1, @@ -19054,7 +19054,7 @@ module.exports = { Armour_Thermic: { fdname: "Armour_Thermic", grades: { - 1: { + "1": { components: { "Heat Conduction Wiring": 1 }, @@ -19065,7 +19065,7 @@ module.exports = { }, uuid: "73c3a3c1-da09-4792-a1e9-d0161da6c0f2" }, - 2: { + "2": { components: { "Heat Dispersion Plate": 1, Nickel: 1 @@ -19077,7 +19077,7 @@ module.exports = { }, uuid: "f3096b56-d6d2-4aa5-a77c-98ce2adc79dc" }, - 3: { + "3": { components: { "Heat Exchangers": 1, "Salvaged Alloys": 1, @@ -19090,7 +19090,7 @@ module.exports = { }, uuid: "1aa48c57-d187-4e82-aa88-8b4a7a4bc856" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, "Heat Vanes": 1, @@ -19103,7 +19103,7 @@ module.exports = { }, uuid: "afc78426-8570-4ad4-923a-794821c2506f" }, - 5: { + "5": { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -19124,7 +19124,7 @@ module.exports = { CargoScanner_LightWeight: { fdname: "CargoScanner_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -19134,7 +19134,7 @@ module.exports = { }, uuid: "5ebd5d76-7bb8-4958-9cc3-f5e2176f2b5e" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19145,7 +19145,7 @@ module.exports = { }, uuid: "c49d42a8-cd8f-4576-9c60-85725f635185" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19157,7 +19157,7 @@ module.exports = { }, uuid: "bc048a95-b5aa-4f6c-a696-6c40b87a1606" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19169,7 +19169,7 @@ module.exports = { }, uuid: "4f9467f7-0c5f-4ab3-856b-aaad019bd79d" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19189,7 +19189,7 @@ module.exports = { CargoScanner_Reinforced: { fdname: "CargoScanner_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -19199,7 +19199,7 @@ module.exports = { }, uuid: "9b714883-e0e7-46b5-a2bb-5367f2cc9b3f" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -19210,7 +19210,7 @@ module.exports = { }, uuid: "9de3e096-fbfa-4694-a2e4-919494d39ee1" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -19222,7 +19222,7 @@ module.exports = { }, uuid: "4a5d7441-2543-4405-8587-9b969fffd3f2" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -19234,7 +19234,7 @@ module.exports = { }, uuid: "f4b41ce9-d3a8-4362-9821-0d45f2b975bc" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19254,7 +19254,7 @@ module.exports = { CargoScanner_Shielded: { fdname: "CargoScanner_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -19264,7 +19264,7 @@ module.exports = { }, uuid: "f3684224-dfb1-4b30-81df-827246ccce14" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -19275,7 +19275,7 @@ module.exports = { }, uuid: "0fec52b1-3a81-4260-8168-7af698e9ebf3" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -19287,7 +19287,7 @@ module.exports = { }, uuid: "6ca69c4f-07b6-43e4-97c9-e9134cb1eaf4" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19299,7 +19299,7 @@ module.exports = { }, uuid: "e6ebc222-ec93-4f0f-ac8a-e690ab50656d" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19319,7 +19319,7 @@ module.exports = { ChaffLauncher_ChaffCapacity: { fdname: "ChaffLauncher_ChaffCapacity", grades: { - 3: { + "3": { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -19340,7 +19340,7 @@ module.exports = { ChaffLauncher_LightWeight: { fdname: "ChaffLauncher_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -19350,7 +19350,7 @@ module.exports = { }, uuid: "99afdcd4-c7cf-4855-aea8-e35d968d448e" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19361,7 +19361,7 @@ module.exports = { }, uuid: "4c0aa103-e0d8-4dce-bb38-067549af7c27" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19373,7 +19373,7 @@ module.exports = { }, uuid: "90ddb40a-8520-4e0a-8e42-5f3f9ecf4c28" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19385,7 +19385,7 @@ module.exports = { }, uuid: "45047669-536a-4455-8563-b8be46d482e0" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19405,7 +19405,7 @@ module.exports = { ChaffLauncher_Reinforced: { fdname: "ChaffLauncher_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -19415,7 +19415,7 @@ module.exports = { }, uuid: "c952091e-30de-4b13-8e7e-c59aee4c1466" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -19426,7 +19426,7 @@ module.exports = { }, uuid: "5f868185-7351-49ec-95b4-87dab4d08e02" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -19438,7 +19438,7 @@ module.exports = { }, uuid: "33e63006-29ae-4466-b240-7708ddd9804b" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -19450,7 +19450,7 @@ module.exports = { }, uuid: "5d0cb508-a654-4dc8-8e04-6cafac0ea86d" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19470,7 +19470,7 @@ module.exports = { ChaffLauncher_Shielded: { fdname: "ChaffLauncher_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -19480,7 +19480,7 @@ module.exports = { }, uuid: "ac3908c2-c5aa-44a1-a847-a9d27c34a326" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -19491,7 +19491,7 @@ module.exports = { }, uuid: "ee1ad091-7a25-44ac-b3e4-9ee5e4228483" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -19503,7 +19503,7 @@ module.exports = { }, uuid: "eddd7f16-035d-4e9e-96fc-bf82e9ce7397" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19515,7 +19515,7 @@ module.exports = { }, uuid: "1fef7b64-bf77-4024-a9b4-24146d5cefe3" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19535,7 +19535,7 @@ module.exports = { CollectionLimpet_LightWeight: { fdname: "CollectionLimpet_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -19545,7 +19545,7 @@ module.exports = { }, uuid: "40d015c8-e3c3-4e6c-8703-0e5dc0c0ca7a" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19556,7 +19556,7 @@ module.exports = { }, uuid: "4f4f23cf-fb43-4542-8d60-c96cf884c3c9" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19568,7 +19568,7 @@ module.exports = { }, uuid: "9c4ebeff-12e1-4f0e-a972-bb8d4d7e4f08" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19580,7 +19580,7 @@ module.exports = { }, uuid: "befa7711-25fa-49d2-97fb-3f8a4cc8b91e" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19600,7 +19600,7 @@ module.exports = { CollectionLimpet_Reinforced: { fdname: "CollectionLimpet_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -19610,7 +19610,7 @@ module.exports = { }, uuid: "d0451acd-f57f-46a5-ac1a-c2a2f1919283" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -19621,7 +19621,7 @@ module.exports = { }, uuid: "ccbf3b26-6ded-4e86-b2dd-330280ca552f" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -19633,7 +19633,7 @@ module.exports = { }, uuid: "a841e48c-d34b-4dd2-b540-14910224398a" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -19645,7 +19645,7 @@ module.exports = { }, uuid: "de78dde7-c159-4d37-91e2-b6562dd754e4" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19665,7 +19665,7 @@ module.exports = { CollectionLimpet_Shielded: { fdname: "CollectionLimpet_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -19675,7 +19675,7 @@ module.exports = { }, uuid: "6e384cd7-1ab5-4a03-849f-d1a6d5711012" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -19686,7 +19686,7 @@ module.exports = { }, uuid: "be06b5e7-44c0-4bb4-b084-ca5578cd5b26" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -19698,7 +19698,7 @@ module.exports = { }, uuid: "d18a63f6-c96e-4e73-b4a1-70deeb27af9c" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19710,7 +19710,7 @@ module.exports = { }, uuid: "99d03d5e-1fd6-49b1-a99d-71571c35dca5" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19730,7 +19730,7 @@ module.exports = { ECM_LightWeight: { fdname: "ECM_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -19740,7 +19740,7 @@ module.exports = { }, uuid: "123ef1f4-cb7e-4b8e-8dfc-48c3407d0c94" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -19751,7 +19751,7 @@ module.exports = { }, uuid: "abf6487e-1fac-46e7-9ae3-a46bea977412" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -19763,7 +19763,7 @@ module.exports = { }, uuid: "e1bc6bec-da7b-4b5c-aedd-637b753d2e1f" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -19775,7 +19775,7 @@ module.exports = { }, uuid: "ac3a70dc-8759-4f69-8c97-c31be11d9b49" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -19795,7 +19795,7 @@ module.exports = { ECM_Reinforced: { fdname: "ECM_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -19805,7 +19805,7 @@ module.exports = { }, uuid: "6bcb5b84-5e90-4d3d-be7c-6ed6c1f048c4" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -19816,7 +19816,7 @@ module.exports = { }, uuid: "8497a12f-becf-499b-8df8-6814cfa93e39" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -19828,7 +19828,7 @@ module.exports = { }, uuid: "2fbadb73-1c89-4d25-9061-43735d4970b3" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -19840,7 +19840,7 @@ module.exports = { }, uuid: "a89859a9-1278-40d0-ac77-e3e6bf10de95" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -19860,7 +19860,7 @@ module.exports = { ECM_Shielded: { fdname: "ECM_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -19870,7 +19870,7 @@ module.exports = { }, uuid: "0dd69a33-0309-4ab6-bf88-e500db42448c" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -19881,7 +19881,7 @@ module.exports = { }, uuid: "297bc1b2-7e2c-4556-b971-b2ff38cbff53" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -19893,7 +19893,7 @@ module.exports = { }, uuid: "385a3392-8580-4fa6-a52c-1205f1041b99" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -19905,7 +19905,7 @@ module.exports = { }, uuid: "eb3e8641-031c-4318-9e97-43f27529fd86" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -19925,7 +19925,7 @@ module.exports = { Engine_Dirty: { fdname: "Engine_Dirty", grades: { - 1: { + "1": { components: { "Specialised Legacy Firmware": 1 }, @@ -19938,7 +19938,7 @@ module.exports = { }, uuid: "bbdea125-dd2b-4031-8698-56c922df3b76" }, - 2: { + "2": { components: { "Mechanical Equipment": 1, "Specialised Legacy Firmware": 1 @@ -19952,7 +19952,7 @@ module.exports = { }, uuid: "d3ccba04-e0f5-40c3-a6f8-a038d5e5b4bf" }, - 3: { + "3": { components: { Chromium: 1, "Mechanical Components": 1, @@ -19967,7 +19967,7 @@ module.exports = { }, uuid: "60091d1f-38a9-4d62-bbc0-6332e03c7f3d" }, - 4: { + "4": { components: { "Configurable Components": 1, "Modified Consumer Firmware": 1, @@ -19982,7 +19982,7 @@ module.exports = { }, uuid: "7355e32e-b850-4428-8279-66f234f59c6a" }, - 5: { + "5": { components: { Cadmium: 1, "Cracked Industrial Firmware": 1, @@ -20005,7 +20005,7 @@ module.exports = { Engine_Reinforced: { fdname: "Engine_Reinforced", grades: { - 1: { + "1": { components: { Carbon: 1 }, @@ -20016,7 +20016,7 @@ module.exports = { }, uuid: "21503395-f165-4340-91c7-07d062895eae" }, - 2: { + "2": { components: { "Heat Conduction Wiring": 1, Vanadium: 1 @@ -20028,7 +20028,7 @@ module.exports = { }, uuid: "452e2359-5804-4de1-94bf-d16c9d512cc4" }, - 3: { + "3": { components: { "Heat Conduction Wiring": 1, "Shielding Sensors": 1, @@ -20041,7 +20041,7 @@ module.exports = { }, uuid: "ae1a71bb-e025-4268-aa7f-fd4063945beb" }, - 4: { + "4": { components: { "Compound Shielding": 1, "Heat Dispersion Plate": 1, @@ -20054,7 +20054,7 @@ module.exports = { }, uuid: "4bc0b925-dd64-41da-a653-f15acf108f23" }, - 5: { + "5": { components: { "Heat Exchangers": 1, "Imperial Shielding": 1, @@ -20075,7 +20075,7 @@ module.exports = { Engine_Tuned: { fdname: "Engine_Tuned", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -20086,7 +20086,7 @@ module.exports = { }, uuid: "5b32dae1-7c4a-4760-8c48-0d9a9fa2758d" }, - 2: { + "2": { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1 @@ -20100,7 +20100,7 @@ module.exports = { }, uuid: "5382eecb-c840-4613-99c1-9bcbdb8d7760" }, - 3: { + "3": { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1, @@ -20115,7 +20115,7 @@ module.exports = { }, uuid: "0c58a5c8-0bf9-4a2c-baf0-b14228f236df" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, "Decoded Emission Data": 1, @@ -20130,7 +20130,7 @@ module.exports = { }, uuid: "afb2b22e-ab30-4195-8bfe-ae81ea6067f3" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, "Conductive Ceramics": 1, @@ -20153,7 +20153,7 @@ module.exports = { FSD_FastBoot: { fdname: "FSD_FastBoot", grades: { - 1: { + "1": { components: { "Grid Resistors": 1 }, @@ -20165,7 +20165,7 @@ module.exports = { }, uuid: "23f08173-4d05-49d2-b126-d9e5ea5ee8b5" }, - 2: { + "2": { components: { Chromium: 1, "Grid Resistors": 1 @@ -20178,7 +20178,7 @@ module.exports = { }, uuid: "56875992-02ae-4364-934c-88dbfda0cc57" }, - 3: { + "3": { components: { "Grid Resistors": 1, "Heat Dispersion Plate": 1, @@ -20192,7 +20192,7 @@ module.exports = { }, uuid: "80c84723-9c37-434b-890e-8723504e5e48" }, - 4: { + "4": { components: { Cadmium: 1, "Heat Exchangers": 1, @@ -20206,7 +20206,7 @@ module.exports = { }, uuid: "3747180c-d798-4bc4-bb42-daecf44729cc" }, - 5: { + "5": { components: { "Electrochemical Arrays": 1, "Heat Vanes": 1, @@ -20228,7 +20228,7 @@ module.exports = { FSD_LongRange: { fdname: "FSD_LongRange", grades: { - 1: { + "1": { components: { "Atypical Disrupted Wake Echoes": 1 }, @@ -20240,7 +20240,7 @@ module.exports = { }, uuid: "bb67b1a2-7a5b-47bc-8ed8-e949b5e3fb16" }, - 2: { + "2": { components: { "Atypical Disrupted Wake Echoes": 1, "Chemical Processors": 1 @@ -20253,7 +20253,7 @@ module.exports = { }, uuid: "74045351-f348-45f5-8798-487211f19520" }, - 3: { + "3": { components: { "Chemical Processors": 1, Phosphorus: 1, @@ -20267,7 +20267,7 @@ module.exports = { }, uuid: "cf196bb9-55a1-457f-893b-84ff2afd4db9" }, - 4: { + "4": { components: { "Chemical Distillery": 1, "Eccentric Hyperspace Trajectories": 1, @@ -20281,7 +20281,7 @@ module.exports = { }, uuid: "ecf49fec-32fd-4930-949d-a341bf0fd00c" }, - 5: { + "5": { components: { Arsenic: 1, "Chemical Manipulators": 1, @@ -20303,7 +20303,7 @@ module.exports = { FSD_Shielded: { fdname: "FSD_Shielded", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -20315,7 +20315,7 @@ module.exports = { }, uuid: "0bf46ac9-dfcd-49c3-bcef-db93ba04ed97" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -20328,7 +20328,7 @@ module.exports = { }, uuid: "2858e680-b675-4ee9-9c24-04e8dd2bfe85" }, - 3: { + "3": { components: { Carbon: 1, "Shielding Sensors": 1, @@ -20342,7 +20342,7 @@ module.exports = { }, uuid: "f836e994-c19f-4ed0-926d-fbcc75f136c0" }, - 4: { + "4": { components: { "Compound Shielding": 1, "High Density Composites": 1, @@ -20356,7 +20356,7 @@ module.exports = { }, uuid: "fe30a1a0-3644-4411-af1f-59bae0a565b9" }, - 5: { + "5": { components: { "Imperial Shielding": 1, "Proprietary Composites": 1, @@ -20378,7 +20378,7 @@ module.exports = { FSDinterdictor_Expanded: { fdname: "FSDinterdictor_Expanded", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -20389,7 +20389,7 @@ module.exports = { }, uuid: "da98fe81-8ac1-4c4a-ba1b-76b894dc9de8" }, - 2: { + "2": { components: { "Mechanical Equipment": 1, "Unusual Encrypted Files": 1 @@ -20401,7 +20401,7 @@ module.exports = { }, uuid: "88bcd4df-3ae3-4e6b-80d8-27bf8815e4d2" }, - 3: { + "3": { components: { "Grid Resistors": 1, "Mechanical Components": 1, @@ -20414,7 +20414,7 @@ module.exports = { }, uuid: "1036b38e-676f-4b42-8518-abed6f627fb7" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -20435,7 +20435,7 @@ module.exports = { FSDinterdictor_LongRange: { fdname: "FSDinterdictor_LongRange", grades: { - 1: { + "1": { components: { "Unusual Encrypted Files": 1 }, @@ -20447,7 +20447,7 @@ module.exports = { }, uuid: "ecec8b3e-891f-4b79-8c07-7836e62424f8" }, - 2: { + "2": { components: { "Atypical Disrupted Wake Echoes": 1, "Tagged Encryption Codes": 1 @@ -20460,7 +20460,7 @@ module.exports = { }, uuid: "08d02c88-e63f-4d29-86b9-eea6a20b17a1" }, - 3: { + "3": { components: { "Anomalous Bulk Scan Data": 1, "Anomalous FSD Telemetry": 1, @@ -20474,7 +20474,7 @@ module.exports = { }, uuid: "a2d4bed7-4326-4776-a17b-6ee746f4c9be" }, - 4: { + "4": { components: { "Unidentified Scan Archives": 1, "Strange Wake Solutions": 1, @@ -20496,7 +20496,7 @@ module.exports = { FuelScoop_Shielded: { fdname: "FuelScoop_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -20506,7 +20506,7 @@ module.exports = { }, uuid: "7b71b0d6-e035-4526-91cf-b16a15d32594" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -20517,7 +20517,7 @@ module.exports = { }, uuid: "1c367826-7b57-4beb-9d99-c9a598d29cf9" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -20529,7 +20529,7 @@ module.exports = { }, uuid: "b61946ff-9e65-447b-9757-4c37789fc350" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20549,7 +20549,7 @@ module.exports = { FuelTransferLimpet_LightWeight: { fdname: "FuelTransferLimpet_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -20559,7 +20559,7 @@ module.exports = { }, uuid: "b4abda7b-ac4c-4ddf-ac76-f3d9640e217b" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20570,7 +20570,7 @@ module.exports = { }, uuid: "7bae1015-d4b9-4c33-8286-79c93386cf33" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20582,7 +20582,7 @@ module.exports = { }, uuid: "b69e0eb2-67c4-402a-8b4d-69d64c899fdc" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -20594,7 +20594,7 @@ module.exports = { }, uuid: "36d13200-4c1d-4d49-9936-af8562a6fbce" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -20614,7 +20614,7 @@ module.exports = { FuelTransferLimpet_Reinforced: { fdname: "FuelTransferLimpet_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -20624,7 +20624,7 @@ module.exports = { }, uuid: "9d3c40c1-a35c-42a7-8756-68dba821bde1" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -20635,7 +20635,7 @@ module.exports = { }, uuid: "c09e8d1b-e78e-43b8-bc8c-8ebf7bd84dc5" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -20647,7 +20647,7 @@ module.exports = { }, uuid: "51e5c01d-191c-446c-8ae1-d91e68da1013" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -20659,7 +20659,7 @@ module.exports = { }, uuid: "1a2e3498-d593-4420-ad66-01281648f8c7" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -20679,7 +20679,7 @@ module.exports = { FuelTransferLimpet_Shielded: { fdname: "FuelTransferLimpet_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -20689,7 +20689,7 @@ module.exports = { }, uuid: "736aca61-1fd6-4e95-931c-9354434b52ce" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -20700,7 +20700,7 @@ module.exports = { }, uuid: "60b7eeba-eaeb-4799-a7ab-c989afc9e74a" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -20712,7 +20712,7 @@ module.exports = { }, uuid: "31f3e418-9020-4b01-94ec-cf9d62529f12" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20724,7 +20724,7 @@ module.exports = { }, uuid: "65e897c7-0bb2-426f-bed2-3162767a80d2" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -20744,7 +20744,7 @@ module.exports = { HatchBreakerLimpet_LightWeight: { fdname: "HatchBreakerLimpet_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -20754,7 +20754,7 @@ module.exports = { }, uuid: "3434789e-7555-4bca-a901-09ddbae0d323" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20765,7 +20765,7 @@ module.exports = { }, uuid: "c62a09da-8157-474e-8b8f-04b43792a372" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20777,7 +20777,7 @@ module.exports = { }, uuid: "ad0166b8-9313-4c7a-a95c-5e4b0e53fc40" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -20789,7 +20789,7 @@ module.exports = { }, uuid: "cf482f0a-de37-4fec-8bcd-f087203e0f2d" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -20809,7 +20809,7 @@ module.exports = { HatchBreakerLimpet_Reinforced: { fdname: "HatchBreakerLimpet_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -20819,7 +20819,7 @@ module.exports = { }, uuid: "f75e88b4-7a5c-40da-9652-a7e91aa174e2" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -20830,7 +20830,7 @@ module.exports = { }, uuid: "d794c46b-13e7-4136-b435-bdb96c87c657" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -20842,7 +20842,7 @@ module.exports = { }, uuid: "07acc4c6-724e-4c6b-be15-c9c49d4d95a6" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -20854,7 +20854,7 @@ module.exports = { }, uuid: "fe76b519-7695-4618-b71f-4e27f53f9eb4" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -20874,7 +20874,7 @@ module.exports = { HatchBreakerLimpet_Shielded: { fdname: "HatchBreakerLimpet_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -20884,7 +20884,7 @@ module.exports = { }, uuid: "952d56cc-0c1c-4a62-a8c4-a4c668181654" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -20895,7 +20895,7 @@ module.exports = { }, uuid: "accfd35c-3172-455a-94b6-27be6409970a" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -20907,7 +20907,7 @@ module.exports = { }, uuid: "0db2b6bd-df3f-48be-ac6b-a334b79757a1" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -20919,7 +20919,7 @@ module.exports = { }, uuid: "a747942f-d354-4f0d-ad59-323e52823924" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -20939,7 +20939,7 @@ module.exports = { HeatSinkLauncher_HeatSinkCapacity: { fdname: "HeatSinkLauncher_HeatSinkCapacity", grades: { - 3: { + "3": { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -20960,7 +20960,7 @@ module.exports = { HeatSinkLauncher_LightWeight: { fdname: "HeatSinkLauncher_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -20970,7 +20970,7 @@ module.exports = { }, uuid: "0a20c246-fe84-43d1-835b-ae74474cdec9" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -20981,7 +20981,7 @@ module.exports = { }, uuid: "83dc9090-28c5-45b7-a4f5-8e2a76923e90" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -20993,7 +20993,7 @@ module.exports = { }, uuid: "777b5a47-9d29-4787-b097-8c4a22c11d20" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21005,7 +21005,7 @@ module.exports = { }, uuid: "558a1180-e1a0-4c4a-8992-fac17d58860b" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -21025,7 +21025,7 @@ module.exports = { HeatSinkLauncher_Reinforced: { fdname: "HeatSinkLauncher_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -21035,7 +21035,7 @@ module.exports = { }, uuid: "4b8ad4b4-4d42-4014-98ac-2175392ad0c8" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -21046,7 +21046,7 @@ module.exports = { }, uuid: "7a7166cf-d789-4cb8-9768-f31cc3159dc5" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -21058,7 +21058,7 @@ module.exports = { }, uuid: "93d33903-1dc8-453a-8bd6-df3198c1eac5" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -21070,7 +21070,7 @@ module.exports = { }, uuid: "9a174428-ac75-4bc8-80e0-c1327d0317b8" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21090,7 +21090,7 @@ module.exports = { HeatSinkLauncher_Shielded: { fdname: "HeatSinkLauncher_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -21100,7 +21100,7 @@ module.exports = { }, uuid: "b7bb4a4a-61ee-44b6-b477-e6abf7540240" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -21111,7 +21111,7 @@ module.exports = { }, uuid: "69ec3d60-591c-4c65-a6d4-2b2fe83e1819" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -21123,7 +21123,7 @@ module.exports = { }, uuid: "beb3c5c1-689c-497d-a1b0-92d7fda93878" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21135,7 +21135,7 @@ module.exports = { }, uuid: "52f4a6d1-c291-4ac6-84f2-6d39bc54e675" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21155,7 +21155,7 @@ module.exports = { HullReinforcement_Advanced: { fdname: "HullReinforcement_Advanced", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -21166,7 +21166,7 @@ module.exports = { }, uuid: "8405c035-bf65-47d1-bdbe-5253b5c0a98b" }, - 2: { + "2": { components: { "Conductive Components": 1, Iron: 1 @@ -21178,7 +21178,7 @@ module.exports = { }, uuid: "a8dad054-0392-460a-934e-27d40f65e1fc" }, - 3: { + "3": { components: { "Conductive Components": 1, "High Density Composites": 1, @@ -21191,7 +21191,7 @@ module.exports = { }, uuid: "ee887ba1-c66f-4002-97cb-5169201324af" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, Germanium: 1, @@ -21204,7 +21204,7 @@ module.exports = { }, uuid: "8912615d-e711-4e5d-a08f-739cbf372963" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Military Grade Alloys": 1, @@ -21225,7 +21225,7 @@ module.exports = { HullReinforcement_Explosive: { fdname: "HullReinforcement_Explosive", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -21237,7 +21237,7 @@ module.exports = { }, uuid: "ed72014b-4033-413c-8a71-5eac18e085ce" }, - 2: { + "2": { components: { Carbon: 1, Zinc: 1 @@ -21250,7 +21250,7 @@ module.exports = { }, uuid: "7be2929b-0c89-4059-90d9-4631d90c053b" }, - 3: { + "3": { components: { "Salvaged Alloys": 1, Vanadium: 1, @@ -21264,7 +21264,7 @@ module.exports = { }, uuid: "11742116-77d3-40ea-bd1f-71e0558a0ad1" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, Mercury: 1, @@ -21278,7 +21278,7 @@ module.exports = { }, uuid: "1f59b0aa-46ab-4eb5-bf07-fe4d8f968c1d" }, - 5: { + "5": { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -21300,7 +21300,7 @@ module.exports = { HullReinforcement_HeavyDuty: { fdname: "HullReinforcement_HeavyDuty", grades: { - 1: { + "1": { components: { Carbon: 1 }, @@ -21313,7 +21313,7 @@ module.exports = { }, uuid: "e174a927-ab55-4691-be3e-832f6d68d679" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -21327,7 +21327,7 @@ module.exports = { }, uuid: "2cd3f87c-5ea3-4bd5-ab6d-70458f29de7e" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -21342,7 +21342,7 @@ module.exports = { }, uuid: "251e8773-d06a-4b0e-9e30-a5114a45a5c1" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21357,7 +21357,7 @@ module.exports = { }, uuid: "d6b14f0e-9a32-4838-b41f-986f4a5abd6d" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21380,7 +21380,7 @@ module.exports = { HullReinforcement_Kinetic: { fdname: "HullReinforcement_Kinetic", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -21392,7 +21392,7 @@ module.exports = { }, uuid: "9d5338ab-031c-40e5-bd13-d3eb057540ab" }, - 2: { + "2": { components: { Nickel: 1, Vanadium: 1 @@ -21405,7 +21405,7 @@ module.exports = { }, uuid: "238db8e4-99e2-4e70-b4e3-f918294110c7" }, - 3: { + "3": { components: { "High Density Composites": 1, "Salvaged Alloys": 1, @@ -21419,7 +21419,7 @@ module.exports = { }, uuid: "cb65ddfa-2fd9-4db5-9558-0770866ea8ee" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, "Proprietary Composites": 1, @@ -21433,7 +21433,7 @@ module.exports = { }, uuid: "944cb78e-4da0-43a0-acc8-95c7d67eaf92" }, - 5: { + "5": { components: { "Core Dynamics Composites": 1, Molybdenum: 1, @@ -21455,7 +21455,7 @@ module.exports = { HullReinforcement_Thermic: { fdname: "HullReinforcement_Thermic", grades: { - 1: { + "1": { components: { "Heat Conduction Wiring": 1 }, @@ -21467,7 +21467,7 @@ module.exports = { }, uuid: "cc3d62d5-9769-480d-9e37-620c61a276ab" }, - 2: { + "2": { components: { "Heat Dispersion Plate": 1, Nickel: 1 @@ -21480,7 +21480,7 @@ module.exports = { }, uuid: "e4aa2331-7dc5-479c-9959-d90f0e473da9" }, - 3: { + "3": { components: { "Heat Exchangers": 1, "Salvaged Alloys": 1, @@ -21494,7 +21494,7 @@ module.exports = { }, uuid: "29f49ae9-e241-4791-a9e3-bfdccd6cdfbb" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, "Heat Vanes": 1, @@ -21508,7 +21508,7 @@ module.exports = { }, uuid: "19e30f32-a789-4acf-8f69-f97677ace963" }, - 5: { + "5": { components: { Molybdenum: 1, "Phase Alloys": 1, @@ -21530,7 +21530,7 @@ module.exports = { KillWarrantScanner_LightWeight: { fdname: "KillWarrantScanner_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -21540,7 +21540,7 @@ module.exports = { }, uuid: "b56007ba-9351-417e-9da8-def090b31e50" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21551,7 +21551,7 @@ module.exports = { }, uuid: "14b2d6f0-5f93-48c9-a04a-b9b1064b4bd1" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21563,7 +21563,7 @@ module.exports = { }, uuid: "d6dc2106-b95e-49fe-bd56-0ab0729045ad" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21575,7 +21575,7 @@ module.exports = { }, uuid: "fa568ca9-fe6f-4036-89ae-c6659fdc4e33" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -21595,7 +21595,7 @@ module.exports = { KillWarrantScanner_LongRange: { fdname: "KillWarrantScanner_LongRange", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -21606,7 +21606,7 @@ module.exports = { }, uuid: "2689c846-02d7-4694-97f1-85cd5437b42f" }, - 2: { + "2": { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -21618,7 +21618,7 @@ module.exports = { }, uuid: "c2160767-b03f-491e-9a45-31976fb78899" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -21631,7 +21631,7 @@ module.exports = { }, uuid: "4d9ccdb6-89cc-4f27-a8c8-584de68dae4b" }, - 4: { + "4": { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -21644,7 +21644,7 @@ module.exports = { }, uuid: "0ecb3bee-4033-4937-a5ed-161f50cb6024" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -21665,7 +21665,7 @@ module.exports = { KillWarrantScanner_Reinforced: { fdname: "KillWarrantScanner_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -21675,7 +21675,7 @@ module.exports = { }, uuid: "54cf058d-795d-423c-8923-fdd6971dec29" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -21686,7 +21686,7 @@ module.exports = { }, uuid: "3d7eb835-8a30-458d-bbf3-cfd8de5f8cb4" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -21698,7 +21698,7 @@ module.exports = { }, uuid: "200dfa7b-085d-43d8-ae61-f7080feed350" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -21710,7 +21710,7 @@ module.exports = { }, uuid: "4fdb0643-c9e0-43f6-8b6b-4613fec1de03" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21730,7 +21730,7 @@ module.exports = { KillWarrantScanner_Shielded: { fdname: "KillWarrantScanner_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -21740,7 +21740,7 @@ module.exports = { }, uuid: "f4426054-f766-4be3-8b26-e9236ff61dd9" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -21751,7 +21751,7 @@ module.exports = { }, uuid: "fa7b4b7f-ed0a-401f-a372-1d03c09f9c55" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -21763,7 +21763,7 @@ module.exports = { }, uuid: "443fe7e9-e313-457b-8c0f-6eb22e6e91ef" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21775,7 +21775,7 @@ module.exports = { }, uuid: "b1a0e15d-7164-44f9-85e5-9acc64e56b8b" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -21795,7 +21795,7 @@ module.exports = { LifeSupport_LightWeight: { fdname: "LifeSupport_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -21805,7 +21805,7 @@ module.exports = { }, uuid: "e1e1bd93-3a3f-4454-bfe3-0e2b6840b43a" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21816,7 +21816,7 @@ module.exports = { }, uuid: "aaf29592-df21-4b4c-aeac-20252e75b8aa" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21828,7 +21828,7 @@ module.exports = { }, uuid: "8876b27a-2c31-49f0-8a47-c11acd801c2b" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -21848,7 +21848,7 @@ module.exports = { LifeSupport_Reinforced: { fdname: "LifeSupport_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -21858,7 +21858,7 @@ module.exports = { }, uuid: "b40b11a1-5f0f-440f-b77d-9abf9833d546" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -21869,7 +21869,7 @@ module.exports = { }, uuid: "847b937b-ffa2-4418-9a48-0993a675d43f" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -21881,7 +21881,7 @@ module.exports = { }, uuid: "8303d5f6-da56-41d0-8af3-4620efcc561e" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -21893,7 +21893,7 @@ module.exports = { }, uuid: "6c37ca40-0ae6-48e0-a145-c3eea2bf7cce" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -21913,7 +21913,7 @@ module.exports = { LifeSupport_Shielded: { fdname: "LifeSupport_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -21923,7 +21923,7 @@ module.exports = { }, uuid: "fcd12382-bbb3-431b-95c5-ae9539a02a54" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -21934,7 +21934,7 @@ module.exports = { }, uuid: "9a62eb66-8231-4fa9-9047-284798892e93" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -21946,7 +21946,7 @@ module.exports = { }, uuid: "c46b6c89-0a24-4586-865d-76ff5ae35209" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -21966,7 +21966,7 @@ module.exports = { PointDefence_LightWeight: { fdname: "PointDefence_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -21976,7 +21976,7 @@ module.exports = { }, uuid: "b212ba23-880a-46f7-94ef-f276acb068da" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -21987,7 +21987,7 @@ module.exports = { }, uuid: "17733fc5-6153-406c-b7f6-fbc6904b7223" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -21999,7 +21999,7 @@ module.exports = { }, uuid: "428b7f9f-9ab2-4f1f-9e8e-9a54ede9af65" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -22011,7 +22011,7 @@ module.exports = { }, uuid: "6285a7cd-bb8f-427d-b2aa-3c20953c9c9c" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -22031,7 +22031,7 @@ module.exports = { PointDefence_PointDefenseCapacity: { fdname: "PointDefence_PointDefenseCapacity", grades: { - 3: { + "3": { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -22052,7 +22052,7 @@ module.exports = { PointDefence_Reinforced: { fdname: "PointDefence_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -22062,7 +22062,7 @@ module.exports = { }, uuid: "be6995c8-ffe3-41db-82c7-8a1d876254bd" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -22073,7 +22073,7 @@ module.exports = { }, uuid: "b485f4a5-194e-44cd-8a68-d78d87b78749" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -22085,7 +22085,7 @@ module.exports = { }, uuid: "007beb33-2cb2-48fc-b3d3-b5b82fc7c795" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -22097,7 +22097,7 @@ module.exports = { }, uuid: "3fbaecf6-2bdf-4c53-b455-d37d0d78571c" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -22117,7 +22117,7 @@ module.exports = { PointDefence_Shielded: { fdname: "PointDefence_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -22127,7 +22127,7 @@ module.exports = { }, uuid: "84de52cc-9d50-48b9-94bc-262735f61a27" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -22138,7 +22138,7 @@ module.exports = { }, uuid: "94b0ceb5-3f07-4206-aa02-1e69f1059476" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -22150,7 +22150,7 @@ module.exports = { }, uuid: "ad2d6c5e-f69d-44cd-94e5-0437a1b77e39" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22162,7 +22162,7 @@ module.exports = { }, uuid: "718b1c81-ffc9-4097-8969-3805dfab4ce2" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22182,7 +22182,7 @@ module.exports = { PowerDistributor_HighCapacity: { fdname: "PowerDistributor_HighCapacity", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -22197,7 +22197,7 @@ module.exports = { }, uuid: "e1ae5651-f688-46e2-a94a-9c3bc6e8665b" }, - 2: { + "2": { components: { Chromium: 1, "Specialised Legacy Firmware": 1 @@ -22213,7 +22213,7 @@ module.exports = { }, uuid: "d5ea6b7b-31eb-44f4-b1f3-8126dd6ea7b5" }, - 3: { + "3": { components: { Chromium: 1, "High Density Composites": 1, @@ -22230,7 +22230,7 @@ module.exports = { }, uuid: "b959a87e-a231-46e7-a6a7-65fe6c0464bc" }, - 4: { + "4": { components: { "Modified Consumer Firmware": 1, "Proprietary Composites": 1, @@ -22247,7 +22247,7 @@ module.exports = { }, uuid: "5f468c03-ed6d-474f-9e82-601b11d728c8" }, - 5: { + "5": { components: { "Cracked Industrial Firmware": 1, "Military Supercapacitors": 1, @@ -22272,7 +22272,7 @@ module.exports = { PowerDistributor_HighFrequency: { fdname: "PowerDistributor_HighFrequency", grades: { - 1: { + "1": { components: { "Specialised Legacy Firmware": 1 }, @@ -22286,7 +22286,7 @@ module.exports = { }, uuid: "e8ce47e1-c5d7-46bf-b31e-48dcfe9ab1a5" }, - 2: { + "2": { components: { "Chemical Processors": 1, "Specialised Legacy Firmware": 1 @@ -22301,7 +22301,7 @@ module.exports = { }, uuid: "528b87b2-157d-471e-9958-831a9962c595" }, - 3: { + "3": { components: { "Chemical Distillery": 1, "Grid Resistors": 1, @@ -22317,7 +22317,7 @@ module.exports = { }, uuid: "713b5e19-b7a5-447f-b450-248e771dcd72" }, - 4: { + "4": { components: { "Chemical Manipulators": 1, "Cracked Industrial Firmware": 1, @@ -22333,7 +22333,7 @@ module.exports = { }, uuid: "1bfd4836-c69d-4adf-94dd-e7c41da96416" }, - 5: { + "5": { components: { "Chemical Manipulators": 1, "Cracked Industrial Firmware": 1, @@ -22357,7 +22357,7 @@ module.exports = { PowerDistributor_PriorityEngines: { fdname: "PowerDistributor_PriorityEngines", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -22371,7 +22371,7 @@ module.exports = { }, uuid: "69f1b8a3-c868-452f-bdbd-cfc95e117ab5" }, - 2: { + "2": { components: { "Conductive Components": 1, Sulphur: 1 @@ -22386,7 +22386,7 @@ module.exports = { }, uuid: "5e91d652-7346-4a22-82c9-79853fdcdf91" }, - 3: { + "3": { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22402,7 +22402,7 @@ module.exports = { }, uuid: "4185370a-c4e9-4f58-9b67-a7f46bb2d3c2" }, - 4: { + "4": { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22418,7 +22418,7 @@ module.exports = { }, uuid: "6a6a497e-8261-4763-8a15-c78222a00443" }, - 5: { + "5": { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22442,7 +22442,7 @@ module.exports = { PowerDistributor_PrioritySystems: { fdname: "PowerDistributor_PrioritySystems", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -22456,7 +22456,7 @@ module.exports = { }, uuid: "8138ba35-155d-4b82-86ef-ad4600ab5e03" }, - 2: { + "2": { components: { "Conductive Components": 1, Sulphur: 1 @@ -22471,7 +22471,7 @@ module.exports = { }, uuid: "91c79b1b-b494-4dd9-98c4-10d58aa5509f" }, - 3: { + "3": { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22487,7 +22487,7 @@ module.exports = { }, uuid: "13ab16c7-2456-4387-b536-b28fd2f57d2e" }, - 4: { + "4": { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22503,7 +22503,7 @@ module.exports = { }, uuid: "544e6d6b-be89-478d-9b1b-62fae7599d30" }, - 5: { + "5": { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22527,7 +22527,7 @@ module.exports = { PowerDistributor_PriorityWeapons: { fdname: "PowerDistributor_PriorityWeapons", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -22541,7 +22541,7 @@ module.exports = { }, uuid: "dd023cf4-0b4d-4d18-957f-4b1eecb71c0a" }, - 2: { + "2": { components: { "Conductive Components": 1, Sulphur: 1 @@ -22556,7 +22556,7 @@ module.exports = { }, uuid: "cac790f3-9852-4673-a219-0f5e4dc6a0ad" }, - 3: { + "3": { components: { "Anomalous Bulk Scan Data": 1, Chromium: 1, @@ -22572,7 +22572,7 @@ module.exports = { }, uuid: "cc5507e8-613b-4d43-a7fe-a874be963125" }, - 4: { + "4": { components: { "Unidentified Scan Archives": 1, Selenium: 1, @@ -22588,7 +22588,7 @@ module.exports = { }, uuid: "34c9c5e5-8a42-4509-a22a-7313528263f2" }, - 5: { + "5": { components: { "Classified Scan Databanks": 1, Cadmium: 1, @@ -22612,7 +22612,7 @@ module.exports = { PowerDistributor_Shielded: { fdname: "PowerDistributor_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -22623,7 +22623,7 @@ module.exports = { }, uuid: "05883145-2407-46a1-9eea-5a56ac549cfd" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -22635,7 +22635,7 @@ module.exports = { }, uuid: "5822ff0c-fa6c-4072-95be-e2534f37be00" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -22648,7 +22648,7 @@ module.exports = { }, uuid: "d5040eac-fa75-4613-828d-ea71aefd9051" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22661,7 +22661,7 @@ module.exports = { }, uuid: "32c94fd6-71c3-461b-80ed-bfe1543f9651" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22682,7 +22682,7 @@ module.exports = { PowerPlant_Armoured: { fdname: "PowerPlant_Armoured", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -22694,7 +22694,7 @@ module.exports = { }, uuid: "14be2e0d-417b-4cde-834f-b7e8ca14bb85" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -22707,7 +22707,7 @@ module.exports = { }, uuid: "14ade730-2a1d-4f48-a619-46be865819ec" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -22721,7 +22721,7 @@ module.exports = { }, uuid: "aa9a05c9-f142-40db-b0bf-8f6ca29efba8" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -22735,7 +22735,7 @@ module.exports = { }, uuid: "bfb0ccc8-389e-4df0-9acd-4df91680c5a3" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -22757,7 +22757,7 @@ module.exports = { PowerPlant_Boosted: { fdname: "PowerPlant_Boosted", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -22768,7 +22768,7 @@ module.exports = { }, uuid: "06282764-2821-4604-ad2c-d9b148d562d0" }, - 2: { + "2": { components: { "Conductive Components": 1, "Heat Conduction Wiring": 1 @@ -22780,7 +22780,7 @@ module.exports = { }, uuid: "feb49620-2df8-4ec6-9a58-13f986aed81f" }, - 3: { + "3": { components: { "Conductive Components": 1, "Heat Conduction Wiring": 1, @@ -22793,7 +22793,7 @@ module.exports = { }, uuid: "9325c166-998d-4ea6-8dab-0aafcec76705" }, - 4: { + "4": { components: { Cadmium: 1, "Conductive Ceramics": 1, @@ -22806,7 +22806,7 @@ module.exports = { }, uuid: "6dd84c8d-1d21-4bf5-a747-f582ffe49a99" }, - 5: { + "5": { components: { "Chemical Manipulators": 1, "Conductive Ceramics": 1, @@ -22827,7 +22827,7 @@ module.exports = { PowerPlant_Stealth: { fdname: "PowerPlant_Stealth", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -22838,7 +22838,7 @@ module.exports = { }, uuid: "92571059-8e76-4473-b3ee-1b50803c75ef" }, - 2: { + "2": { components: { Iron: 1, "Irregular Emission Data": 1 @@ -22850,7 +22850,7 @@ module.exports = { }, uuid: "5a20a4d0-2d5d-4380-b14d-6099928cd0a7" }, - 3: { + "3": { components: { "Heat Exchangers": 1, Iron: 1, @@ -22863,7 +22863,7 @@ module.exports = { }, uuid: "a0283399-56cd-4013-8293-872ad44a1ffd" }, - 4: { + "4": { components: { "Heat Vanes": 1, Germanium: 1, @@ -22876,7 +22876,7 @@ module.exports = { }, uuid: "e87a55a5-ddf0-42fe-b919-9a3ef13a7bba" }, - 5: { + "5": { components: { "Proto Heat Radiators": 1, Niobium: 1, @@ -22897,7 +22897,7 @@ module.exports = { ProspectingLimpet_LightWeight: { fdname: "ProspectingLimpet_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -22907,7 +22907,7 @@ module.exports = { }, uuid: "bb27a6b6-5c10-41e8-a6b3-3abc8a4ed23e" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -22918,7 +22918,7 @@ module.exports = { }, uuid: "95af3c55-ec45-4f5d-848d-1639307fee41" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -22930,7 +22930,7 @@ module.exports = { }, uuid: "a3b84b26-d67e-4d8c-9653-f23181cce9f8" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -22942,7 +22942,7 @@ module.exports = { }, uuid: "363a9543-4072-4211-8c89-8e9477fa72eb" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -22962,7 +22962,7 @@ module.exports = { ProspectingLimpet_Reinforced: { fdname: "ProspectingLimpet_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -22972,7 +22972,7 @@ module.exports = { }, uuid: "650fdb39-a2fa-4757-bac0-fcad6c7104f9" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -22983,7 +22983,7 @@ module.exports = { }, uuid: "ee33e0d9-d8b2-4ac5-9370-7dac2f252570" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -22995,7 +22995,7 @@ module.exports = { }, uuid: "5c8c244e-2f93-4422-8fcb-ad4012020a8a" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -23007,7 +23007,7 @@ module.exports = { }, uuid: "31532d5f-6e3c-45a6-95b2-13fb0218aa7a" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -23027,7 +23027,7 @@ module.exports = { ProspectingLimpet_Shielded: { fdname: "ProspectingLimpet_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -23037,7 +23037,7 @@ module.exports = { }, uuid: "573d6e16-dc01-4093-a14d-420621279673" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -23048,7 +23048,7 @@ module.exports = { }, uuid: "197d4759-f451-4b30-8051-08c5fde05421" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -23060,7 +23060,7 @@ module.exports = { }, uuid: "633cafa0-a2c3-436c-867f-aba0205e55b8" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -23072,7 +23072,7 @@ module.exports = { }, uuid: "6a396efb-3aa1-4022-b66d-dd299ff7e4d8" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -23092,7 +23092,7 @@ module.exports = { Refineries_Shielded: { fdname: "Refineries_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -23102,7 +23102,7 @@ module.exports = { }, uuid: "58578acb-b652-4a30-8ffe-e4e488325221" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -23113,7 +23113,7 @@ module.exports = { }, uuid: "e33c7809-d6cd-4549-8596-9400baabc3cd" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -23125,7 +23125,7 @@ module.exports = { }, uuid: "cffa4897-fa7a-44dd-8fe1-1b3702e82f9e" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -23145,7 +23145,7 @@ module.exports = { Sensor_CargoScanner_FastScan: { fdname: "Sensor_CargoScanner_FastScan", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -23156,7 +23156,7 @@ module.exports = { }, uuid: "8e2046eb-06bf-44e4-8fad-981f24d68340" }, - 2: { + "2": { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23168,7 +23168,7 @@ module.exports = { }, uuid: "953bcfbf-a46d-45e2-90c7-f727e641edc3" }, - 3: { + "3": { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23181,7 +23181,7 @@ module.exports = { }, uuid: "bed8bdc6-ef45-450e-aa7f-802cea642b2d" }, - 4: { + "4": { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23194,7 +23194,7 @@ module.exports = { }, uuid: "610ba60e-d0e3-42c2-9269-c67bafb25546" }, - 5: { + "5": { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23215,7 +23215,7 @@ module.exports = { Sensor_CargoScanner_LongRange: { fdname: "Sensor_CargoScanner_LongRange", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -23226,7 +23226,7 @@ module.exports = { }, uuid: "1b566f8d-56ef-4b11-bb06-1fd9c603ab1c" }, - 2: { + "2": { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23238,7 +23238,7 @@ module.exports = { }, uuid: "9371ee9f-12a1-4859-9b97-e3c3c87ee0a0" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23251,7 +23251,7 @@ module.exports = { }, uuid: "317bbfd2-7b05-4f7a-b6ca-55e0a7d3f147" }, - 4: { + "4": { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23264,7 +23264,7 @@ module.exports = { }, uuid: "5e3ac270-69ef-4301-9e86-8c9cbc5ada89" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23285,7 +23285,7 @@ module.exports = { Sensor_CargoScanner_WideAngle: { fdname: "Sensor_CargoScanner_WideAngle", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -23296,7 +23296,7 @@ module.exports = { }, uuid: "c034e952-985f-4b04-9d9e-bec4ddc50171" }, - 2: { + "2": { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23308,7 +23308,7 @@ module.exports = { }, uuid: "c2dee450-a617-4740-9af9-57cf2ea7de4f" }, - 3: { + "3": { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23321,7 +23321,7 @@ module.exports = { }, uuid: "181cd2e3-ef3c-4939-b5b9-f6b21090d920" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23334,7 +23334,7 @@ module.exports = { }, uuid: "a93247e8-cbce-4026-9640-6137934614c9" }, - 5: { + "5": { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23355,7 +23355,7 @@ module.exports = { Sensor_KillWarrantScanner_FastScan: { fdname: "Sensor_KillWarrantScanner_FastScan", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -23366,7 +23366,7 @@ module.exports = { }, uuid: "37c2d07b-fa12-4ad2-a1cb-a1c9c5cdb348" }, - 2: { + "2": { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23378,7 +23378,7 @@ module.exports = { }, uuid: "a375ac53-e245-4364-8d8a-389e247bc74d" }, - 3: { + "3": { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23391,7 +23391,7 @@ module.exports = { }, uuid: "472ebde0-72d0-4ec1-beda-11cbcbad13f9" }, - 4: { + "4": { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23404,7 +23404,7 @@ module.exports = { }, uuid: "6d8d3ba8-46b3-4482-a65d-b1c6663c543b" }, - 5: { + "5": { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23425,7 +23425,7 @@ module.exports = { Sensor_KillWarrantScanner_WideAngle: { fdname: "Sensor_KillWarrantScanner_WideAngle", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -23436,7 +23436,7 @@ module.exports = { }, uuid: "69ee982f-f925-4e0a-a7a8-cc52ff9bc295" }, - 2: { + "2": { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23448,7 +23448,7 @@ module.exports = { }, uuid: "3f0b3cbd-3acf-4a49-a176-6ceb02b958f9" }, - 3: { + "3": { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23461,7 +23461,7 @@ module.exports = { }, uuid: "5c378d56-97f7-4a75-b113-7e6bc846d53f" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23474,7 +23474,7 @@ module.exports = { }, uuid: "887d9bb6-422f-42ce-8a21-22d1f43a7f64" }, - 5: { + "5": { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23495,7 +23495,7 @@ module.exports = { Sensor_Sensor_LightWeight: { fdname: "Sensor_Sensor_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -23506,7 +23506,7 @@ module.exports = { }, uuid: "239cd942-3298-4be0-b032-143961c801a1" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -23518,7 +23518,7 @@ module.exports = { }, uuid: "8dd41f78-c4f0-4107-a1fe-d1eee78bbd23" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -23531,7 +23531,7 @@ module.exports = { }, uuid: "d51697d0-c837-4c0d-a6af-f192ace27e9a" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -23544,7 +23544,7 @@ module.exports = { }, uuid: "01ccf913-c1cb-47a6-9515-1d2ee3e3b2ae" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -23565,7 +23565,7 @@ module.exports = { Sensor_Sensor_LongRange: { fdname: "Sensor_Sensor_LongRange", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -23576,7 +23576,7 @@ module.exports = { }, uuid: "92c755ae-690b-442c-bacd-606575987f22" }, - 2: { + "2": { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23588,7 +23588,7 @@ module.exports = { }, uuid: "40167259-2960-4072-a135-cba93c87709d" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23601,7 +23601,7 @@ module.exports = { }, uuid: "6d422ca1-ebdd-4c87-b2b2-056e36c0cbfb" }, - 4: { + "4": { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23614,7 +23614,7 @@ module.exports = { }, uuid: "6b09d91f-919f-4a3a-9900-850b026ab01c" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23635,7 +23635,7 @@ module.exports = { Sensor_Sensor_WideAngle: { fdname: "Sensor_Sensor_WideAngle", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -23646,7 +23646,7 @@ module.exports = { }, uuid: "996dc047-9f07-47a6-8b05-3283ce666fa7" }, - 2: { + "2": { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23658,7 +23658,7 @@ module.exports = { }, uuid: "0855a023-3a25-44c1-84fa-c6e4e8ac3384" }, - 3: { + "3": { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23671,7 +23671,7 @@ module.exports = { }, uuid: "06908f4d-30e8-448f-9652-5051a79713f3" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23684,7 +23684,7 @@ module.exports = { }, uuid: "af874bae-07c3-457a-b525-baeb771b3d72" }, - 5: { + "5": { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23705,7 +23705,7 @@ module.exports = { Sensor_SurfaceScanner_FastScan: { fdname: "Sensor_SurfaceScanner_FastScan", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -23715,7 +23715,7 @@ module.exports = { }, uuid: "97940d61-5b9a-4b0e-8cfd-33f2175b956a" }, - 2: { + "2": { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23726,7 +23726,7 @@ module.exports = { }, uuid: "d5c0c74d-a4ff-45ed-a732-3c68aded4e06" }, - 3: { + "3": { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23738,7 +23738,7 @@ module.exports = { }, uuid: "ca9fc2bb-948e-43f4-b2f2-7bea95509d63" }, - 4: { + "4": { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23750,7 +23750,7 @@ module.exports = { }, uuid: "ef254d05-630e-41b4-9e0f-d6ea0002b1fc" }, - 5: { + "5": { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23770,7 +23770,7 @@ module.exports = { Sensor_SurfaceScanner_LongRange: { fdname: "Sensor_SurfaceScanner_LongRange", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -23780,7 +23780,7 @@ module.exports = { }, uuid: "c35f597e-dac8-4e38-8648-e2cb0018006c" }, - 2: { + "2": { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23791,7 +23791,7 @@ module.exports = { }, uuid: "5d607664-6ec6-4fdd-b692-4d3621c76150" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -23803,7 +23803,7 @@ module.exports = { }, uuid: "e438dda9-1b0d-47e0-be07-295c17b56c2b" }, - 4: { + "4": { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -23815,7 +23815,7 @@ module.exports = { }, uuid: "07ea5b4c-8ea7-44fb-8b0b-d38149dff798" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -23835,7 +23835,7 @@ module.exports = { Sensor_SurfaceScanner_WideAngle: { fdname: "Sensor_SurfaceScanner_WideAngle", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -23845,7 +23845,7 @@ module.exports = { }, uuid: "74d12e8c-a62a-4812-b7f4-9e3356963206" }, - 2: { + "2": { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -23856,7 +23856,7 @@ module.exports = { }, uuid: "4e76da64-72ea-4112-a5e8-4c14fc2efe57" }, - 3: { + "3": { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -23868,7 +23868,7 @@ module.exports = { }, uuid: "e09980d9-b243-4d0f-8645-441552acb58e" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -23880,7 +23880,7 @@ module.exports = { }, uuid: "ed5c2046-bb49-4e48-8799-8c96db420359" }, - 5: { + "5": { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -23900,7 +23900,7 @@ module.exports = { Sensor_WakeScanner_FastScan: { fdname: "Sensor_WakeScanner_FastScan", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -23911,7 +23911,7 @@ module.exports = { }, uuid: "c7abe4af-26f0-460c-8df7-71412f12d5f8" }, - 2: { + "2": { components: { "Flawed Focus Crystals": 1, Phosphorus: 1 @@ -23923,7 +23923,7 @@ module.exports = { }, uuid: "940b832d-2dac-4671-9ada-4bede831342e" }, - 3: { + "3": { components: { "Flawed Focus Crystals": 1, "Open Symmetric Keys": 1, @@ -23936,7 +23936,7 @@ module.exports = { }, uuid: "223a0854-036f-495d-afa1-69253f2b87c3" }, - 4: { + "4": { components: { "Atypical Encryption Archives": 1, "Focus Crystals": 1, @@ -23949,7 +23949,7 @@ module.exports = { }, uuid: "992ffcbe-26c5-4f41-bc2d-81bb6565ac27" }, - 5: { + "5": { components: { "Adaptive Encryptors Capture": 1, Arsenic: 1, @@ -23970,7 +23970,7 @@ module.exports = { Sensor_WakeScanner_LongRange: { fdname: "Sensor_WakeScanner_LongRange", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -23981,7 +23981,7 @@ module.exports = { }, uuid: "11521a5e-0b00-4efe-9433-b0d4b5168c11" }, - 2: { + "2": { components: { "Hybrid Capacitors": 1, Iron: 1 @@ -23993,7 +23993,7 @@ module.exports = { }, uuid: "16235231-561b-4efb-a9bc-dcacb18b5651" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, Iron: 1, @@ -24006,7 +24006,7 @@ module.exports = { }, uuid: "8dcbfbd5-748e-46ee-b179-4e2d213e518c" }, - 4: { + "4": { components: { "Decoded Emission Data": 1, "Electrochemical Arrays": 1, @@ -24019,7 +24019,7 @@ module.exports = { }, uuid: "44a348b1-979f-498e-bf61-22b38cb6f53b" }, - 5: { + "5": { components: { "Abnormal Compact Emissions Data": 1, Niobium: 1, @@ -24040,7 +24040,7 @@ module.exports = { Sensor_WakeScanner_WideAngle: { fdname: "Sensor_WakeScanner_WideAngle", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -24051,7 +24051,7 @@ module.exports = { }, uuid: "1b76dc7a-d52c-4cdd-93c6-6857f509519b" }, - 2: { + "2": { components: { Germanium: 1, "Mechanical Scrap": 1 @@ -24063,7 +24063,7 @@ module.exports = { }, uuid: "9e143db0-83e9-49ff-ba53-04927287190b" }, - 3: { + "3": { components: { "Classified Scan Databanks": 1, Germanium: 1, @@ -24076,7 +24076,7 @@ module.exports = { }, uuid: "d2b0776c-9e74-4fe9-be1c-e49e104dcad6" }, - 4: { + "4": { components: { "Divergent Scan Data": 1, "Mechanical Equipment": 1, @@ -24089,7 +24089,7 @@ module.exports = { }, uuid: "a00e7425-0828-41ea-9e11-e44bc391dd6f" }, - 5: { + "5": { components: { "Classified Scan Fragment": 1, "Mechanical Components": 1, @@ -24110,7 +24110,7 @@ module.exports = { ShieldBooster_Explosive: { fdname: "ShieldBooster_Explosive", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -24121,7 +24121,7 @@ module.exports = { }, uuid: "b6dd19e6-60e4-4307-a34f-c7e0e6182d44" }, - 2: { + "2": { components: { "Conductive Components": 1, Iron: 1 @@ -24133,7 +24133,7 @@ module.exports = { }, uuid: "3dd5f8fb-8399-4c4c-96d7-87c3840cfdeb" }, - 3: { + "3": { components: { "Conductive Components": 1, "Focus Crystals": 1, @@ -24146,7 +24146,7 @@ module.exports = { }, uuid: "640409d8-6cb5-4624-b2b6-f435c9d8453b" }, - 4: { + "4": { components: { Germanium: 1, "Refined Focus Crystals": 1, @@ -24159,7 +24159,7 @@ module.exports = { }, uuid: "8a311709-54f6-4a5f-a1cc-94c109d947df" }, - 5: { + "5": { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24180,7 +24180,7 @@ module.exports = { ShieldBooster_HeavyDuty: { fdname: "ShieldBooster_HeavyDuty", grades: { - 1: { + "1": { components: { "Grid Resistors": 1 }, @@ -24192,7 +24192,7 @@ module.exports = { }, uuid: "350e7873-893a-49d2-9057-c00e060178eb" }, - 2: { + "2": { components: { "Distorted Shield Cycle Recordings": 1, "Hybrid Capacitors": 1 @@ -24205,7 +24205,7 @@ module.exports = { }, uuid: "636ccc8d-cc59-4366-9934-8b235becc2d7" }, - 3: { + "3": { components: { "Distorted Shield Cycle Recordings": 1, "Hybrid Capacitors": 1, @@ -24219,7 +24219,7 @@ module.exports = { }, uuid: "82a66c08-1205-4c1a-ab02-1889e8ebcdd8" }, - 4: { + "4": { components: { "Electrochemical Arrays": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24233,7 +24233,7 @@ module.exports = { }, uuid: "c635934c-8d9d-4d1c-89e4-3a000a972bf2" }, - 5: { + "5": { components: { Antimony: 1, "Polymer Capacitors": 1, @@ -24255,7 +24255,7 @@ module.exports = { ShieldBooster_Kinetic: { fdname: "ShieldBooster_Kinetic", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -24266,7 +24266,7 @@ module.exports = { }, uuid: "8252b4bb-3195-4f46-88e8-b79ed5b5ad43" }, - 2: { + "2": { components: { Germanium: 1, "Grid Resistors": 1 @@ -24278,7 +24278,7 @@ module.exports = { }, uuid: "5f099a0e-0c37-447b-b552-f2e3d8dc1d19" }, - 3: { + "3": { components: { "Focus Crystals": 1, "Hybrid Capacitors": 1, @@ -24291,7 +24291,7 @@ module.exports = { }, uuid: "ab7f39b5-0b0e-45b2-a016-0916026e9633" }, - 4: { + "4": { components: { "Galvanising Alloys": 1, "Refined Focus Crystals": 1, @@ -24304,7 +24304,7 @@ module.exports = { }, uuid: "59ddbb49-f4fc-466d-84b6-06f0529915a9" }, - 5: { + "5": { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24325,7 +24325,7 @@ module.exports = { ShieldBooster_Resistive: { fdname: "ShieldBooster_Resistive", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -24338,7 +24338,7 @@ module.exports = { }, uuid: "54f9f0c6-b4e9-4861-86ab-730d800bea54" }, - 2: { + "2": { components: { "Conductive Components": 1, Phosphorus: 1 @@ -24352,7 +24352,7 @@ module.exports = { }, uuid: "f082652b-7778-4bce-a1f1-f2491b27eb1a" }, - 3: { + "3": { components: { "Conductive Components": 1, "Focus Crystals": 1, @@ -24367,7 +24367,7 @@ module.exports = { }, uuid: "cfb01505-ea2b-4a33-aa6b-cbabeb60db7c" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -24382,7 +24382,7 @@ module.exports = { }, uuid: "1d11b8c8-9c16-4bdb-ba33-e52e79fa5999" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Imperial Shielding": 1, @@ -24405,7 +24405,7 @@ module.exports = { ShieldBooster_Thermic: { fdname: "ShieldBooster_Thermic", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -24416,7 +24416,7 @@ module.exports = { }, uuid: "9316e798-33cd-4ed2-8289-94eb82e41574" }, - 2: { + "2": { components: { Germanium: 1, "Heat Conduction Wiring": 1 @@ -24428,7 +24428,7 @@ module.exports = { }, uuid: "62eaf453-a4dd-42e6-b404-dfb7569afec6" }, - 3: { + "3": { components: { "Focus Crystals": 1, "Heat Conduction Wiring": 1, @@ -24441,7 +24441,7 @@ module.exports = { }, uuid: "90cddf76-5636-46ae-8c41-b28c6831549b" }, - 4: { + "4": { components: { "Heat Dispersion Plate": 1, "Refined Focus Crystals": 1, @@ -24454,7 +24454,7 @@ module.exports = { }, uuid: "3a922d38-e010-4874-97c9-7459dda8c184" }, - 5: { + "5": { components: { "Aberrant Shield Pattern Analysis": 1, "Exquisite Focus Crystals": 1, @@ -24475,7 +24475,7 @@ module.exports = { ShieldCellBank_Rapid: { fdname: "ShieldCellBank_Rapid", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -24487,7 +24487,7 @@ module.exports = { }, uuid: "8f315143-e256-41c2-8833-f35d12e47dce" }, - 2: { + "2": { components: { Chromium: 1, "Grid Resistors": 1 @@ -24500,7 +24500,7 @@ module.exports = { }, uuid: "f983d8e1-9a38-425c-a5bb-3881c5e0f14d" }, - 3: { + "3": { components: { "Hybrid Capacitors": 1, "Precipitated Alloys": 1, @@ -24522,7 +24522,7 @@ module.exports = { ShieldCellBank_Specialised: { fdname: "ShieldCellBank_Specialised", grades: { - 1: { + "1": { components: { "Specialised Legacy Firmware": 1 }, @@ -24535,7 +24535,7 @@ module.exports = { }, uuid: "3aa962e3-48f8-4305-829a-717dbead2830" }, - 2: { + "2": { components: { "Conductive Components": 1, "Specialised Legacy Firmware": 1 @@ -24549,7 +24549,7 @@ module.exports = { }, uuid: "53d40533-967f-4792-b938-421f7a938540" }, - 3: { + "3": { components: { "Conductive Components": 1, "Cracked Industrial Firmware": 1, @@ -24572,7 +24572,7 @@ module.exports = { ShieldGenerator_Kinetic: { fdname: "ShieldGenerator_Kinetic", grades: { - 1: { + "1": { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24583,7 +24583,7 @@ module.exports = { }, uuid: "df87f0c1-bd60-4e18-8a03-76063d635235" }, - 2: { + "2": { components: { "Distorted Shield Cycle Recordings": 1, "Modified Consumer Firmware": 1 @@ -24595,7 +24595,7 @@ module.exports = { }, uuid: "b67f86a0-866c-4233-9cd3-f5ea87a572eb" }, - 3: { + "3": { components: { "Distorted Shield Cycle Recordings": 1, "Modified Consumer Firmware": 1, @@ -24608,7 +24608,7 @@ module.exports = { }, uuid: "93979fd6-d135-4221-9a60-c9354e02619f" }, - 4: { + "4": { components: { "Focus Crystals": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24621,7 +24621,7 @@ module.exports = { }, uuid: "0e14c801-fd35-4bca-b97b-24da20d8c716" }, - 5: { + "5": { components: { "Refined Focus Crystals": 1, Ruthenium: 1, @@ -24642,7 +24642,7 @@ module.exports = { ShieldGenerator_Optimised: { fdname: "ShieldGenerator_Optimised", grades: { - 1: { + "1": { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24655,7 +24655,7 @@ module.exports = { }, uuid: "598e0c47-ecd2-4cfa-93d1-08bbda4cd765" }, - 2: { + "2": { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1 @@ -24669,7 +24669,7 @@ module.exports = { }, uuid: "605d6333-c544-425e-96c6-a76b6b839e2c" }, - 3: { + "3": { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1, @@ -24684,7 +24684,7 @@ module.exports = { }, uuid: "db5f0467-5bdc-433e-986d-031bbd48067b" }, - 4: { + "4": { components: { "Inconsistent Shield Soak Analysis": 1, Niobium: 1, @@ -24699,7 +24699,7 @@ module.exports = { }, uuid: "88987ab7-b759-4cda-acbb-726bd0ad17c7" }, - 5: { + "5": { components: { "Military Grade Alloys": 1, Tin: 1, @@ -24722,7 +24722,7 @@ module.exports = { ShieldGenerator_Reinforced: { fdname: "ShieldGenerator_Reinforced", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -24736,7 +24736,7 @@ module.exports = { }, uuid: "47ad77c0-e49b-44e5-9824-4074b63db369" }, - 2: { + "2": { components: { "Conductive Components": 1, Phosphorus: 1 @@ -24751,7 +24751,7 @@ module.exports = { }, uuid: "823f8f82-745d-4051-8f35-4e38a561932e" }, - 3: { + "3": { components: { "Conductive Components": 1, "Mechanical Components": 1, @@ -24767,7 +24767,7 @@ module.exports = { }, uuid: "a1a29713-f2e5-4e15-a913-e01dc065f99f" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, "Configurable Components": 1, @@ -24783,7 +24783,7 @@ module.exports = { }, uuid: "87ac1315-7904-48f6-a5fe-f044be546490" }, - 5: { + "5": { components: { Arsenic: 1, "Conductive Polymers": 1, @@ -24807,7 +24807,7 @@ module.exports = { ShieldGenerator_Thermic: { fdname: "ShieldGenerator_Thermic", grades: { - 1: { + "1": { components: { "Distorted Shield Cycle Recordings": 1 }, @@ -24818,7 +24818,7 @@ module.exports = { }, uuid: "ef5a3026-0777-4715-a1f4-5c65eff85b12" }, - 2: { + "2": { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1 @@ -24830,7 +24830,7 @@ module.exports = { }, uuid: "54e6e07a-3281-41aa-afa0-bbf292131c0f" }, - 3: { + "3": { components: { "Distorted Shield Cycle Recordings": 1, Germanium: 1, @@ -24843,7 +24843,7 @@ module.exports = { }, uuid: "307935bf-60d3-4887-b449-24d712518154" }, - 4: { + "4": { components: { "Focus Crystals": 1, "Inconsistent Shield Soak Analysis": 1, @@ -24856,7 +24856,7 @@ module.exports = { }, uuid: "ef6a4d70-9996-4db8-ae22-7c61c3dcaf74" }, - 5: { + "5": { components: { "Refined Focus Crystals": 1, Ruthenium: 1, @@ -24877,7 +24877,7 @@ module.exports = { WakeScanner_LightWeight: { fdname: "WakeScanner_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -24887,7 +24887,7 @@ module.exports = { }, uuid: "bb40e7d4-d0f1-46aa-bedd-d946db82012d" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -24898,7 +24898,7 @@ module.exports = { }, uuid: "3d38ce20-64c8-4416-bf8c-a0de02225624" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -24910,7 +24910,7 @@ module.exports = { }, uuid: "86c3114f-e2d5-46a1-963b-a8dcdc4254c3" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -24922,7 +24922,7 @@ module.exports = { }, uuid: "cd80437d-740d-4391-810d-607f7e35202c" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -24942,7 +24942,7 @@ module.exports = { WakeScanner_Reinforced: { fdname: "WakeScanner_Reinforced", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -24952,7 +24952,7 @@ module.exports = { }, uuid: "8a71178f-3d2a-4c53-94dc-606d9d43d43a" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -24963,7 +24963,7 @@ module.exports = { }, uuid: "72595b30-3bbf-47e3-82f7-db29654bef66" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -24975,7 +24975,7 @@ module.exports = { }, uuid: "8cca72b3-f01a-49aa-a979-a72f3412bf6e" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -24987,7 +24987,7 @@ module.exports = { }, uuid: "89f9e00f-e621-4d34-bb15-4732f29a7f15" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -25007,7 +25007,7 @@ module.exports = { WakeScanner_Shielded: { fdname: "WakeScanner_Shielded", grades: { - 1: { + "1": { components: { "Worn Shield Emitters": 1 }, @@ -25017,7 +25017,7 @@ module.exports = { }, uuid: "c500da24-7fe5-48f6-8661-593f4caee91a" }, - 2: { + "2": { components: { Carbon: 1, "Shield Emitters": 1 @@ -25028,7 +25028,7 @@ module.exports = { }, uuid: "eed60442-f13e-4662-8132-e50a23e2534a" }, - 3: { + "3": { components: { Carbon: 1, "High Density Composites": 1, @@ -25040,7 +25040,7 @@ module.exports = { }, uuid: "df8baf0f-01a1-4fea-94e6-e169f71af1c6" }, - 4: { + "4": { components: { "Proprietary Composites": 1, "Shielding Sensors": 1, @@ -25052,7 +25052,7 @@ module.exports = { }, uuid: "107cbead-888f-4b4c-a57e-324ccfe37006" }, - 5: { + "5": { components: { "Compound Shielding": 1, "Core Dynamics Composites": 1, @@ -25072,7 +25072,7 @@ module.exports = { Weapon_DoubleShot: { fdname: "Weapon_DoubleShot", grades: { - 1: { + "1": { components: { Carbon: 1 }, @@ -25084,7 +25084,7 @@ module.exports = { }, uuid: "0dad25c2-bbf3-4020-9af5-25f902ec7732" }, - 2: { + "2": { components: { Carbon: 1, "Mechanical Equipment": 1 @@ -25097,7 +25097,7 @@ module.exports = { }, uuid: "5cdaf06c-5ecd-40f0-bb8b-54ce8847b4e6" }, - 3: { + "3": { components: { Carbon: 1, "Cracked Industrial Firmware": 1, @@ -25111,7 +25111,7 @@ module.exports = { }, uuid: "fca184ef-5346-4f9a-8964-1e158763ab03" }, - 4: { + "4": { components: { "Mechanical Components": 1, "Security Firmware Patch": 1, @@ -25125,7 +25125,7 @@ module.exports = { }, uuid: "93cc424a-f547-409e-8487-2f73c27d4e47" }, - 5: { + "5": { components: { "Configurable Components": 1, "High Density Composites": 1, @@ -25147,7 +25147,7 @@ module.exports = { Weapon_Efficient: { fdname: "Weapon_Efficient", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -25157,7 +25157,7 @@ module.exports = { }, uuid: "3fbcc9dc-169a-4cd3-b945-cedc55882cd3" }, - 2: { + "2": { components: { "Heat Dispersion Plate": 1, Sulphur: 1 @@ -25170,7 +25170,7 @@ module.exports = { }, uuid: "a35a0c80-784d-4125-b858-fdee45750269" }, - 3: { + "3": { components: { Chromium: 1, "Exceptional Scrambled Emission Data": 1, @@ -25184,7 +25184,7 @@ module.exports = { }, uuid: "a429328b-11f4-402d-9909-2c6190505966" }, - 4: { + "4": { components: { "Heat Vanes": 1, "Irregular Emission Data": 1, @@ -25198,7 +25198,7 @@ module.exports = { }, uuid: "8c364495-468c-4ab1-9baf-079917a6cf9a" }, - 5: { + "5": { components: { Cadmium: 1, "Proto Heat Radiators": 1, @@ -25220,7 +25220,7 @@ module.exports = { Weapon_Focused: { fdname: "Weapon_Focused", grades: { - 1: { + "1": { components: { Iron: 1 }, @@ -25232,7 +25232,7 @@ module.exports = { }, uuid: "fc3e4f2e-04fb-4509-a31f-1121940e1bc6" }, - 2: { + "2": { components: { "Conductive Components": 1, Iron: 1 @@ -25245,7 +25245,7 @@ module.exports = { }, uuid: "437e00b1-a6fd-4d84-9242-075c3ce8adcb" }, - 3: { + "3": { components: { Chromium: 1, "Conductive Ceramics": 1, @@ -25259,7 +25259,7 @@ module.exports = { }, uuid: "bfbadc34-e11a-4cc4-80cc-83dde5731e6f" }, - 4: { + "4": { components: { "Focus Crystals": 1, Germanium: 1, @@ -25273,7 +25273,7 @@ module.exports = { }, uuid: "7c41f9fc-90ec-435e-9d92-6024c32ac40d" }, - 5: { + "5": { components: { "Military Supercapacitors": 1, Niobium: 1, @@ -25295,7 +25295,7 @@ module.exports = { Weapon_HighCapacity: { fdname: "Weapon_HighCapacity", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -25308,7 +25308,7 @@ module.exports = { }, uuid: "f622da45-ef05-4a9f-bdcb-879b5933b869" }, - 2: { + "2": { components: { "Mechanical Scrap": 1, Vanadium: 1 @@ -25322,7 +25322,7 @@ module.exports = { }, uuid: "c2cf2614-1a13-4b8d-81eb-d4eaf76257d0" }, - 3: { + "3": { components: { "Mechanical Scrap": 1, Niobium: 1, @@ -25337,7 +25337,7 @@ module.exports = { }, uuid: "e37a6dba-669e-4ce6-bb3d-e831bdd656c0" }, - 4: { + "4": { components: { "High Density Composites": 1, "Mechanical Equipment": 1, @@ -25352,7 +25352,7 @@ module.exports = { }, uuid: "8800433a-2061-4776-9821-5dc04772b963" }, - 5: { + "5": { components: { "Mechanical Components": 1, "Military Supercapacitors": 1, @@ -25375,7 +25375,7 @@ module.exports = { Weapon_LightWeight: { fdname: "Weapon_LightWeight", grades: { - 1: { + "1": { components: { Phosphorus: 1 }, @@ -25385,7 +25385,7 @@ module.exports = { }, uuid: "d5a539c5-120a-450f-bb68-e10abbeca8a9" }, - 2: { + "2": { components: { Manganese: 1, "Salvaged Alloys": 1 @@ -25398,7 +25398,7 @@ module.exports = { }, uuid: "b6a80556-c22a-466e-931c-239c208c9890" }, - 3: { + "3": { components: { "Conductive Ceramics": 1, Manganese: 1, @@ -25412,7 +25412,7 @@ module.exports = { }, uuid: "cbec8003-80e4-455a-84fe-257d2018386e" }, - 4: { + "4": { components: { "Conductive Components": 1, "Phase Alloys": 1, @@ -25426,7 +25426,7 @@ module.exports = { }, uuid: "3a57effa-ccac-448d-8d1c-3e0966042e24" }, - 5: { + "5": { components: { "Conductive Ceramics": 1, "Proto Light Alloys": 1, @@ -25448,7 +25448,7 @@ module.exports = { Weapon_LongRange: { fdname: "Weapon_LongRange", grades: { - 1: { + "1": { components: { Sulphur: 1 }, @@ -25461,7 +25461,7 @@ module.exports = { }, uuid: "356d1457-e52f-4302-8af5-745e103b85e8" }, - 2: { + "2": { components: { "Modified Consumer Firmware": 1, Sulphur: 1 @@ -25475,7 +25475,7 @@ module.exports = { }, uuid: "965e7108-73d5-4f26-95ab-2d261716a80c" }, - 3: { + "3": { components: { "Focus Crystals": 1, "Modified Consumer Firmware": 1, @@ -25490,7 +25490,7 @@ module.exports = { }, uuid: "9d56f79f-9077-4391-8719-67e96c9613dd" }, - 4: { + "4": { components: { "Conductive Polymers": 1, "Focus Crystals": 1, @@ -25505,7 +25505,7 @@ module.exports = { }, uuid: "fbd49a72-d117-4e01-8485-d69b2267c803" }, - 5: { + "5": { components: { "Biotech Conductors": 1, "Cracked Industrial Firmware": 1, @@ -25528,7 +25528,7 @@ module.exports = { Weapon_Overcharged: { fdname: "Weapon_Overcharged", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -25540,7 +25540,7 @@ module.exports = { }, uuid: "e917ebe3-d5f1-4016-b8a9-2c759e16a7d4" }, - 2: { + "2": { components: { "Conductive Components": 1, Nickel: 1 @@ -25553,7 +25553,7 @@ module.exports = { }, uuid: "f5921fc1-fb10-4d2f-8e0a-cd8d8e9e3a84" }, - 3: { + "3": { components: { "Conductive Components": 1, "Electrochemical Arrays": 1, @@ -25567,7 +25567,7 @@ module.exports = { }, uuid: "4389883f-c2b3-4487-9b1a-b668a761057a" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, "Polymer Capacitors": 1, @@ -25581,7 +25581,7 @@ module.exports = { }, uuid: "25ec26dd-63b8-4e83-9a6e-86e5b80c4771" }, - 5: { + "5": { components: { "Conductive Polymers": 1, "Modified Embedded Firmware": 1, @@ -25603,7 +25603,7 @@ module.exports = { PA_Overcharged: { fdname: "Weapon_Overcharged", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -25614,7 +25614,7 @@ module.exports = { }, uuid: "e917ebe3-d5f1-4016-b8a9-2c759e16a7d4" }, - 2: { + "2": { components: { "Conductive Components": 1, Nickel: 1 @@ -25626,7 +25626,7 @@ module.exports = { }, uuid: "f5921fc1-fb10-4d2f-8e0a-cd8d8e9e3a84" }, - 3: { + "3": { components: { "Conductive Components": 1, "Electrochemical Arrays": 1, @@ -25639,7 +25639,7 @@ module.exports = { }, uuid: "4389883f-c2b3-4487-9b1a-b668a761057a" }, - 4: { + "4": { components: { "Conductive Ceramics": 1, "Polymer Capacitors": 1, @@ -25652,7 +25652,7 @@ module.exports = { }, uuid: "25ec26dd-63b8-4e83-9a6e-86e5b80c4771" }, - 5: { + "5": { components: { "Conductive Polymers": 1, "Modified Embedded Firmware": 1, @@ -25673,7 +25673,7 @@ module.exports = { Weapon_RapidFire: { fdname: "Weapon_RapidFire", grades: { - 1: { + "1": { components: { "Mechanical Scrap": 1 }, @@ -25685,7 +25685,7 @@ module.exports = { }, uuid: "a7ca2bf6-14be-41ed-8bfb-c7348fda7713" }, - 2: { + "2": { components: { "Heat Dispersion Plate": 1, "Mechanical Scrap": 1 @@ -25699,7 +25699,7 @@ module.exports = { }, uuid: "0008257b-ea33-48ea-a18e-56cc6cf98a77" }, - 3: { + "3": { components: { "Mechanical Equipment": 1, "Precipitated Alloys": 1, @@ -25714,7 +25714,7 @@ module.exports = { }, uuid: "f3338d38-f944-4841-b350-09755e1b615d" }, - 4: { + "4": { components: { "Mechanical Components": 1, "Modified Consumer Firmware": 1, @@ -25729,7 +25729,7 @@ module.exports = { }, uuid: "d2bdb568-725a-44bf-9328-ba72d2988acd" }, - 5: { + "5": { components: { "Configurable Components": 1, "Precipitated Alloys": 1, @@ -25752,7 +25752,7 @@ module.exports = { Weapon_ShortRange: { fdname: "Weapon_ShortRange", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -25762,7 +25762,7 @@ module.exports = { }, uuid: "81dca970-1fbf-4017-af46-0c6285c3a728" }, - 2: { + "2": { components: { "Modified Consumer Firmware": 1, Nickel: 1 @@ -25774,7 +25774,7 @@ module.exports = { }, uuid: "cf07de84-b794-43fd-a8b6-57ee781e9247" }, - 3: { + "3": { components: { "Electrochemical Arrays": 1, "Modified Consumer Firmware": 1, @@ -25787,7 +25787,7 @@ module.exports = { }, uuid: "7cd60cfe-e406-4005-a912-a306a69067e0" }, - 4: { + "4": { components: { "Conductive Polymers": 1, "Electrochemical Arrays": 1, @@ -25800,7 +25800,7 @@ module.exports = { }, uuid: "adae0f67-fd08-47d5-8870-f926cc63353f" }, - 5: { + "5": { components: { "Biotech Conductors": 1, "Configurable Components": 1, @@ -25821,7 +25821,7 @@ module.exports = { Weapon_Sturdy: { fdname: "Weapon_Sturdy", grades: { - 1: { + "1": { components: { Nickel: 1 }, @@ -25833,7 +25833,7 @@ module.exports = { }, uuid: "3ac55eb7-0a45-440b-8c59-6ead43c7ef49" }, - 2: { + "2": { components: { Nickel: 1, "Shield Emitters": 1 @@ -25846,7 +25846,7 @@ module.exports = { }, uuid: "53c131ab-cd66-4919-b49b-c1435362c8ff" }, - 3: { + "3": { components: { Nickel: 1, "Shield Emitters": 1, @@ -25860,7 +25860,7 @@ module.exports = { }, uuid: "2d1873d4-6d38-4d39-b4c5-ea199be2bd6a" }, - 4: { + "4": { components: { Molybdenum: 1, Tungsten: 1, @@ -25874,7 +25874,7 @@ module.exports = { }, uuid: "4ceeab9c-7a85-4553-9fa4-81ebc6e88d4f" }, - 5: { + "5": { components: { "High Density Composites": 1, Molybdenum: 1, @@ -26824,16 +26824,16 @@ module.exports = { blueprints: { AFM_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } @@ -26845,95 +26845,95 @@ module.exports = { blueprints: { Armour_Advanced: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, Armour_Explosive: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, Armour_HeavyDuty: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, Armour_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, Armour_Thermic: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } @@ -26946,114 +26946,114 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } @@ -27066,76 +27066,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } @@ -27148,133 +27148,133 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge" ] }, - 4: { + "4": { engineers: [ "The Sarge" ] }, - 5: { + "5": { engineers: [ "The Sarge" ] } } @@ -27287,57 +27287,57 @@ module.exports = { blueprints: { CollectionLimpet_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, CollectionLimpet_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, CollectionLimpet_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -27349,64 +27349,64 @@ module.exports = { blueprints: { ChaffLauncher_ChaffCapacity: { grades: { - 3: { + "3": { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, ChaffLauncher_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } @@ -27426,114 +27426,114 @@ module.exports = { blueprints: { Sensor_CargoScanner_FastScan: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, Sensor_CargoScanner_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, CargoScanner_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, Sensor_CargoScanner_WideAngle: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } @@ -27549,57 +27549,57 @@ module.exports = { blueprints: { ECM_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, ECM_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, ECM_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } @@ -27611,133 +27611,133 @@ module.exports = { blueprints: { Weapon_DoubleShot: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Zacariah Nemo" ] }, - 5: { + "5": { engineers: [ "Zacariah Nemo" ] } } @@ -27758,32 +27758,32 @@ module.exports = { blueprints: { FSDinterdictor_Expanded: { grades: { - 1: { + "1": { engineers: [ "Colonel Bris Dekker", "Felicity Farseer", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Colonel Bris Dekker" ] } } }, FSDinterdictor_LongRange: { grades: { - 1: { + "1": { engineers: [ "Colonel Bris Dekker", "Felicity Farseer", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Colonel Bris Dekker" ] } } @@ -27795,16 +27795,16 @@ module.exports = { blueprints: { FuelScoop_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } @@ -27816,57 +27816,57 @@ module.exports = { blueprints: { FSD_FastBoot: { grades: { - 1: { + "1": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - 5: { + "5": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } }, FSD_LongRange: { grades: { - 1: { + "1": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - 5: { + "5": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } }, FSD_Shielded: { grades: { - 1: { + "1": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] }, - 5: { + "5": { engineers: [ "Elvira Martuuk", "Felicity Farseer" ] } } @@ -27883,57 +27883,57 @@ module.exports = { blueprints: { FuelTransferLimpet_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, FuelTransferLimpet_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, FuelTransferLimpet_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -27945,57 +27945,57 @@ module.exports = { blueprints: { HatchBreakerLimpet_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, HatchBreakerLimpet_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, HatchBreakerLimpet_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -28007,95 +28007,95 @@ module.exports = { blueprints: { HullReinforcement_Advanced: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Explosive: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, HullReinforcement_HeavyDuty: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } }, HullReinforcement_Thermic: { grades: { - 1: { + "1": { engineers: [ "Liz Ryder", "Selene Jean" ] }, - 2: { + "2": { engineers: [ "Selene Jean" ] }, - 3: { + "3": { engineers: [ "Selene Jean" ] }, - 4: { + "4": { engineers: [ "Selene Jean" ] }, - 5: { + "5": { engineers: [ "Selene Jean" ] } } @@ -28108,64 +28108,64 @@ module.exports = { blueprints: { HeatSinkLauncher_HeatSinkCapacity: { grades: { - 3: { + "3": { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, HeatSinkLauncher_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } @@ -28177,114 +28177,114 @@ module.exports = { blueprints: { Sensor_KillWarrantScanner_FastScan: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, KillWarrantScanner_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, Sensor_KillWarrantScanner_WideAngle: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } @@ -28296,48 +28296,48 @@ module.exports = { blueprints: { LifeSupport_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } }, LifeSupport_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } }, LifeSupport_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } @@ -28349,152 +28349,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Tod McQuinn", "Zacariah Nemo" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } @@ -28515,76 +28515,76 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } @@ -28606,76 +28606,76 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Juri Ishmaak" ] }, - 5: { + "5": { engineers: [ "Juri Ishmaak" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Juri Ishmaak" ] }, - 5: { + "5": { engineers: [ "Juri Ishmaak" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Juri Ishmaak" ] }, - 5: { + "5": { engineers: [ "Juri Ishmaak" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Juri Ishmaak" ] }, - 5: { + "5": { engineers: [ "Juri Ishmaak" ] } } @@ -28728,152 +28728,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_Focused: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, PA_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Zacariah Nemo" ] }, - 3: { + "3": { engineers: [ "Bill Turner" ] }, - 4: { + "4": { engineers: [ "Bill Turner" ] }, - 5: { + "5": { engineers: [ "Bill Turner" ] } } @@ -28890,57 +28890,57 @@ module.exports = { blueprints: { ProspectingLimpet_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, ProspectingLimpet_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } }, ProspectingLimpet_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "The Sarge", "Tiana Fortune" ] } } @@ -28968,114 +28968,114 @@ module.exports = { blueprints: { PowerDistributor_HighFrequency: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } }, PowerDistributor_PriorityEngines: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } }, PowerDistributor_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } }, PowerDistributor_Shielded: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } }, PowerDistributor_PrioritySystems: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } }, PowerDistributor_PriorityWeapons: { grades: { - 1: { + "1": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] }, - 4: { + "4": { engineers: [ "The Dweller" ] }, - 5: { + "5": { engineers: [ "The Dweller" ] } } @@ -29088,152 +29088,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Focused: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } @@ -29246,64 +29246,64 @@ module.exports = { blueprints: { PointDefence_PointDefenseCapacity: { grades: { - 3: { + "3": { engineers: [ "Ram Tah" ] } } }, PointDefence_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, PointDefence_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } }, PointDefence_Shielded: { grades: { - 1: { + "1": { engineers: [ "Ram Tah" ] }, - 2: { + "2": { engineers: [ "Ram Tah" ] }, - 3: { + "3": { engineers: [ "Ram Tah" ] }, - 4: { + "4": { engineers: [ "Ram Tah" ] }, - 5: { + "5": { engineers: [ "Ram Tah" ] } } @@ -29315,57 +29315,57 @@ module.exports = { blueprints: { PowerPlant_Armoured: { grades: { - 1: { + "1": { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 4: { + "4": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 5: { + "5": { engineers: [ "Hera Tani" ] } } }, PowerPlant_Stealth: { grades: { - 1: { + "1": { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 4: { + "4": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 5: { + "5": { engineers: [ "Hera Tani" ] } } }, PowerPlant_Boosted: { grades: { - 1: { + "1": { engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] }, - 2: { + "2": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 3: { + "3": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 4: { + "4": { engineers: [ "Hera Tani", "Marco Qwent" ] }, - 5: { + "5": { engineers: [ "Hera Tani" ] } } @@ -29378,76 +29378,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } @@ -29464,16 +29464,16 @@ module.exports = { blueprints: { Refineries_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson" ] }, - 4: { + "4": { engineers: [ "Lori Jameson" ] } } @@ -29485,95 +29485,95 @@ module.exports = { blueprints: { Weapon_HighCapacity: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 2: { + "2": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 3: { + "3": { engineers: [ "The Sarge", "Tod McQuinn" ] }, - 4: { + "4": { engineers: [ "Tod McQuinn" ] }, - 5: { + "5": { engineers: [ "Tod McQuinn" ] } } @@ -29586,57 +29586,57 @@ module.exports = { blueprints: { Sensor_Sensor_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } }, Sensor_Sensor_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } }, Sensor_Sensor_WideAngle: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] } } @@ -29648,95 +29648,95 @@ module.exports = { blueprints: { ShieldBooster_Explosive: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Didi Vatermann" ] }, - 5: { + "5": { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_HeavyDuty: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Didi Vatermann" ] }, - 5: { + "5": { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Didi Vatermann" ] }, - 5: { + "5": { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Resistive: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Didi Vatermann" ] }, - 5: { + "5": { engineers: [ "Didi Vatermann" ] } } }, ShieldBooster_Thermic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Didi Vatermann" ] }, - 5: { + "5": { engineers: [ "Didi Vatermann" ] } } @@ -29757,26 +29757,26 @@ module.exports = { blueprints: { ShieldCellBank_Rapid: { grades: { - 1: { + "1": { engineers: [ "Elvira Martuuk", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Lori Jameson" ] } } }, ShieldCellBank_Specialised: { grades: { - 1: { + "1": { engineers: [ "Elvira Martuuk", "Lori Jameson" ] }, - 2: { + "2": { engineers: [ "Lori Jameson" ] }, - 3: { + "3": { engineers: [ "Lori Jameson" ] } } @@ -29789,76 +29789,76 @@ module.exports = { blueprints: { ShieldGenerator_Kinetic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Optimised: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } }, ShieldGenerator_Thermic: { grades: { - 1: { + "1": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 2: { + "2": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 3: { + "3": { engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] }, - 4: { + "4": { engineers: [ "Lei Cheung" ] }, - 5: { + "5": { engineers: [ "Lei Cheung" ] } } @@ -29871,57 +29871,57 @@ module.exports = { blueprints: { Sensor_SurfaceScanner_FastScan: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } }, Sensor_SurfaceScanner_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } }, Sensor_SurfaceScanner_WideAngle: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Felicity Farseer", "Juri Ishmaak", "Lei Cheung", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] }, - 5: { + "5": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Cheung", "Lori Jameson" ] } } @@ -29937,57 +29937,57 @@ module.exports = { blueprints: { Engine_Dirty: { grades: { - 1: { + "1": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Professor Palin" ] }, - 5: { + "5": { engineers: [ "Professor Palin" ] } } }, Engine_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Professor Palin" ] }, - 5: { + "5": { engineers: [ "Professor Palin" ] } } }, Engine_Tuned: { grades: { - 1: { + "1": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 2: { + "2": { engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] }, - 3: { + "3": { engineers: [ "Felicty Farseer", "Professor Palin" ] }, - 4: { + "4": { engineers: [ "Professor Palin" ] }, - 5: { + "5": { engineers: [ "Professor Palin" ] } } @@ -30000,38 +30000,38 @@ module.exports = { blueprints: { Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 2: { + "2": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 3: { + "3": { engineers: [ "Juri Ishmaak", "Liz Ryder" ] }, - 4: { + "4": { engineers: [ "Liz Ryder" ] }, - 5: { + "5": { engineers: [ "Liz Ryder" ] } } @@ -30044,152 +30044,152 @@ module.exports = { blueprints: { Weapon_Efficient: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Focused: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_LongRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Overcharged: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_RapidFire: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_ShortRange: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } }, Weapon_Sturdy: { grades: { - 1: { + "1": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 2: { + "2": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 3: { + "3": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 4: { + "4": { engineers: [ "Broo Tarquin", "The Dweller" ] }, - 5: { + "5": { engineers: [ "Broo Tarquin" ] } } @@ -30202,114 +30202,114 @@ module.exports = { blueprints: { Sensor_WakeScanner_FastScan: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_LightWeight: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, Sensor_WakeScanner_LongRange: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_Reinforced: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, WakeScanner_Shielded: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } }, Sensor_WakeScanner_WideAngle: { grades: { - 1: { + "1": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 2: { + "2": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 3: { + "3": { engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] }, - 4: { + "4": { engineers: [ "Tiana Fortune" ] }, - 5: { + "5": { engineers: [ "Tiana Fortune" ] } } diff --git a/dist/index.json b/dist/index.json index 4299f30..e28023a 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4327,7 +4327,7 @@ "bulkheads": [ { "id": "2T", - "edID": 128816569, + "edID": 128839283, "eddbID": 1645, "grp": "bh", "cost": 0, @@ -4340,7 +4340,7 @@ }, { "id": "2U", - "edID": 128816570, + "edID": 128839284, "eddbID": 1646, "grp": "bh", "cost": 22791270, @@ -4353,7 +4353,7 @@ }, { "id": "2V", - "edID": 128816571, + "edID": 128839285, "eddbID": 1647, "grp": "bh", "cost": 51280360, @@ -4366,7 +4366,7 @@ }, { "id": "2W", - "edID": 128816572, + "edID": 128839286, "eddbID": 1648, "grp": "bh", "cost": 121192590, @@ -4379,7 +4379,7 @@ }, { "id": "2X", - "edID": 128816573, + "edID": 128839287, "eddbID": 1649, "grp": "bh", "cost": 134297570, @@ -4633,7 +4633,7 @@ "bulkheads": [ { "id": "2T", - "edID": 128049376, + "edID": 128915981, "eddbID": 813, "grp": "bh", "cost": 0, @@ -4646,7 +4646,7 @@ }, { "id": "2U", - "edID": 128049377, + "edID": 128915982, "eddbID": 814, "grp": "bh", "cost": 20626820, @@ -4659,7 +4659,7 @@ }, { "id": "2V", - "edID": 128049378, + "edID": 128915983, "eddbID": 815, "grp": "bh", "cost": 46410340, @@ -4672,7 +4672,7 @@ }, { "id": "2W", - "edID": 128049379, + "edID": 128915984, "eddbID": 816, "grp": "bh", "cost": 109683090, @@ -4685,7 +4685,7 @@ }, { "id": "2X", - "edID": 128049380, + "edID": 128915985, "eddbID": 817, "grp": "bh", "cost": 121543510, diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index 81de54b..d5c7b4a 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -25,7 +25,7 @@ "bulkheads": [ { "id": "2T", - "edID": 128816569, + "edID": 128839283, "eddbID": 1645, "grp": "bh", "cost": 0, @@ -38,7 +38,7 @@ }, { "id": "2U", - "edID": 128816570, + "edID": 128839284, "eddbID": 1646, "grp": "bh", "cost": 22791270, @@ -51,7 +51,7 @@ }, { "id": "2V", - "edID": 128816571, + "edID": 128839285, "eddbID": 1647, "grp": "bh", "cost": 51280360, @@ -64,7 +64,7 @@ }, { "id": "2W", - "edID": 128816572, + "edID": 128839286, "eddbID": 1648, "grp": "bh", "cost": 121192590, @@ -77,7 +77,7 @@ }, { "id": "2X", - "edID": 128816573, + "edID": 128839287, "eddbID": 1649, "grp": "bh", "cost": 134297570, diff --git a/ships/mamba.json b/ships/mamba.json index 4e4743c..b750ad1 100644 --- a/ships/mamba.json +++ b/ships/mamba.json @@ -25,7 +25,7 @@ "bulkheads": [ { "id": "2T", - "edID": 128049376, + "edID": 128915981, "eddbID": 813, "grp": "bh", "cost": 0, @@ -38,7 +38,7 @@ }, { "id": "2U", - "edID": 128049377, + "edID": 128915982, "eddbID": 814, "grp": "bh", "cost": 20626820, @@ -51,7 +51,7 @@ }, { "id": "2V", - "edID": 128049378, + "edID": 128915983, "eddbID": 815, "grp": "bh", "cost": 46410340, @@ -64,7 +64,7 @@ }, { "id": "2W", - "edID": 128049379, + "edID": 128915984, "eddbID": 816, "grp": "bh", "cost": 109683090, @@ -77,7 +77,7 @@ }, { "id": "2X", - "edID": 128049380, + "edID": 128915985, "eddbID": 817, "grp": "bh", "cost": 121543510, From 95cb3af4d981eef30c90a2aa8a698891495e6d61 Mon Sep 17 00:00:00 2001 From: felixlinker Date: Fri, 16 Nov 2018 22:30:42 +0000 Subject: [PATCH 25/31] AX missiles and multicannons now also deal explosive/kinetic damage --- modules/hardpoints/ax_missile_rack.json | 14 +++++++++----- modules/hardpoints/ax_multi_cannon.json | 14 +++++++++----- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/modules/hardpoints/ax_missile_rack.json b/modules/hardpoints/ax_missile_rack.json index 04d0703..3e7b78f 100644 --- a/modules/hardpoints/ax_missile_rack.json +++ b/modules/hardpoints/ax_missile_rack.json @@ -10,7 +10,8 @@ "cost": 540900, "damage": 64, "damagedist": { - "X": 1 + "X": 1, + "E": 1 }, "distdraw": 0.14, "edID": 128788699, @@ -41,7 +42,8 @@ "cost": 2022700, "damage": 50, "damagedist": { - "X": 1 + "X": 1, + "E": 1 }, "distdraw": 0.08, "edID": 128788704, @@ -72,7 +74,8 @@ "cost": 1352250, "damage": 64, "damagedist": { - "X": 1 + "X": 1, + "E": 1 }, "distdraw": 0.24, "edID": 128788700, @@ -103,7 +106,8 @@ "cost": 4056750, "damage": 64, "damagedist": { - "X": 1 + "X": 1, + "E": 1 }, "distdraw": 0.14, "edID": 128788705, @@ -125,4 +129,4 @@ "symbol": "Hpt_ATDumbfireMissile_Turret_Large" } ] -} \ No newline at end of file +} diff --git a/modules/hardpoints/ax_multi_cannon.json b/modules/hardpoints/ax_multi_cannon.json index a017977..7118309 100644 --- a/modules/hardpoints/ax_multi_cannon.json +++ b/modules/hardpoints/ax_multi_cannon.json @@ -10,7 +10,8 @@ "cost": 379000, "damage": 3.3, "damagedist": { - "X": 1 + "X": 1, + "K": 1 }, "distdraw": 0.11, "edID": 128788701, @@ -41,7 +42,8 @@ "cost": 1826500, "damage": 1.7, "damagedist": { - "X": 1 + "X": 1, + "K": 1 }, "distdraw": 0.06, "edID": 128793059, @@ -72,7 +74,8 @@ "cost": 1181500, "damage": 6.1, "damagedist": { - "X": 1 + "X": 1, + "K": 1 }, "distdraw": 0.18, "edID": 128788702, @@ -103,7 +106,8 @@ "cost": 3821600, "damage": 3.3, "damagedist": { - "X": 1 + "X": 1, + "K": 1 }, "distdraw": 0.06, "edID": 128793060, @@ -125,4 +129,4 @@ "symbol": "Hpt_ATMultiCannon_Turret_Large" } ] -} \ No newline at end of file +} From 3ca2b9cf41ea919a9a5117b21259d07597e1fb9c Mon Sep 17 00:00:00 2001 From: felixlinker Date: Sat, 17 Nov 2018 19:03:06 +0000 Subject: [PATCH 26/31] Fix cyto-scrambler --- modules/hardpoints/burst_laser.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/hardpoints/burst_laser.json b/modules/hardpoints/burst_laser.json index 2dc5514..133f2f4 100644 --- a/modules/hardpoints/burst_laser.json +++ b/modules/hardpoints/burst_laser.json @@ -106,14 +106,14 @@ "grp": "ul", "id": "cy", "integrity": 40, - "jitter": 3.5, + "jitter": 1.7, "mass": 2, "mount": "F", "name": "Cytoscrambler", "piercing": 1, "power": 0.8, "pp": "Archon Delaine", - "range": 3000, + "range": 1000, "rating": "F", "rof": 7.6, "thermload": 0.3, @@ -352,4 +352,4 @@ "symbol": "Hpt_PulseLaserBurst_Gimbal_Huge" } ] -} \ No newline at end of file +} From a8b151fe1066a7328c67994abc3318a8e569ff14 Mon Sep 17 00:00:00 2001 From: felixlinker Date: Sun, 18 Nov 2018 21:04:57 +0000 Subject: [PATCH 27/31] Remove discovery scanner from default loadouts --- ships/adder.json | 2 +- ships/alliance_challenger.json | 2 +- ships/alliance_chieftain.json | 2 +- ships/alliance_crusader.json | 2 +- ships/anaconda.json | 2 +- ships/asp.json | 2 +- ships/beluga.json | 2 +- ships/cobra_mk_iii.json | 2 +- ships/cobra_mk_iv.json | 2 +- ships/diamondback_explorer.json | 2 +- ships/diamondback_scout.json | 2 +- ships/dolphin.json | 2 +- ships/eagle.json | 4 ++-- ships/federal_corvette.json | 2 +- ships/federal_dropship.json | 2 +- ships/federal_gunship.json | 2 +- ships/fer_de_lance.json | 2 +- ships/hauler.json | 2 +- ships/imperial_clipper.json | 2 +- ships/imperial_courier.json | 2 +- ships/imperial_cutter.json | 2 +- ships/imperial_eagle.json | 4 ++-- ships/keelback.json | 2 +- ships/krait_mkii.json | 2 +- ships/krait_phantom.json | 2 +- ships/orca.json | 2 +- ships/python.json | 2 +- ships/sidewinder.json | 2 +- ships/type_10_defender.json | 2 +- ships/type_6_transporter.json | 2 +- ships/type_7_transport.json | 2 +- ships/type_9_heavy.json | 2 +- ships/viper.json | 2 +- ships/viper_mk_iv.json | 2 +- ships/vulture.json | 4 ++-- 35 files changed, 38 insertions(+), 38 deletions(-) diff --git a/ships/adder.json b/ships/adder.json index a0dba3c..756b5ba 100755 --- a/ships/adder.json +++ b/ships/adder.json @@ -37,7 +37,7 @@ "defaults": { "standard": ["3E", "3E", "3E", "1E", "2E", "3E", "3C"], "hardpoints": [0, 17, 17, 0, 0], - "internal": ["01", "44", "00", 0, "2h"] + "internal": ["01", "44", "00", 0, ""] } } } diff --git a/ships/alliance_challenger.json b/ships/alliance_challenger.json index 87892e6..d6d081b 100644 --- a/ships/alliance_challenger.json +++ b/ships/alliance_challenger.json @@ -44,7 +44,7 @@ "defaults": { "standard": ["6E", "6E", "5E", "5E", "6E", "4E", "4C"], "hardpoints": [17, 0, 17, 0, 0, 0, 0, 0, 0, 0], - "internal": ["04", "4h", "01", "01", "2h", "", "", "", ""] + "internal": ["04", "4h", "01", "01", "", "", "", "", ""] } } } diff --git a/ships/alliance_chieftain.json b/ships/alliance_chieftain.json index fc0a6f1..73e5d5a 100644 --- a/ships/alliance_chieftain.json +++ b/ships/alliance_chieftain.json @@ -44,7 +44,7 @@ "defaults": { "standard": ["6E", "6E", "5E", "5E", "6E", "4E", "4C"], "hardpoints": [17, 0, 17, 0, 0, 0, 0, 0, 0, 0], - "internal": ["04", "4e", "02", "", "2h", "", "", ""] + "internal": ["04", "4e", "02", "", "", "", "", ""] } } } diff --git a/ships/alliance_crusader.json b/ships/alliance_crusader.json index bb057a4..6a7deca 100644 --- a/ships/alliance_crusader.json +++ b/ships/alliance_crusader.json @@ -45,7 +45,7 @@ "defaults": { "standard": ["6E", "6E", "5E", "5E", "6E", "4E", "4C"], "hardpoints": [17, 0, 17, 0, 0, 0, 0, 0, 0, 0], - "internal": ["04", "4e", "02", "", "2h", "", "", ""] + "internal": ["04", "4e", "02", "", "", "", "", ""] } } } diff --git a/ships/anaconda.json b/ships/anaconda.json index 2148aaf..81fa1ab 100755 --- a/ships/anaconda.json +++ b/ships/anaconda.json @@ -42,7 +42,7 @@ "defaults": { "standard": ["8E", "7E", "6E", "5E", "8E", "8E", "5C"], "hardpoints": [0, 0, 0, 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": ["05", "04", "4j", 0, "03", 0, 0, 0, 0, 0, "2h", "00"] + "internal": ["05", "04", "4j", 0, "03", 0, 0, 0, 0, 0, "", "00"] } } } diff --git a/ships/asp.json b/ships/asp.json index 9f7c512..4c70808 100755 --- a/ships/asp.json +++ b/ships/asp.json @@ -37,7 +37,7 @@ "defaults": { "standard": ["5E", "5E", "5E", "4E", "4E", "5E", "5C"], "hardpoints": [0, 0, 17, 17, 0, 0, 0, 0, 0, 0], - "internal": ["04", "4e", "01", 0, 0, "00", "2h"] + "internal": ["04", "4e", "01", 0, 0, "00", ""] } } } diff --git a/ships/beluga.json b/ships/beluga.json index 3c681f0..ce85862 100755 --- a/ships/beluga.json +++ b/ships/beluga.json @@ -47,7 +47,7 @@ "defaults": { "standard": ["6E", "7E", "7E", "8E", "6E", "5E", "7C"], "hardpoints": [17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": ["4j", "04", "mi", "mi", "mg", "mg", "02", "01", 0, 0, "2h"] + "internal": ["4j", "04", "mi", "mi", "mg", "mg", "02", "01", 0, 0, ""] } } } diff --git a/ships/cobra_mk_iii.json b/ships/cobra_mk_iii.json index f1fb87e..4b5aa67 100755 --- a/ships/cobra_mk_iii.json +++ b/ships/cobra_mk_iii.json @@ -37,7 +37,7 @@ "defaults": { "standard": ["4E", "4E", "4E", "3E", "3E", "3E", "4C"], "hardpoints": [17, 17, 0, 0, 0, 0], - "internal": ["02", "02", "49", "00", 0, "2h"] + "internal": ["02", "02", "49", "00", 0, ""] } } } diff --git a/ships/cobra_mk_iv.json b/ships/cobra_mk_iv.json index f10d130..7ac2394 100644 --- a/ships/cobra_mk_iv.json +++ b/ships/cobra_mk_iv.json @@ -40,7 +40,7 @@ "defaults": { "standard": ["4E", "4E", "4E", "3E", "3E", "3E", "4C"], "hardpoints": [17, 17, 0, 0, 0, 0, 0 ], - "internal": ["02", "02", "49", 0, 0, 0, "00", "2h"] + "internal": ["02", "02", "49", 0, 0, 0, "00", ""] } } } diff --git a/ships/diamondback_explorer.json b/ships/diamondback_explorer.json index d3da418..b69efe2 100644 --- a/ships/diamondback_explorer.json +++ b/ships/diamondback_explorer.json @@ -37,7 +37,7 @@ "defaults": { "standard": ["4E", "4E", "5E", "3E", "4E", "3E", "5C"], "hardpoints": [0, 17, 17, 0, 0, 0, 0], - "internal": ["49", "02", "01", 0, "2h", 0] + "internal": ["49", "02", "01", 0, "", 0] } } } diff --git a/ships/diamondback_scout.json b/ships/diamondback_scout.json index 9084847..76a4295 100644 --- a/ships/diamondback_scout.json +++ b/ships/diamondback_scout.json @@ -37,7 +37,7 @@ "defaults": { "standard": ["4E", "4E", "4E", "2E", "3E", "2E", "4C"], "hardpoints": [17, 17, 0, 0, 0, 0, 0, 0], - "internal": ["44", 0, 0, "2h"] + "internal": ["44", 0, 0, ""] } } } diff --git a/ships/dolphin.json b/ships/dolphin.json index 75d47c0..005533d 100755 --- a/ships/dolphin.json +++ b/ships/dolphin.json @@ -43,7 +43,7 @@ "defaults": { "standard": ["4E", "5E", "4E", "4E", "3E", "3E", "4C"], "hardpoints": [17, 17, 0, 0, 0], - "internal": ["md", "02", "49", "01", "00", 0, "2h"] + "internal": ["md", "02", "49", "01", "00", 0, ""] } } } diff --git a/ships/eagle.json b/ships/eagle.json index 309c3cc..e59f856 100755 --- a/ships/eagle.json +++ b/ships/eagle.json @@ -33,7 +33,7 @@ "standard": [2, 3, 3, 1, 2, 2, 2], "hardpoints": [1, 1, 1, 0], "internal": [ - 3, 2, + 3, 2, { "class": 2, "name": "Military", "eligible": { "mahr":1, "hr": 1, "scb": 1, "mrp": 1, "gsrp": 1, "gmrp": 1, "ghrp": 1 } }, 1, 1 ] @@ -41,7 +41,7 @@ "defaults": { "standard": ["2E", "3E", "3E", "1E", "2E", "2E", "2C"], "hardpoints": [17, 17, 0, 0], - "internal": ["44", "00", 0, "2h", 0] + "internal": ["44", "00", 0, "", 0] } } } diff --git a/ships/federal_corvette.json b/ships/federal_corvette.json index c841f4a..d90acd2 100644 --- a/ships/federal_corvette.json +++ b/ships/federal_corvette.json @@ -46,7 +46,7 @@ "defaults": { "standard": ["8E", "7E" ,"6E", "5E", "8E", "8E", "5C"], "hardpoints": [0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": ["4o", "05", 0, 0, 0, 0, 0, 0, 0, "02", "01", "2h"] + "internal": ["4o", "05", 0, 0, 0, 0, 0, 0, 0, "02", "01", ""] } } } diff --git a/ships/federal_dropship.json b/ships/federal_dropship.json index f54dfe2..8702eaa 100755 --- a/ships/federal_dropship.json +++ b/ships/federal_dropship.json @@ -45,7 +45,7 @@ "defaults": { "standard": ["6E", "6E", "5E", "5E", "6E", "4E", "4C"], "hardpoints": [0, 17, 17, 0, 0, 0, 0, 0, 0], - "internal": ["04", "03", "4e", "02", 0, 0, 0, 0, "2h"] + "internal": ["04", "03", "4e", "02", 0, 0, 0, 0, ""] } } } diff --git a/ships/federal_gunship.json b/ships/federal_gunship.json index ee020cd..0e7941f 100644 --- a/ships/federal_gunship.json +++ b/ships/federal_gunship.json @@ -47,7 +47,7 @@ "defaults": { "standard": ["6E", "6E", "5E", "5E", "7E", "5E", "4C"], "hardpoints": [0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": [0, "4j", "03", 0, 0, 0, 0, "2h"] + "internal": [0, "4j", "03", 0, 0, 0, 0, ""] } } } diff --git a/ships/fer_de_lance.json b/ships/fer_de_lance.json index 048d24b..6728b00 100755 --- a/ships/fer_de_lance.json +++ b/ships/fer_de_lance.json @@ -37,7 +37,7 @@ "defaults": { "standard": ["5E", "5E", "4E", "4E", "6E", "4E", "3C"], "hardpoints": [0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": ["03", "49", "02", 0, "2h"] + "internal": ["03", "49", "02", 0, ""] } } } diff --git a/ships/hauler.json b/ships/hauler.json index a1c7d56..7ce906e 100755 --- a/ships/hauler.json +++ b/ships/hauler.json @@ -37,7 +37,7 @@ "defaults": { "standard": ["2E", "2E", "2E", "1E", "1E", "1E", "2C"], "hardpoints": [17, 0, 0], - "internal": ["01", "01", "3v", "2h"] + "internal": ["01", "01", "3v", ""] } } } diff --git a/ships/imperial_clipper.json b/ships/imperial_clipper.json index 3e6c9ef..7cc5258 100755 --- a/ships/imperial_clipper.json +++ b/ships/imperial_clipper.json @@ -40,7 +40,7 @@ "defaults": { "standard": ["6E", "6E", "5E", "5E", "6E", "5E", "4C"], "hardpoints": [0, 0, 17, 17, 0, 0, 0, 0], - "internal": ["05", "4j", "02", 0, 0, 0, "00", "2h"] + "internal": ["05", "4j", "02", 0, 0, 0, "00", ""] } } } diff --git a/ships/imperial_courier.json b/ships/imperial_courier.json index d5b24fd..b39c1c4 100644 --- a/ships/imperial_courier.json +++ b/ships/imperial_courier.json @@ -40,7 +40,7 @@ "defaults": { "standard": ["4E", "3E", "3E", "1E", "3E", "2E", "3C"], "hardpoints": [17, 17, 0, 0, 0, 0, 0], - "internal": ["01", "01", "3v", "00", "00", "2h"] + "internal": ["01", "01", "3v", "00", "00", ""] } } } diff --git a/ships/imperial_cutter.json b/ships/imperial_cutter.json index 065165d..98f1825 100644 --- a/ships/imperial_cutter.json +++ b/ships/imperial_cutter.json @@ -46,7 +46,7 @@ "defaults": { "standard": ["8E", "8E", "7E", "7E", "7E", "7E", "6C"], "hardpoints": [0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": ["4t", "06", "04", 0, 0, 0, 0, 0, 0, "01", "2h"] + "internal": ["4t", "06", "04", 0, 0, 0, 0, 0, 0, "01", ""] } } } diff --git a/ships/imperial_eagle.json b/ships/imperial_eagle.json index ea99420..d9a0591 100644 --- a/ships/imperial_eagle.json +++ b/ships/imperial_eagle.json @@ -33,7 +33,7 @@ "standard": [3, 3, 3, 1, 2, 2, 2], "hardpoints": [2, 1, 1, 0], "internal": [ - 3, 2, + 3, 2, { "class": 2, "name": "Military", "eligible": { "mahr":1, "hr": 1, "scb": 1, "mrp": 1, "gsrp": 1, "gmrp": 1, "ghrp": 1 } }, 1, 1 ] @@ -41,7 +41,7 @@ "defaults": { "standard": ["3E", "3E", "3E", "1E", "2E", "2E", "2C"], "hardpoints": [0, 17, 17, 0], - "internal": ["44", "00", 0, "2h", 0] + "internal": ["44", "00", 0, "", 0] } } } diff --git a/ships/keelback.json b/ships/keelback.json index 0c83b0d..f538897 100644 --- a/ships/keelback.json +++ b/ships/keelback.json @@ -38,7 +38,7 @@ "defaults": { "standard": ["4E", "4E", "4E", "1E", "3E", "2E", "4C"], "hardpoints": [0, 0, 17, 17, 0, 0, 0], - "internal": ["03", "03", "02", "44" ,"00", "2h"] + "internal": ["03", "03", "02", "44" ,"00", ""] } } } diff --git a/ships/krait_mkii.json b/ships/krait_mkii.json index f219f88..e6bb056 100644 --- a/ships/krait_mkii.json +++ b/ships/krait_mkii.json @@ -38,7 +38,7 @@ "defaults": { "standard": ["7E", "6E", "5E", "4E", "7E", "6E", "5C"], "hardpoints": [0, 0, 0, 17, 17, 0, 0, 0, 0], - "internal": ["4h", "04", "04", "03", 0, "2h", 0, "00"] + "internal": ["4h", "04", "04", "03", 0, "", 0, "00"] } } } diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index d5c7b4a..2748521 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -97,7 +97,7 @@ "defaults": { "standard": ["7E", "6E", "5E", "4E", "7E", "6E", "5C"], "hardpoints": [0, 0, "17", "17", 0, 0, 0, 0, 0], - "internal": ["4j", "04", "04", "04", 0, "2h", 0, "00"] + "internal": ["4j", "04", "04", "04", 0, "", 0, "00"] } } } diff --git a/ships/orca.json b/ships/orca.json index 25b3553..0946132 100755 --- a/ships/orca.json +++ b/ships/orca.json @@ -40,7 +40,7 @@ "defaults": { "standard": ["5E", "6E", "5E", "6E", "5E", "4E", "5C"], "hardpoints": [0, 17, 17, 0, 0, 0, 0], - "internal": ["me", "mc", "03", "4e", "02", 0, 0, "2h"] + "internal": ["me", "mc", "03", "4e", "02", 0, 0, ""] } } } diff --git a/ships/python.json b/ships/python.json index 7470fb3..e63ad95 100755 --- a/ships/python.json +++ b/ships/python.json @@ -37,7 +37,7 @@ "defaults": { "standard": ["7E", "6E", "5E", "4E", "7E", "6E", "5C"], "hardpoints": [0, 0, 0, 17, 17, 0, 0, 0, 0], - "internal": ["04", "04", "4j", "03", 0, 0, 0, "00", "2h"] + "internal": ["04", "04", "4j", "03", 0, 0, 0, "00", ""] } } } diff --git a/ships/sidewinder.json b/ships/sidewinder.json index e2182db..d5ac40f 100755 --- a/ships/sidewinder.json +++ b/ships/sidewinder.json @@ -37,7 +37,7 @@ "defaults": { "standard": ["2E", "2E", "2E", "1E", "1E", "1E", "1C"], "hardpoints": [18, 18, 0, 0], - "internal": ["3v", "01", "2h", 0] + "internal": ["3v", "01", "", 0] } } } diff --git a/ships/type_10_defender.json b/ships/type_10_defender.json index 3c6d419..aa9111e 100644 --- a/ships/type_10_defender.json +++ b/ships/type_10_defender.json @@ -38,7 +38,7 @@ "defaults": { "standard": ["6E", "7E", "6E", "5E", "7E", "4E", "6C"], "hardpoints": [0, 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": ["06", "05", "4j", "03", "02", 0, "01", 0, "2h", 0, 0] + "internal": ["06", "05", "4j", "03", "02", 0, "01", 0, "", 0, 0] } } } diff --git a/ships/type_6_transporter.json b/ships/type_6_transporter.json index b5b6ae1..a05e4ad 100755 --- a/ships/type_6_transporter.json +++ b/ships/type_6_transporter.json @@ -37,7 +37,7 @@ "defaults": { "standard": ["3E", "4E", "4E", "2E", "3E", "2E", "4C"], "hardpoints": [17, 17, 0, 0, 0], - "internal": ["03", "03", "02", "02", "44", "00", "2h"] + "internal": ["03", "03", "02", "02", "44", "00", ""] } } } diff --git a/ships/type_7_transport.json b/ships/type_7_transport.json index 13271b3..245edc9 100755 --- a/ships/type_7_transport.json +++ b/ships/type_7_transport.json @@ -37,7 +37,7 @@ "defaults": { "standard": ["4E", "5E", "5E", "4E", "3E", "3E", "5C"], "hardpoints": [17, 17, 0, 0, 0, 0, 0, 0], - "internal": ["04", "04", "04", "03", "03", "49", 0, 0, "2h"] + "internal": ["04", "04", "04", "03", "03", "49", 0, 0, ""] } } } diff --git a/ships/type_9_heavy.json b/ships/type_9_heavy.json index 0a61fa7..6c9cadc 100755 --- a/ships/type_9_heavy.json +++ b/ships/type_9_heavy.json @@ -38,7 +38,7 @@ "defaults": { "standard": ["6E", "7E", "6E", "5E", "6E", "4E", "6C"], "hardpoints": [17, 17, 0, 0, 0, 0, 0, 0, 0], - "internal": ["06", "06", "05", "4j", "03", "02", 0, "01", 0, "2h"] + "internal": ["06", "06", "05", "4j", "03", "02", 0, "01", 0, ""] } } } diff --git a/ships/viper.json b/ships/viper.json index 7df0732..57a7d5a 100755 --- a/ships/viper.json +++ b/ships/viper.json @@ -41,7 +41,7 @@ "defaults": { "standard": ["3E", "3E", "3E", "2E", "3E", "3E", "2C"], "hardpoints": [17, 17, 0, 0, 0, 0], - "internal": ["01", "44", 0, 0, "2h"] + "internal": ["01", "44", 0, 0, ""] } } } diff --git a/ships/viper_mk_iv.json b/ships/viper_mk_iv.json index 718cfd3..5637649 100644 --- a/ships/viper_mk_iv.json +++ b/ships/viper_mk_iv.json @@ -41,7 +41,7 @@ "defaults": { "standard": ["4E", "4E", "4E", "2E", "3E", "3E", "4C"], "hardpoints": [0, 0, 17, 17, 0, 0], - "internal": ["02", "02", "44", 0, "00", 0, "2h"] + "internal": ["02", "02", "44", 0, "00", 0, ""] } } } diff --git a/ships/vulture.json b/ships/vulture.json index 1259544..648b213 100755 --- a/ships/vulture.json +++ b/ships/vulture.json @@ -33,7 +33,7 @@ "standard": [4, 5, 4, 3, 5, 4, 3], "hardpoints": [3, 3, 0, 0, 0, 0], "internal": [ - 5, + 5, { "class": 5, "name": "Military", "eligible": { "mahr":1, "hr": 1, "scb": 1, "mrp": 1, "gsrp": 1, "gmrp": 1, "ghrp": 1 } }, 4, 2, 1, 1 ] @@ -41,7 +41,7 @@ "defaults": { "standard": ["4E", "5E", "4E", "3E", "5E", "4E", "3C"], "hardpoints": [17, 17, 0, 0, 0, 0], - "internal": ["4e", 0, "02", 0, 0, "2h"] + "internal": ["4e", 0, "02", 0, 0, ""] } } } From e978652be66516ea7caca7bb33a35f148461c7e4 Mon Sep 17 00:00:00 2001 From: felixlinker Date: Sat, 17 Nov 2018 01:54:55 +0000 Subject: [PATCH 28/31] Fix armour/hr resistance modding to not include diminishing returns in base values --- modifications/blueprints.json | 242 +++++++++++++++++----------------- 1 file changed, 121 insertions(+), 121 deletions(-) diff --git a/modifications/blueprints.json b/modifications/blueprints.json index e80c8a6..ff22149 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -89,7 +89,7 @@ "features": { "explres": [ 0, - 0.042 + 0.03 ], "hullboost": [ -0.01, @@ -97,7 +97,7 @@ ], "kinres": [ 0, - 0.036 + 0.03 ], "mass": [ 0, @@ -117,16 +117,16 @@ }, "features": { "explres": [ - 0.042, - 0.084 + 0.03, + 0.06 ], "hullboost": [ -0.02, -0.02 ], "kinres": [ - 0.036, - 0.072 + 0.03, + 0.06 ], "mass": [ -0.15, @@ -147,16 +147,16 @@ }, "features": { "explres": [ - 0.084, - 0.126 + 0.06, + 0.09 ], "hullboost": [ -0.03, -0.03 ], "kinres": [ - 0.072, - 0.108 + 0.06, + 0.09 ], "mass": [ -0.25, @@ -177,16 +177,16 @@ }, "features": { "explres": [ - 0.126, - 0.168 + 0.09, + 0.12 ], "hullboost": [ -0.04, -0.04 ], "kinres": [ - 0.108, - 0.144 + 0.09, + 0.12 ], "mass": [ -0.35, @@ -207,16 +207,16 @@ }, "features": { "explres": [ - 0.168, - 0.21 + 0.12, + 0.15 ], "hullboost": [ -0.05, -0.05 ], "kinres": [ - 0.144, - 0.18 + 0.12, + 0.15 ], "mass": [ -0.45, @@ -247,11 +247,11 @@ "features": { "explres": [ 0, - 0.168 + 0.12 ], "kinres": [ - -0.05, - -0.05 + -0.04, + -0.04 ], "thermres": [ -0.04, @@ -267,12 +267,12 @@ }, "features": { "explres": [ - 0.168, - 0.266 + 0.12, + 0.19 ], "kinres": [ - -0.07, - -0.07 + -0.06, + -0.06 ], "thermres": [ -0.06, @@ -288,12 +288,12 @@ }, "features": { "explres": [ - 0.366, - 0.364 + 0.19, + 0.26 ], "kinres": [ - -0.1, - -0.1 + -0.08, + -0.08 ], "thermres": [ -0.08, @@ -310,12 +310,12 @@ }, "features": { "explres": [ - 0.364, - 0.462 + 0.26, + 0.33 ], "kinres": [ - -0.12, - -0.12 + -0.1, + -0.1 ], "thermres": [ -0.1, @@ -332,12 +332,12 @@ }, "features": { "explres": [ - 0.462, - 0.56 + 0.33, + 0.40 ], "kinres": [ - -0.14, - -0.14 + -0.12, + -0.12 ], "thermres": [ -0.12, @@ -364,7 +364,7 @@ "features": { "explres": [ 0, - 0.014 + 0.01 ], "hullboost": [ 0, @@ -372,7 +372,7 @@ ], "kinres": [ 0, - 0.012 + 0.01 ], "mass": [ 0.1, @@ -392,16 +392,16 @@ }, "features": { "explres": [ - 0.014, - 0.028 + 0.01, + 0.02 ], "hullboost": [ 0.12, 0.17 ], "kinres": [ - 0.012, - 0.024 + 0.01, + 0.02 ], "mass": [ 0.15, @@ -422,16 +422,16 @@ }, "features": { "explres": [ - 0.028, - 0.042 + 0.02, + 0.03 ], "hullboost": [ 0.17, 0.22 ], "kinres": [ - 0.024, - 0.036 + 0.02, + 0.03 ], "mass": [ 0.2, @@ -452,16 +452,16 @@ }, "features": { "explres": [ - 0.042, - 0.056 + 0.03, + 0.04 ], "hullboost": [ 0.22, 0.27 ], "kinres": [ - 0.036, - 0.048 + 0.03, + 0.04 ], "mass": [ 0.25, @@ -482,16 +482,16 @@ }, "features": { "explres": [ - 0.056, - 0.07 + 0.04, + 0.05 ], "hullboost": [ 0.27, 0.32 ], "kinres": [ - 0.048, - 0.06 + 0.04, + 0.05 ], "mass": [ 0.3, @@ -521,12 +521,12 @@ }, "features": { "explres": [ - -0.06, - -0.06 + -0.04, + -0.04 ], "kinres": [ 0, - 0.144 + 0.12 ], "thermres": [ -0.04, @@ -542,12 +542,12 @@ }, "features": { "explres": [ - -0.08, - -0.08 + -0.06, + -0.06 ], "kinres": [ - 0.144, - 0.228 + 0.12, + 0.19 ], "thermres": [ -0.06, @@ -564,12 +564,12 @@ }, "features": { "explres": [ - -0.11, - -0.11 + -0.08, + -0.08 ], "kinres": [ - 0.228, - 0.312 + 0.19, + 0.26 ], "thermres": [ -0.08, @@ -586,12 +586,12 @@ }, "features": { "explres": [ - -0.14, - -0.14 + -0.1, + -0.1 ], "kinres": [ - 0.312, - 0.396 + 0.26, + 0.33 ], "thermres": [ -0.1, @@ -608,12 +608,12 @@ }, "features": { "explres": [ - -0.17, - -0.17 + -0.12, + -0.12 ], "kinres": [ - 0.396, - 0.48 + 0.33, + 0.40 ], "thermres": [ -0.12, @@ -639,12 +639,12 @@ }, "features": { "explres": [ - -0.06, - -0.06 + -0.04, + -0.04 ], "kinres": [ - -0.05, - -0.05 + -0.04, + -0.04 ], "thermres": [ 0, @@ -660,12 +660,12 @@ }, "features": { "explres": [ - -0.08, - -0.08 + -0.06, + -0.06 ], "kinres": [ - -0.07, - -0.07 + -0.06, + -0.06 ], "thermres": [ 0.12, @@ -682,12 +682,12 @@ }, "features": { "explres": [ - -0.11, - -0.11 + -0.08, + -0.08 ], "kinres": [ - -0.1, - -0.1 + -0.08, + -0.08 ], "thermres": [ 0.19, @@ -704,12 +704,12 @@ }, "features": { "explres": [ - -0.14, - -0.14 + -0.1, + -0.1 ], "kinres": [ - -0.12, - -0.12 + -0.1, + -0.1 ], "thermres": [ 0.26, @@ -726,12 +726,12 @@ }, "features": { "explres": [ - -0.17, - -0.17 + -0.12, + -0.12 ], "kinres": [ - -0.14, - -0.14 + -0.12, + -0.12 ], "thermres": [ 0.33, @@ -4111,7 +4111,7 @@ "features": { "explres": [ 0, - 0.117 + 0.12 ], "hullreinforcement": [ 0, @@ -4135,8 +4135,8 @@ }, "features": { "explres": [ - 0.117, - 0.185 + 0.12, + 0.19 ], "hullreinforcement": [ 0.03, @@ -4161,8 +4161,8 @@ }, "features": { "explres": [ - 0.185, - 0.254 + 0.19, + 0.26 ], "hullreinforcement": [ 0.06, @@ -4187,8 +4187,8 @@ }, "features": { "explres": [ - 0.254, - 0.322 + 0.26, + 0.33 ], "hullreinforcement": [ 0.09, @@ -4213,8 +4213,8 @@ }, "features": { "explres": [ - 0.322, - 0.39 + 0.33, + 0.40 ], "hullreinforcement": [ 0.12, @@ -4417,7 +4417,7 @@ ], "kinres": [ 0, - 0.117 + 0.12 ], "thermres": [ -0.02, @@ -4441,8 +4441,8 @@ 0.06 ], "kinres": [ - 0.117, - 0.185 + 0.12, + 0.19 ], "thermres": [ -0.04, @@ -4467,8 +4467,8 @@ 0.09 ], "kinres": [ - 0.185, - 0.254 + 0.19, + 0.26 ], "thermres": [ -0.06, @@ -4493,8 +4493,8 @@ 0.12 ], "kinres": [ - 0.254, - 0.322 + 0.26, + 0.33 ], "thermres": [ -0.08, @@ -4519,8 +4519,8 @@ 0.15 ], "kinres": [ - 0.322, - 0.29 + 0.33, + 0.4 ], "thermres": [ -0.1, @@ -4560,7 +4560,7 @@ ], "thermres": [ 0, - 0.117 + 0.12 ] }, "uuid": "cc3d62d5-9769-480d-9e37-620c61a276ab" @@ -4584,8 +4584,8 @@ -0.04 ], "thermres": [ - 0.117, - 0.185 + 0.12, + 0.19 ] }, "uuid": "e4aa2331-7dc5-479c-9959-d90f0e473da9" @@ -4610,8 +4610,8 @@ -0.06 ], "thermres": [ - 0.185, - 0.254 + 0.19, + 0.26 ] }, "uuid": "29f49ae9-e241-4791-a9e3-bfdccd6cdfbb" @@ -4636,8 +4636,8 @@ -0.08 ], "thermres": [ - 0.254, - 0.322 + 0.26, + 0.33 ] }, "uuid": "19e30f32-a789-4acf-8f69-f97677ace963" @@ -4662,8 +4662,8 @@ -0.1 ], "thermres": [ - 0.322, - 0.39 + 0.33, + 0.4 ] }, "uuid": "e6151657-1317-4aec-9e49-2d7e7a093d74" From 678eb84fa92976c4ab5713f0ca298d2aefef58f7 Mon Sep 17 00:00:00 2001 From: felixlinker Date: Sat, 17 Nov 2018 18:12:18 +0000 Subject: [PATCH 29/31] Fixed resistance blueprint values --- modifications/blueprints.json | 130 +++++++++++++++++----------------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/modifications/blueprints.json b/modifications/blueprints.json index ff22149..2acdb99 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -9868,11 +9868,11 @@ ], "kinres": [ 0, - 0.06 + 0.1 ], "thermres": [ - -0.04, - -0.04 + -0.03, + -0.03 ] }, "uuid": "df87f0c1-bd60-4e18-8a03-76063d635235" @@ -9888,12 +9888,12 @@ 0.25 ], "kinres": [ - 0.06, - 0.12 + 0.1, + 0.2 ], "thermres": [ - -0.07, - -0.07 + -0.06, + -0.06 ] }, "uuid": "b67f86a0-866c-4233-9cd3-f5ea87a572eb" @@ -9910,12 +9910,12 @@ 0.3 ], "kinres": [ - 0.12, - 0.18 + 0.2, + 0.3 ], "thermres": [ - -0.11, - -0.11 + -0.09, + -0.09 ] }, "uuid": "93979fd6-d135-4221-9a60-c9354e02619f" @@ -9932,12 +9932,12 @@ 0.35 ], "kinres": [ - 0.18, - 0.24 + 0.3, + 0.4 ], "thermres": [ - -0.14, - -0.14 + -0.12, + -0.12 ] }, "uuid": "0e14c801-fd35-4bca-b97b-24da20d8c716" @@ -9954,12 +9954,12 @@ 0.4 ], "kinres": [ - 0.18, - 0.3 + 0.4, + 0.5 ], "thermres": [ - -0.18, - -0.18 + -0.15, + -0.15 ] }, "uuid": "dfdb4767-78e1-4e5f-ae1a-aeb6ae2748c9" @@ -10148,11 +10148,11 @@ ], "explres": [ 0, - 0.0225 + 0.045 ], "kinres": [ 0, - 0.027 + 0.045 ], "optmul": [ 0, @@ -10160,7 +10160,7 @@ ], "thermres": [ 0, - 0.054 + 0.045 ] }, "uuid": "47ad77c0-e49b-44e5-9824-4074b63db369" @@ -10180,20 +10180,20 @@ 0.06 ], "explres": [ - 0.0225, - 0.0375 + 0.045, + 0.075 ], "kinres": [ - 0.027, - 0.045 + 0.045, + 0.075 ], "optmul": [ 0.14, 0.2 ], "thermres": [ - 0.054, - 0.09 + 0.045, + 0.075 ] }, "uuid": "823f8f82-745d-4051-8f35-4e38a561932e" @@ -10214,20 +10214,20 @@ 0.08 ], "explres": [ - 0.0375, - 0.0525 + 0.075, + 0.105 ], "kinres": [ - 0.045, - 0.063 + 0.075, + 0.105 ], "optmul": [ 0.2, 0.26 ], "thermres": [ - 0.09, - 0.126 + 0.075, + 0.105 ] }, "uuid": "a1a29713-f2e5-4e15-a913-e01dc065f99f" @@ -10248,20 +10248,20 @@ 0.1 ], "explres": [ - 0.0525, - 0.0675 + 0.105, + 0.135 ], "kinres": [ - 0.063, - 0.081 + 0.105, + 0.135 ], "optmul": [ 0.26, 0.32 ], "thermres": [ - 0.126, - 0.162 + 0.105, + 0.135 ] }, "uuid": "87ac1315-7904-48f6-a5fe-f044be546490" @@ -10282,20 +10282,20 @@ 0.12 ], "explres": [ - 0.0675, - 0.0825 + 0.135, + 0.165 ], "kinres": [ - 0.081, - 0.099 + 0.135, + 0.165 ], "optmul": [ 0.32, 0.38 ], "thermres": [ - 0.162, - 0.198 + 0.135, + 0.165 ] }, "uuid": "1d9af376-c7c9-4b1a-9bc9-e77b4025e328" @@ -10321,12 +10321,12 @@ 0.2 ], "kinres": [ - -0.02, - -0.02 + -0.04, + -0.04 ], "thermres": [ 0, - 0.12 + 0.1 ] }, "uuid": "ef5a3026-0777-4715-a1f4-5c65eff85b12" @@ -10342,12 +10342,12 @@ 0.25 ], "kinres": [ - -0.05, - -0.05 + -0.08, + -0.08 ], "thermres": [ - 0.12, - 0.24 + 0.1, + 0.2 ] }, "uuid": "54e6e07a-3281-41aa-afa0-bbf292131c0f" @@ -10364,12 +10364,12 @@ 0.3 ], "kinres": [ - -0.07, - -0.07 + -0.12, + -0.12 ], "thermres": [ - 0.24, - 0.36 + 0.2, + 0.3 ] }, "uuid": "307935bf-60d3-4887-b449-24d712518154" @@ -10386,12 +10386,12 @@ 0.35 ], "kinres": [ - -0.1, - -0.1 + -0.16, + -0.16 ], "thermres": [ - 0.36, - 0.48 + 0.3, + 0.4 ] }, "uuid": "ef6a4d70-9996-4db8-ae22-7c61c3dcaf74" @@ -10408,12 +10408,12 @@ 0.4 ], "kinres": [ - -0.12, - -0.12 + -0.20, + -0.20 ], "thermres": [ - 0.48, - 0.6 + 0.4, + 0.5 ] }, "uuid": "f14e779f-d09a-47e4-8f4e-89c85b730f6b" From c2892fcfee080b1fceeb104b87042b6805ad3d6e Mon Sep 17 00:00:00 2001 From: felixlinker Date: Sat, 17 Nov 2018 19:24:46 +0000 Subject: [PATCH 30/31] Fix fast charge --- modifications/modifierActions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index e5ae859..391d2b0 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -263,9 +263,9 @@ "special_shield_regenerative": { "brokenregen": 0.15, "regen": 0.15, - "thermres": -1, - "kinres": -1, - "explres": -1 + "thermres": -1.5, + "kinres": -1.5, + "explres": -1.5 }, "special_shield_resistive": { "thermres": 3, From c5a508087bb1d8592c583f71f5c80b88aa39dcb0 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Thu, 22 Nov 2018 07:31:55 +1100 Subject: [PATCH 31/31] add heat capacity to all ships --- dist/index.js | 342 ++++++++++++--------- dist/index.json | 514 +++++++++++++++++--------------- ships/adder.json | 1 + ships/alliance_challenger.json | 1 + ships/alliance_chieftain.json | 1 + ships/alliance_crusader.json | 1 + ships/anaconda.json | 1 + ships/asp.json | 1 + ships/asp_scout.json | 1 + ships/beluga.json | 1 + ships/cobra_mk_iii.json | 1 + ships/cobra_mk_iv.json | 1 + ships/diamondback_explorer.json | 1 + ships/diamondback_scout.json | 1 + ships/dolphin.json | 1 + ships/eagle.json | 1 + ships/federal_assault_ship.json | 3 +- ships/federal_corvette.json | 1 + ships/federal_dropship.json | 1 + ships/federal_gunship.json | 1 + ships/fer_de_lance.json | 1 + ships/hauler.json | 1 + ships/imperial_clipper.json | 1 + ships/imperial_courier.json | 1 + ships/imperial_cutter.json | 1 + ships/imperial_eagle.json | 1 + ships/keelback.json | 1 + ships/krait_mkii.json | 1 + ships/krait_phantom.json | 1 + ships/mamba.json | 1 + ships/orca.json | 1 + ships/python.json | 1 + ships/sidewinder.json | 1 + ships/type_10_defender.json | 1 + ships/type_6_transporter.json | 1 + ships/type_7_transport.json | 1 + ships/type_9_heavy.json | 1 + ships/viper.json | 1 + ships/viper_mk_iv.json | 1 + ships/vulture.json | 1 + 40 files changed, 513 insertions(+), 383 deletions(-) diff --git a/dist/index.js b/dist/index.js index d5cdcda..2b8ec61 100644 --- a/dist/index.js +++ b/dist/index.js @@ -11,6 +11,7 @@ module.exports = { speed: 220, boost: 320, boostEnergy: 9, + heatCapacity: 170, baseShieldStrength: 60, baseArmour: 90, hardness: 35, @@ -92,7 +93,7 @@ module.exports = { defaults: { standard: [ "3E", "3E", "3E", "1E", "2E", "3E", "3C" ], hardpoints: [ 0, 17, 17, 0, 0 ], - internal: [ "01", "44", "00", 0, "2h" ] + internal: [ "01", "44", "00", 0, "" ] } }, alliance_chieftain: { @@ -107,6 +108,7 @@ module.exports = { boost: 330, boostEnergy: 19, baseShieldStrength: 200, + heatCapacity: 289, baseArmour: 280, hardness: 65, hullMass: 400, @@ -226,7 +228,7 @@ module.exports = { defaults: { standard: [ "6E", "6E", "5E", "5E", "6E", "4E", "4C" ], hardpoints: [ 17, 0, 17, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "04", "4e", "02", "", "2h", "", "", "" ] + internal: [ "04", "4e", "02", "", "", "", "", "" ] } }, alliance_challenger: { @@ -240,6 +242,7 @@ module.exports = { speed: 204, boost: 310, boostEnergy: 19, + heatCapacity: 316, baseShieldStrength: 220, baseArmour: 300, hardness: 65, @@ -360,7 +363,7 @@ module.exports = { defaults: { standard: [ "6E", "6E", "5E", "5E", "6E", "4E", "4C" ], hardpoints: [ 17, 0, 17, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "04", "4h", "01", "01", "2h", "", "", "", "" ] + internal: [ "04", "4h", "01", "01", "", "", "", "", "" ] } }, alliance_crusader: { @@ -376,6 +379,7 @@ module.exports = { boostEnergy: 19, baseShieldStrength: 200, baseArmour: 300, + heatCapacity: 316, hardness: 65, hullMass: 500, masslock: 13, @@ -495,7 +499,7 @@ module.exports = { defaults: { standard: [ "6E", "6E", "5E", "5E", "6E", "4E", "4C" ], hardpoints: [ 17, 0, 17, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "04", "4e", "02", "", "2h", "", "", "" ] + internal: [ "04", "4e", "02", "", "", "", "", "" ] } }, anaconda: { @@ -511,6 +515,7 @@ module.exports = { boostEnergy: 27, baseShieldStrength: 350, baseArmour: 525, + heatCapacity: 334, hardness: 65, hullMass: 400, masslock: 23, @@ -603,7 +608,7 @@ module.exports = { defaults: { standard: [ "8E", "7E", "6E", "5E", "8E", "8E", "5C" ], hardpoints: [ 0, 0, 0, 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "05", "04", "4j", 0, "03", 0, 0, 0, 0, 0, "2h", "00" ] + internal: [ "05", "04", "4j", 0, "03", 0, 0, 0, 0, 0, "", "00" ] } }, asp: { @@ -618,6 +623,7 @@ module.exports = { boost: 340, boostEnergy: 13, baseShieldStrength: 140, + heatCapacity: 272, baseArmour: 210, hardness: 52, hullMass: 280, @@ -698,7 +704,7 @@ module.exports = { defaults: { standard: [ "5E", "5E", "5E", "4E", "4E", "5E", "5C" ], hardpoints: [ 0, 0, 17, 17, 0, 0, 0, 0, 0, 0 ], - internal: [ "04", "4e", "01", 0, 0, "00", "2h" ] + internal: [ "04", "4e", "01", 0, 0, "00", "" ] } }, asp_scout: { @@ -713,6 +719,7 @@ module.exports = { boost: 300, boostEnergy: 13, baseShieldStrength: 120, + heatCapacity: 210, baseArmour: 180, hardness: 52, hullMass: 150, @@ -808,6 +815,7 @@ module.exports = { boost: 280, boostEnergy: 19, baseShieldStrength: 280, + heatCapacity: 283, baseArmour: 280, hardness: 60, hullMass: 950, @@ -893,7 +901,7 @@ module.exports = { defaults: { standard: [ "6E", "7E", "7E", "8E", "6E", "5E", "7C" ], hardpoints: [ 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "4j", "04", "mi", "mi", "mg", "mg", "02", "01", 0, 0, "2h" ] + internal: [ "4j", "04", "mi", "mi", "mg", "mg", "02", "01", 0, 0, "" ] } }, cobra_mk_iii: { @@ -909,6 +917,7 @@ module.exports = { boostEnergy: 10, baseShieldStrength: 80, baseArmour: 120, + heatCapacity: 225, hardness: 35, hullMass: 180, masslock: 8, @@ -988,7 +997,7 @@ module.exports = { defaults: { standard: [ "4E", "4E", "4E", "3E", "3E", "3E", "4C" ], hardpoints: [ 17, 17, 0, 0, 0, 0 ], - internal: [ "02", "02", "49", "00", 0, "2h" ] + internal: [ "02", "02", "49", "00", 0, "" ] } }, cobra_mk_iv: { @@ -1003,6 +1012,7 @@ module.exports = { boost: 300, boostEnergy: 10, baseShieldStrength: 120, + heatCapacity: 228, baseArmour: 120, hardness: 35, hullMass: 210, @@ -1086,7 +1096,7 @@ module.exports = { defaults: { standard: [ "4E", "4E", "4E", "3E", "3E", "3E", "4C" ], hardpoints: [ 17, 17, 0, 0, 0, 0, 0 ], - internal: [ "02", "02", "49", 0, 0, 0, "00", "2h" ] + internal: [ "02", "02", "49", 0, 0, 0, "00", "" ] } }, diamondback_explorer: { @@ -1103,6 +1113,7 @@ module.exports = { baseShieldStrength: 150, baseArmour: 150, hardness: 42, + heatCapacity: 351, hullMass: 260, masslock: 10, pipSpeed: .098214285714286, @@ -1181,7 +1192,7 @@ module.exports = { defaults: { standard: [ "4E", "4E", "5E", "3E", "4E", "3E", "5C" ], hardpoints: [ 0, 17, 17, 0, 0, 0, 0 ], - internal: [ "49", "02", "01", 0, "2h", 0 ] + internal: [ "49", "02", "01", 0, "", 0 ] } }, diamondback: { @@ -1198,6 +1209,7 @@ module.exports = { baseShieldStrength: 120, baseArmour: 120, hardness: 40, + heatCapacity: 346, hullMass: 170, masslock: 8, pipSpeed: .096153846153846, @@ -1276,7 +1288,7 @@ module.exports = { defaults: { standard: [ "4E", "4E", "4E", "2E", "3E", "2E", "4C" ], hardpoints: [ 17, 17, 0, 0, 0, 0, 0, 0 ], - internal: [ "44", 0, 0, "2h" ] + internal: [ "44", 0, 0, "" ] } }, dolphin: { @@ -1294,6 +1306,7 @@ module.exports = { baseArmour: 110, hardness: 35, hullMass: 140, + heatCapacity: 165, masslock: 9, pipSpeed: .13, luxuryCabins: true, @@ -1375,7 +1388,7 @@ module.exports = { defaults: { standard: [ "4E", "5E", "4E", "4E", "3E", "3E", "4C" ], hardpoints: [ 17, 17, 0, 0, 0 ], - internal: [ "md", "02", "49", "01", "00", 0, "2h" ] + internal: [ "md", "02", "49", "01", "00", 0, "" ] } }, eagle: { @@ -1393,6 +1406,7 @@ module.exports = { baseArmour: 40, hardness: 28, hullMass: 50, + heatCapacity: 165, masslock: 6, pipSpeed: .0625, pitch: 50, @@ -1482,7 +1496,7 @@ module.exports = { defaults: { standard: [ "2E", "3E", "3E", "1E", "2E", "2E", "2C" ], hardpoints: [ 17, 17, 0, 0 ], - internal: [ "44", "00", 0, "2h", 0 ] + internal: [ "44", "00", 0, "", 0 ] } }, federal_assault_ship: { @@ -1500,6 +1514,7 @@ module.exports = { baseArmour: 300, hardness: 60, hullMass: 480, + heatCapacity: 286, masslock: 14, pipSpeed: .071428571428571, pitch: 38, @@ -1623,6 +1638,7 @@ module.exports = { hardness: 70, hullMass: 900, masslock: 24, + heatCapacity: 333, pipSpeed: .125, fighterHangars: true, pitch: 28, @@ -1727,7 +1743,7 @@ module.exports = { defaults: { standard: [ "8E", "7E", "6E", "5E", "8E", "8E", "5C" ], hardpoints: [ 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "4o", "05", 0, 0, 0, 0, 0, 0, 0, "02", "01", "2h" ] + internal: [ "4o", "05", 0, 0, 0, 0, 0, 0, 0, "02", "01", "" ] } }, federal_dropship: { @@ -1745,6 +1761,7 @@ module.exports = { baseArmour: 300, hardness: 60, hullMass: 580, + heatCapacity: 331, masslock: 14, pipSpeed: .11111111111111, pitch: 30, @@ -1849,7 +1866,7 @@ module.exports = { defaults: { standard: [ "6E", "6E", "5E", "5E", "6E", "4E", "4C" ], hardpoints: [ 0, 17, 17, 0, 0, 0, 0, 0, 0 ], - internal: [ "04", "03", "4e", "02", 0, 0, 0, 0, "2h" ] + internal: [ "04", "03", "4e", "02", 0, 0, 0, 0, "" ] } }, federal_gunship: { @@ -1867,6 +1884,7 @@ module.exports = { baseArmour: 350, hardness: 60, hullMass: 580, + heatCapacity: 325, masslock: 14, pipSpeed: .10294117647059, fighterHangars: true, @@ -1984,7 +2002,7 @@ module.exports = { defaults: { standard: [ "6E", "6E", "5E", "5E", "7E", "5E", "4C" ], hardpoints: [ 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ 0, "4j", "03", 0, 0, 0, 0, "2h" ] + internal: [ 0, "4j", "03", 0, 0, 0, 0, "" ] } }, fer_de_lance: { @@ -2002,6 +2020,7 @@ module.exports = { baseArmour: 225, hardness: 70, hullMass: 250, + heatCapacity: 224, masslock: 12, pipSpeed: .038461538461538, pitch: 38, @@ -2079,7 +2098,7 @@ module.exports = { defaults: { standard: [ "5E", "5E", "4E", "4E", "6E", "4E", "3C" ], hardpoints: [ 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "03", "49", "02", 0, "2h" ] + internal: [ "03", "49", "02", 0, "" ] } }, hauler: { @@ -2096,6 +2115,7 @@ module.exports = { baseShieldStrength: 50, baseArmour: 100, hardness: 20, + heatCapacity: 123, hullMass: 14, masslock: 6, pipSpeed: .1625, @@ -2174,7 +2194,7 @@ module.exports = { defaults: { standard: [ "2E", "2E", "2E", "1E", "1E", "1E", "2C" ], hardpoints: [ 17, 0, 0 ], - internal: [ "01", "01", "3v", "2h" ] + internal: [ "01", "01", "3v", "" ] } }, imperial_clipper: { @@ -2193,6 +2213,7 @@ module.exports = { hardness: 60, hullMass: 400, masslock: 12, + heatCapacity: 304, pipSpeed: .1, pitch: 40, roll: 80, @@ -2272,7 +2293,7 @@ module.exports = { defaults: { standard: [ "6E", "6E", "5E", "5E", "6E", "5E", "4C" ], hardpoints: [ 0, 0, 17, 17, 0, 0, 0, 0 ], - internal: [ "05", "4j", "02", 0, 0, 0, "00", "2h" ] + internal: [ "05", "4j", "02", 0, 0, 0, "00", "" ] } }, imperial_courier: { @@ -2291,6 +2312,7 @@ module.exports = { hardness: 30, hullMass: 35, masslock: 7, + heatCapacity: 230, pipSpeed: .053571428571429, pitch: 38, roll: 90, @@ -2370,7 +2392,7 @@ module.exports = { defaults: { standard: [ "4E", "3E", "3E", "1E", "3E", "2E", "3C" ], hardpoints: [ 17, 17, 0, 0, 0, 0, 0 ], - internal: [ "01", "01", "3v", "00", "00", "2h" ] + internal: [ "01", "01", "3v", "00", "00", "" ] } }, imperial_cutter: { @@ -2388,6 +2410,7 @@ module.exports = { baseArmour: 400, hardness: 70, hullMass: 1100, + heatCapacity: 327, masslock: 27, pipSpeed: .05, fighterHangars: true, @@ -2493,7 +2516,7 @@ module.exports = { defaults: { standard: [ "8E", "8E", "7E", "7E", "7E", "7E", "6C" ], hardpoints: [ 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "4t", "06", "04", 0, 0, 0, 0, 0, 0, "01", "2h" ] + internal: [ "4t", "06", "04", 0, 0, 0, 0, 0, 0, "01", "" ] } }, imperial_eagle: { @@ -2510,6 +2533,7 @@ module.exports = { baseShieldStrength: 80, baseArmour: 60, hardness: 28, + heatCapacity: 163, hullMass: 50, masslock: 6, pipSpeed: .075, @@ -2600,7 +2624,7 @@ module.exports = { defaults: { standard: [ "3E", "3E", "3E", "1E", "2E", "2E", "2C" ], hardpoints: [ 0, 17, 17, 0 ], - internal: [ "44", "00", 0, "2h", 0 ] + internal: [ "44", "00", 0, "", 0 ] } }, keelback: { @@ -2617,6 +2641,7 @@ module.exports = { baseShieldStrength: 135, baseArmour: 270, hardness: 45, + heatCapacity: 215, hullMass: 180, masslock: 8, pipSpeed: .1375, @@ -2696,7 +2721,7 @@ module.exports = { defaults: { standard: [ "4E", "4E", "4E", "1E", "3E", "2E", "4C" ], hardpoints: [ 0, 0, 17, 17, 0, 0, 0 ], - internal: [ "03", "03", "02", "44", "00", "2h" ] + internal: [ "03", "03", "02", "44", "00", "" ] } }, krait_mkii: { @@ -2711,6 +2736,7 @@ module.exports = { boost: 330, boostEnergy: 13, baseShieldStrength: 220, + heatCapacity: 300, baseArmour: 220, hardness: 55, hullMass: 320, @@ -2792,7 +2818,7 @@ module.exports = { defaults: { standard: [ "7E", "6E", "5E", "4E", "7E", "6E", "5C" ], hardpoints: [ 0, 0, 0, 17, 17, 0, 0, 0, 0 ], - internal: [ "4h", "04", "04", "03", 0, "2h", 0, "00" ] + internal: [ "4h", "04", "04", "03", 0, "", 0, "00" ] } }, krait_phantom: { @@ -2805,6 +2831,7 @@ module.exports = { hullCost: 42409425, speed: 250, boost: 350, + heatCapacity: 300, boostEnergy: 13, baseShieldStrength: 200, baseArmour: 180, @@ -2887,7 +2914,7 @@ module.exports = { defaults: { standard: [ "7E", "6E", "5E", "4E", "7E", "6E", "5C" ], hardpoints: [ 0, 0, "17", "17", 0, 0, 0, 0, 0 ], - internal: [ "4j", "04", "04", "04", 0, "2h", 0, "00" ] + internal: [ "4j", "04", "04", "04", 0, "", 0, "00" ] } }, orca: { @@ -2903,6 +2930,7 @@ module.exports = { boostEnergy: 16, baseShieldStrength: 220, baseArmour: 220, + heatCapacity: 262, hardness: 55, hullMass: 290, masslock: 16, @@ -2983,7 +3011,7 @@ module.exports = { defaults: { standard: [ "5E", "6E", "5E", "6E", "5E", "4E", "5C" ], hardpoints: [ 0, 17, 17, 0, 0, 0, 0 ], - internal: [ "me", "mc", "03", "4e", "02", 0, 0, "2h" ] + internal: [ "me", "mc", "03", "4e", "02", 0, 0, "" ] } }, mamba: { @@ -2998,6 +3026,7 @@ module.exports = { boost: 380, boostEnergy: 10, baseShieldStrength: 270, + heatCapacity: 165, baseArmour: 230, hardness: 65, hullMass: 250, @@ -3094,6 +3123,7 @@ module.exports = { boostEnergy: 23, baseShieldStrength: 260, baseArmour: 260, + heatCapacity: 300, hardness: 65, hullMass: 350, masslock: 17, @@ -3173,7 +3203,7 @@ module.exports = { defaults: { standard: [ "7E", "6E", "5E", "4E", "7E", "6E", "5C" ], hardpoints: [ 0, 0, 0, 17, 17, 0, 0, 0, 0 ], - internal: [ "04", "04", "4j", "03", 0, 0, 0, "00", "2h" ] + internal: [ "04", "04", "4j", "03", 0, 0, 0, "00", "" ] } }, sidewinder: { @@ -3187,6 +3217,7 @@ module.exports = { speed: 220, boost: 320, boostEnergy: 7, + heatCapacity: 140, baseShieldStrength: 40, baseArmour: 60, hardness: 20, @@ -3268,7 +3299,7 @@ module.exports = { defaults: { standard: [ "2E", "2E", "2E", "1E", "1E", "1E", "1C" ], hardpoints: [ 18, 18, 0, 0 ], - internal: [ "3v", "01", "2h", 0 ] + internal: [ "3v", "01", "", 0 ] } }, type_6_transporter: { @@ -3281,6 +3312,7 @@ module.exports = { hullCost: 865790, speed: 220, boost: 350, + heatCapacity: 179, boostEnergy: 10, baseShieldStrength: 90, baseArmour: 180, @@ -3363,7 +3395,7 @@ module.exports = { defaults: { standard: [ "3E", "4E", "4E", "2E", "3E", "2E", "4C" ], hardpoints: [ 17, 17, 0, 0, 0 ], - internal: [ "03", "03", "02", "02", "44", "00", "2h" ] + internal: [ "03", "03", "02", "02", "44", "00", "" ] } }, type_7_transport: { @@ -3375,6 +3407,7 @@ module.exports = { class: 3, hullCost: 16780510, speed: 180, + heatCapacity: 226, boost: 300, boostEnergy: 10, baseShieldStrength: 155, @@ -3458,7 +3491,7 @@ module.exports = { defaults: { standard: [ "4E", "5E", "5E", "4E", "3E", "3E", "5C" ], hardpoints: [ 17, 17, 0, 0, 0, 0, 0, 0 ], - internal: [ "04", "04", "04", "03", "03", "49", 0, 0, "2h" ] + internal: [ "04", "04", "04", "03", "03", "49", 0, 0, "" ] } }, type_9_heavy: { @@ -3472,6 +3505,7 @@ module.exports = { speed: 130, boost: 200, boostEnergy: 19, + heatCapacity: 289, baseShieldStrength: 240, baseArmour: 480, hardness: 65, @@ -3554,7 +3588,7 @@ module.exports = { defaults: { standard: [ "6E", "7E", "6E", "5E", "6E", "4E", "6C" ], hardpoints: [ 17, 17, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "06", "06", "05", "4j", "03", "02", 0, "01", 0, "2h" ] + internal: [ "06", "06", "05", "4j", "03", "02", 0, "01", 0, "" ] } }, type_10_defender: { @@ -3572,6 +3606,7 @@ module.exports = { baseArmour: 580, hardness: 75, hullMass: 1200, + heatCapacity: 335, masslock: 26, pipSpeed: .041666666666667, fighterHangars: true, @@ -3673,7 +3708,7 @@ module.exports = { defaults: { standard: [ "6E", "7E", "6E", "5E", "7E", "4E", "6C" ], hardpoints: [ 0, 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "06", "05", "4j", "03", "02", 0, "01", 0, "2h", 0, 0 ] + internal: [ "06", "05", "4j", "03", "02", 0, "01", 0, "", 0, 0 ] } }, viper: { @@ -3691,6 +3726,7 @@ module.exports = { baseArmour: 70, hardness: 35, hullMass: 50, + heatCapacity: 195, masslock: 7, pipSpeed: .09375, pitch: 35, @@ -3780,7 +3816,7 @@ module.exports = { defaults: { standard: [ "3E", "3E", "3E", "2E", "3E", "3E", "2C" ], hardpoints: [ 17, 17, 0, 0, 0, 0 ], - internal: [ "01", "44", 0, 0, "2h" ] + internal: [ "01", "44", 0, 0, "" ] } }, viper_mk_iv: { @@ -3798,6 +3834,7 @@ module.exports = { baseArmour: 150, hardness: 35, hullMass: 190, + heatCapacity: 209, masslock: 7, pipSpeed: .087962962962963, pitch: 30, @@ -3887,7 +3924,7 @@ module.exports = { defaults: { standard: [ "4E", "4E", "4E", "2E", "3E", "3E", "4C" ], hardpoints: [ 0, 0, 17, 17, 0, 0 ], - internal: [ "02", "02", "44", 0, "00", 0, "2h" ] + internal: [ "02", "02", "44", 0, "00", 0, "" ] } }, vulture: { @@ -3903,6 +3940,7 @@ module.exports = { boostEnergy: 16, baseShieldStrength: 240, baseArmour: 160, + heatCapacity: 237, hardness: 55, hullMass: 230, masslock: 10, @@ -3994,7 +4032,7 @@ module.exports = { defaults: { standard: [ "4E", "5E", "4E", "3E", "5E", "4E", "3C" ], hardpoints: [ 17, 17, 0, 0, 0, 0 ], - internal: [ "4e", 0, "02", 0, 0, "2h" ] + internal: [ "4e", 0, "02", 0, 0, "" ] } } }, @@ -8317,14 +8355,14 @@ module.exports = { grp: "ul", id: "cy", integrity: 40, - jitter: 3.5, + jitter: 1.7, mass: 2, mount: "F", name: "Cytoscrambler", piercing: 1, power: .8, pp: "Archon Delaine", - range: 3e3, + range: 1e3, rating: "F", rof: 7.6, thermload: .3, @@ -9234,7 +9272,8 @@ module.exports = { cost: 379e3, damage: 3.3, damagedist: { - X: 1 + X: 1, + K: 1 }, distdraw: .11, edID: 128788701, @@ -9264,7 +9303,8 @@ module.exports = { cost: 1826500, damage: 1.7, damagedist: { - X: 1 + X: 1, + K: 1 }, distdraw: .06, edID: 128793059, @@ -9294,7 +9334,8 @@ module.exports = { cost: 1181500, damage: 6.1, damagedist: { - X: 1 + X: 1, + K: 1 }, distdraw: .18, edID: 128788702, @@ -9324,7 +9365,8 @@ module.exports = { cost: 3821600, damage: 3.3, damagedist: { - X: 1 + X: 1, + K: 1 }, distdraw: .06, edID: 128793060, @@ -10543,7 +10585,8 @@ module.exports = { cost: 540900, damage: 64, damagedist: { - X: 1 + X: 1, + E: 1 }, distdraw: .14, edID: 128788699, @@ -10573,7 +10616,8 @@ module.exports = { cost: 2022700, damage: 50, damagedist: { - X: 1 + X: 1, + E: 1 }, distdraw: .08, edID: 128788704, @@ -10603,7 +10647,8 @@ module.exports = { cost: 1352250, damage: 64, damagedist: { - X: 1 + X: 1, + E: 1 }, distdraw: .24, edID: 128788700, @@ -10633,7 +10678,8 @@ module.exports = { cost: 4056750, damage: 64, damagedist: { - X: 1 + X: 1, + E: 1 }, distdraw: .14, edID: 128788705, @@ -18760,9 +18806,9 @@ module.exports = { Iron: 1 }, features: { - explres: [ 0, .042 ], + explres: [ 0, .03 ], hullboost: [ -.01, -.01 ], - kinres: [ 0, .036 ], + kinres: [ 0, .03 ], mass: [ 0, -.15 ], thermres: [ 0, .03 ] }, @@ -18774,9 +18820,9 @@ module.exports = { Iron: 1 }, features: { - explres: [ .042, .084 ], + explres: [ .03, .06 ], hullboost: [ -.02, -.02 ], - kinres: [ .036, .072 ], + kinres: [ .03, .06 ], mass: [ -.15, -.25 ], thermres: [ .03, .06 ] }, @@ -18789,9 +18835,9 @@ module.exports = { Iron: 1 }, features: { - explres: [ .084, .126 ], + explres: [ .06, .09 ], hullboost: [ -.03, -.03 ], - kinres: [ .072, .108 ], + kinres: [ .06, .09 ], mass: [ -.25, -.35 ], thermres: [ .06, .09 ] }, @@ -18804,9 +18850,9 @@ module.exports = { "Proprietary Composites": 1 }, features: { - explres: [ .126, .168 ], + explres: [ .09, .12 ], hullboost: [ -.04, -.04 ], - kinres: [ .108, .144 ], + kinres: [ .09, .12 ], mass: [ -.35, -.45 ], thermres: [ .09, .12 ] }, @@ -18819,9 +18865,9 @@ module.exports = { Tin: 1 }, features: { - explres: [ .168, .21 ], + explres: [ .12, .15 ], hullboost: [ -.05, -.05 ], - kinres: [ .144, .18 ], + kinres: [ .12, .15 ], mass: [ -.45, -.55 ], thermres: [ .12, .15 ] }, @@ -18840,8 +18886,8 @@ module.exports = { Nickel: 1 }, features: { - explres: [ 0, .168 ], - kinres: [ -.05, -.05 ], + explres: [ 0, .12 ], + kinres: [ -.04, -.04 ], thermres: [ -.04, -.04 ] }, uuid: "c74fe800-a8c1-4ae9-95a1-47a8a9d1f10d" @@ -18852,8 +18898,8 @@ module.exports = { Zinc: 1 }, features: { - explres: [ .168, .266 ], - kinres: [ -.07, -.07 ], + explres: [ .12, .19 ], + kinres: [ -.06, -.06 ], thermres: [ -.06, -.06 ] }, uuid: "78f76eb3-ac9e-47bd-be6f-a26b4fdf9c57" @@ -18864,8 +18910,8 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ .366, .364 ], - kinres: [ -.1, -.1 ], + explres: [ .19, .26 ], + kinres: [ -.08, -.08 ], thermres: [ -.08, -.08 ] }, uuid: "83ea4fd2-2eee-4cfb-baa6-d6c314f58b8d" @@ -18877,8 +18923,8 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ .364, .462 ], - kinres: [ -.12, -.12 ], + explres: [ .26, .33 ], + kinres: [ -.1, -.1 ], thermres: [ -.1, -.1 ] }, uuid: "9656e75a-a8ac-454f-941a-9fe4b4f6a330" @@ -18890,8 +18936,8 @@ module.exports = { Ruthenium: 1 }, features: { - explres: [ .462, .56 ], - kinres: [ -.14, -.14 ], + explres: [ .33, .4 ], + kinres: [ -.12, -.12 ], thermres: [ -.12, -.12 ] }, uuid: "37e0788b-6f7d-43c8-89ca-decaff5f3653" @@ -18909,9 +18955,9 @@ module.exports = { Carbon: 1 }, features: { - explres: [ 0, .014 ], + explres: [ 0, .01 ], hullboost: [ 0, .12 ], - kinres: [ 0, .012 ], + kinres: [ 0, .01 ], mass: [ .1, .1 ], thermres: [ 0, .01 ] }, @@ -18923,9 +18969,9 @@ module.exports = { "Shield Emitters": 1 }, features: { - explres: [ .014, .028 ], + explres: [ .01, .02 ], hullboost: [ .12, .17 ], - kinres: [ .012, .024 ], + kinres: [ .01, .02 ], mass: [ .15, .15 ], thermres: [ .01, .02 ] }, @@ -18938,9 +18984,9 @@ module.exports = { "Shield Emitters": 1 }, features: { - explres: [ .028, .042 ], + explres: [ .02, .03 ], hullboost: [ .17, .22 ], - kinres: [ .024, .036 ], + kinres: [ .02, .03 ], mass: [ .2, .2 ], thermres: [ .02, .03 ] }, @@ -18953,9 +18999,9 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ .042, .056 ], + explres: [ .03, .04 ], hullboost: [ .22, .27 ], - kinres: [ .036, .048 ], + kinres: [ .03, .04 ], mass: [ .25, .25 ], thermres: [ .03, .04 ] }, @@ -18968,9 +19014,9 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ .056, .07 ], + explres: [ .04, .05 ], hullboost: [ .27, .32 ], - kinres: [ .048, .06 ], + kinres: [ .04, .05 ], mass: [ .3, .3 ], thermres: [ .04, .05 ] }, @@ -18989,8 +19035,8 @@ module.exports = { Nickel: 1 }, features: { - explres: [ -.06, -.06 ], - kinres: [ 0, .144 ], + explres: [ -.04, -.04 ], + kinres: [ 0, .12 ], thermres: [ -.04, -.04 ] }, uuid: "285736a7-9677-4875-b425-0704d2c05ee6" @@ -19001,8 +19047,8 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ -.08, -.08 ], - kinres: [ .144, .228 ], + explres: [ -.06, -.06 ], + kinres: [ .12, .19 ], thermres: [ -.06, -.06 ] }, uuid: "816adb1f-c089-49b6-b52d-a8ca189a4ef5" @@ -19014,8 +19060,8 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ -.11, -.11 ], - kinres: [ .228, .312 ], + explres: [ -.08, -.08 ], + kinres: [ .19, .26 ], thermres: [ -.08, -.08 ] }, uuid: "54c5cc67-3112-4c77-87f9-c5d6a5f0ae3c" @@ -19027,8 +19073,8 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ -.14, -.14 ], - kinres: [ .312, .396 ], + explres: [ -.1, -.1 ], + kinres: [ .26, .33 ], thermres: [ -.1, -.1 ] }, uuid: "80cdd75d-a574-4092-b45d-77187e52edf5" @@ -19040,8 +19086,8 @@ module.exports = { "Phase Alloys": 1 }, features: { - explres: [ -.17, -.17 ], - kinres: [ .396, .48 ], + explres: [ -.12, -.12 ], + kinres: [ .33, .4 ], thermres: [ -.12, -.12 ] }, uuid: "f56d18cc-3eca-4bec-8238-4a0105947e4e" @@ -19059,8 +19105,8 @@ module.exports = { "Heat Conduction Wiring": 1 }, features: { - explres: [ -.06, -.06 ], - kinres: [ -.05, -.05 ], + explres: [ -.04, -.04 ], + kinres: [ -.04, -.04 ], thermres: [ 0, .12 ] }, uuid: "73c3a3c1-da09-4792-a1e9-d0161da6c0f2" @@ -19071,8 +19117,8 @@ module.exports = { Nickel: 1 }, features: { - explres: [ -.08, -.08 ], - kinres: [ -.07, -.07 ], + explres: [ -.06, -.06 ], + kinres: [ -.06, -.06 ], thermres: [ .12, .19 ] }, uuid: "f3096b56-d6d2-4aa5-a77c-98ce2adc79dc" @@ -19084,8 +19130,8 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ -.11, -.11 ], - kinres: [ -.1, -.1 ], + explres: [ -.08, -.08 ], + kinres: [ -.08, -.08 ], thermres: [ .19, .26 ] }, uuid: "1aa48c57-d187-4e82-aa88-8b4a7a4bc856" @@ -19097,8 +19143,8 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ -.14, -.14 ], - kinres: [ -.12, -.12 ], + explres: [ -.1, -.1 ], + kinres: [ -.1, -.1 ], thermres: [ .26, .33 ] }, uuid: "afc78426-8570-4ad4-923a-794821c2506f" @@ -19110,8 +19156,8 @@ module.exports = { "Proto Heat Radiators": 1 }, features: { - explres: [ -.17, -.17 ], - kinres: [ -.14, -.14 ], + explres: [ -.12, -.12 ], + kinres: [ -.12, -.12 ], thermres: [ .33, .4 ] }, uuid: "12abc854-37c9-4f20-874d-dca8755e76fc" @@ -21230,7 +21276,7 @@ module.exports = { Nickel: 1 }, features: { - explres: [ 0, .117 ], + explres: [ 0, .12 ], hullreinforcement: [ 0, .03 ], kinres: [ -.02, -.02 ], thermres: [ -.02, -.02 ] @@ -21243,7 +21289,7 @@ module.exports = { Zinc: 1 }, features: { - explres: [ .117, .185 ], + explres: [ .12, .19 ], hullreinforcement: [ .03, .06 ], kinres: [ -.04, -.04 ], thermres: [ -.04, -.04 ] @@ -21257,7 +21303,7 @@ module.exports = { Zirconium: 1 }, features: { - explres: [ .185, .254 ], + explres: [ .19, .26 ], hullreinforcement: [ .06, .09 ], kinres: [ -.06, -.06 ], thermres: [ -.06, -.06 ] @@ -21271,7 +21317,7 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ .254, .322 ], + explres: [ .26, .33 ], hullreinforcement: [ .09, .12 ], kinres: [ -.08, -.08 ], thermres: [ -.08, -.08 ] @@ -21285,7 +21331,7 @@ module.exports = { Ruthenium: 1 }, features: { - explres: [ .322, .39 ], + explres: [ .33, .4 ], hullreinforcement: [ .12, .15 ], kinres: [ -.1, -.1 ], thermres: [ -.1, -.1 ] @@ -21387,7 +21433,7 @@ module.exports = { features: { explres: [ -.02, -.02 ], hullreinforcement: [ 0, .03 ], - kinres: [ 0, .117 ], + kinres: [ 0, .12 ], thermres: [ -.02, -.02 ] }, uuid: "9d5338ab-031c-40e5-bd13-d3eb057540ab" @@ -21400,7 +21446,7 @@ module.exports = { features: { explres: [ -.04, -.04 ], hullreinforcement: [ .03, .06 ], - kinres: [ .117, .185 ], + kinres: [ .12, .19 ], thermres: [ -.04, -.04 ] }, uuid: "238db8e4-99e2-4e70-b4e3-f918294110c7" @@ -21414,7 +21460,7 @@ module.exports = { features: { explres: [ -.06, -.06 ], hullreinforcement: [ .06, .09 ], - kinres: [ .185, .254 ], + kinres: [ .19, .26 ], thermres: [ -.06, -.06 ] }, uuid: "cb65ddfa-2fd9-4db5-9558-0770866ea8ee" @@ -21428,7 +21474,7 @@ module.exports = { features: { explres: [ -.08, -.08 ], hullreinforcement: [ .09, .12 ], - kinres: [ .254, .322 ], + kinres: [ .26, .33 ], thermres: [ -.08, -.08 ] }, uuid: "944cb78e-4da0-43a0-acc8-95c7d67eaf92" @@ -21442,7 +21488,7 @@ module.exports = { features: { explres: [ -.1, -.1 ], hullreinforcement: [ .12, .15 ], - kinres: [ .322, .29 ], + kinres: [ .33, .4 ], thermres: [ -.1, -.1 ] }, uuid: "bd68edc4-6ed5-4704-9682-28b51a18591f" @@ -21463,7 +21509,7 @@ module.exports = { explres: [ -.02, -.02 ], hullreinforcement: [ 0, .03 ], kinres: [ -.02, -.02 ], - thermres: [ 0, .117 ] + thermres: [ 0, .12 ] }, uuid: "cc3d62d5-9769-480d-9e37-620c61a276ab" }, @@ -21476,7 +21522,7 @@ module.exports = { explres: [ -.04, -.04 ], hullreinforcement: [ .03, .06 ], kinres: [ -.04, -.04 ], - thermres: [ .117, .185 ] + thermres: [ .12, .19 ] }, uuid: "e4aa2331-7dc5-479c-9959-d90f0e473da9" }, @@ -21490,7 +21536,7 @@ module.exports = { explres: [ -.06, -.06 ], hullreinforcement: [ .06, .09 ], kinres: [ -.06, -.06 ], - thermres: [ .185, .254 ] + thermres: [ .19, .26 ] }, uuid: "29f49ae9-e241-4791-a9e3-bfdccd6cdfbb" }, @@ -21504,7 +21550,7 @@ module.exports = { explres: [ -.08, -.08 ], hullreinforcement: [ .09, .12 ], kinres: [ -.08, -.08 ], - thermres: [ .254, .322 ] + thermres: [ .26, .33 ] }, uuid: "19e30f32-a789-4acf-8f69-f97677ace963" }, @@ -21518,7 +21564,7 @@ module.exports = { explres: [ -.1, -.1 ], hullreinforcement: [ .12, .15 ], kinres: [ -.1, -.1 ], - thermres: [ .322, .39 ] + thermres: [ .33, .4 ] }, uuid: "e6151657-1317-4aec-9e49-2d7e7a093d74" } @@ -24578,8 +24624,8 @@ module.exports = { }, features: { integrity: [ 0, .2 ], - kinres: [ 0, .06 ], - thermres: [ -.04, -.04 ] + kinres: [ 0, .1 ], + thermres: [ -.03, -.03 ] }, uuid: "df87f0c1-bd60-4e18-8a03-76063d635235" }, @@ -24590,8 +24636,8 @@ module.exports = { }, features: { integrity: [ .2, .25 ], - kinres: [ .06, .12 ], - thermres: [ -.07, -.07 ] + kinres: [ .1, .2 ], + thermres: [ -.06, -.06 ] }, uuid: "b67f86a0-866c-4233-9cd3-f5ea87a572eb" }, @@ -24603,8 +24649,8 @@ module.exports = { }, features: { integrity: [ .25, .3 ], - kinres: [ .12, .18 ], - thermres: [ -.11, -.11 ] + kinres: [ .2, .3 ], + thermres: [ -.09, -.09 ] }, uuid: "93979fd6-d135-4221-9a60-c9354e02619f" }, @@ -24616,8 +24662,8 @@ module.exports = { }, features: { integrity: [ .3, .35 ], - kinres: [ .18, .24 ], - thermres: [ -.14, -.14 ] + kinres: [ .3, .4 ], + thermres: [ -.12, -.12 ] }, uuid: "0e14c801-fd35-4bca-b97b-24da20d8c716" }, @@ -24629,8 +24675,8 @@ module.exports = { }, features: { integrity: [ .35, .4 ], - kinres: [ .18, .3 ], - thermres: [ -.18, -.18 ] + kinres: [ .4, .5 ], + thermres: [ -.15, -.15 ] }, uuid: "dfdb4767-78e1-4e5f-ae1a-aeb6ae2748c9" } @@ -24729,10 +24775,10 @@ module.exports = { features: { brokenregen: [ -.1, -.1 ], distdraw: [ .04, .04 ], - explres: [ 0, .0225 ], - kinres: [ 0, .027 ], + explres: [ 0, .045 ], + kinres: [ 0, .045 ], optmul: [ 0, .14 ], - thermres: [ 0, .054 ] + thermres: [ 0, .045 ] }, uuid: "47ad77c0-e49b-44e5-9824-4074b63db369" }, @@ -24744,10 +24790,10 @@ module.exports = { features: { brokenregen: [ -.1, -.1 ], distdraw: [ .06, .06 ], - explres: [ .0225, .0375 ], - kinres: [ .027, .045 ], + explres: [ .045, .075 ], + kinres: [ .045, .075 ], optmul: [ .14, .2 ], - thermres: [ .054, .09 ] + thermres: [ .045, .075 ] }, uuid: "823f8f82-745d-4051-8f35-4e38a561932e" }, @@ -24760,10 +24806,10 @@ module.exports = { features: { brokenregen: [ -.1, -.1 ], distdraw: [ .08, .08 ], - explres: [ .0375, .0525 ], - kinres: [ .045, .063 ], + explres: [ .075, .105 ], + kinres: [ .075, .105 ], optmul: [ .2, .26 ], - thermres: [ .09, .126 ] + thermres: [ .075, .105 ] }, uuid: "a1a29713-f2e5-4e15-a913-e01dc065f99f" }, @@ -24776,10 +24822,10 @@ module.exports = { features: { brokenregen: [ -.1, -.1 ], distdraw: [ .1, .1 ], - explres: [ .0525, .0675 ], - kinres: [ .063, .081 ], + explres: [ .105, .135 ], + kinres: [ .105, .135 ], optmul: [ .26, .32 ], - thermres: [ .126, .162 ] + thermres: [ .105, .135 ] }, uuid: "87ac1315-7904-48f6-a5fe-f044be546490" }, @@ -24792,10 +24838,10 @@ module.exports = { features: { brokenregen: [ -.1, -.1 ], distdraw: [ .12, .12 ], - explres: [ .0675, .0825 ], - kinres: [ .081, .099 ], + explres: [ .135, .165 ], + kinres: [ .135, .165 ], optmul: [ .32, .38 ], - thermres: [ .162, .198 ] + thermres: [ .135, .165 ] }, uuid: "1d9af376-c7c9-4b1a-9bc9-e77b4025e328" } @@ -24813,8 +24859,8 @@ module.exports = { }, features: { integrity: [ 0, .2 ], - kinres: [ -.02, -.02 ], - thermres: [ 0, .12 ] + kinres: [ -.04, -.04 ], + thermres: [ 0, .1 ] }, uuid: "ef5a3026-0777-4715-a1f4-5c65eff85b12" }, @@ -24825,8 +24871,8 @@ module.exports = { }, features: { integrity: [ .2, .25 ], - kinres: [ -.05, -.05 ], - thermres: [ .12, .24 ] + kinres: [ -.08, -.08 ], + thermres: [ .1, .2 ] }, uuid: "54e6e07a-3281-41aa-afa0-bbf292131c0f" }, @@ -24838,8 +24884,8 @@ module.exports = { }, features: { integrity: [ .25, .3 ], - kinres: [ -.07, -.07 ], - thermres: [ .24, .36 ] + kinres: [ -.12, -.12 ], + thermres: [ .2, .3 ] }, uuid: "307935bf-60d3-4887-b449-24d712518154" }, @@ -24851,8 +24897,8 @@ module.exports = { }, features: { integrity: [ .3, .35 ], - kinres: [ -.1, -.1 ], - thermres: [ .36, .48 ] + kinres: [ -.16, -.16 ], + thermres: [ .3, .4 ] }, uuid: "ef6a4d70-9996-4db8-ae22-7c61c3dcaf74" }, @@ -24864,8 +24910,8 @@ module.exports = { }, features: { integrity: [ .35, .4 ], - kinres: [ -.12, -.12 ], - thermres: [ .48, .6 ] + kinres: [ -.2, -.2 ], + thermres: [ .4, .5 ] }, uuid: "f14e779f-d09a-47e4-8f4e-89c85b730f6b" } @@ -26520,9 +26566,9 @@ module.exports = { special_shield_regenerative: { brokenregen: .15, regen: .15, - thermres: -1, - kinres: -1, - explres: -1 + thermres: -1.5, + kinres: -1.5, + explres: -1.5 }, special_shield_resistive: { thermres: 3, diff --git a/dist/index.json b/dist/index.json index e28023a..891212a 100644 --- a/dist/index.json +++ b/dist/index.json @@ -11,6 +11,7 @@ "speed": 220, "boost": 320, "boostEnergy": 9, + "heatCapacity": 170, "baseShieldStrength": 60, "baseArmour": 90, "hardness": 35, @@ -137,7 +138,7 @@ "44", "00", 0, - "2h" + "" ] } }, @@ -153,6 +154,7 @@ "boost": 330, "boostEnergy": 19, "baseShieldStrength": 200, + "heatCapacity": 289, "baseArmour": 280, "hardness": 65, "hullMass": 400, @@ -330,7 +332,7 @@ "4e", "02", "", - "2h", + "", "", "", "" @@ -348,6 +350,7 @@ "speed": 204, "boost": 310, "boostEnergy": 19, + "heatCapacity": 316, "baseShieldStrength": 220, "baseArmour": 300, "hardness": 65, @@ -528,7 +531,7 @@ "4h", "01", "01", - "2h", + "", "", "", "", @@ -549,6 +552,7 @@ "boostEnergy": 19, "baseShieldStrength": 200, "baseArmour": 300, + "heatCapacity": 316, "hardness": 65, "hullMass": 500, "masslock": 13, @@ -727,7 +731,7 @@ "4e", "02", "", - "2h", + "", "", "", "" @@ -747,6 +751,7 @@ "boostEnergy": 27, "baseShieldStrength": 350, "baseArmour": 525, + "heatCapacity": 334, "hardness": 65, "hullMass": 400, "masslock": 23, @@ -919,7 +924,7 @@ 0, 0, 0, - "2h", + "", "00" ] } @@ -936,6 +941,7 @@ "boost": 340, "boostEnergy": 13, "baseShieldStrength": 140, + "heatCapacity": 272, "baseArmour": 210, "hardness": 52, "hullMass": 280, @@ -1075,7 +1081,7 @@ 0, 0, "00", - "2h" + "" ] } }, @@ -1091,6 +1097,7 @@ "boost": 300, "boostEnergy": 13, "baseShieldStrength": 120, + "heatCapacity": 210, "baseArmour": 180, "hardness": 52, "hullMass": 150, @@ -1236,6 +1243,7 @@ "boost": 280, "boostEnergy": 19, "baseShieldStrength": 280, + "heatCapacity": 283, "baseArmour": 280, "hardness": 60, "hullMass": 950, @@ -1390,7 +1398,7 @@ "01", 0, 0, - "2h" + "" ] } }, @@ -1407,6 +1415,7 @@ "boostEnergy": 10, "baseShieldStrength": 80, "baseArmour": 120, + "heatCapacity": 225, "hardness": 35, "hullMass": 180, "masslock": 8, @@ -1535,7 +1544,7 @@ "49", "00", 0, - "2h" + "" ] } }, @@ -1551,6 +1560,7 @@ "boost": 300, "boostEnergy": 10, "baseShieldStrength": 120, + "heatCapacity": 228, "baseArmour": 120, "hardness": 35, "hullMass": 210, @@ -1689,7 +1699,7 @@ 0, 0, "00", - "2h" + "" ] } }, @@ -1707,6 +1717,7 @@ "baseShieldStrength": 150, "baseArmour": 150, "hardness": 42, + "heatCapacity": 351, "hullMass": 260, "masslock": 10, "pipSpeed": 0.098214285714286, @@ -1835,7 +1846,7 @@ "02", "01", 0, - "2h", + "", 0 ] } @@ -1854,6 +1865,7 @@ "baseShieldStrength": 120, "baseArmour": 120, "hardness": 40, + "heatCapacity": 346, "hullMass": 170, "masslock": 8, "pipSpeed": 0.096153846153846, @@ -1981,7 +1993,7 @@ "44", 0, 0, - "2h" + "" ] } }, @@ -2000,6 +2012,7 @@ "baseArmour": 110, "hardness": 35, "hullMass": 140, + "heatCapacity": 165, "masslock": 9, "pipSpeed": 0.13, "luxuryCabins": true, @@ -2130,7 +2143,7 @@ "01", "00", 0, - "2h" + "" ] } }, @@ -2149,6 +2162,7 @@ "baseArmour": 40, "hardness": 28, "hullMass": 50, + "heatCapacity": 165, "masslock": 6, "pipSpeed": 0.0625, "pitch": 50, @@ -2280,7 +2294,7 @@ "44", "00", 0, - "2h", + "", 0 ] } @@ -2300,6 +2314,7 @@ "baseArmour": 300, "hardness": 60, "hullMass": 480, + "heatCapacity": 286, "masslock": 14, "pipSpeed": 0.071428571428571, "pitch": 38, @@ -2481,6 +2496,7 @@ "hardness": 70, "hullMass": 900, "masslock": 24, + "heatCapacity": 333, "pipSpeed": 0.125, "fighterHangars": true, "pitch": 28, @@ -2664,7 +2680,7 @@ 0, "02", "01", - "2h" + "" ] } }, @@ -2683,6 +2699,7 @@ "baseArmour": 300, "hardness": 60, "hullMass": 580, + "heatCapacity": 331, "masslock": 14, "pipSpeed": 0.11111111111111, "pitch": 30, @@ -2848,7 +2865,7 @@ 0, 0, 0, - "2h" + "" ] } }, @@ -2867,6 +2884,7 @@ "baseArmour": 350, "hardness": 60, "hullMass": 580, + "heatCapacity": 325, "masslock": 14, "pipSpeed": 0.10294117647059, "fighterHangars": true, @@ -3047,7 +3065,7 @@ 0, 0, 0, - "2h" + "" ] } }, @@ -3066,6 +3084,7 @@ "baseArmour": 225, "hardness": 70, "hullMass": 250, + "heatCapacity": 224, "masslock": 12, "pipSpeed": 0.038461538461538, "pitch": 38, @@ -3200,7 +3219,7 @@ "49", "02", 0, - "2h" + "" ] } }, @@ -3218,6 +3237,7 @@ "baseShieldStrength": 50, "baseArmour": 100, "hardness": 20, + "heatCapacity": 123, "hullMass": 14, "masslock": 6, "pipSpeed": 0.1625, @@ -3335,7 +3355,7 @@ "01", "01", "3v", - "2h" + "" ] } }, @@ -3355,6 +3375,7 @@ "hardness": 60, "hullMass": 400, "masslock": 12, + "heatCapacity": 304, "pipSpeed": 0.1, "pitch": 40, "roll": 80, @@ -3491,7 +3512,7 @@ 0, 0, "00", - "2h" + "" ] } }, @@ -3511,6 +3532,7 @@ "hardness": 30, "hullMass": 35, "masslock": 7, + "heatCapacity": 230, "pipSpeed": 0.053571428571429, "pitch": 38, "roll": 90, @@ -3641,7 +3663,7 @@ "3v", "00", "00", - "2h" + "" ] } }, @@ -3660,6 +3682,7 @@ "baseArmour": 400, "hardness": 70, "hullMass": 1100, + "heatCapacity": 327, "masslock": 27, "pipSpeed": 0.05, "fighterHangars": true, @@ -3842,7 +3865,7 @@ 0, 0, "01", - "2h" + "" ] } }, @@ -3860,6 +3883,7 @@ "baseShieldStrength": 80, "baseArmour": 60, "hardness": 28, + "heatCapacity": 163, "hullMass": 50, "masslock": 6, "pipSpeed": 0.075, @@ -3992,7 +4016,7 @@ "44", "00", 0, - "2h", + "", 0 ] } @@ -4011,6 +4035,7 @@ "baseShieldStrength": 135, "baseArmour": 270, "hardness": 45, + "heatCapacity": 215, "hullMass": 180, "masslock": 8, "pipSpeed": 0.1375, @@ -4141,7 +4166,7 @@ "02", "44", "00", - "2h" + "" ] } }, @@ -4157,6 +4182,7 @@ "boost": 330, "boostEnergy": 13, "baseShieldStrength": 220, + "heatCapacity": 300, "baseArmour": 220, "hardness": 55, "hullMass": 320, @@ -4295,7 +4321,7 @@ "04", "03", 0, - "2h", + "", 0, "00" ] @@ -4311,6 +4337,7 @@ "hullCost": 42409425, "speed": 250, "boost": 350, + "heatCapacity": 300, "boostEnergy": 13, "baseShieldStrength": 200, "baseArmour": 180, @@ -4449,7 +4476,7 @@ "04", "04", 0, - "2h", + "", 0, "00" ] @@ -4468,6 +4495,7 @@ "boostEnergy": 16, "baseShieldStrength": 220, "baseArmour": 220, + "heatCapacity": 262, "hardness": 55, "hullMass": 290, "masslock": 16, @@ -4603,7 +4631,7 @@ "02", 0, 0, - "2h" + "" ] } }, @@ -4619,6 +4647,7 @@ "boost": 380, "boostEnergy": 10, "baseShieldStrength": 270, + "heatCapacity": 165, "baseArmour": 230, "hardness": 65, "hullMass": 250, @@ -4773,6 +4802,7 @@ "boostEnergy": 23, "baseShieldStrength": 260, "baseArmour": 260, + "heatCapacity": 300, "hardness": 65, "hullMass": 350, "masslock": 17, @@ -4913,7 +4943,7 @@ 0, 0, "00", - "2h" + "" ] } }, @@ -4928,6 +4958,7 @@ "speed": 220, "boost": 320, "boostEnergy": 7, + "heatCapacity": 140, "baseShieldStrength": 40, "baseArmour": 60, "hardness": 20, @@ -5049,7 +5080,7 @@ "internal": [ "3v", "01", - "2h", + "", 0 ] } @@ -5064,6 +5095,7 @@ "hullCost": 865790, "speed": 220, "boost": 350, + "heatCapacity": 179, "boostEnergy": 10, "baseShieldStrength": 90, "baseArmour": 180, @@ -5195,7 +5227,7 @@ "02", "44", "00", - "2h" + "" ] } }, @@ -5208,6 +5240,7 @@ "class": 3, "hullCost": 16780510, "speed": 180, + "heatCapacity": 226, "boost": 300, "boostEnergy": 10, "baseShieldStrength": 155, @@ -5350,7 +5383,7 @@ "49", 0, 0, - "2h" + "" ] } }, @@ -5365,6 +5398,7 @@ "speed": 130, "boost": 200, "boostEnergy": 19, + "heatCapacity": 289, "baseShieldStrength": 240, "baseArmour": 480, "hardness": 65, @@ -5510,7 +5544,7 @@ 0, "01", 0, - "2h" + "" ] } }, @@ -5529,6 +5563,7 @@ "baseArmour": 580, "hardness": 75, "hullMass": 1200, + "heatCapacity": 335, "masslock": 26, "pipSpeed": 0.041666666666667, "fighterHangars": true, @@ -5709,7 +5744,7 @@ 0, "01", 0, - "2h", + "", 0, 0 ] @@ -5730,6 +5765,7 @@ "baseArmour": 70, "hardness": 35, "hullMass": 50, + "heatCapacity": 195, "masslock": 7, "pipSpeed": 0.09375, "pitch": 35, @@ -5866,7 +5902,7 @@ "44", 0, 0, - "2h" + "" ] } }, @@ -5885,6 +5921,7 @@ "baseArmour": 150, "hardness": 35, "hullMass": 190, + "heatCapacity": 209, "masslock": 7, "pipSpeed": 0.087962962962963, "pitch": 30, @@ -6025,7 +6062,7 @@ 0, "00", 0, - "2h" + "" ] } }, @@ -6042,6 +6079,7 @@ "boostEnergy": 16, "baseShieldStrength": 240, "baseArmour": 160, + "heatCapacity": 237, "hardness": 55, "hullMass": 230, "masslock": 10, @@ -6182,7 +6220,7 @@ "02", 0, 0, - "2h" + "" ] } } @@ -10782,14 +10820,14 @@ "grp": "ul", "id": "cy", "integrity": 40, - "jitter": 3.5, + "jitter": 1.7, "mass": 2, "mount": "F", "name": "Cytoscrambler", "piercing": 1, "power": 0.8, "pp": "Archon Delaine", - "range": 3000, + "range": 1000, "rating": "F", "rof": 7.6, "thermload": 0.3, @@ -11735,7 +11773,8 @@ "cost": 379000, "damage": 3.3, "damagedist": { - "X": 1 + "X": 1, + "K": 1 }, "distdraw": 0.11, "edID": 128788701, @@ -11766,7 +11805,8 @@ "cost": 1826500, "damage": 1.7, "damagedist": { - "X": 1 + "X": 1, + "K": 1 }, "distdraw": 0.06, "edID": 128793059, @@ -11797,7 +11837,8 @@ "cost": 1181500, "damage": 6.1, "damagedist": { - "X": 1 + "X": 1, + "K": 1 }, "distdraw": 0.18, "edID": 128788702, @@ -11828,7 +11869,8 @@ "cost": 3821600, "damage": 3.3, "damagedist": { - "X": 1 + "X": 1, + "K": 1 }, "distdraw": 0.06, "edID": 128793060, @@ -13093,7 +13135,8 @@ "cost": 540900, "damage": 64, "damagedist": { - "X": 1 + "X": 1, + "E": 1 }, "distdraw": 0.14, "edID": 128788699, @@ -13124,7 +13167,8 @@ "cost": 2022700, "damage": 50, "damagedist": { - "X": 1 + "X": 1, + "E": 1 }, "distdraw": 0.08, "edID": 128788704, @@ -13155,7 +13199,8 @@ "cost": 1352250, "damage": 64, "damagedist": { - "X": 1 + "X": 1, + "E": 1 }, "distdraw": 0.24, "edID": 128788700, @@ -13186,7 +13231,8 @@ "cost": 4056750, "damage": 64, "damagedist": { - "X": 1 + "X": 1, + "E": 1 }, "distdraw": 0.14, "edID": 128788705, @@ -21889,7 +21935,7 @@ "features": { "explres": [ 0, - 0.042 + 0.03 ], "hullboost": [ -0.01, @@ -21897,7 +21943,7 @@ ], "kinres": [ 0, - 0.036 + 0.03 ], "mass": [ 0, @@ -21917,16 +21963,16 @@ }, "features": { "explres": [ - 0.042, - 0.084 + 0.03, + 0.06 ], "hullboost": [ -0.02, -0.02 ], "kinres": [ - 0.036, - 0.072 + 0.03, + 0.06 ], "mass": [ -0.15, @@ -21947,16 +21993,16 @@ }, "features": { "explres": [ - 0.084, - 0.126 + 0.06, + 0.09 ], "hullboost": [ -0.03, -0.03 ], "kinres": [ - 0.072, - 0.108 + 0.06, + 0.09 ], "mass": [ -0.25, @@ -21977,16 +22023,16 @@ }, "features": { "explres": [ - 0.126, - 0.168 + 0.09, + 0.12 ], "hullboost": [ -0.04, -0.04 ], "kinres": [ - 0.108, - 0.144 + 0.09, + 0.12 ], "mass": [ -0.35, @@ -22007,16 +22053,16 @@ }, "features": { "explres": [ - 0.168, - 0.21 + 0.12, + 0.15 ], "hullboost": [ -0.05, -0.05 ], "kinres": [ - 0.144, - 0.18 + 0.12, + 0.15 ], "mass": [ -0.45, @@ -22047,11 +22093,11 @@ "features": { "explres": [ 0, - 0.168 + 0.12 ], "kinres": [ - -0.05, - -0.05 + -0.04, + -0.04 ], "thermres": [ -0.04, @@ -22067,12 +22113,12 @@ }, "features": { "explres": [ - 0.168, - 0.266 + 0.12, + 0.19 ], "kinres": [ - -0.07, - -0.07 + -0.06, + -0.06 ], "thermres": [ -0.06, @@ -22088,12 +22134,12 @@ }, "features": { "explres": [ - 0.366, - 0.364 + 0.19, + 0.26 ], "kinres": [ - -0.1, - -0.1 + -0.08, + -0.08 ], "thermres": [ -0.08, @@ -22110,12 +22156,12 @@ }, "features": { "explres": [ - 0.364, - 0.462 + 0.26, + 0.33 ], "kinres": [ - -0.12, - -0.12 + -0.1, + -0.1 ], "thermres": [ -0.1, @@ -22132,12 +22178,12 @@ }, "features": { "explres": [ - 0.462, - 0.56 + 0.33, + 0.4 ], "kinres": [ - -0.14, - -0.14 + -0.12, + -0.12 ], "thermres": [ -0.12, @@ -22164,7 +22210,7 @@ "features": { "explres": [ 0, - 0.014 + 0.01 ], "hullboost": [ 0, @@ -22172,7 +22218,7 @@ ], "kinres": [ 0, - 0.012 + 0.01 ], "mass": [ 0.1, @@ -22192,16 +22238,16 @@ }, "features": { "explres": [ - 0.014, - 0.028 + 0.01, + 0.02 ], "hullboost": [ 0.12, 0.17 ], "kinres": [ - 0.012, - 0.024 + 0.01, + 0.02 ], "mass": [ 0.15, @@ -22222,16 +22268,16 @@ }, "features": { "explres": [ - 0.028, - 0.042 + 0.02, + 0.03 ], "hullboost": [ 0.17, 0.22 ], "kinres": [ - 0.024, - 0.036 + 0.02, + 0.03 ], "mass": [ 0.2, @@ -22252,16 +22298,16 @@ }, "features": { "explres": [ - 0.042, - 0.056 + 0.03, + 0.04 ], "hullboost": [ 0.22, 0.27 ], "kinres": [ - 0.036, - 0.048 + 0.03, + 0.04 ], "mass": [ 0.25, @@ -22282,16 +22328,16 @@ }, "features": { "explres": [ - 0.056, - 0.07 + 0.04, + 0.05 ], "hullboost": [ 0.27, 0.32 ], "kinres": [ - 0.048, - 0.06 + 0.04, + 0.05 ], "mass": [ 0.3, @@ -22321,12 +22367,12 @@ }, "features": { "explres": [ - -0.06, - -0.06 + -0.04, + -0.04 ], "kinres": [ 0, - 0.144 + 0.12 ], "thermres": [ -0.04, @@ -22342,12 +22388,12 @@ }, "features": { "explres": [ - -0.08, - -0.08 + -0.06, + -0.06 ], "kinres": [ - 0.144, - 0.228 + 0.12, + 0.19 ], "thermres": [ -0.06, @@ -22364,12 +22410,12 @@ }, "features": { "explres": [ - -0.11, - -0.11 + -0.08, + -0.08 ], "kinres": [ - 0.228, - 0.312 + 0.19, + 0.26 ], "thermres": [ -0.08, @@ -22386,12 +22432,12 @@ }, "features": { "explres": [ - -0.14, - -0.14 + -0.1, + -0.1 ], "kinres": [ - 0.312, - 0.396 + 0.26, + 0.33 ], "thermres": [ -0.1, @@ -22408,12 +22454,12 @@ }, "features": { "explres": [ - -0.17, - -0.17 + -0.12, + -0.12 ], "kinres": [ - 0.396, - 0.48 + 0.33, + 0.4 ], "thermres": [ -0.12, @@ -22439,12 +22485,12 @@ }, "features": { "explres": [ - -0.06, - -0.06 + -0.04, + -0.04 ], "kinres": [ - -0.05, - -0.05 + -0.04, + -0.04 ], "thermres": [ 0, @@ -22460,12 +22506,12 @@ }, "features": { "explres": [ - -0.08, - -0.08 + -0.06, + -0.06 ], "kinres": [ - -0.07, - -0.07 + -0.06, + -0.06 ], "thermres": [ 0.12, @@ -22482,12 +22528,12 @@ }, "features": { "explres": [ - -0.11, - -0.11 + -0.08, + -0.08 ], "kinres": [ - -0.1, - -0.1 + -0.08, + -0.08 ], "thermres": [ 0.19, @@ -22504,12 +22550,12 @@ }, "features": { "explres": [ - -0.14, - -0.14 + -0.1, + -0.1 ], "kinres": [ - -0.12, - -0.12 + -0.1, + -0.1 ], "thermres": [ 0.26, @@ -22526,12 +22572,12 @@ }, "features": { "explres": [ - -0.17, - -0.17 + -0.12, + -0.12 ], "kinres": [ - -0.14, - -0.14 + -0.12, + -0.12 ], "thermres": [ 0.33, @@ -25911,7 +25957,7 @@ "features": { "explres": [ 0, - 0.117 + 0.12 ], "hullreinforcement": [ 0, @@ -25935,8 +25981,8 @@ }, "features": { "explres": [ - 0.117, - 0.185 + 0.12, + 0.19 ], "hullreinforcement": [ 0.03, @@ -25961,8 +26007,8 @@ }, "features": { "explres": [ - 0.185, - 0.254 + 0.19, + 0.26 ], "hullreinforcement": [ 0.06, @@ -25987,8 +26033,8 @@ }, "features": { "explres": [ - 0.254, - 0.322 + 0.26, + 0.33 ], "hullreinforcement": [ 0.09, @@ -26013,8 +26059,8 @@ }, "features": { "explres": [ - 0.322, - 0.39 + 0.33, + 0.4 ], "hullreinforcement": [ 0.12, @@ -26217,7 +26263,7 @@ ], "kinres": [ 0, - 0.117 + 0.12 ], "thermres": [ -0.02, @@ -26241,8 +26287,8 @@ 0.06 ], "kinres": [ - 0.117, - 0.185 + 0.12, + 0.19 ], "thermres": [ -0.04, @@ -26267,8 +26313,8 @@ 0.09 ], "kinres": [ - 0.185, - 0.254 + 0.19, + 0.26 ], "thermres": [ -0.06, @@ -26293,8 +26339,8 @@ 0.12 ], "kinres": [ - 0.254, - 0.322 + 0.26, + 0.33 ], "thermres": [ -0.08, @@ -26319,8 +26365,8 @@ 0.15 ], "kinres": [ - 0.322, - 0.29 + 0.33, + 0.4 ], "thermres": [ -0.1, @@ -26360,7 +26406,7 @@ ], "thermres": [ 0, - 0.117 + 0.12 ] }, "uuid": "cc3d62d5-9769-480d-9e37-620c61a276ab" @@ -26384,8 +26430,8 @@ -0.04 ], "thermres": [ - 0.117, - 0.185 + 0.12, + 0.19 ] }, "uuid": "e4aa2331-7dc5-479c-9959-d90f0e473da9" @@ -26410,8 +26456,8 @@ -0.06 ], "thermres": [ - 0.185, - 0.254 + 0.19, + 0.26 ] }, "uuid": "29f49ae9-e241-4791-a9e3-bfdccd6cdfbb" @@ -26436,8 +26482,8 @@ -0.08 ], "thermres": [ - 0.254, - 0.322 + 0.26, + 0.33 ] }, "uuid": "19e30f32-a789-4acf-8f69-f97677ace963" @@ -26462,8 +26508,8 @@ -0.1 ], "thermres": [ - 0.322, - 0.39 + 0.33, + 0.4 ] }, "uuid": "e6151657-1317-4aec-9e49-2d7e7a093d74" @@ -31668,11 +31714,11 @@ ], "kinres": [ 0, - 0.06 + 0.1 ], "thermres": [ - -0.04, - -0.04 + -0.03, + -0.03 ] }, "uuid": "df87f0c1-bd60-4e18-8a03-76063d635235" @@ -31688,12 +31734,12 @@ 0.25 ], "kinres": [ - 0.06, - 0.12 + 0.1, + 0.2 ], "thermres": [ - -0.07, - -0.07 + -0.06, + -0.06 ] }, "uuid": "b67f86a0-866c-4233-9cd3-f5ea87a572eb" @@ -31710,12 +31756,12 @@ 0.3 ], "kinres": [ - 0.12, - 0.18 + 0.2, + 0.3 ], "thermres": [ - -0.11, - -0.11 + -0.09, + -0.09 ] }, "uuid": "93979fd6-d135-4221-9a60-c9354e02619f" @@ -31732,12 +31778,12 @@ 0.35 ], "kinres": [ - 0.18, - 0.24 + 0.3, + 0.4 ], "thermres": [ - -0.14, - -0.14 + -0.12, + -0.12 ] }, "uuid": "0e14c801-fd35-4bca-b97b-24da20d8c716" @@ -31754,12 +31800,12 @@ 0.4 ], "kinres": [ - 0.18, - 0.3 + 0.4, + 0.5 ], "thermres": [ - -0.18, - -0.18 + -0.15, + -0.15 ] }, "uuid": "dfdb4767-78e1-4e5f-ae1a-aeb6ae2748c9" @@ -31948,11 +31994,11 @@ ], "explres": [ 0, - 0.0225 + 0.045 ], "kinres": [ 0, - 0.027 + 0.045 ], "optmul": [ 0, @@ -31960,7 +32006,7 @@ ], "thermres": [ 0, - 0.054 + 0.045 ] }, "uuid": "47ad77c0-e49b-44e5-9824-4074b63db369" @@ -31980,20 +32026,20 @@ 0.06 ], "explres": [ - 0.0225, - 0.0375 + 0.045, + 0.075 ], "kinres": [ - 0.027, - 0.045 + 0.045, + 0.075 ], "optmul": [ 0.14, 0.2 ], "thermres": [ - 0.054, - 0.09 + 0.045, + 0.075 ] }, "uuid": "823f8f82-745d-4051-8f35-4e38a561932e" @@ -32014,20 +32060,20 @@ 0.08 ], "explres": [ - 0.0375, - 0.0525 + 0.075, + 0.105 ], "kinres": [ - 0.045, - 0.063 + 0.075, + 0.105 ], "optmul": [ 0.2, 0.26 ], "thermres": [ - 0.09, - 0.126 + 0.075, + 0.105 ] }, "uuid": "a1a29713-f2e5-4e15-a913-e01dc065f99f" @@ -32048,20 +32094,20 @@ 0.1 ], "explres": [ - 0.0525, - 0.0675 + 0.105, + 0.135 ], "kinres": [ - 0.063, - 0.081 + 0.105, + 0.135 ], "optmul": [ 0.26, 0.32 ], "thermres": [ - 0.126, - 0.162 + 0.105, + 0.135 ] }, "uuid": "87ac1315-7904-48f6-a5fe-f044be546490" @@ -32082,20 +32128,20 @@ 0.12 ], "explres": [ - 0.0675, - 0.0825 + 0.135, + 0.165 ], "kinres": [ - 0.081, - 0.099 + 0.135, + 0.165 ], "optmul": [ 0.32, 0.38 ], "thermres": [ - 0.162, - 0.198 + 0.135, + 0.165 ] }, "uuid": "1d9af376-c7c9-4b1a-9bc9-e77b4025e328" @@ -32121,12 +32167,12 @@ 0.2 ], "kinres": [ - -0.02, - -0.02 + -0.04, + -0.04 ], "thermres": [ 0, - 0.12 + 0.1 ] }, "uuid": "ef5a3026-0777-4715-a1f4-5c65eff85b12" @@ -32142,12 +32188,12 @@ 0.25 ], "kinres": [ - -0.05, - -0.05 + -0.08, + -0.08 ], "thermres": [ - 0.12, - 0.24 + 0.1, + 0.2 ] }, "uuid": "54e6e07a-3281-41aa-afa0-bbf292131c0f" @@ -32164,12 +32210,12 @@ 0.3 ], "kinres": [ - -0.07, - -0.07 + -0.12, + -0.12 ], "thermres": [ - 0.24, - 0.36 + 0.2, + 0.3 ] }, "uuid": "307935bf-60d3-4887-b449-24d712518154" @@ -32186,12 +32232,12 @@ 0.35 ], "kinres": [ - -0.1, - -0.1 + -0.16, + -0.16 ], "thermres": [ - 0.36, - 0.48 + 0.3, + 0.4 ] }, "uuid": "ef6a4d70-9996-4db8-ae22-7c61c3dcaf74" @@ -32208,12 +32254,12 @@ 0.4 ], "kinres": [ - -0.12, - -0.12 + -0.2, + -0.2 ], "thermres": [ - 0.48, - 0.6 + 0.4, + 0.5 ] }, "uuid": "f14e779f-d09a-47e4-8f4e-89c85b730f6b" @@ -34650,9 +34696,9 @@ "special_shield_regenerative": { "brokenregen": 0.15, "regen": 0.15, - "thermres": -1, - "kinres": -1, - "explres": -1 + "thermres": -1.5, + "kinres": -1.5, + "explres": -1.5 }, "special_shield_resistive": { "thermres": 3, diff --git a/ships/adder.json b/ships/adder.json index 756b5ba..2a085f0 100755 --- a/ships/adder.json +++ b/ships/adder.json @@ -10,6 +10,7 @@ "speed": 220, "boost": 320, "boostEnergy": 9, + "heatCapacity": 170, "baseShieldStrength": 60, "baseArmour": 90, "hardness": 35, diff --git a/ships/alliance_challenger.json b/ships/alliance_challenger.json index d6d081b..267105a 100644 --- a/ships/alliance_challenger.json +++ b/ships/alliance_challenger.json @@ -10,6 +10,7 @@ "speed": 204, "boost": 310, "boostEnergy": 19, + "heatCapacity": 316, "baseShieldStrength": 220, "baseArmour": 300, "hardness": 65, diff --git a/ships/alliance_chieftain.json b/ships/alliance_chieftain.json index 73e5d5a..93a1676 100644 --- a/ships/alliance_chieftain.json +++ b/ships/alliance_chieftain.json @@ -11,6 +11,7 @@ "boost": 330, "boostEnergy": 19, "baseShieldStrength": 200, + "heatCapacity": 289, "baseArmour": 280, "hardness": 65, "hullMass": 400, diff --git a/ships/alliance_crusader.json b/ships/alliance_crusader.json index 6a7deca..3a933c9 100644 --- a/ships/alliance_crusader.json +++ b/ships/alliance_crusader.json @@ -12,6 +12,7 @@ "boostEnergy": 19, "baseShieldStrength": 200, "baseArmour": 300, + "heatCapacity": 316, "hardness": 65, "hullMass": 500, "masslock": 13, diff --git a/ships/anaconda.json b/ships/anaconda.json index 81fa1ab..2df5df3 100755 --- a/ships/anaconda.json +++ b/ships/anaconda.json @@ -12,6 +12,7 @@ "boostEnergy": 27, "baseShieldStrength": 350, "baseArmour": 525, + "heatCapacity": 334, "hardness": 65, "hullMass": 400, "masslock": 23, diff --git a/ships/asp.json b/ships/asp.json index 4c70808..a4752e5 100755 --- a/ships/asp.json +++ b/ships/asp.json @@ -11,6 +11,7 @@ "boost": 340, "boostEnergy": 13, "baseShieldStrength": 140, + "heatCapacity": 272, "baseArmour": 210, "hardness": 52, "hullMass": 280, diff --git a/ships/asp_scout.json b/ships/asp_scout.json index 3ced62a..d2bd4f6 100644 --- a/ships/asp_scout.json +++ b/ships/asp_scout.json @@ -11,6 +11,7 @@ "boost": 300, "boostEnergy": 13, "baseShieldStrength": 120, + "heatCapacity": 210, "baseArmour": 180, "hardness": 52, "hullMass": 150, diff --git a/ships/beluga.json b/ships/beluga.json index ce85862..33a5f84 100755 --- a/ships/beluga.json +++ b/ships/beluga.json @@ -11,6 +11,7 @@ "boost": 280, "boostEnergy": 19, "baseShieldStrength": 280, + "heatCapacity": 283, "baseArmour": 280, "hardness": 60, "hullMass": 950, diff --git a/ships/cobra_mk_iii.json b/ships/cobra_mk_iii.json index 4b5aa67..7342ba1 100755 --- a/ships/cobra_mk_iii.json +++ b/ships/cobra_mk_iii.json @@ -12,6 +12,7 @@ "boostEnergy": 10, "baseShieldStrength": 80, "baseArmour": 120, + "heatCapacity": 225, "hardness": 35, "hullMass": 180, "masslock": 8, diff --git a/ships/cobra_mk_iv.json b/ships/cobra_mk_iv.json index 7ac2394..624931c 100644 --- a/ships/cobra_mk_iv.json +++ b/ships/cobra_mk_iv.json @@ -11,6 +11,7 @@ "boost": 300, "boostEnergy": 10, "baseShieldStrength": 120, + "heatCapacity": 228, "baseArmour": 120, "hardness": 35, "hullMass": 210, diff --git a/ships/diamondback_explorer.json b/ships/diamondback_explorer.json index b69efe2..e294641 100644 --- a/ships/diamondback_explorer.json +++ b/ships/diamondback_explorer.json @@ -13,6 +13,7 @@ "baseShieldStrength": 150, "baseArmour": 150, "hardness": 42, + "heatCapacity": 351, "hullMass": 260, "masslock": 10, "pipSpeed": 0.098214285714286, diff --git a/ships/diamondback_scout.json b/ships/diamondback_scout.json index 76a4295..076e07f 100644 --- a/ships/diamondback_scout.json +++ b/ships/diamondback_scout.json @@ -13,6 +13,7 @@ "baseShieldStrength": 120, "baseArmour": 120, "hardness": 40, + "heatCapacity": 346, "hullMass": 170, "masslock": 8, "pipSpeed": 0.096153846153846, diff --git a/ships/dolphin.json b/ships/dolphin.json index 005533d..3f7e2ce 100755 --- a/ships/dolphin.json +++ b/ships/dolphin.json @@ -14,6 +14,7 @@ "baseArmour": 110, "hardness": 35, "hullMass": 140, + "heatCapacity": 165, "masslock": 9, "pipSpeed": 0.13, "luxuryCabins": true, diff --git a/ships/eagle.json b/ships/eagle.json index e59f856..1d2c313 100755 --- a/ships/eagle.json +++ b/ships/eagle.json @@ -14,6 +14,7 @@ "baseArmour": 40, "hardness": 28, "hullMass": 50, + "heatCapacity": 165, "masslock": 6, "pipSpeed": 0.0625, "pitch": 50, diff --git a/ships/federal_assault_ship.json b/ships/federal_assault_ship.json index d6c79bd..8e01982 100644 --- a/ships/federal_assault_ship.json +++ b/ships/federal_assault_ship.json @@ -14,6 +14,7 @@ "baseArmour": 300, "hardness": 60, "hullMass": 480, + "heatCapacity": 286, "masslock": 14, "pipSpeed": 0.071428571428571, "pitch": 38, @@ -36,7 +37,7 @@ "standard": [6, 6, 5, 5, 6, 4, 4], "hardpoints": [3, 3, 2, 2, 0, 0, 0, 0], "internal": [ - 5, 5, 4, + 5, 5, 4, { "class": 4, "name": "Military", "eligible": { "mahr":1, "hr": 1, "scb": 1, "mrp": 1, "gsrp": 1, "gmrp": 1, "ghrp": 1 } }, { "class": 4, "name": "Military", "eligible": { "mahr":1, "hr": 1, "scb": 1, "mrp": 1, "gsrp": 1, "gmrp": 1, "ghrp": 1 } }, 3, 2, 2 diff --git a/ships/federal_corvette.json b/ships/federal_corvette.json index d90acd2..d0f4d91 100644 --- a/ships/federal_corvette.json +++ b/ships/federal_corvette.json @@ -15,6 +15,7 @@ "hardness": 70, "hullMass": 900, "masslock": 24, + "heatCapacity": 333, "pipSpeed": 0.125, "fighterHangars": true, "pitch": 28, diff --git a/ships/federal_dropship.json b/ships/federal_dropship.json index 8702eaa..b144754 100755 --- a/ships/federal_dropship.json +++ b/ships/federal_dropship.json @@ -14,6 +14,7 @@ "baseArmour": 300, "hardness": 60, "hullMass": 580, + "heatCapacity": 331, "masslock": 14, "pipSpeed": 0.11111111111111, "pitch": 30, diff --git a/ships/federal_gunship.json b/ships/federal_gunship.json index 0e7941f..258afd8 100644 --- a/ships/federal_gunship.json +++ b/ships/federal_gunship.json @@ -14,6 +14,7 @@ "baseArmour": 350, "hardness": 60, "hullMass": 580, + "heatCapacity": 325, "masslock": 14, "pipSpeed": 0.10294117647059, "fighterHangars": true, diff --git a/ships/fer_de_lance.json b/ships/fer_de_lance.json index 6728b00..df3e4bc 100755 --- a/ships/fer_de_lance.json +++ b/ships/fer_de_lance.json @@ -14,6 +14,7 @@ "baseArmour": 225, "hardness": 70, "hullMass": 250, + "heatCapacity": 224, "masslock": 12, "pipSpeed": 0.038461538461538, "pitch": 38, diff --git a/ships/hauler.json b/ships/hauler.json index 7ce906e..2bd3618 100755 --- a/ships/hauler.json +++ b/ships/hauler.json @@ -13,6 +13,7 @@ "baseShieldStrength": 50, "baseArmour": 100, "hardness": 20, + "heatCapacity": 123, "hullMass": 14, "masslock": 6, "pipSpeed": 0.1625, diff --git a/ships/imperial_clipper.json b/ships/imperial_clipper.json index 7cc5258..2e469bd 100755 --- a/ships/imperial_clipper.json +++ b/ships/imperial_clipper.json @@ -15,6 +15,7 @@ "hardness": 60, "hullMass": 400, "masslock": 12, + "heatCapacity": 304, "pipSpeed": 0.1, "pitch": 40, "roll": 80, diff --git a/ships/imperial_courier.json b/ships/imperial_courier.json index b39c1c4..21d5af7 100644 --- a/ships/imperial_courier.json +++ b/ships/imperial_courier.json @@ -15,6 +15,7 @@ "hardness": 30, "hullMass": 35, "masslock": 7, + "heatCapacity": 230, "pipSpeed": 0.053571428571429, "pitch": 38, "roll": 90, diff --git a/ships/imperial_cutter.json b/ships/imperial_cutter.json index 98f1825..6ec0275 100644 --- a/ships/imperial_cutter.json +++ b/ships/imperial_cutter.json @@ -14,6 +14,7 @@ "baseArmour": 400, "hardness": 70, "hullMass": 1100, + "heatCapacity": 327, "masslock": 27, "pipSpeed": 0.05, "fighterHangars": true, diff --git a/ships/imperial_eagle.json b/ships/imperial_eagle.json index d9a0591..8b86fa1 100644 --- a/ships/imperial_eagle.json +++ b/ships/imperial_eagle.json @@ -13,6 +13,7 @@ "baseShieldStrength": 80, "baseArmour": 60, "hardness": 28, + "heatCapacity": 163, "hullMass": 50, "masslock": 6, "pipSpeed": 0.075, diff --git a/ships/keelback.json b/ships/keelback.json index f538897..abd6bac 100644 --- a/ships/keelback.json +++ b/ships/keelback.json @@ -13,6 +13,7 @@ "baseShieldStrength": 135, "baseArmour": 270, "hardness": 45, + "heatCapacity": 215, "hullMass": 180, "masslock": 8, "pipSpeed": 0.1375, diff --git a/ships/krait_mkii.json b/ships/krait_mkii.json index e6bb056..1bc7f3f 100644 --- a/ships/krait_mkii.json +++ b/ships/krait_mkii.json @@ -11,6 +11,7 @@ "boost": 330, "boostEnergy": 13, "baseShieldStrength": 220, + "heatCapacity": 300, "baseArmour": 220, "hardness": 55, "hullMass": 320, diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index 2748521..8091734 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -9,6 +9,7 @@ "hullCost": 42409425, "speed": 250, "boost": 350, + "heatCapacity": 300, "boostEnergy": 13, "baseShieldStrength": 200, "baseArmour": 180, diff --git a/ships/mamba.json b/ships/mamba.json index b750ad1..61226c2 100644 --- a/ships/mamba.json +++ b/ships/mamba.json @@ -11,6 +11,7 @@ "boost": 380, "boostEnergy": 10, "baseShieldStrength": 270, + "heatCapacity": 165, "baseArmour": 230, "hardness": 65, "hullMass": 250, diff --git a/ships/orca.json b/ships/orca.json index 0946132..c20deec 100755 --- a/ships/orca.json +++ b/ships/orca.json @@ -12,6 +12,7 @@ "boostEnergy": 16, "baseShieldStrength": 220, "baseArmour": 220, + "heatCapacity": 262, "hardness": 55, "hullMass": 290, "masslock": 16, diff --git a/ships/python.json b/ships/python.json index e63ad95..cd40d9f 100755 --- a/ships/python.json +++ b/ships/python.json @@ -12,6 +12,7 @@ "boostEnergy": 23, "baseShieldStrength": 260, "baseArmour": 260, + "heatCapacity": 300, "hardness": 65, "hullMass": 350, "masslock": 17, diff --git a/ships/sidewinder.json b/ships/sidewinder.json index d5ac40f..46acde7 100755 --- a/ships/sidewinder.json +++ b/ships/sidewinder.json @@ -10,6 +10,7 @@ "speed": 220, "boost": 320, "boostEnergy": 7, + "heatCapacity": 140, "baseShieldStrength": 40, "baseArmour": 60, "hardness": 20, diff --git a/ships/type_10_defender.json b/ships/type_10_defender.json index aa9111e..f933658 100644 --- a/ships/type_10_defender.json +++ b/ships/type_10_defender.json @@ -14,6 +14,7 @@ "baseArmour": 580, "hardness": 75, "hullMass": 1200, + "heatCapacity": 335, "masslock": 26, "pipSpeed": 0.041666666666667, "fighterHangars": true, diff --git a/ships/type_6_transporter.json b/ships/type_6_transporter.json index a05e4ad..34a170d 100755 --- a/ships/type_6_transporter.json +++ b/ships/type_6_transporter.json @@ -9,6 +9,7 @@ "hullCost": 865790, "speed": 220, "boost": 350, + "heatCapacity": 179, "boostEnergy": 10, "baseShieldStrength": 90, "baseArmour": 180, diff --git a/ships/type_7_transport.json b/ships/type_7_transport.json index 245edc9..bb010c6 100755 --- a/ships/type_7_transport.json +++ b/ships/type_7_transport.json @@ -8,6 +8,7 @@ "class": 3, "hullCost": 16780510, "speed": 180, + "heatCapacity": 226, "boost": 300, "boostEnergy": 10, "baseShieldStrength": 155, diff --git a/ships/type_9_heavy.json b/ships/type_9_heavy.json index 6c9cadc..c4b06b6 100755 --- a/ships/type_9_heavy.json +++ b/ships/type_9_heavy.json @@ -10,6 +10,7 @@ "speed": 130, "boost": 200, "boostEnergy": 19, + "heatCapacity": 289, "baseShieldStrength": 240, "baseArmour": 480, "hardness": 65, diff --git a/ships/viper.json b/ships/viper.json index 57a7d5a..cdab678 100755 --- a/ships/viper.json +++ b/ships/viper.json @@ -14,6 +14,7 @@ "baseArmour": 70, "hardness": 35, "hullMass": 50, + "heatCapacity": 195, "masslock": 7, "pipSpeed": 0.09375, "pitch": 35, diff --git a/ships/viper_mk_iv.json b/ships/viper_mk_iv.json index 5637649..94023b1 100644 --- a/ships/viper_mk_iv.json +++ b/ships/viper_mk_iv.json @@ -14,6 +14,7 @@ "baseArmour": 150, "hardness": 35, "hullMass": 190, + "heatCapacity": 209, "masslock": 7, "pipSpeed": 0.087962962962963, "pitch": 30, diff --git a/ships/vulture.json b/ships/vulture.json index 648b213..a8d69e7 100755 --- a/ships/vulture.json +++ b/ships/vulture.json @@ -12,6 +12,7 @@ "boostEnergy": 16, "baseShieldStrength": 240, "baseArmour": 160, + "heatCapacity": 237, "hardness": 55, "hullMass": 230, "masslock": 10,