From 3f4d2a83e08ca6f29d0a99056abfd57df94f1d8c Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Wed, 1 Mar 2017 00:55:48 +0000 Subject: [PATCH 01/30] Fix typos --- modifications/blueprints.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modifications/blueprints.json b/modifications/blueprints.json index 900136d..487c3bb 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -2483,7 +2483,7 @@ }, "4": { "components": { - "Galvanisign Alloys": 1, + "Galvanising Alloys": 1, "Heat Vanes": 1, "Tungsten": 1 }, @@ -4678,8 +4678,8 @@ "5": { "components": { "Cadmium": 1, - "Heatsink Interlink": 1, - "Proto Heat Radiators": 1 + "Proto Heat Radiators": 1, + "Unexpected Emission Data": 1 }, "features": { "damage": [ 0.03, 0.09 ], From f62ed95cdf8ba6677303935413de309f322e5d3d Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Wed, 1 Mar 2017 22:09:23 +0000 Subject: [PATCH 02/30] Various 2.3 updates --- ChangeLog.md | 7 + dist/index.js | 1380 +++++++++- dist/index.json | 2259 ++++++++++++++++- modifications/blueprints.json | 1039 +++++++- modifications/modifications.json | 3 + modifications/modules.json | 57 +- modules/hardpoints/beam_laser.json | 10 +- modules/hardpoints/burst_laser.json | 10 +- modules/hardpoints/cannon.json | 10 +- modules/hardpoints/cargo_scanner.json | 10 +- modules/hardpoints/fragment_cannon.json | 8 +- .../hardpoints/frame_shift_wake_scanner.json | 10 +- modules/hardpoints/kill_warrant_scanner.json | 10 +- modules/hardpoints/mining_laser.json | 48 + modules/hardpoints/multi_cannon.json | 8 +- modules/hardpoints/plasma_accelerator.json | 8 +- modules/hardpoints/pulse_laser.json | 10 +- modules/hardpoints/rail_gun.json | 6 +- modules/index.js | 3 +- modules/internal/scanner.json | 12 - modules/internal/surface_scanner.json | 16 + package.json | 2 +- ships/anaconda.json | 2 +- ships/diamondback_explorer.json | 3 +- ships/dolphin.json | 46 + ships/federal_assault_ship.json | 3 +- ships/federal_corvette.json | 2 +- ships/imperial_courier.json | 3 +- ships/imperial_cutter.json | 5 +- ships/index.js | 1 + ships/orca.json | 2 +- 31 files changed, 4716 insertions(+), 277 deletions(-) create mode 100644 modules/internal/surface_scanner.json create mode 100755 ships/dolphin.json diff --git a/ChangeLog.md b/ChangeLog.md index b148a6c..89a1d1a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,10 @@ +#2.3.0 + * Add Dolphin + * Add turreted mining lasers + * Update ship hardness for Federal Corvette, Imperial Cutter and Anaconda + * Update piercing for large and huge weapons + * Add long range / wide angle / fast scan scanner blueprints + #2.2.19 * Remove shot speed modification - it is directly tied to range * Fix incorrect minimal mass for 3C bi-weave shield generator diff --git a/dist/index.js b/dist/index.js index d084a64..9c7f4a3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -103,7 +103,7 @@ module.exports = { boostEnergy: 27, baseShieldStrength: 350, baseArmour: 525, - hardness: 65, + hardness: 170, hullMass: 400, masslock: 23, pipSpeed: .13875, @@ -865,6 +865,102 @@ module.exports = { internal: [ "44", 0, 0, "2h" ] } }, + dolphin: { + eddbID: 31, + properties: { + name: "Dolphin", + manufacturer: "Saud Kruger", + class: 1, + hullCost: 1115330, + speed: 250, + boost: 350, + boostEnergy: -1, + baseShieldStrength: 110, + baseArmour: 110, + hardness: 35, + hullMass: 140, + masslock: -1, + pipSpeed: .08375, + luxuryCabins: true, + pitch: 30, + roll: 100, + yaw: 20, + crew: 1 + }, + retailCost: 1337330, + bulkheads: [ { + id: "cq", + eddbID: 1589, + grp: "bh", + cost: 0, + mass: 0, + explres: -.4, + kinres: -.2, + thermres: 0, + hullboost: .8 + }, { + id: "cr", + eddbID: 1590, + grp: "bh", + cost: 534940, + mass: 32, + explres: -.4, + kinres: -.2, + thermres: 0, + hullboost: 1.52 + }, { + id: "cs", + eddbID: 1591, + grp: "bh", + cost: 1203600, + mass: 63, + explres: -.4, + kinres: -.2, + thermres: 0, + hullboost: 2.5 + }, { + id: "ct", + eddbID: 1592, + grp: "bh", + cost: 2808390, + mass: 63, + explres: -.5, + kinres: -.75, + thermres: .5, + hullboost: 2.5 + }, { + id: "cu", + eddbID: 1593, + grp: "bh", + cost: 3152080, + mass: 63, + explres: .2, + kinres: .25, + thermres: -.4, + hullboost: 2.5 + } ], + 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 ] + }, + defaults: { + standard: [ "4E", "5E", "4E", "4E", "3E", "3E", "4C" ], + hardpoints: [ 17, 17, 0, 0, 0 ], + internal: [ "md", "02", "49", "01", "00", 0, "2h" ] + } + }, eagle: { edID: 128049255, eddbID: 7, @@ -1082,7 +1178,7 @@ module.exports = { boostEnergy: 27, baseShieldStrength: 555, baseArmour: 370, - hardness: 70, + hardness: 185, hullMass: 900, masslock: 24, pipSpeed: .125, @@ -1770,7 +1866,7 @@ module.exports = { boostEnergy: 23, baseShieldStrength: 600, baseArmour: 400, - hardness: 70, + hardness: 185, hullMass: 1100, masslock: 27, pipSpeed: .05, @@ -2067,7 +2163,7 @@ module.exports = { baseShieldStrength: 220, baseArmour: 220, hardness: 55, - hullMass: 580, + hullMass: 290, masslock: 13, pipSpeed: .08375, luxuryCabins: true, @@ -6475,7 +6571,7 @@ module.exports = { integrity: 64, mass: 8, mount: "F", - piercing: 52, + piercing: 95, power: .9, range: 3e3, rating: "D", @@ -6500,7 +6596,7 @@ module.exports = { integrity: 64, mass: 8, mount: "G", - piercing: 52, + piercing: 95, power: .92, range: 3e3, rating: "E", @@ -6525,7 +6621,7 @@ module.exports = { integrity: 64, mass: 8, mount: "T", - piercing: 52, + piercing: 95, power: .89, range: 3e3, rating: "F", @@ -6550,7 +6646,7 @@ module.exports = { integrity: 80, mass: 16, mount: "F", - piercing: 65, + piercing: 170, power: 1.33, range: 3e3, rating: "A", @@ -6575,7 +6671,7 @@ module.exports = { integrity: 80, mass: 16, mount: "G", - piercing: 65, + piercing: 170, power: 1.37, range: 3e3, rating: "A", @@ -6795,7 +6891,7 @@ module.exports = { integrity: 64, mass: 8, mount: "F", - piercing: 52, + piercing: 95, power: 1.66, range: 3e3, rating: "D", @@ -6822,7 +6918,7 @@ module.exports = { integrity: 64, mass: 8, mount: "G", - piercing: 52, + piercing: 95, power: 1.65, range: 3e3, rating: "E", @@ -6849,7 +6945,7 @@ module.exports = { integrity: 64, mass: 8, mount: "T", - piercing: 52, + piercing: 95, power: 1.57, range: 3e3, rating: "E", @@ -6876,7 +6972,7 @@ module.exports = { integrity: 80, mass: 16, mount: "F", - piercing: 65, + piercing: 170, power: 2.58, range: 3e3, rating: "E", @@ -6903,7 +6999,7 @@ module.exports = { integrity: 80, mass: 16, mount: "G", - piercing: 65, + piercing: 170, power: 2.59, range: 3e3, rating: "E", @@ -7101,7 +7197,7 @@ module.exports = { integrity: 64, mass: 8, mount: "F", - piercing: 50, + piercing: 90, power: 1.62, range: 3e3, rating: "C", @@ -7125,7 +7221,7 @@ module.exports = { integrity: 64, mass: 8, mount: "G", - piercing: 50, + piercing: 90, power: 1.6, range: 3e3, rating: "C", @@ -7149,7 +7245,7 @@ module.exports = { integrity: 64, mass: 8, mount: "T", - piercing: 50, + piercing: 90, power: 1.51, range: 3e3, rating: "D", @@ -7173,7 +7269,7 @@ module.exports = { integrity: 80, mass: 16, mount: "F", - piercing: 60, + piercing: 155, power: 2.61, range: 3e3, rating: "A", @@ -7197,7 +7293,7 @@ module.exports = { integrity: 80, mass: 16, mount: "G", - piercing: 60, + piercing: 155, power: 2.57, range: 3e3, rating: "A", @@ -7429,7 +7525,7 @@ module.exports = { integrity: 64, mass: 8, mount: "F", - piercing: 54, + piercing: 98, power: .64, range: 4e3, rating: "C", @@ -7458,7 +7554,7 @@ module.exports = { integrity: 64, mass: 8, mount: "G", - piercing: 54, + piercing: 98, power: .97, range: 4e3, rating: "C", @@ -7487,7 +7583,7 @@ module.exports = { integrity: 80, mass: 16, mount: "F", - piercing: 68, + piercing: 175, power: .73, range: 4e3, rating: "A", @@ -7517,7 +7613,7 @@ module.exports = { integrity: 80, mass: 16, mount: "G", - piercing: 68, + piercing: 175, power: 1.22, range: 4e3, rating: "A", @@ -7722,7 +7818,7 @@ module.exports = { integrity: 64, mass: 8, mount: "F", - piercing: 70, + piercing: 125, power: .67, range: 4e3, rating: "C", @@ -7753,7 +7849,7 @@ module.exports = { integrity: 64, mass: 8, mount: "G", - piercing: 70, + piercing: 125, power: .75, range: 4e3, rating: "C", @@ -7782,7 +7878,7 @@ module.exports = { integrity: 64, mass: 8, mount: "T", - piercing: 70, + piercing: 125, power: .64, range: 4e3, rating: "D", @@ -7813,7 +7909,7 @@ module.exports = { integrity: 80, mass: 16, mount: "F", - piercing: 90, + piercing: 200, power: .92, range: 4500, rating: "B", @@ -7844,7 +7940,7 @@ module.exports = { integrity: 80, mass: 16, mount: "G", - piercing: 90, + piercing: 200, power: 1.03, range: 4500, rating: "B", @@ -8061,7 +8157,7 @@ module.exports = { jitter: .5, mass: 8, mount: "F", - piercing: 45, + piercing: 60, power: 1.02, range: 2e3, rating: "C", @@ -8092,7 +8188,7 @@ module.exports = { jitter: .5, mass: 8, mount: "G", - piercing: 45, + piercing: 60, power: 1.55, range: 2e3, rating: "C", @@ -8123,7 +8219,7 @@ module.exports = { jitter: .5, mass: 8, mount: "T", - piercing: 45, + piercing: 60, power: 1.29, range: 2e3, rating: "C", @@ -8155,7 +8251,7 @@ module.exports = { mass: 8, mount: "F", name: "Pacifier", - piercing: 45, + piercing: 60, power: 1.02, pp: "Zachary Hudson", rating: "C", @@ -8187,7 +8283,7 @@ module.exports = { integrity: 40, mass: 2, mount: "F", - piercing: 30, + piercing: 80, power: 1.15, range: 3e3, rating: "D", @@ -8216,7 +8312,7 @@ module.exports = { integrity: 51, mass: 4, mount: "F", - piercing: 48, + piercing: 125, power: 1.63, range: 3e3, rating: "B", @@ -8248,7 +8344,7 @@ module.exports = { mass: 4, mount: "F", name: "Imperial Hammer", - piercing: 150, + piercing: 125, power: 1.63, pp: "Arissa Lavigny-Duval", range: 3e3, @@ -8280,7 +8376,7 @@ module.exports = { integrity: 51, mass: 4, mount: "F", - piercing: 100, + piercing: 200, power: 1.43, range: 3500, rating: "C", @@ -8311,7 +8407,7 @@ module.exports = { integrity: 64, mass: 8, mount: "F", - piercing: 100, + piercing: 200, power: 1.97, range: 3500, rating: "B", @@ -8343,7 +8439,7 @@ module.exports = { mass: 8, mount: "F", name: "Advanced Plasma Accelerator", - piercing: 100, + piercing: 200, power: 1.97, pp: "Denton Patreus", range: 3500, @@ -8375,7 +8471,7 @@ module.exports = { integrity: 80, mass: 16, mount: "F", - piercing: 100, + piercing: 200, power: 2.63, range: 3500, rating: "A", @@ -8727,6 +8823,29 @@ module.exports = { range: 500, rating: "D", thermload: 2 + }, { + breachdmg: .3, + breachmax: .2, + breachmin: .1, + class: 1, + cost: 9400, + damage: 2, + damagedist: { + T: 1 + }, + distdraw: 1.5, + eddbID: 1587, + falloff: 300, + grp: "ml", + id: "w0", + integrity: 40, + mass: 2, + mount: "T", + piercing: 18, + power: .5, + range: 500, + rating: "D", + thermload: 2 }, { breachdmg: 1.2, breachmax: .2, @@ -8777,6 +8896,29 @@ module.exports = { range: 500, rating: "D", thermload: 4 + }, { + breachdmg: .6, + breachmax: .2, + breachmin: .1, + class: 2, + cost: 32590, + damage: 4, + damagedist: { + T: 1 + }, + distdraw: 3, + eddbID: 1588, + falloff: 300, + grp: "ml", + id: "w1", + integrity: 51, + mass: 2, + mount: "T", + piercing: 18, + power: .75, + range: 500, + rating: "D", + thermload: 4 } ], cs: [ { angle: 15, @@ -8791,7 +8933,7 @@ module.exports = { power: .2, range: 2e3, rating: "E", - time: 10 + scantime: 10 }, { angle: 15, class: 0, @@ -8805,7 +8947,7 @@ module.exports = { power: .4, range: 2500, rating: "D", - time: 10 + scantime: 10 }, { angle: 15, class: 0, @@ -8819,7 +8961,7 @@ module.exports = { power: .8, range: 3e3, rating: "C", - time: 10 + scantime: 10 }, { angle: 15, class: 0, @@ -8833,7 +8975,7 @@ module.exports = { power: 1.6, range: 3500, rating: "B", - time: 10 + scantime: 10 }, { angle: 15, class: 0, @@ -8847,7 +8989,7 @@ module.exports = { power: 3.2, range: 4e3, rating: "A", - time: 10 + scantime: 10 } ], ws: [ { class: 0, @@ -8861,7 +9003,7 @@ module.exports = { power: .2, range: 2e3, rating: "E", - time: 10 + scantime: 10 }, { class: 0, cost: 40630, @@ -8874,7 +9016,7 @@ module.exports = { power: .4, range: 2500, rating: "D", - time: 10 + scantime: 10 }, { class: 0, cost: 121900, @@ -8887,7 +9029,7 @@ module.exports = { power: .8, range: 3e3, rating: "C", - time: 10 + scantime: 10 }, { class: 0, cost: 365700, @@ -8900,7 +9042,7 @@ module.exports = { power: 1.6, range: 3500, rating: "B", - time: 10 + scantime: 10 }, { class: 0, cost: 1097100, @@ -8913,7 +9055,7 @@ module.exports = { power: 3.2, range: 4e3, rating: "A", - time: 10 + scantime: 10 } ], kw: [ { class: 0, @@ -8927,7 +9069,7 @@ module.exports = { power: .2, range: 2e3, rating: "E", - time: 10 + scantime: 10 }, { class: 0, cost: 40630, @@ -8940,7 +9082,7 @@ module.exports = { power: .4, range: 2500, rating: "D", - time: 10 + scantime: 10 }, { class: 0, cost: 121900, @@ -8953,7 +9095,7 @@ module.exports = { power: .8, range: 3e3, rating: "C", - time: 10 + scantime: 10 }, { class: 0, cost: 365700, @@ -8966,7 +9108,7 @@ module.exports = { power: 1.6, range: 3500, rating: "B", - time: 10 + scantime: 10 }, { class: 0, cost: 1097100, @@ -8979,7 +9121,7 @@ module.exports = { power: 3.2, range: 4e3, rating: "A", - time: 10 + scantime: 10 } ], sb: [ { class: 0, @@ -12557,17 +12699,6 @@ module.exports = { power: 0, rangeLS: 500, rating: "E" - }, { - class: 1, - cost: 25e4, - edID: 128666634, - eddbID: 1245, - grp: "sc", - id: "2i", - mass: 1.3, - name: "Detailed Surface Scanner", - power: 0, - rating: "C" } ], scb: [ { ammocost: 300, @@ -14122,6 +14253,18 @@ module.exports = { rating: "A", regen: 2.4, thermres: -.2 + } ], + ss: [ { + class: 1, + cost: 25e4, + edID: 128666634, + eddbID: 1245, + grp: "ss", + id: "2i", + mass: 1.3, + name: "Detailed Surface Scanner", + power: 0, + rating: "C" } ] } }, @@ -14307,7 +14450,7 @@ module.exports = { } }, id: 5, - name: "Blast Resistant" + name: "Blast resistant" }, Armour_HeavyDuty: { grades: { @@ -14380,7 +14523,7 @@ module.exports = { } }, id: 7, - name: "Heavy Duty" + name: "Heavy duty" }, Armour_Kinetic: { grades: { @@ -14443,7 +14586,7 @@ module.exports = { } }, id: 4, - name: "Kinetic Resistant" + name: "Kinetic resistant" }, Armour_Thermic: { grades: { @@ -14498,7 +14641,7 @@ module.exports = { } }, id: 8, - name: "Thermal Resistant" + name: "Thermal resistant" }, CargoScanner_LightWeight: { grades: { @@ -15723,7 +15866,7 @@ module.exports = { } }, id: 29, - name: "Longer range" + name: "Long range" }, FuelScoop_Shielded: { grades: { @@ -16436,7 +16579,7 @@ module.exports = { } }, id: 43, - name: "Blast Resistant" + name: "Blast resistant" }, HullReinforcement_HeavyDuty: { grades: { @@ -16572,7 +16715,7 @@ module.exports = { } }, id: 44, - name: "Kinetic Resistant" + name: "Kinetic resistant" }, HullReinforcement_Thermic: { grades: { @@ -16611,7 +16754,7 @@ module.exports = { }, "4": { components: { - "Galvanisign Alloys": 1, + "Galvanising Alloys": 1, "Heat Vanes": 1, Tungsten: 1 }, @@ -16635,7 +16778,7 @@ module.exports = { } }, id: 45, - name: "Thermal Resistant" + name: "Thermal resistant" }, KillWarrantScanner_LightWeight: { grades: { @@ -16695,6 +16838,69 @@ module.exports = { id: 46, name: "Lightweight" }, + KillWarrantScanner_LongRange: { + grades: { + "1": { + components: { + Iron: 1 + }, + features: { + power: [ .2, .1 ], + scanangle: [ -.2, -.1 ], + range: [ .1, .2 ] + } + }, + "2": { + components: { + "Hybrid Capacitors": 1, + Iron: 1 + }, + features: { + power: [ .39, .2 ], + scanangle: [ -.3, -.15 ], + range: [ .2, .4 ] + } + }, + "3": { + components: { + "Hybrid Capacitors": 1, + Iron: 1, + "Unexpected Emission Data": 1 + }, + features: { + power: [ .61, .29 ], + scanangle: [ -.4, -.2 ], + range: [ .31, .61 ] + } + }, + "4": { + components: { + "Decoded Emission Data": 1, + "Electrochemical Arrays": 1, + Germanium: 1 + }, + features: { + power: [ .79, .39 ], + scanangle: [ -.5, -.25 ], + range: [ .39, .79 ] + } + }, + "5": { + components: { + "Abnormal Compact Emissions Data": 1, + Niobium: 1, + "Polymer Capacitors": 1 + }, + features: { + power: [ 1, .5 ], + scanangle: [ -.61, -.3 ], + range: [ .5, 1 ] + } + } + }, + id: 99, + name: "Long range" + }, KillWarrantScanner_Reinforced: { grades: { "1": { @@ -17888,6 +18094,888 @@ module.exports = { id: 92, name: "Shielded" }, + Sensor_CargoScanner_FastScan: { + grades: { + "1": { + components: { + Phosphorus: 1 + }, + features: { + integrity: [ -.4, -.11 ], + range: [ -.1, -.05 ], + scantime: [ -.1, -.4 ] + } + }, + "2": { + components: { + "Flawed Focus Crystals": 1, + Phosphorus: 1 + }, + features: { + integrity: [ -.5, -.2 ], + range: [ -.2, -.1 ], + scantime: [ -.2, -.5 ] + } + }, + "3": { + components: { + "Flawed Focus Crystals": 1, + "Open Symmetric Keys": 1, + Phosphorus: 1 + }, + features: { + integrity: [ -.61, -.31 ], + range: [ -.3, -.15 ], + scantime: [ -.31, -.61 ] + } + }, + "4": { + components: { + "Atypical Encryption Archives": 1, + "Focus Crystals": 1, + Manganese: 1 + }, + features: { + integrity: [ -.7, -.4 ], + range: [ -.41, -.2 ], + scantime: [ -.4, -.7 ] + } + }, + "5": { + components: { + "Adaptive Encryptors Capture": 1, + Arsenic: 1, + "Refined Focus Crystals": 1 + }, + features: { + integrity: [ -.8, -.5 ], + range: [ -.5, -.2 ], + scantime: [ -.5, -.8 ] + } + } + }, + id: 102, + name: "Fast scan" + }, + Sensor_CargoScanner_LongRange: { + grades: { + "1": { + components: { + Iron: 1 + }, + features: { + power: [ .2, .1 ], + scanangle: [ -.2, -.1 ], + range: [ .1, .2 ] + } + }, + "2": { + components: { + "Hybrid Capacitors": 1, + Iron: 1 + }, + features: { + power: [ .39, .2 ], + scanangle: [ -.3, -.15 ], + range: [ .2, .4 ] + } + }, + "3": { + components: { + "Hybrid Capacitors": 1, + Iron: 1, + "Unexpected Emission Data": 1 + }, + features: { + power: [ .61, .29 ], + scanangle: [ -.4, -.2 ], + range: [ .31, .61 ] + } + }, + "4": { + components: { + "Decoded Emission Data": 1, + "Electrochemical Arrays": 1, + Germanium: 1 + }, + features: { + power: [ .79, .39 ], + scanangle: [ -.5, -.25 ], + range: [ .39, .79 ] + } + }, + "5": { + components: { + "Abnormal Compact Emissions Data": 1, + Niobium: 1, + "Polymer Capacitors": 1 + }, + features: { + power: [ 1, .5 ], + scanangle: [ -.61, -.3 ], + range: [ .5, 1 ] + } + } + }, + id: 104, + name: "Long range" + }, + Sensor_CargoScanner_WideAngle: { + grades: { + "1": { + components: { + "Mechanical Scrap": 1 + }, + features: { + mass: [ .39, .2 ], + scanangle: [ .2, .4 ], + scantime: [ .2, .1 ] + } + }, + "2": { + components: { + Germanium: 1, + "Mechanical Scrap": 1 + }, + features: { + mass: [ .79, .39 ], + scanangle: [ .4, .81 ], + scantime: [ .39, .2 ] + } + }, + "3": { + components: { + "Classified Scan Databanks": 1, + Germanium: 1, + "Mechanical Scrap": 1 + }, + features: { + mass: [ 1.2, .61 ], + scanangle: [ .61, 1.2 ], + scantime: [ .61, .31 ] + } + }, + "4": { + components: { + "Divergent Scan Data": 1, + "Mechanical Equipment": 1, + Niobium: 1 + }, + features: { + mass: [ 1.2, .61 ], + scanangle: [ .81, 1.61 ], + scantime: [ .81, .39 ] + } + }, + "5": { + components: { + "Classified Scan Fragment": 1, + "Mechanical Components": 1, + Tin: 1 + }, + features: { + mass: [ 2, 1 ], + scanangle: [ 1, 2 ], + scantime: [ 1, .5 ] + } + } + }, + id: 105, + name: "Wide angle" + }, + Sensor_KillWarrantScanner_FastScan: { + grades: { + "1": { + components: { + Phosphorus: 1 + }, + features: { + integrity: [ -.4, -.11 ], + range: [ -.1, -.05 ], + scantime: [ -.1, -.4 ] + } + }, + "2": { + components: { + "Flawed Focus Crystals": 1, + Phosphorus: 1 + }, + features: { + integrity: [ -.5, -.2 ], + range: [ -.2, -.1 ], + scantime: [ -.2, -.5 ] + } + }, + "3": { + components: { + "Flawed Focus Crystals": 1, + "Open Symmetric Keys": 1, + Phosphorus: 1 + }, + features: { + integrity: [ -.61, -.31 ], + range: [ -.3, -.15 ], + scantime: [ -.31, -.61 ] + } + }, + "4": { + components: { + "Atypical Encryption Archives": 1, + "Focus Crystals": 1, + Manganese: 1 + }, + features: { + integrity: [ -.7, -.4 ], + range: [ -.41, -.2 ], + scantime: [ -.4, -.7 ] + } + }, + "5": { + components: { + "Adaptive Encryptors Capture": 1, + Arsenic: 1, + "Refined Focus Crystals": 1 + }, + features: { + integrity: [ -.8, -.5 ], + range: [ -.5, -.2 ], + scantime: [ -.5, -.8 ] + } + } + }, + id: 101, + name: "Fast scan" + }, + Sensor_KillWarrantScanner_WideAngle: { + grades: { + "1": { + components: { + "Mechanical Scrap": 1 + }, + features: { + mass: [ .39, .2 ], + scanangle: [ .2, .4 ], + scantime: [ .2, .1 ] + } + }, + "2": { + components: { + Germanium: 1, + "Mechanical Scrap": 1 + }, + features: { + mass: [ .79, .39 ], + scanangle: [ .4, .81 ], + scantime: [ .39, .2 ] + } + }, + "3": { + components: { + "Classified Scan Databanks": 1, + Germanium: 1, + "Mechanical Scrap": 1 + }, + features: { + mass: [ 1.2, .61 ], + scanangle: [ .61, 1.2 ], + scantime: [ .61, .31 ] + } + }, + "4": { + components: { + "Divergent Scan Data": 1, + "Mechanical Equipment": 1, + Niobium: 1 + }, + features: { + mass: [ 1.2, .61 ], + scanangle: [ .81, 1.61 ], + scantime: [ .81, .39 ] + } + }, + "5": { + components: { + "Classified Scan Fragment": 1, + "Mechanical Components": 1, + Tin: 1 + }, + features: { + mass: [ 2, 1 ], + scanangle: [ 1, 2 ], + scantime: [ 1, .5 ] + } + } + }, + id: 107, + name: "Wide angle" + }, + Sensor_Sensor_LightWeight: { + grades: { + "1": { + components: { + Phosphorus: 1 + }, + features: { + integrity: [ -.15, -.11 ], + mass: [ -.2, -.4 ], + scanangle: [ -.1, -.05 ] + } + }, + "2": { + components: { + Manganese: 1, + "Salvaged Alloys": 1 + }, + features: { + integrity: [ -.31, -.21 ], + mass: [ -.31, -.5 ], + scanangle: [ -.15, -.1 ] + } + }, + "3": { + components: { + "Conductive Ceramics": 1, + Manganese: 1, + "Salvaged Alloys": 1 + }, + features: { + integrity: [ -.45, -.31 ], + mass: [ -.4, -.61 ], + scanangle: [ -.2, -.15 ] + } + }, + "4": { + components: { + "Conductive Components": 1, + "Phase Alloys": 1, + "Proto Light Alloys": 1 + }, + features: { + integrity: [ -.61, -.41 ], + mass: [ -.5, -.7 ], + scanangle: [ -.25, -.2 ] + } + }, + "5": { + components: { + "Conductive Ceramics": 1, + "Proto Light Alloys": 1, + "Proto Radiolic Alloys": 1 + }, + features: { + integrity: [ -.75, -.5 ], + mass: [ -.61, -.8 ], + scanangle: [ -.3, -.25 ] + } + } + }, + id: 96, + name: "Lightweight" + }, + Sensor_Sensor_LongRange: { + grades: { + "1": { + components: { + Iron: 1 + }, + features: { + mass: [ .39, .2 ], + scanangle: [ -.2, -.1 ], + scanrange: [ .1, .14 ] + } + }, + "2": { + components: { + "Hybrid Capacitors": 1, + Iron: 1 + }, + features: { + mass: [ .79, .39 ], + scanangle: [ -.3, -.15 ], + scanrange: [ .2, .29 ] + } + }, + "3": { + components: { + "Hybrid Capacitors": 1, + Iron: 1, + "Unexpected Emission Data": 1 + }, + features: { + mass: [ 1.2, .61 ], + scanangle: [ -.4, -.2 ], + scanrange: [ .29, .45 ] + } + }, + "4": { + components: { + "Decoded Emission Data": 1, + "Electrochemical Arrays": 1, + Germanium: 1 + }, + features: { + mass: [ 1.59, .79 ], + scanangle: [ -.5, -.25 ], + scanrange: [ .39, .61 ] + } + }, + "5": { + components: { + "Abnormal Compact Emissions Data": 1, + Niobium: 1, + "Polymer Capacitors": 1 + }, + features: { + mass: [ 2, 1 ], + scanangle: [ -.61, -.3 ], + scanrange: [ .5, .75 ] + } + } + }, + id: 97, + name: "Long range" + }, + Sensor_Sensor_WideAngle: { + grades: { + "1": { + components: { + "Mechanical Scrap": 1 + }, + features: { + power: [ .2, .09 ], + scanangle: [ .2, .4 ], + scanrange: [ -.08, -.05 ] + } + }, + "2": { + components: { + Germanium: 1, + "Mechanical Scrap": 1 + }, + features: { + power: [ .39, .2 ], + scanangle: [ .4, .81 ], + scanrange: [ -.16, -.08 ] + } + }, + "3": { + components: { + "Classified Scan Databanks": 1, + Germanium: 1, + "Mechanical Scrap": 1 + }, + features: { + power: [ .59, .29 ], + scanangle: [ .61, 1.2 ], + scanrange: [ -.24, -.12 ] + } + }, + "4": { + components: { + "Divergent Scan Data": 1, + "Mechanical Equipment": 1, + Niobium: 1 + }, + features: { + power: [ .79, .39 ], + scanangle: [ .81, 1.61 ], + scanrange: [ -.32, -.16 ] + } + }, + "5": { + components: { + "Classified Scan Fragment": 1, + "Mechanical Components": 1, + Tin: 1 + }, + features: { + power: [ 1, .5 ], + scanangle: [ 1, 2 ], + scanrange: [ -.4, -.2 ] + } + } + }, + id: 98, + name: "Wide angle" + }, + Sensor_SurfaceScanner_FastScan: { + grades: { + "1": { + components: { + Phosphorus: 1 + }, + features: { + mass: [ .39, .2 ], + power: [ .2, .1 ], + scantime: [ .1, .4 ] + } + }, + "2": { + components: { + "Flawed Focus Crystals": 1, + Phosphorus: 1 + }, + features: { + mass: [ .79, .39 ], + power: [ .39, .2 ], + scantime: [ .2, .5 ] + } + }, + "3": { + components: { + "Flawed Focus Crystals": 1, + "Open Symmetric Keys": 1, + Phosphorus: 1 + }, + features: { + mass: [ 1.2, .61 ], + power: [ .61, .31 ], + scantime: [ .3, .6 ] + } + }, + "4": { + components: { + "Atypical Encryption Archives": 1, + "Focus Crystals": 1, + Manganese: 1 + }, + features: { + mass: [ 1.59, .79 ], + power: [ .81, .39 ], + scantime: [ .4, .7 ] + } + }, + "5": { + components: { + "Adaptive Encryptors Capture": 1, + Arsenic: 1, + "Refined Focus Crystals": 1 + }, + features: { + mass: [ 2, 1 ], + power: [ 1, .5 ], + scantime: [ .5, .8 ] + } + } + }, + id: 95, + name: "Fast scan" + }, + Sensor_SurfaceScanner_LongRange: { + grades: { + "1": { + components: { + Iron: 1 + }, + features: { + mass: [ .39, .2 ], + power: [ .2, .1 ], + scanrange: [ .2, .4 ] + } + }, + "2": { + components: { + "Hybrid Capacitors": 1, + Iron: 1 + }, + features: { + mass: [ .79, .39 ], + power: [ .39, .2 ], + scanrange: [ .4, .8 ] + } + }, + "3": { + components: { + "Hybrid Capacitors": 1, + Iron: 1, + "Unexpected Emission Data": 1 + }, + features: { + mass: [ 1.2, .6 ], + power: [ .61, .31 ], + scanrange: [ .6, 1.2 ] + } + }, + "4": { + components: { + "Decoded Emission Data": 1, + "Electrochemical Arrays": 1, + Germanium: 1 + }, + features: { + mass: [ 1.59, .79 ], + power: [ .81, .39 ], + scanrange: [ .8, 1.6 ] + } + }, + "5": { + components: { + "Abnormal Compact Emissions Data": 1, + Niobium: 1, + "Polymer Capacitors": 1 + }, + features: { + mass: [ 2, 1 ], + power: [ 1, .5 ], + scanrange: [ 1, 2 ] + } + } + }, + id: 93, + name: "Long range" + }, + Sensor_SurfaceScanner_WideAngle: { + grades: { + "1": { + components: { + "Mechanical Scrap": 1 + }, + features: { + mass: [ .39, .2 ], + power: [ .2, .1 ], + scanangle: [ .2, .4 ] + } + }, + "2": { + components: { + Germanium: 1, + "Mechanical Scrap": 1 + }, + features: { + mass: [ .79, .39 ], + power: [ .39, .2 ], + scanangle: [ .4, .8 ] + } + }, + "3": { + components: { + "Classified Scan Databanks": 1, + Germanium: 1, + "Mechanical Scrap": 1 + }, + features: { + mass: [ 1.2, .6 ], + power: [ .61, .31 ], + scanangle: [ .6, 1.2 ] + } + }, + "4": { + components: { + "Divergent Scan Data": 1, + "Mechanical Equipment": 1, + Niobium: 1 + }, + features: { + mass: [ 1.59, .79 ], + power: [ .81, .39 ], + scanangle: [ .8, 1.6 ] + } + }, + "5": { + components: { + "Classified Scan Fragment": 1, + "Mechanical Components": 1, + Tin: 1 + }, + features: { + mass: [ 2, 1 ], + power: [ 1, .5 ], + scanangle: [ 1, 2 ] + } + } + }, + id: 94, + name: "Wide angle" + }, + Sensor_WakeScanner_FastScan: { + grades: { + "1": { + components: { + Phosphorus: 1 + }, + features: { + integrity: [ -.4, -.11 ], + range: [ -.1, -.05 ], + scantime: [ -.1, -.4 ] + } + }, + "2": { + components: { + "Flawed Focus Crystals": 1, + Phosphorus: 1 + }, + features: { + integrity: [ -.5, -.2 ], + range: [ -.2, -.1 ], + scantime: [ -.2, -.5 ] + } + }, + "3": { + components: { + "Flawed Focus Crystals": 1, + "Open Symmetric Keys": 1, + Phosphorus: 1 + }, + features: { + integrity: [ -.61, -.31 ], + range: [ -.3, -.15 ], + scantime: [ -.31, -.61 ] + } + }, + "4": { + components: { + "Atypical Encryption Archives": 1, + "Focus Crystals": 1, + Manganese: 1 + }, + features: { + integrity: [ -.7, -.4 ], + range: [ -.41, -.2 ], + scantime: [ -.4, -.7 ] + } + }, + "5": { + components: { + "Adaptive Encryptors Capture": 1, + Arsenic: 1, + "Refined Focus Crystals": 1 + }, + features: { + integrity: [ -.8, -.5 ], + range: [ -.5, -.2 ], + scantime: [ -.5, -.8 ] + } + } + }, + id: 109, + name: "Fast scan" + }, + Sensor_WakeScanner_LongRange: { + grades: { + "1": { + components: { + Iron: 1 + }, + features: { + power: [ .2, .1 ], + scanangle: [ -.2, -.1 ], + range: [ .1, .2 ] + } + }, + "2": { + components: { + "Hybrid Capacitors": 1, + Iron: 1 + }, + features: { + power: [ .39, .2 ], + scanangle: [ -.3, -.15 ], + range: [ .2, .4 ] + } + }, + "3": { + components: { + "Hybrid Capacitors": 1, + Iron: 1, + "Unexpected Emission Data": 1 + }, + features: { + power: [ .61, .29 ], + scanangle: [ -.4, -.2 ], + range: [ .31, .61 ] + } + }, + "4": { + components: { + "Decoded Emission Data": 1, + "Electrochemical Arrays": 1, + Germanium: 1 + }, + features: { + power: [ .79, .39 ], + scanangle: [ -.5, -.25 ], + range: [ .39, .79 ] + } + }, + "5": { + components: { + "Abnormal Compact Emissions Data": 1, + Niobium: 1, + "Polymer Capacitors": 1 + }, + features: { + power: [ 1, .5 ], + scanangle: [ -.61, -.3 ], + range: [ .5, 1 ] + } + } + }, + id: 108, + name: "Long range" + }, + Sensor_WakeScanner_WideAngle: { + grades: { + "1": { + components: { + "Mechanical Scrap": 1 + }, + features: { + mass: [ .39, .2 ], + scanangle: [ .2, .4 ], + scantime: [ .2, .1 ] + } + }, + "2": { + components: { + Germanium: 1, + "Mechanical Scrap": 1 + }, + features: { + mass: [ .79, .39 ], + scanangle: [ .4, .81 ], + scantime: [ .39, .2 ] + } + }, + "3": { + components: { + "Classified Scan Databanks": 1, + Germanium: 1, + "Mechanical Scrap": 1 + }, + features: { + mass: [ 1.2, .61 ], + scanangle: [ .61, 1.2 ], + scantime: [ .61, .31 ] + } + }, + "4": { + components: { + "Divergent Scan Data": 1, + "Mechanical Equipment": 1, + Niobium: 1 + }, + features: { + mass: [ 1.2, .61 ], + scanangle: [ .81, 1.61 ], + scantime: [ .81, .39 ] + } + }, + "5": { + components: { + "Classified Scan Fragment": 1, + "Mechanical Components": 1, + Tin: 1 + }, + features: { + mass: [ 2, 1 ], + scanangle: [ 1, 2 ], + scantime: [ 1, .5 ] + } + } + }, + id: 106, + name: "Wide angle" + }, ShieldBooster_Explosive: { grades: { "1": { @@ -17949,7 +19037,7 @@ module.exports = { } }, id: 68, - name: "Blast Resistant" + name: "Blast resistant" }, ShieldBooster_HeavyDuty: { grades: { @@ -18080,7 +19168,7 @@ module.exports = { } }, id: 70, - name: "Kinetic Resistant" + name: "Kinetic resistant" }, ShieldBooster_Resistive: { grades: { @@ -18216,7 +19304,7 @@ module.exports = { } }, id: 72, - name: "Thermal Resistant" + name: "Thermal resistant" }, ShieldCellBank_Rapid: { grades: { @@ -18363,7 +19451,7 @@ module.exports = { } }, id: 75, - name: "Kinetic Resistant" + name: "Kinetic resistant" }, ShieldGenerator_Optimised: { grades: { @@ -18577,7 +19665,7 @@ module.exports = { } }, id: 78, - name: "Thermal Resistant" + name: "Thermal resistant" }, WakeScanner_LightWeight: { grades: { @@ -18610,6 +19698,28 @@ module.exports = { integrity: [ -.4, -.3 ], mass: [ -.5, -.6 ] } + }, + "4": { + components: { + "Conductive Components": 1, + "Phase Alloys": 1, + "Proto Light Alloys": 1 + }, + features: { + integrity: [ -.5, -.4 ], + mass: [ -.6, -.7 ] + } + }, + "5": { + components: { + "Conductive Ceramics": 1, + "Proto Light Alloys": 1, + "Proto Radiolic Alloys": 1 + }, + features: { + integrity: [ -.6, -.5 ], + mass: [ -.7, -.8 ] + } } }, id: 79, @@ -18646,6 +19756,28 @@ module.exports = { integrity: [ .6, 1.5 ], mass: [ 2, 1.2 ] } + }, + "4": { + components: { + Molybdenum: 1, + Tungsten: 1, + Zinc: 1 + }, + features: { + integrity: [ .8, 2 ], + mass: [ 2.5, 1.6 ] + } + }, + "5": { + components: { + "High Density Composites": 1, + Molybdenum: 1, + Technetium: 1 + }, + features: { + integrity: [ 1, 2.5 ], + mass: [ 3, 2 ] + } } }, id: 81, @@ -18682,6 +19814,28 @@ module.exports = { integrity: [ .6, 1.5 ], power: [ .9, .6 ] } + }, + "4": { + components: { + "Proprietary Composites": 1, + "Shielding Sensors": 1, + Vanadium: 1 + }, + features: { + integrity: [ .8, 2 ], + power: [ 1.2, .8 ] + } + }, + "5": { + components: { + "Compound Shielding": 1, + "Core Dynamics Composites": 1, + Tungsten: 1 + }, + features: { + integrity: [ 1, 1.5 ], + power: [ 1.5, 1 ] + } } }, id: 80, @@ -18780,7 +19934,7 @@ module.exports = { "3": { components: { Chromium: 1, - "Exceptional Scrambed Emission Data": 1, + "Exceptional Scrambled Emission Data": 1, "Heat Exchangers": 1 }, features: { @@ -18806,8 +19960,8 @@ module.exports = { "5": { components: { Cadmium: 1, - "Heatsink Interlink": 1, - "Proto Heat Radiators": 1 + "Proto Heat Radiators": 1, + "Unexpected Emission Data": 1 }, features: { damage: [ .03, .09 ], @@ -19614,6 +20768,27 @@ module.exports = { method: "multiplicative", higherbetter: false }, + scanangle: { + id: 46, + name: "scanangle", + type: "percentage", + method: "multiplicative", + higherbetter: true + }, + scanrange: { + id: 47, + name: "scanrange", + type: "percentage", + method: "multiplicative", + higherbetter: true + }, + scantime: { + id: 48, + name: "scantime", + type: "percentage", + method: "multiplicative", + higherbetter: false + }, shield: { id: 30, name: "shield", @@ -20119,11 +21294,14 @@ module.exports = { }, cs: { blueprints: { + Sensor_CargoScanner_FastScan: [ 1, 2, 3, 4, 5 ], CargoScanner_LightWeight: [ 1, 2, 3, 4, 5 ], + Sensor_CargoScanner_LongRange: [ 1, 2, 3, 4, 5 ], CargoScanner_Reinforced: [ 1, 2, 3, 4, 5 ], - CargoScanner_Shielded: [ 1, 2, 3, 4, 5 ] + CargoScanner_Shielded: [ 1, 2, 3, 4, 5 ], + Sensor_CargoScanner_WideAngle: [ 1, 2, 3, 4, 5 ] }, - modifications: [ "boot", "integrity", "mass", "power" ] + modifications: [ "boot", "integrity", "mass", "power", "scanangle", "range", "scantime" ] }, dc: { blueprints: {}, @@ -20217,11 +21395,14 @@ module.exports = { }, kw: { blueprints: { + Sensor_KillWarrantScanner_FastScan: [ 1, 2, 3, 4, 5 ], KillWarrantScanner_LightWeight: [ 1, 2, 3, 4, 5 ], + KillWarrantScanner_LongRange: [ 1, 2, 3, 4, 5 ], KillWarrantScanner_Reinforced: [ 1, 2, 3, 4, 5 ], - KillWarrantScanner_Shielded: [ 1, 2, 3, 4, 5 ] + KillWarrantScanner_Shielded: [ 1, 2, 3, 4, 5 ], + Sensor_KillWarrantScanner_WideAngle: [ 1, 2, 3, 4, 5 ] }, - modifications: [ "boot", "integrity", "mass", "power" ] + modifications: [ "boot", "integrity", "mass", "power", "scanangle", "range", "scantime" ] }, ls: { blueprints: { @@ -20388,8 +21569,12 @@ module.exports = { specials: [ "special_feedback_cascade", "special_plasma_slug", "special_super_penetrator" ] }, s: { - blueprints: {}, - modifications: [] + blueprints: { + Sensor_Sensor_LightWeight: [ 1, 2, 3, 4, 5 ], + Sensor_Sensor_LongRange: [ 1, 2, 3, 4, 5 ], + Sensor_Sensor_WideAngle: [ 1, 2, 3, 4, 5 ] + }, + modifications: [ "integrity", "mass", "power", "scanrange", "scanangle" ] }, sb: { blueprints: { @@ -20421,6 +21606,14 @@ module.exports = { }, modifications: [ "boot", "brokenregen", "distdraw", "explres", "integrity", "kinres", "mass", "optmass", "optmul", "power", "regen", "thermload", "thermres" ] }, + ss: { + blueprints: { + Sensor_SurfaceScanner_FastScan: [ 1, 2, 3, 4, 5 ], + Sensor_SurfaceScanner_LongRange: [ 1, 2, 3, 4, 5 ], + Sensor_SurfaceScanner_WideAngle: [ 1, 2, 3, 4, 5 ] + }, + modifications: [ "mass", "power", "scanangle", "scanrange", "scantime" ] + }, t: { blueprints: { Engine_Dirty: [ 1, 2, 3, 4, 5 ], @@ -20453,11 +21646,14 @@ module.exports = { }, ws: { blueprints: { - WakeScanner_LightWeight: [ 1, 2, 3 ], - WakeScanner_Reinforced: [ 1, 2, 3 ], - WakeScanner_Shielded: [ 1, 2, 3 ] + Sensor_WakeScanner_FastScan: [ 1, 2, 3, 4, 5 ], + WakeScanner_LightWeight: [ 1, 2, 3, 4, 5 ], + Sensor_WakeScanner_LongRange: [ 1, 2, 3, 4, 5 ], + WakeScanner_Reinforced: [ 1, 2, 3, 4, 5 ], + WakeScanner_Shielded: [ 1, 2, 3, 4, 5 ], + Sensor_WakeScanner_WideAngle: [ 1, 2, 3, 4, 5 ] }, - modifications: [ "boot", "integrity", "mass", "power" ] + modifications: [ "boot", "integrity", "mass", "power", "scanangle", "range", "scantime" ] } }, specials: { diff --git a/dist/index.json b/dist/index.json index a96b996..f97a84f 100644 --- a/dist/index.json +++ b/dist/index.json @@ -149,7 +149,7 @@ "boostEnergy": 27, "baseShieldStrength": 350, "baseArmour": 525, - "hardness": 65, + "hardness": 170, "hullMass": 400, "masslock": 23, "pipSpeed": 0.13875, @@ -1377,6 +1377,152 @@ ] } }, + "dolphin": { + "eddbID": 31, + "properties": { + "name": "Dolphin", + "manufacturer": "Saud Kruger", + "class": 1, + "hullCost": 1115330, + "speed": 250, + "boost": 350, + "boostEnergy": -1, + "baseShieldStrength": 110, + "baseArmour": 110, + "hardness": 35, + "hullMass": 140, + "masslock": -1, + "pipSpeed": 0.08375, + "luxuryCabins": true, + "pitch": 30, + "roll": 100, + "yaw": 20, + "crew": 1 + }, + "retailCost": 1337330, + "bulkheads": [ + { + "id": "cq", + "eddbID": 1589, + "grp": "bh", + "cost": 0, + "mass": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 0.8 + }, + { + "id": "cr", + "eddbID": 1590, + "grp": "bh", + "cost": 534940, + "mass": 32, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 1.52 + }, + { + "id": "cs", + "eddbID": 1591, + "grp": "bh", + "cost": 1203600, + "mass": 63, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 2.5 + }, + { + "id": "ct", + "eddbID": 1592, + "grp": "bh", + "cost": 2808390, + "mass": 63, + "explres": -0.5, + "kinres": -0.75, + "thermres": 0.5, + "hullboost": 2.5 + }, + { + "id": "cu", + "eddbID": 1593, + "grp": "bh", + "cost": 3152080, + "mass": 63, + "explres": 0.2, + "kinres": 0.25, + "thermres": -0.4, + "hullboost": 2.5 + } + ], + "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 + ] + }, + "defaults": { + "standard": [ + "4E", + "5E", + "4E", + "4E", + "3E", + "3E", + "4C" + ], + "hardpoints": [ + 17, + 17, + 0, + 0, + 0 + ], + "internal": [ + "md", + "02", + "49", + "01", + "00", + 0, + "2h" + ] + } + }, "eagle": { "edID": 128049255, "eddbID": 7, @@ -1696,7 +1842,7 @@ "boostEnergy": 27, "baseShieldStrength": 555, "baseArmour": 370, - "hardness": 70, + "hardness": 185, "hullMass": 900, "masslock": 24, "pipSpeed": 0.125, @@ -2798,7 +2944,7 @@ "boostEnergy": 23, "baseShieldStrength": 600, "baseArmour": 400, - "hardness": 70, + "hardness": 185, "hullMass": 1100, "masslock": 27, "pipSpeed": 0.05, @@ -3269,7 +3415,7 @@ "baseShieldStrength": 220, "baseArmour": 220, "hardness": 55, - "hullMass": 580, + "hullMass": 290, "masslock": 13, "pipSpeed": 0.08375, "luxuryCabins": true, @@ -8409,7 +8555,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 52, + "piercing": 95, "power": 0.9, "range": 3000, "rating": "D", @@ -8435,7 +8581,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 52, + "piercing": 95, "power": 0.92, "range": 3000, "rating": "E", @@ -8461,7 +8607,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 52, + "piercing": 95, "power": 0.89, "range": 3000, "rating": "F", @@ -8487,7 +8633,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 65, + "piercing": 170, "power": 1.33, "range": 3000, "rating": "A", @@ -8513,7 +8659,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 65, + "piercing": 170, "power": 1.37, "range": 3000, "rating": "A", @@ -8742,7 +8888,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 52, + "piercing": 95, "power": 1.66, "range": 3000, "rating": "D", @@ -8770,7 +8916,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 52, + "piercing": 95, "power": 1.65, "range": 3000, "rating": "E", @@ -8798,7 +8944,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 52, + "piercing": 95, "power": 1.57, "range": 3000, "rating": "E", @@ -8826,7 +8972,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 65, + "piercing": 170, "power": 2.58, "range": 3000, "rating": "E", @@ -8854,7 +9000,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 65, + "piercing": 170, "power": 2.59, "range": 3000, "rating": "E", @@ -9061,7 +9207,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 50, + "piercing": 90, "power": 1.62, "range": 3000, "rating": "C", @@ -9086,7 +9232,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 50, + "piercing": 90, "power": 1.6, "range": 3000, "rating": "C", @@ -9111,7 +9257,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 50, + "piercing": 90, "power": 1.51, "range": 3000, "rating": "D", @@ -9136,7 +9282,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 60, + "piercing": 155, "power": 2.61, "range": 3000, "rating": "A", @@ -9161,7 +9307,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 60, + "piercing": 155, "power": 2.57, "range": 3000, "rating": "A", @@ -9402,7 +9548,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 54, + "piercing": 98, "power": 0.64, "range": 4000, "rating": "C", @@ -9432,7 +9578,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 54, + "piercing": 98, "power": 0.97, "range": 4000, "rating": "C", @@ -9462,7 +9608,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 68, + "piercing": 175, "power": 0.73, "range": 4000, "rating": "A", @@ -9493,7 +9639,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 68, + "piercing": 175, "power": 1.22, "range": 4000, "rating": "A", @@ -9706,7 +9852,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 70, + "piercing": 125, "power": 0.67, "range": 4000, "rating": "C", @@ -9738,7 +9884,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 70, + "piercing": 125, "power": 0.75, "range": 4000, "rating": "C", @@ -9768,7 +9914,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 70, + "piercing": 125, "power": 0.64, "range": 4000, "rating": "D", @@ -9800,7 +9946,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 90, + "piercing": 200, "power": 0.92, "range": 4500, "rating": "B", @@ -9832,7 +9978,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 90, + "piercing": 200, "power": 1.03, "range": 4500, "rating": "B", @@ -10057,7 +10203,7 @@ "jitter": 0.5, "mass": 8, "mount": "F", - "piercing": 45, + "piercing": 60, "power": 1.02, "range": 2000, "rating": "C", @@ -10089,7 +10235,7 @@ "jitter": 0.5, "mass": 8, "mount": "G", - "piercing": 45, + "piercing": 60, "power": 1.55, "range": 2000, "rating": "C", @@ -10121,7 +10267,7 @@ "jitter": 0.5, "mass": 8, "mount": "T", - "piercing": 45, + "piercing": 60, "power": 1.29, "range": 2000, "rating": "C", @@ -10154,7 +10300,7 @@ "mass": 8, "mount": "F", "name": "Pacifier", - "piercing": 45, + "piercing": 60, "power": 1.02, "pp": "Zachary Hudson", "rating": "C", @@ -10188,7 +10334,7 @@ "integrity": 40, "mass": 2, "mount": "F", - "piercing": 30, + "piercing": 80, "power": 1.15, "range": 3000, "rating": "D", @@ -10218,7 +10364,7 @@ "integrity": 51, "mass": 4, "mount": "F", - "piercing": 48, + "piercing": 125, "power": 1.63, "range": 3000, "rating": "B", @@ -10251,7 +10397,7 @@ "mass": 4, "mount": "F", "name": "Imperial Hammer", - "piercing": 150, + "piercing": 125, "power": 1.63, "pp": "Arissa Lavigny-Duval", "range": 3000, @@ -10285,7 +10431,7 @@ "integrity": 51, "mass": 4, "mount": "F", - "piercing": 100, + "piercing": 200, "power": 1.43, "range": 3500, "rating": "C", @@ -10317,7 +10463,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 100, + "piercing": 200, "power": 1.97, "range": 3500, "rating": "B", @@ -10350,7 +10496,7 @@ "mass": 8, "mount": "F", "name": "Advanced Plasma Accelerator", - "piercing": 100, + "piercing": 200, "power": 1.97, "pp": "Denton Patreus", "range": 3500, @@ -10383,7 +10529,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 100, + "piercing": 200, "power": 2.63, "range": 3500, "rating": "A", @@ -10752,6 +10898,30 @@ "rating": "D", "thermload": 2 }, + { + "breachdmg": 0.3, + "breachmax": 0.2, + "breachmin": 0.1, + "class": 1, + "cost": 9400, + "damage": 2, + "damagedist": { + "T": 1 + }, + "distdraw": 1.5, + "eddbID": 1587, + "falloff": 300, + "grp": "ml", + "id": "w0", + "integrity": 40, + "mass": 2, + "mount": "T", + "piercing": 18, + "power": 0.5, + "range": 500, + "rating": "D", + "thermload": 2 + }, { "breachdmg": 1.2, "breachmax": 0.2, @@ -10803,6 +10973,30 @@ "range": 500, "rating": "D", "thermload": 4 + }, + { + "breachdmg": 0.6, + "breachmax": 0.2, + "breachmin": 0.1, + "class": 2, + "cost": 32590, + "damage": 4, + "damagedist": { + "T": 1 + }, + "distdraw": 3, + "eddbID": 1588, + "falloff": 300, + "grp": "ml", + "id": "w1", + "integrity": 51, + "mass": 2, + "mount": "T", + "piercing": 18, + "power": 0.75, + "range": 500, + "rating": "D", + "thermload": 4 } ], "cs": [ @@ -10819,7 +11013,7 @@ "power": 0.2, "range": 2000, "rating": "E", - "time": 10 + "scantime": 10 }, { "angle": 15, @@ -10834,7 +11028,7 @@ "power": 0.4, "range": 2500, "rating": "D", - "time": 10 + "scantime": 10 }, { "angle": 15, @@ -10849,7 +11043,7 @@ "power": 0.8, "range": 3000, "rating": "C", - "time": 10 + "scantime": 10 }, { "angle": 15, @@ -10864,7 +11058,7 @@ "power": 1.6, "range": 3500, "rating": "B", - "time": 10 + "scantime": 10 }, { "angle": 15, @@ -10879,7 +11073,7 @@ "power": 3.2, "range": 4000, "rating": "A", - "time": 10 + "scantime": 10 } ], "ws": [ @@ -10895,7 +11089,7 @@ "power": 0.2, "range": 2000, "rating": "E", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -10909,7 +11103,7 @@ "power": 0.4, "range": 2500, "rating": "D", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -10923,7 +11117,7 @@ "power": 0.8, "range": 3000, "rating": "C", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -10937,7 +11131,7 @@ "power": 1.6, "range": 3500, "rating": "B", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -10951,7 +11145,7 @@ "power": 3.2, "range": 4000, "rating": "A", - "time": 10 + "scantime": 10 } ], "kw": [ @@ -10967,7 +11161,7 @@ "power": 0.2, "range": 2000, "rating": "E", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -10981,7 +11175,7 @@ "power": 0.4, "range": 2500, "rating": "D", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -10995,7 +11189,7 @@ "power": 0.8, "range": 3000, "rating": "C", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -11009,7 +11203,7 @@ "power": 1.6, "range": 3500, "rating": "B", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -11023,7 +11217,7 @@ "power": 3.2, "range": 4000, "rating": "A", - "time": 10 + "scantime": 10 } ], "sb": [ @@ -14918,18 +15112,6 @@ "power": 0, "rangeLS": 500, "rating": "E" - }, - { - "class": 1, - "cost": 250000, - "edID": 128666634, - "eddbID": 1245, - "grp": "sc", - "id": "2i", - "mass": 1.3, - "name": "Detailed Surface Scanner", - "power": 0, - "rating": "C" } ], "scb": [ @@ -16563,6 +16745,20 @@ "regen": 2.4, "thermres": -0.2 } + ], + "ss": [ + { + "class": 1, + "cost": 250000, + "edID": 128666634, + "eddbID": 1245, + "grp": "ss", + "id": "2i", + "mass": 1.3, + "name": "Detailed Surface Scanner", + "power": 0, + "rating": "C" + } ] } }, @@ -16892,7 +17088,7 @@ } }, "id": 5, - "name": "Blast Resistant" + "name": "Blast resistant" }, "Armour_HeavyDuty": { "grades": { @@ -17040,7 +17236,7 @@ } }, "id": 7, - "name": "Heavy Duty" + "name": "Heavy duty" }, "Armour_Kinetic": { "grades": { @@ -17148,7 +17344,7 @@ } }, "id": 4, - "name": "Kinetic Resistant" + "name": "Kinetic resistant" }, "Armour_Thermic": { "grades": { @@ -17248,7 +17444,7 @@ } }, "id": 8, - "name": "Thermal Resistant" + "name": "Thermal resistant" }, "CargoScanner_LightWeight": { "grades": { @@ -19304,7 +19500,7 @@ } }, "id": 29, - "name": "Longer range" + "name": "Long range" }, "FuelScoop_Shielded": { "grades": { @@ -20410,7 +20606,7 @@ } }, "id": 43, - "name": "Blast Resistant" + "name": "Blast resistant" }, "HullReinforcement_HeavyDuty": { "grades": { @@ -20666,7 +20862,7 @@ } }, "id": 44, - "name": "Kinetic Resistant" + "name": "Kinetic resistant" }, "HullReinforcement_Thermic": { "grades": { @@ -20732,7 +20928,7 @@ }, "4": { "components": { - "Galvanisign Alloys": 1, + "Galvanising Alloys": 1, "Heat Vanes": 1, "Tungsten": 1 }, @@ -20774,7 +20970,7 @@ } }, "id": 45, - "name": "Thermal Resistant" + "name": "Thermal resistant" }, "KillWarrantScanner_LightWeight": { "grades": { @@ -20864,6 +21060,114 @@ "id": 46, "name": "Lightweight" }, + "KillWarrantScanner_LongRange": { + "grades": { + "1": { + "components": { + "Iron": 1 + }, + "features": { + "power": [ + 0.2, + 0.1 + ], + "scanangle": [ + -0.2, + -0.1 + ], + "range": [ + 0.1, + 0.2 + ] + } + }, + "2": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1 + }, + "features": { + "power": [ + 0.39, + 0.2 + ], + "scanangle": [ + -0.3, + -0.15 + ], + "range": [ + 0.2, + 0.4 + ] + } + }, + "3": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1, + "Unexpected Emission Data": 1 + }, + "features": { + "power": [ + 0.61, + 0.29 + ], + "scanangle": [ + -0.4, + -0.2 + ], + "range": [ + 0.31, + 0.61 + ] + } + }, + "4": { + "components": { + "Decoded Emission Data": 1, + "Electrochemical Arrays": 1, + "Germanium": 1 + }, + "features": { + "power": [ + 0.79, + 0.39 + ], + "scanangle": [ + -0.5, + -0.25 + ], + "range": [ + 0.39, + 0.79 + ] + } + }, + "5": { + "components": { + "Abnormal Compact Emissions Data": 1, + "Niobium": 1, + "Polymer Capacitors": 1 + }, + "features": { + "power": [ + 1, + 0.5 + ], + "scanangle": [ + -0.61, + -0.3 + ], + "range": [ + 0.5, + 1 + ] + } + } + }, + "id": 99, + "name": "Long range" + }, "KillWarrantScanner_Reinforced": { "grades": { "1": { @@ -22891,6 +23195,1518 @@ "id": 92, "name": "Shielded" }, + "Sensor_CargoScanner_FastScan": { + "grades": { + "1": { + "components": { + "Phosphorus": 1 + }, + "features": { + "integrity": [ + -0.4, + -0.11 + ], + "range": [ + -0.1, + -0.05 + ], + "scantime": [ + -0.1, + -0.4 + ] + } + }, + "2": { + "components": { + "Flawed Focus Crystals": 1, + "Phosphorus": 1 + }, + "features": { + "integrity": [ + -0.5, + -0.2 + ], + "range": [ + -0.2, + -0.1 + ], + "scantime": [ + -0.2, + -0.5 + ] + } + }, + "3": { + "components": { + "Flawed Focus Crystals": 1, + "Open Symmetric Keys": 1, + "Phosphorus": 1 + }, + "features": { + "integrity": [ + -0.61, + -0.31 + ], + "range": [ + -0.3, + -0.15 + ], + "scantime": [ + -0.31, + -0.61 + ] + } + }, + "4": { + "components": { + "Atypical Encryption Archives": 1, + "Focus Crystals": 1, + "Manganese": 1 + }, + "features": { + "integrity": [ + -0.7, + -0.4 + ], + "range": [ + -0.41, + -0.2 + ], + "scantime": [ + -0.4, + -0.7 + ] + } + }, + "5": { + "components": { + "Adaptive Encryptors Capture": 1, + "Arsenic": 1, + "Refined Focus Crystals": 1 + }, + "features": { + "integrity": [ + -0.8, + -0.5 + ], + "range": [ + -0.5, + -0.2 + ], + "scantime": [ + -0.5, + -0.8 + ] + } + } + }, + "id": 102, + "name": "Fast scan" + }, + "Sensor_CargoScanner_LongRange": { + "grades": { + "1": { + "components": { + "Iron": 1 + }, + "features": { + "power": [ + 0.2, + 0.1 + ], + "scanangle": [ + -0.2, + -0.1 + ], + "range": [ + 0.1, + 0.2 + ] + } + }, + "2": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1 + }, + "features": { + "power": [ + 0.39, + 0.2 + ], + "scanangle": [ + -0.3, + -0.15 + ], + "range": [ + 0.2, + 0.4 + ] + } + }, + "3": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1, + "Unexpected Emission Data": 1 + }, + "features": { + "power": [ + 0.61, + 0.29 + ], + "scanangle": [ + -0.4, + -0.2 + ], + "range": [ + 0.31, + 0.61 + ] + } + }, + "4": { + "components": { + "Decoded Emission Data": 1, + "Electrochemical Arrays": 1, + "Germanium": 1 + }, + "features": { + "power": [ + 0.79, + 0.39 + ], + "scanangle": [ + -0.5, + -0.25 + ], + "range": [ + 0.39, + 0.79 + ] + } + }, + "5": { + "components": { + "Abnormal Compact Emissions Data": 1, + "Niobium": 1, + "Polymer Capacitors": 1 + }, + "features": { + "power": [ + 1, + 0.5 + ], + "scanangle": [ + -0.61, + -0.3 + ], + "range": [ + 0.5, + 1 + ] + } + } + }, + "id": 104, + "name": "Long range" + }, + "Sensor_CargoScanner_WideAngle": { + "grades": { + "1": { + "components": { + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ + 0.39, + 0.2 + ], + "scanangle": [ + 0.2, + 0.4 + ], + "scantime": [ + 0.2, + 0.1 + ] + } + }, + "2": { + "components": { + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ + 0.79, + 0.39 + ], + "scanangle": [ + 0.4, + 0.81 + ], + "scantime": [ + 0.39, + 0.2 + ] + } + }, + "3": { + "components": { + "Classified Scan Databanks": 1, + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ + 1.2, + 0.61 + ], + "scanangle": [ + 0.61, + 1.2 + ], + "scantime": [ + 0.61, + 0.31 + ] + } + }, + "4": { + "components": { + "Divergent Scan Data": 1, + "Mechanical Equipment": 1, + "Niobium": 1 + }, + "features": { + "mass": [ + 1.2, + 0.61 + ], + "scanangle": [ + 0.81, + 1.61 + ], + "scantime": [ + 0.81, + 0.39 + ] + } + }, + "5": { + "components": { + "Classified Scan Fragment": 1, + "Mechanical Components": 1, + "Tin": 1 + }, + "features": { + "mass": [ + 2, + 1 + ], + "scanangle": [ + 1, + 2 + ], + "scantime": [ + 1, + 0.5 + ] + } + } + }, + "id": 105, + "name": "Wide angle" + }, + "Sensor_KillWarrantScanner_FastScan": { + "grades": { + "1": { + "components": { + "Phosphorus": 1 + }, + "features": { + "integrity": [ + -0.4, + -0.11 + ], + "range": [ + -0.1, + -0.05 + ], + "scantime": [ + -0.1, + -0.4 + ] + } + }, + "2": { + "components": { + "Flawed Focus Crystals": 1, + "Phosphorus": 1 + }, + "features": { + "integrity": [ + -0.5, + -0.2 + ], + "range": [ + -0.2, + -0.1 + ], + "scantime": [ + -0.2, + -0.5 + ] + } + }, + "3": { + "components": { + "Flawed Focus Crystals": 1, + "Open Symmetric Keys": 1, + "Phosphorus": 1 + }, + "features": { + "integrity": [ + -0.61, + -0.31 + ], + "range": [ + -0.3, + -0.15 + ], + "scantime": [ + -0.31, + -0.61 + ] + } + }, + "4": { + "components": { + "Atypical Encryption Archives": 1, + "Focus Crystals": 1, + "Manganese": 1 + }, + "features": { + "integrity": [ + -0.7, + -0.4 + ], + "range": [ + -0.41, + -0.2 + ], + "scantime": [ + -0.4, + -0.7 + ] + } + }, + "5": { + "components": { + "Adaptive Encryptors Capture": 1, + "Arsenic": 1, + "Refined Focus Crystals": 1 + }, + "features": { + "integrity": [ + -0.8, + -0.5 + ], + "range": [ + -0.5, + -0.2 + ], + "scantime": [ + -0.5, + -0.8 + ] + } + } + }, + "id": 101, + "name": "Fast scan" + }, + "Sensor_KillWarrantScanner_WideAngle": { + "grades": { + "1": { + "components": { + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ + 0.39, + 0.2 + ], + "scanangle": [ + 0.2, + 0.4 + ], + "scantime": [ + 0.2, + 0.1 + ] + } + }, + "2": { + "components": { + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ + 0.79, + 0.39 + ], + "scanangle": [ + 0.4, + 0.81 + ], + "scantime": [ + 0.39, + 0.2 + ] + } + }, + "3": { + "components": { + "Classified Scan Databanks": 1, + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ + 1.2, + 0.61 + ], + "scanangle": [ + 0.61, + 1.2 + ], + "scantime": [ + 0.61, + 0.31 + ] + } + }, + "4": { + "components": { + "Divergent Scan Data": 1, + "Mechanical Equipment": 1, + "Niobium": 1 + }, + "features": { + "mass": [ + 1.2, + 0.61 + ], + "scanangle": [ + 0.81, + 1.61 + ], + "scantime": [ + 0.81, + 0.39 + ] + } + }, + "5": { + "components": { + "Classified Scan Fragment": 1, + "Mechanical Components": 1, + "Tin": 1 + }, + "features": { + "mass": [ + 2, + 1 + ], + "scanangle": [ + 1, + 2 + ], + "scantime": [ + 1, + 0.5 + ] + } + } + }, + "id": 107, + "name": "Wide angle" + }, + "Sensor_Sensor_LightWeight": { + "grades": { + "1": { + "components": { + "Phosphorus": 1 + }, + "features": { + "integrity": [ + -0.15, + -0.11 + ], + "mass": [ + -0.2, + -0.4 + ], + "scanangle": [ + -0.1, + -0.05 + ] + } + }, + "2": { + "components": { + "Manganese": 1, + "Salvaged Alloys": 1 + }, + "features": { + "integrity": [ + -0.31, + -0.21 + ], + "mass": [ + -0.31, + -0.5 + ], + "scanangle": [ + -0.15, + -0.1 + ] + } + }, + "3": { + "components": { + "Conductive Ceramics": 1, + "Manganese": 1, + "Salvaged Alloys": 1 + }, + "features": { + "integrity": [ + -0.45, + -0.31 + ], + "mass": [ + -0.4, + -0.61 + ], + "scanangle": [ + -0.2, + -0.15 + ] + } + }, + "4": { + "components": { + "Conductive Components": 1, + "Phase Alloys": 1, + "Proto Light Alloys": 1 + }, + "features": { + "integrity": [ + -0.61, + -0.41 + ], + "mass": [ + -0.5, + -0.7 + ], + "scanangle": [ + -0.25, + -0.2 + ] + } + }, + "5": { + "components": { + "Conductive Ceramics": 1, + "Proto Light Alloys": 1, + "Proto Radiolic Alloys": 1 + }, + "features": { + "integrity": [ + -0.75, + -0.5 + ], + "mass": [ + -0.61, + -0.8 + ], + "scanangle": [ + -0.3, + -0.25 + ] + } + } + }, + "id": 96, + "name": "Lightweight" + }, + "Sensor_Sensor_LongRange": { + "grades": { + "1": { + "components": { + "Iron": 1 + }, + "features": { + "mass": [ + 0.39, + 0.2 + ], + "scanangle": [ + -0.2, + -0.1 + ], + "scanrange": [ + 0.1, + 0.14 + ] + } + }, + "2": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1 + }, + "features": { + "mass": [ + 0.79, + 0.39 + ], + "scanangle": [ + -0.3, + -0.15 + ], + "scanrange": [ + 0.2, + 0.29 + ] + } + }, + "3": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1, + "Unexpected Emission Data": 1 + }, + "features": { + "mass": [ + 1.2, + 0.61 + ], + "scanangle": [ + -0.4, + -0.2 + ], + "scanrange": [ + 0.29, + 0.45 + ] + } + }, + "4": { + "components": { + "Decoded Emission Data": 1, + "Electrochemical Arrays": 1, + "Germanium": 1 + }, + "features": { + "mass": [ + 1.59, + 0.79 + ], + "scanangle": [ + -0.5, + -0.25 + ], + "scanrange": [ + 0.39, + 0.61 + ] + } + }, + "5": { + "components": { + "Abnormal Compact Emissions Data": 1, + "Niobium": 1, + "Polymer Capacitors": 1 + }, + "features": { + "mass": [ + 2, + 1 + ], + "scanangle": [ + -0.61, + -0.3 + ], + "scanrange": [ + 0.5, + 0.75 + ] + } + } + }, + "id": 97, + "name": "Long range" + }, + "Sensor_Sensor_WideAngle": { + "grades": { + "1": { + "components": { + "Mechanical Scrap": 1 + }, + "features": { + "power": [ + 0.2, + 0.09 + ], + "scanangle": [ + 0.2, + 0.4 + ], + "scanrange": [ + -0.08, + -0.05 + ] + } + }, + "2": { + "components": { + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "power": [ + 0.39, + 0.2 + ], + "scanangle": [ + 0.4, + 0.81 + ], + "scanrange": [ + -0.16, + -0.08 + ] + } + }, + "3": { + "components": { + "Classified Scan Databanks": 1, + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "power": [ + 0.59, + 0.29 + ], + "scanangle": [ + 0.61, + 1.2 + ], + "scanrange": [ + -0.24, + -0.12 + ] + } + }, + "4": { + "components": { + "Divergent Scan Data": 1, + "Mechanical Equipment": 1, + "Niobium": 1 + }, + "features": { + "power": [ + 0.79, + 0.39 + ], + "scanangle": [ + 0.81, + 1.61 + ], + "scanrange": [ + -0.32, + -0.16 + ] + } + }, + "5": { + "components": { + "Classified Scan Fragment": 1, + "Mechanical Components": 1, + "Tin": 1 + }, + "features": { + "power": [ + 1, + 0.5 + ], + "scanangle": [ + 1, + 2 + ], + "scanrange": [ + -0.4, + -0.2 + ] + } + } + }, + "id": 98, + "name": "Wide angle" + }, + "Sensor_SurfaceScanner_FastScan": { + "grades": { + "1": { + "components": { + "Phosphorus": 1 + }, + "features": { + "mass": [ + 0.39, + 0.2 + ], + "power": [ + 0.2, + 0.1 + ], + "scantime": [ + 0.1, + 0.4 + ] + } + }, + "2": { + "components": { + "Flawed Focus Crystals": 1, + "Phosphorus": 1 + }, + "features": { + "mass": [ + 0.79, + 0.39 + ], + "power": [ + 0.39, + 0.2 + ], + "scantime": [ + 0.2, + 0.5 + ] + } + }, + "3": { + "components": { + "Flawed Focus Crystals": 1, + "Open Symmetric Keys": 1, + "Phosphorus": 1 + }, + "features": { + "mass": [ + 1.2, + 0.61 + ], + "power": [ + 0.61, + 0.31 + ], + "scantime": [ + 0.3, + 0.6 + ] + } + }, + "4": { + "components": { + "Atypical Encryption Archives": 1, + "Focus Crystals": 1, + "Manganese": 1 + }, + "features": { + "mass": [ + 1.59, + 0.79 + ], + "power": [ + 0.81, + 0.39 + ], + "scantime": [ + 0.4, + 0.7 + ] + } + }, + "5": { + "components": { + "Adaptive Encryptors Capture": 1, + "Arsenic": 1, + "Refined Focus Crystals": 1 + }, + "features": { + "mass": [ + 2, + 1 + ], + "power": [ + 1, + 0.5 + ], + "scantime": [ + 0.5, + 0.8 + ] + } + } + }, + "id": 95, + "name": "Fast scan" + }, + "Sensor_SurfaceScanner_LongRange": { + "grades": { + "1": { + "components": { + "Iron": 1 + }, + "features": { + "mass": [ + 0.39, + 0.2 + ], + "power": [ + 0.2, + 0.1 + ], + "scanrange": [ + 0.2, + 0.4 + ] + } + }, + "2": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1 + }, + "features": { + "mass": [ + 0.79, + 0.39 + ], + "power": [ + 0.39, + 0.2 + ], + "scanrange": [ + 0.4, + 0.8 + ] + } + }, + "3": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1, + "Unexpected Emission Data": 1 + }, + "features": { + "mass": [ + 1.2, + 0.6 + ], + "power": [ + 0.61, + 0.31 + ], + "scanrange": [ + 0.6, + 1.2 + ] + } + }, + "4": { + "components": { + "Decoded Emission Data": 1, + "Electrochemical Arrays": 1, + "Germanium": 1 + }, + "features": { + "mass": [ + 1.59, + 0.79 + ], + "power": [ + 0.81, + 0.39 + ], + "scanrange": [ + 0.8, + 1.6 + ] + } + }, + "5": { + "components": { + "Abnormal Compact Emissions Data": 1, + "Niobium": 1, + "Polymer Capacitors": 1 + }, + "features": { + "mass": [ + 2, + 1 + ], + "power": [ + 1, + 0.5 + ], + "scanrange": [ + 1, + 2 + ] + } + } + }, + "id": 93, + "name": "Long range" + }, + "Sensor_SurfaceScanner_WideAngle": { + "grades": { + "1": { + "components": { + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ + 0.39, + 0.2 + ], + "power": [ + 0.2, + 0.1 + ], + "scanangle": [ + 0.2, + 0.4 + ] + } + }, + "2": { + "components": { + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ + 0.79, + 0.39 + ], + "power": [ + 0.39, + 0.2 + ], + "scanangle": [ + 0.4, + 0.8 + ] + } + }, + "3": { + "components": { + "Classified Scan Databanks": 1, + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ + 1.2, + 0.6 + ], + "power": [ + 0.61, + 0.31 + ], + "scanangle": [ + 0.6, + 1.2 + ] + } + }, + "4": { + "components": { + "Divergent Scan Data": 1, + "Mechanical Equipment": 1, + "Niobium": 1 + }, + "features": { + "mass": [ + 1.59, + 0.79 + ], + "power": [ + 0.81, + 0.39 + ], + "scanangle": [ + 0.8, + 1.6 + ] + } + }, + "5": { + "components": { + "Classified Scan Fragment": 1, + "Mechanical Components": 1, + "Tin": 1 + }, + "features": { + "mass": [ + 2, + 1 + ], + "power": [ + 1, + 0.5 + ], + "scanangle": [ + 1, + 2 + ] + } + } + }, + "id": 94, + "name": "Wide angle" + }, + "Sensor_WakeScanner_FastScan": { + "grades": { + "1": { + "components": { + "Phosphorus": 1 + }, + "features": { + "integrity": [ + -0.4, + -0.11 + ], + "range": [ + -0.1, + -0.05 + ], + "scantime": [ + -0.1, + -0.4 + ] + } + }, + "2": { + "components": { + "Flawed Focus Crystals": 1, + "Phosphorus": 1 + }, + "features": { + "integrity": [ + -0.5, + -0.2 + ], + "range": [ + -0.2, + -0.1 + ], + "scantime": [ + -0.2, + -0.5 + ] + } + }, + "3": { + "components": { + "Flawed Focus Crystals": 1, + "Open Symmetric Keys": 1, + "Phosphorus": 1 + }, + "features": { + "integrity": [ + -0.61, + -0.31 + ], + "range": [ + -0.3, + -0.15 + ], + "scantime": [ + -0.31, + -0.61 + ] + } + }, + "4": { + "components": { + "Atypical Encryption Archives": 1, + "Focus Crystals": 1, + "Manganese": 1 + }, + "features": { + "integrity": [ + -0.7, + -0.4 + ], + "range": [ + -0.41, + -0.2 + ], + "scantime": [ + -0.4, + -0.7 + ] + } + }, + "5": { + "components": { + "Adaptive Encryptors Capture": 1, + "Arsenic": 1, + "Refined Focus Crystals": 1 + }, + "features": { + "integrity": [ + -0.8, + -0.5 + ], + "range": [ + -0.5, + -0.2 + ], + "scantime": [ + -0.5, + -0.8 + ] + } + } + }, + "id": 109, + "name": "Fast scan" + }, + "Sensor_WakeScanner_LongRange": { + "grades": { + "1": { + "components": { + "Iron": 1 + }, + "features": { + "power": [ + 0.2, + 0.1 + ], + "scanangle": [ + -0.2, + -0.1 + ], + "range": [ + 0.1, + 0.2 + ] + } + }, + "2": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1 + }, + "features": { + "power": [ + 0.39, + 0.2 + ], + "scanangle": [ + -0.3, + -0.15 + ], + "range": [ + 0.2, + 0.4 + ] + } + }, + "3": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1, + "Unexpected Emission Data": 1 + }, + "features": { + "power": [ + 0.61, + 0.29 + ], + "scanangle": [ + -0.4, + -0.2 + ], + "range": [ + 0.31, + 0.61 + ] + } + }, + "4": { + "components": { + "Decoded Emission Data": 1, + "Electrochemical Arrays": 1, + "Germanium": 1 + }, + "features": { + "power": [ + 0.79, + 0.39 + ], + "scanangle": [ + -0.5, + -0.25 + ], + "range": [ + 0.39, + 0.79 + ] + } + }, + "5": { + "components": { + "Abnormal Compact Emissions Data": 1, + "Niobium": 1, + "Polymer Capacitors": 1 + }, + "features": { + "power": [ + 1, + 0.5 + ], + "scanangle": [ + -0.61, + -0.3 + ], + "range": [ + 0.5, + 1 + ] + } + } + }, + "id": 108, + "name": "Long range" + }, + "Sensor_WakeScanner_WideAngle": { + "grades": { + "1": { + "components": { + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ + 0.39, + 0.2 + ], + "scanangle": [ + 0.2, + 0.4 + ], + "scantime": [ + 0.2, + 0.1 + ] + } + }, + "2": { + "components": { + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ + 0.79, + 0.39 + ], + "scanangle": [ + 0.4, + 0.81 + ], + "scantime": [ + 0.39, + 0.2 + ] + } + }, + "3": { + "components": { + "Classified Scan Databanks": 1, + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ + 1.2, + 0.61 + ], + "scanangle": [ + 0.61, + 1.2 + ], + "scantime": [ + 0.61, + 0.31 + ] + } + }, + "4": { + "components": { + "Divergent Scan Data": 1, + "Mechanical Equipment": 1, + "Niobium": 1 + }, + "features": { + "mass": [ + 1.2, + 0.61 + ], + "scanangle": [ + 0.81, + 1.61 + ], + "scantime": [ + 0.81, + 0.39 + ] + } + }, + "5": { + "components": { + "Classified Scan Fragment": 1, + "Mechanical Components": 1, + "Tin": 1 + }, + "features": { + "mass": [ + 2, + 1 + ], + "scanangle": [ + 1, + 2 + ], + "scantime": [ + 1, + 0.5 + ] + } + } + }, + "id": 106, + "name": "Wide angle" + }, "ShieldBooster_Explosive": { "grades": { "1": { @@ -22997,7 +24813,7 @@ } }, "id": 68, - "name": "Blast Resistant" + "name": "Blast resistant" }, "ShieldBooster_HeavyDuty": { "grades": { @@ -23233,7 +25049,7 @@ } }, "id": 70, - "name": "Kinetic Resistant" + "name": "Kinetic resistant" }, "ShieldBooster_Resistive": { "grades": { @@ -23489,7 +25305,7 @@ } }, "id": 72, - "name": "Thermal Resistant" + "name": "Thermal resistant" }, "ShieldCellBank_Rapid": { "grades": { @@ -23753,7 +25569,7 @@ } }, "id": 75, - "name": "Kinetic Resistant" + "name": "Kinetic resistant" }, "ShieldGenerator_Optimised": { "grades": { @@ -24177,7 +25993,7 @@ } }, "id": 78, - "name": "Thermal Resistant" + "name": "Thermal resistant" }, "WakeScanner_LightWeight": { "grades": { @@ -24228,6 +26044,40 @@ -0.6 ] } + }, + "4": { + "components": { + "Conductive Components": 1, + "Phase Alloys": 1, + "Proto Light Alloys": 1 + }, + "features": { + "integrity": [ + -0.5, + -0.4 + ], + "mass": [ + -0.6, + -0.7 + ] + } + }, + "5": { + "components": { + "Conductive Ceramics": 1, + "Proto Light Alloys": 1, + "Proto Radiolic Alloys": 1 + }, + "features": { + "integrity": [ + -0.6, + -0.5 + ], + "mass": [ + -0.7, + -0.8 + ] + } } }, "id": 79, @@ -24282,6 +26132,40 @@ 1.2 ] } + }, + "4": { + "components": { + "Molybdenum": 1, + "Tungsten": 1, + "Zinc": 1 + }, + "features": { + "integrity": [ + 0.8, + 2 + ], + "mass": [ + 2.5, + 1.6 + ] + } + }, + "5": { + "components": { + "High Density Composites": 1, + "Molybdenum": 1, + "Technetium": 1 + }, + "features": { + "integrity": [ + 1, + 2.5 + ], + "mass": [ + 3, + 2 + ] + } } }, "id": 81, @@ -24336,6 +26220,40 @@ 0.6 ] } + }, + "4": { + "components": { + "Proprietary Composites": 1, + "Shielding Sensors": 1, + "Vanadium": 1 + }, + "features": { + "integrity": [ + 0.8, + 2 + ], + "power": [ + 1.2, + 0.8 + ] + } + }, + "5": { + "components": { + "Compound Shielding": 1, + "Core Dynamics Composites": 1, + "Tungsten": 1 + }, + "features": { + "integrity": [ + 1, + 1.5 + ], + "power": [ + 1.5, + 1 + ] + } } }, "id": 80, @@ -24509,7 +26427,7 @@ "3": { "components": { "Chromium": 1, - "Exceptional Scrambed Emission Data": 1, + "Exceptional Scrambled Emission Data": 1, "Heat Exchangers": 1 }, "features": { @@ -24559,8 +26477,8 @@ "5": { "components": { "Cadmium": 1, - "Heatsink Interlink": 1, - "Proto Heat Radiators": 1 + "Proto Heat Radiators": 1, + "Unexpected Emission Data": 1 }, "features": { "damage": [ @@ -25871,6 +27789,27 @@ "method": "multiplicative", "higherbetter": false }, + "scanangle": { + "id": 46, + "name": "scanangle", + "type": "percentage", + "method": "multiplicative", + "higherbetter": true + }, + "scanrange": { + "id": 47, + "name": "scanrange", + "type": "percentage", + "method": "multiplicative", + "higherbetter": true + }, + "scantime": { + "id": 48, + "name": "scantime", + "type": "percentage", + "method": "multiplicative", + "higherbetter": false + }, "shield": { "id": 30, "name": "shield", @@ -26631,6 +28570,13 @@ }, "cs": { "blueprints": { + "Sensor_CargoScanner_FastScan": [ + 1, + 2, + 3, + 4, + 5 + ], "CargoScanner_LightWeight": [ 1, 2, @@ -26638,6 +28584,13 @@ 4, 5 ], + "Sensor_CargoScanner_LongRange": [ + 1, + 2, + 3, + 4, + 5 + ], "CargoScanner_Reinforced": [ 1, 2, @@ -26651,13 +28604,23 @@ 3, 4, 5 + ], + "Sensor_CargoScanner_WideAngle": [ + 1, + 2, + 3, + 4, + 5 ] }, "modifications": [ "boot", "integrity", "mass", - "power" + "power", + "scanangle", + "range", + "scantime" ] }, "dc": { @@ -27003,6 +28966,13 @@ }, "kw": { "blueprints": { + "Sensor_KillWarrantScanner_FastScan": [ + 1, + 2, + 3, + 4, + 5 + ], "KillWarrantScanner_LightWeight": [ 1, 2, @@ -27010,6 +28980,13 @@ 4, 5 ], + "KillWarrantScanner_LongRange": [ + 1, + 2, + 3, + 4, + 5 + ], "KillWarrantScanner_Reinforced": [ 1, 2, @@ -27023,13 +29000,23 @@ 3, 4, 5 + ], + "Sensor_KillWarrantScanner_WideAngle": [ + 1, + 2, + 3, + 4, + 5 ] }, "modifications": [ "boot", "integrity", "mass", - "power" + "power", + "scanangle", + "range", + "scantime" ] }, "ls": { @@ -27723,8 +29710,36 @@ ] }, "s": { - "blueprints": {}, - "modifications": [] + "blueprints": { + "Sensor_Sensor_LightWeight": [ + 1, + 2, + 3, + 4, + 5 + ], + "Sensor_Sensor_LongRange": [ + 1, + 2, + 3, + 4, + 5 + ], + "Sensor_Sensor_WideAngle": [ + 1, + 2, + 3, + 4, + 5 + ] + }, + "modifications": [ + "integrity", + "mass", + "power", + "scanrange", + "scanangle" + ] }, "sb": { "blueprints": { @@ -27849,6 +29864,38 @@ "thermres" ] }, + "ss": { + "blueprints": { + "Sensor_SurfaceScanner_FastScan": [ + 1, + 2, + 3, + 4, + 5 + ], + "Sensor_SurfaceScanner_LongRange": [ + 1, + 2, + 3, + 4, + 5 + ], + "Sensor_SurfaceScanner_WideAngle": [ + 1, + 2, + 3, + 4, + 5 + ] + }, + "modifications": [ + "mass", + "power", + "scanangle", + "scanrange", + "scantime" + ] + }, "t": { "blueprints": { "Engine_Dirty": [ @@ -28004,27 +30051,57 @@ }, "ws": { "blueprints": { + "Sensor_WakeScanner_FastScan": [ + 1, + 2, + 3, + 4, + 5 + ], "WakeScanner_LightWeight": [ 1, 2, - 3 + 3, + 4, + 5 + ], + "Sensor_WakeScanner_LongRange": [ + 1, + 2, + 3, + 4, + 5 ], "WakeScanner_Reinforced": [ 1, 2, - 3 + 3, + 4, + 5 ], "WakeScanner_Shielded": [ 1, 2, - 3 + 3, + 4, + 5 + ], + "Sensor_WakeScanner_WideAngle": [ + 1, + 2, + 3, + 4, + 5 ] }, "modifications": [ "boot", "integrity", "mass", - "power" + "power", + "scanangle", + "range", + "scantime" ] } }, diff --git a/modifications/blueprints.json b/modifications/blueprints.json index 487c3bb..3585df8 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -179,7 +179,7 @@ } }, "id": 5, - "name": "Blast Resistant" + "name": "Blast resistant" }, "Armour_HeavyDuty": { "grades": { @@ -252,7 +252,7 @@ } }, "id": 7, - "name": "Heavy Duty" + "name": "Heavy duty" }, "Armour_Kinetic": { "grades": { @@ -315,7 +315,7 @@ } }, "id": 4, - "name": "Kinetic Resistant" + "name": "Kinetic resistant" }, "Armour_Thermic": { "grades": { @@ -370,7 +370,7 @@ } }, "id": 8, - "name": "Thermal Resistant" + "name": "Thermal resistant" }, "CargoScanner_LightWeight": { "grades": { @@ -1595,7 +1595,7 @@ } }, "id": 29, - "name": "Longer range" + "name": "Long range" }, "FuelScoop_Shielded": { "grades": { @@ -2308,7 +2308,7 @@ } }, "id": 43, - "name": "Blast Resistant" + "name": "Blast resistant" }, "HullReinforcement_HeavyDuty": { "grades": { @@ -2444,7 +2444,7 @@ } }, "id": 44, - "name": "Kinetic Resistant" + "name": "Kinetic resistant" }, "HullReinforcement_Thermic": { "grades": { @@ -2507,7 +2507,7 @@ } }, "id": 45, - "name": "Thermal Resistant" + "name": "Thermal resistant" }, "KillWarrantScanner_LightWeight": { "grades": { @@ -2567,6 +2567,69 @@ "id": 46, "name": "Lightweight" }, + "KillWarrantScanner_LongRange": { + "grades": { + "1": { + "components": { + "Iron": 1 + }, + "features": { + "power": [ 0.2, 0.1 ], + "scanangle": [ -0.2, -0.1 ], + "range": [ 0.1, 0.2 ] + } + }, + "2": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1 + }, + "features": { + "power": [ 0.39, 0.2 ], + "scanangle": [ -0.3, -0.15 ], + "range": [ 0.2, 0.4 ] + } + }, + "3": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1, + "Unexpected Emission Data": 1 + }, + "features": { + "power": [ 0.61, 0.29 ], + "scanangle": [ -0.4, -0.2 ], + "range": [ 0.31, 0.61 ] + } + }, + "4": { + "components": { + "Decoded Emission Data": 1, + "Electrochemical Arrays": 1, + "Germanium": 1 + }, + "features": { + "power": [ 0.79, 0.39 ], + "scanangle": [ -0.5, -0.25 ], + "range": [ 0.39, 0.79 ] + } + }, + "5": { + "components": { + "Abnormal Compact Emissions Data": 1, + "Niobium": 1, + "Polymer Capacitors": 1 + }, + "features": { + "power": [ 1, 0.5 ], + "scanangle": [ -0.61, -0.3 ], + "range": [ 0.5, 1 ] + } + } + }, + "id": 99, + "name": "Long range" + }, "KillWarrantScanner_Reinforced": { "grades": { "1": { @@ -3760,6 +3823,888 @@ "id": 92, "name": "Shielded" }, + "Sensor_CargoScanner_FastScan": { + "grades": { + "1": { + "components": { + "Phosphorus": 1 + }, + "features": { + "integrity": [ -0.4, -0.11 ], + "range": [ -0.1, -0.05 ], + "scantime": [ -0.1, -0.4 ] + } + }, + "2": { + "components": { + "Flawed Focus Crystals": 1, + "Phosphorus": 1 + }, + "features": { + "integrity": [ -0.5, -0.2 ], + "range": [ -0.2, -0.1 ], + "scantime": [ -0.2, -0.5 ] + } + }, + "3": { + "components": { + "Flawed Focus Crystals": 1, + "Open Symmetric Keys": 1, + "Phosphorus": 1 + }, + "features": { + "integrity": [ -0.61, -0.31 ], + "range": [ -0.3, -0.15 ], + "scantime": [ -0.31, -0.61 ] + } + }, + "4": { + "components": { + "Atypical Encryption Archives": 1, + "Focus Crystals": 1, + "Manganese": 1 + }, + "features": { + "integrity": [ -0.7, -0.4 ], + "range": [ -0.41, -0.2 ], + "scantime": [ -0.4, -0.7 ] + } + }, + "5": { + "components": { + "Adaptive Encryptors Capture": 1, + "Arsenic": 1, + "Refined Focus Crystals": 1 + }, + "features": { + "integrity": [ -0.8, -0.5 ], + "range": [ -0.5, -0.2 ], + "scantime": [ -0.5, -0.8 ] + } + } + }, + "id": 102, + "name": "Fast scan" + }, + "Sensor_CargoScanner_LongRange": { + "grades": { + "1": { + "components": { + "Iron": 1 + }, + "features": { + "power": [ 0.2, 0.1 ], + "scanangle": [ -0.2, -0.1 ], + "range": [ 0.1, 0.2 ] + } + }, + "2": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1 + }, + "features": { + "power": [ 0.39, 0.2 ], + "scanangle": [ -0.3, -0.15 ], + "range": [ 0.2, 0.4 ] + } + }, + "3": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1, + "Unexpected Emission Data": 1 + }, + "features": { + "power": [ 0.61, 0.29 ], + "scanangle": [ -0.4, -0.2 ], + "range": [ 0.31, 0.61 ] + } + }, + "4": { + "components": { + "Decoded Emission Data": 1, + "Electrochemical Arrays": 1, + "Germanium": 1 + }, + "features": { + "power": [ 0.79, 0.39 ], + "scanangle": [ -0.5, -0.25 ], + "range": [ 0.39, 0.79 ] + } + }, + "5": { + "components": { + "Abnormal Compact Emissions Data": 1, + "Niobium": 1, + "Polymer Capacitors": 1 + }, + "features": { + "power": [ 1, 0.5 ], + "scanangle": [ -0.61, -0.3 ], + "range": [ 0.5, 1 ] + } + } + }, + "id": 104, + "name": "Long range" + }, + "Sensor_CargoScanner_WideAngle": { + "grades": { + "1": { + "components": { + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ 0.39, 0.2 ], + "scanangle": [ 0.2, 0.4 ], + "scantime": [ 0.2, 0.1 ] + } + }, + "2": { + "components": { + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ 0.79, 0.39 ], + "scanangle": [ 0.4, 0.81 ], + "scantime": [ 0.39, 0.2 ] + } + }, + "3": { + "components": { + "Classified Scan Databanks": 1, + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ 1.2, 0.61 ], + "scanangle": [ 0.61, 1.2 ], + "scantime": [ 0.61, 0.31 ] + } + }, + "4": { + "components": { + "Divergent Scan Data": 1, + "Mechanical Equipment": 1, + "Niobium": 1 + }, + "features": { + "mass": [ 1.2, 0.61 ], + "scanangle": [ 0.81, 1.61 ], + "scantime": [ 0.81, 0.39 ] + } + }, + "5": { + "components": { + "Classified Scan Fragment": 1, + "Mechanical Components": 1, + "Tin": 1 + }, + "features": { + "mass": [ 2, 1 ], + "scanangle": [ 1, 2 ], + "scantime": [ 1, 0.5 ] + } + } + }, + "id": 105, + "name": "Wide angle" + }, + "Sensor_KillWarrantScanner_FastScan": { + "grades": { + "1": { + "components": { + "Phosphorus": 1 + }, + "features": { + "integrity": [ -0.4, -0.11 ], + "range": [ -0.1, -0.05 ], + "scantime": [ -0.1, -0.4 ] + } + }, + "2": { + "components": { + "Flawed Focus Crystals": 1, + "Phosphorus": 1 + }, + "features": { + "integrity": [ -0.5, -0.2 ], + "range": [ -0.2, -0.1 ], + "scantime": [ -0.2, -0.5 ] + } + }, + "3": { + "components": { + "Flawed Focus Crystals": 1, + "Open Symmetric Keys": 1, + "Phosphorus": 1 + }, + "features": { + "integrity": [ -0.61, -0.31 ], + "range": [ -0.3, -0.15 ], + "scantime": [ -0.31, -0.61 ] + } + }, + "4": { + "components": { + "Atypical Encryption Archives": 1, + "Focus Crystals": 1, + "Manganese": 1 + }, + "features": { + "integrity": [ -0.7, -0.4 ], + "range": [ -0.41, -0.2 ], + "scantime": [ -0.4, -0.7 ] + } + }, + "5": { + "components": { + "Adaptive Encryptors Capture": 1, + "Arsenic": 1, + "Refined Focus Crystals": 1 + }, + "features": { + "integrity": [ -0.8, -0.5 ], + "range": [ -0.5, -0.2 ], + "scantime": [ -0.5, -0.8 ] + } + } + }, + "id": 101, + "name": "Fast scan" + }, + "Sensor_KillWarrantScanner_WideAngle": { + "grades": { + "1": { + "components": { + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ 0.39, 0.2 ], + "scanangle": [ 0.2, 0.4 ], + "scantime": [ 0.2, 0.1 ] + } + }, + "2": { + "components": { + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ 0.79, 0.39 ], + "scanangle": [ 0.4, 0.81 ], + "scantime": [ 0.39, 0.2 ] + } + }, + "3": { + "components": { + "Classified Scan Databanks": 1, + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ 1.2, 0.61 ], + "scanangle": [ 0.61, 1.2 ], + "scantime": [ 0.61, 0.31 ] + } + }, + "4": { + "components": { + "Divergent Scan Data": 1, + "Mechanical Equipment": 1, + "Niobium": 1 + }, + "features": { + "mass": [ 1.2, 0.61 ], + "scanangle": [ 0.81, 1.61 ], + "scantime": [ 0.81, 0.39 ] + } + }, + "5": { + "components": { + "Classified Scan Fragment": 1, + "Mechanical Components": 1, + "Tin": 1 + }, + "features": { + "mass": [ 2, 1 ], + "scanangle": [ 1, 2 ], + "scantime": [ 1, 0.5 ] + } + } + }, + "id": 107, + "name": "Wide angle" + }, + "Sensor_Sensor_LightWeight": { + "grades": { + "1": { + "components": { + "Phosphorus": 1 + }, + "features": { + "integrity": [ -0.15, -0.11 ], + "mass": [ -0.2, -0.4 ], + "scanangle": [ -0.1, -0.05 ] + } + }, + "2": { + "components": { + "Manganese": 1, + "Salvaged Alloys": 1 + }, + "features": { + "integrity": [ -0.31, -0.21 ], + "mass": [ -0.31, -0.5 ], + "scanangle": [ -0.15, -0.1 ] + } + }, + "3": { + "components": { + "Conductive Ceramics": 1, + "Manganese": 1, + "Salvaged Alloys": 1 + }, + "features": { + "integrity": [ -0.45, -0.31 ], + "mass": [ -0.4, -0.61 ], + "scanangle": [ -0.2, -0.15 ] + } + }, + "4": { + "components": { + "Conductive Components": 1, + "Phase Alloys": 1, + "Proto Light Alloys": 1 + }, + "features": { + "integrity": [ -0.61, -0.41 ], + "mass": [ -0.5, -0.7 ], + "scanangle": [ -0.25, -0.2 ] + } + }, + "5": { + "components": { + "Conductive Ceramics": 1, + "Proto Light Alloys": 1, + "Proto Radiolic Alloys": 1 + }, + "features": { + "integrity": [ -0.75, -0.5 ], + "mass": [ -0.61, -0.8 ], + "scanangle": [ -0.3, -0.25 ] + } + } + }, + "id": 96, + "name": "Lightweight" + }, + "Sensor_Sensor_LongRange": { + "grades": { + "1": { + "components": { + "Iron": 1 + }, + "features": { + "mass": [ 0.39, 0.2 ], + "scanangle": [ -0.2, -0.1 ], + "scanrange": [ 0.1, 0.14 ] + } + }, + "2": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1 + }, + "features": { + "mass": [ 0.79, 0.39 ], + "scanangle": [ -0.3, -0.15 ], + "scanrange": [ 0.2, 0.29 ] + } + }, + "3": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1, + "Unexpected Emission Data": 1 + }, + "features": { + "mass": [ 1.2, 0.61 ], + "scanangle": [ -0.4, -0.2 ], + "scanrange": [ 0.29, 0.45 ] + } + }, + "4": { + "components": { + "Decoded Emission Data": 1, + "Electrochemical Arrays": 1, + "Germanium": 1 + }, + "features": { + "mass": [ 1.59, 0.79 ], + "scanangle": [ -0.5, -0.25 ], + "scanrange": [ 0.39, 0.61 ] + } + }, + "5": { + "components": { + "Abnormal Compact Emissions Data": 1, + "Niobium": 1, + "Polymer Capacitors": 1 + }, + "features": { + "mass": [ 2, 1 ], + "scanangle": [ -0.61, -0.3 ], + "scanrange": [ 0.5, 0.75 ] + } + } + }, + "id": 97, + "name": "Long range" + }, + "Sensor_Sensor_WideAngle": { + "grades": { + "1": { + "components": { + "Mechanical Scrap": 1 + }, + "features": { + "power": [ 0.2, 0.09 ], + "scanangle": [ 0.2, 0.4 ], + "scanrange": [ -0.08, -0.05 ] + } + }, + "2": { + "components": { + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "power": [ 0.39, 0.2 ], + "scanangle": [ 0.4, 0.81 ], + "scanrange": [ -0.16, -0.08 ] + } + }, + "3": { + "components": { + "Classified Scan Databanks": 1, + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "power": [ 0.59, 0.29 ], + "scanangle": [ 0.61, 1.2 ], + "scanrange": [ -0.24, -0.12 ] + } + }, + "4": { + "components": { + "Divergent Scan Data": 1, + "Mechanical Equipment": 1, + "Niobium": 1 + }, + "features": { + "power": [ 0.79, 0.39 ], + "scanangle": [ 0.81, 1.61 ], + "scanrange": [ -0.32, -0.16 ] + } + }, + "5": { + "components": { + "Classified Scan Fragment": 1, + "Mechanical Components": 1, + "Tin": 1 + }, + "features": { + "power": [ 1, 0.5 ], + "scanangle": [ 1, 2 ], + "scanrange": [ -0.4, -0.2 ] + } + } + }, + "id": 98, + "name": "Wide angle" + }, + "Sensor_SurfaceScanner_FastScan": { + "grades": { + "1": { + "components": { + "Phosphorus": 1 + }, + "features": { + "mass": [ 0.39, 0.2 ], + "power": [ 0.2, 0.1 ], + "scantime": [ 0.1, 0.4 ] + } + }, + "2": { + "components": { + "Flawed Focus Crystals": 1, + "Phosphorus": 1 + }, + "features": { + "mass": [ 0.79, 0.39 ], + "power": [ 0.39, 0.2 ], + "scantime": [ 0.2, 0.5 ] + } + }, + "3": { + "components": { + "Flawed Focus Crystals": 1, + "Open Symmetric Keys": 1, + "Phosphorus": 1 + }, + "features": { + "mass": [ 1.2, 0.61 ], + "power": [ 0.61, 0.31 ], + "scantime": [ 0.3, 0.6 ] + } + }, + "4": { + "components": { + "Atypical Encryption Archives": 1, + "Focus Crystals": 1, + "Manganese": 1 + }, + "features": { + "mass": [ 1.59, 0.79 ], + "power": [ 0.81, 0.39 ], + "scantime": [ 0.4, 0.7 ] + } + }, + "5": { + "components": { + "Adaptive Encryptors Capture": 1, + "Arsenic": 1, + "Refined Focus Crystals": 1 + }, + "features": { + "mass": [ 2, 1 ], + "power": [ 1, 0.5 ], + "scantime": [ 0.5, 0.8 ] + } + } + }, + "id": 95, + "name": "Fast scan" + }, + "Sensor_SurfaceScanner_LongRange": { + "grades": { + "1": { + "components": { + "Iron": 1 + }, + "features": { + "mass": [ 0.39, 0.2 ], + "power": [ 0.2, 0.1 ], + "scanrange": [ 0.2, 0.4 ] + } + }, + "2": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1 + }, + "features": { + "mass": [ 0.79, 0.39 ], + "power": [ 0.39, 0.2 ], + "scanrange": [ 0.4, 0.8 ] + } + }, + "3": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1, + "Unexpected Emission Data": 1 + }, + "features": { + "mass": [ 1.2, 0.6 ], + "power": [ 0.61, 0.31 ], + "scanrange": [ 0.6, 1.2 ] + } + }, + "4": { + "components": { + "Decoded Emission Data": 1, + "Electrochemical Arrays": 1, + "Germanium": 1 + }, + "features": { + "mass": [ 1.59, 0.79 ], + "power": [ 0.81, 0.39 ], + "scanrange": [ 0.8, 1.6 ] + } + }, + "5": { + "components": { + "Abnormal Compact Emissions Data": 1, + "Niobium": 1, + "Polymer Capacitors": 1 + }, + "features": { + "mass": [ 2, 1 ], + "power": [ 1, 0.5 ], + "scanrange": [ 1, 2 ] + } + } + }, + "id": 93, + "name": "Long range" + }, + "Sensor_SurfaceScanner_WideAngle": { + "grades": { + "1": { + "components": { + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ 0.39, 0.2 ], + "power": [ 0.2, 0.1 ], + "scanangle": [ 0.2, 0.4 ] + } + }, + "2": { + "components": { + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ 0.79, 0.39 ], + "power": [ 0.39, 0.2 ], + "scanangle": [ 0.4, 0.8 ] + } + }, + "3": { + "components": { + "Classified Scan Databanks": 1, + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ 1.2, 0.6 ], + "power": [ 0.61, 0.31 ], + "scanangle": [ 0.6, 1.2 ] + } + }, + "4": { + "components": { + "Divergent Scan Data": 1, + "Mechanical Equipment": 1, + "Niobium": 1 + }, + "features": { + "mass": [ 1.59, 0.79 ], + "power": [ 0.81, 0.39 ], + "scanangle": [ 0.8, 1.6 ] + } + }, + "5": { + "components": { + "Classified Scan Fragment": 1, + "Mechanical Components": 1, + "Tin": 1 + }, + "features": { + "mass": [ 2, 1 ], + "power": [ 1, 0.5 ], + "scanangle": [ 1, 2 ] + } + } + }, + "id": 94, + "name": "Wide angle" + }, + "Sensor_WakeScanner_FastScan": { + "grades": { + "1": { + "components": { + "Phosphorus": 1 + }, + "features": { + "integrity": [ -0.4, -0.11 ], + "range": [ -0.1, -0.05 ], + "scantime": [ -0.1, -0.4 ] + } + }, + "2": { + "components": { + "Flawed Focus Crystals": 1, + "Phosphorus": 1 + }, + "features": { + "integrity": [ -0.5, -0.2 ], + "range": [ -0.2, -0.1 ], + "scantime": [ -0.2, -0.5 ] + } + }, + "3": { + "components": { + "Flawed Focus Crystals": 1, + "Open Symmetric Keys": 1, + "Phosphorus": 1 + }, + "features": { + "integrity": [ -0.61, -0.31 ], + "range": [ -0.3, -0.15 ], + "scantime": [ -0.31, -0.61 ] + } + }, + "4": { + "components": { + "Atypical Encryption Archives": 1, + "Focus Crystals": 1, + "Manganese": 1 + }, + "features": { + "integrity": [ -0.7, -0.4 ], + "range": [ -0.41, -0.2 ], + "scantime": [ -0.4, -0.7 ] + } + }, + "5": { + "components": { + "Adaptive Encryptors Capture": 1, + "Arsenic": 1, + "Refined Focus Crystals": 1 + }, + "features": { + "integrity": [ -0.8, -0.5 ], + "range": [ -0.5, -0.2 ], + "scantime": [ -0.5, -0.8 ] + } + } + }, + "id": 109, + "name": "Fast scan" + }, + "Sensor_WakeScanner_LongRange": { + "grades": { + "1": { + "components": { + "Iron": 1 + }, + "features": { + "power": [ 0.2, 0.1 ], + "scanangle": [ -0.2, -0.1 ], + "range": [ 0.1, 0.2 ] + } + }, + "2": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1 + }, + "features": { + "power": [ 0.39, 0.2 ], + "scanangle": [ -0.3, -0.15 ], + "range": [ 0.2, 0.4 ] + } + }, + "3": { + "components": { + "Hybrid Capacitors": 1, + "Iron": 1, + "Unexpected Emission Data": 1 + }, + "features": { + "power": [ 0.61, 0.29 ], + "scanangle": [ -0.4, -0.2 ], + "range": [ 0.31, 0.61 ] + } + }, + "4": { + "components": { + "Decoded Emission Data": 1, + "Electrochemical Arrays": 1, + "Germanium": 1 + }, + "features": { + "power": [ 0.79, 0.39 ], + "scanangle": [ -0.5, -0.25 ], + "range": [ 0.39, 0.79 ] + } + }, + "5": { + "components": { + "Abnormal Compact Emissions Data": 1, + "Niobium": 1, + "Polymer Capacitors": 1 + }, + "features": { + "power": [ 1, 0.5 ], + "scanangle": [ -0.61, -0.3 ], + "range": [ 0.5, 1 ] + } + } + }, + "id": 108, + "name": "Long range" + }, + "Sensor_WakeScanner_WideAngle": { + "grades": { + "1": { + "components": { + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ 0.39, 0.2 ], + "scanangle": [ 0.2, 0.4 ], + "scantime": [ 0.2, 0.1 ] + } + }, + "2": { + "components": { + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ 0.79, 0.39 ], + "scanangle": [ 0.4, 0.81 ], + "scantime": [ 0.39, 0.2 ] + } + }, + "3": { + "components": { + "Classified Scan Databanks": 1, + "Germanium": 1, + "Mechanical Scrap": 1 + }, + "features": { + "mass": [ 1.2, 0.61 ], + "scanangle": [ 0.61, 1.2 ], + "scantime": [ 0.61, 0.31 ] + } + }, + "4": { + "components": { + "Divergent Scan Data": 1, + "Mechanical Equipment": 1, + "Niobium": 1 + }, + "features": { + "mass": [ 1.2, 0.61 ], + "scanangle": [ 0.81, 1.61 ], + "scantime": [ 0.81, 0.39 ] + } + }, + "5": { + "components": { + "Classified Scan Fragment": 1, + "Mechanical Components": 1, + "Tin": 1 + }, + "features": { + "mass": [ 2, 1 ], + "scanangle": [ 1, 2 ], + "scantime": [ 1, 0.5 ] + } + } + }, + "id": 106, + "name": "Wide angle" + }, "ShieldBooster_Explosive": { "grades": { "1": { @@ -3821,7 +4766,7 @@ } }, "id": 68, - "name": "Blast Resistant" + "name": "Blast resistant" }, "ShieldBooster_HeavyDuty": { "grades": { @@ -3952,7 +4897,7 @@ } }, "id": 70, - "name": "Kinetic Resistant" + "name": "Kinetic resistant" }, "ShieldBooster_Resistive": { "grades": { @@ -4088,7 +5033,7 @@ } }, "id": 72, - "name": "Thermal Resistant" + "name": "Thermal resistant" }, "ShieldCellBank_Rapid": { "grades": { @@ -4235,7 +5180,7 @@ } }, "id": 75, - "name": "Kinetic Resistant" + "name": "Kinetic resistant" }, "ShieldGenerator_Optimised": { "grades": { @@ -4449,7 +5394,7 @@ } }, "id": 78, - "name": "Thermal Resistant" + "name": "Thermal resistant" }, "WakeScanner_LightWeight": { "grades": { @@ -4482,6 +5427,28 @@ "integrity": [ -0.4, -0.3 ], "mass": [ -0.5, -0.6 ] } + }, + "4": { + "components": { + "Conductive Components": 1, + "Phase Alloys": 1, + "Proto Light Alloys": 1 + }, + "features": { + "integrity": [ -0.5, -0.4 ], + "mass": [ -0.6, -0.7 ] + } + }, + "5": { + "components": { + "Conductive Ceramics": 1, + "Proto Light Alloys": 1, + "Proto Radiolic Alloys": 1 + }, + "features": { + "integrity": [ -0.6, -0.5 ], + "mass": [ -0.7, -0.8 ] + } } }, "id": 79, @@ -4518,6 +5485,28 @@ "integrity": [ 0.6, 1.5 ], "mass": [ 2, 1.2 ] } + }, + "4": { + "components": { + "Molybdenum": 1, + "Tungsten": 1, + "Zinc": 1 + }, + "features": { + "integrity": [ 0.8, 2 ], + "mass": [ 2.5, 1.6 ] + } + }, + "5": { + "components": { + "High Density Composites": 1, + "Molybdenum": 1, + "Technetium": 1 + }, + "features": { + "integrity": [ 1, 2.5 ], + "mass": [ 3, 2 ] + } } }, "id": 81, @@ -4554,6 +5543,28 @@ "integrity": [ 0.6, 1.5 ], "power": [ 0.9, 0.6 ] } + }, + "4": { + "components": { + "Proprietary Composites": 1, + "Shielding Sensors": 1, + "Vanadium": 1 + }, + "features": { + "integrity": [ 0.8, 2 ], + "power": [ 1.2, 0.8 ] + } + }, + "5": { + "components": { + "Compound Shielding": 1, + "Core Dynamics Composites": 1, + "Tungsten": 1 + }, + "features": { + "integrity": [ 1, 1.5 ], + "power": [ 1.5, 1 ] + } } }, "id": 80, @@ -4652,7 +5663,7 @@ "3": { "components": { "Chromium": 1, - "Exceptional Scrambed Emission Data": 1, + "Exceptional Scrambled Emission Data": 1, "Heat Exchangers": 1 }, "features": { diff --git a/modifications/modifications.json b/modifications/modifications.json index 2a82578..cc1d6c1 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -34,6 +34,9 @@ "regen": {"id": 27, "name": "regen", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "reload": {"id": 28, "name": "reload", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "rof": {"id": 29, "name": "rof", "type": "percentage", "method": "multiplicative", "higherbetter": false}, + "scanangle": {"id": 46, "name": "scanangle", "type": "percentage", "method": "multiplicative", "higherbetter": true}, + "scanrange": {"id": 47, "name": "scanrange", "type": "percentage", "method": "multiplicative", "higherbetter": true}, + "scantime": {"id": 48, "name": "scantime", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "shield": {"id": 30, "name": "shield", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "shieldboost": {"id": 31, "name": "shieldboost", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "shotspeed": {"id": 43, "name": "shotspeed", "type": "percentage", "method": "multiplicative", "higherbetter": true}, diff --git a/modifications/modules.json b/modifications/modules.json index 9302d6b..6e0d112 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -149,15 +149,21 @@ }, "cs": { "blueprints": { + "Sensor_CargoScanner_FastScan": [1, 2, 3, 4, 5], "CargoScanner_LightWeight": [1, 2, 3, 4, 5], + "Sensor_CargoScanner_LongRange": [1, 2, 3, 4, 5], "CargoScanner_Reinforced": [1, 2, 3, 4, 5], - "CargoScanner_Shielded": [1, 2, 3, 4, 5] + "CargoScanner_Shielded": [1, 2, 3, 4, 5], + "Sensor_CargoScanner_WideAngle": [1, 2, 3, 4, 5] }, "modifications": [ "boot", "integrity", "mass", - "power" + "power", + "scanangle", + "range", + "scantime" ] }, "dc": { @@ -325,15 +331,21 @@ }, "kw": { "blueprints": { + "Sensor_KillWarrantScanner_FastScan": [1, 2, 3, 4, 5], "KillWarrantScanner_LightWeight": [1, 2, 3, 4, 5], + "KillWarrantScanner_LongRange": [1, 2, 3, 4, 5], "KillWarrantScanner_Reinforced": [1, 2, 3, 4, 5], - "KillWarrantScanner_Shielded": [1, 2, 3, 4, 5] + "KillWarrantScanner_Shielded": [1, 2, 3, 4, 5], + "Sensor_KillWarrantScanner_WideAngle": [1, 2, 3, 4, 5] }, "modifications": [ "boot", "integrity", "mass", - "power" + "power", + "scanangle", + "range", + "scantime" ] }, "ls": { @@ -694,8 +706,16 @@ }, "s": { "blueprints": { + "Sensor_Sensor_LightWeight": [1, 2, 3, 4, 5], + "Sensor_Sensor_LongRange": [1, 2, 3, 4, 5], + "Sensor_Sensor_WideAngle": [1, 2, 3, 4, 5] }, "modifications": [ + "integrity", + "mass", + "power", + "scanrange", + "scanangle" ] }, "sb": { @@ -761,6 +781,21 @@ "thermres" ] }, + "ss": { + "blueprints": { + "Sensor_SurfaceScanner_FastScan": [1, 2, 3, 4, 5], + "Sensor_SurfaceScanner_LongRange": [1, 2, 3, 4, 5], + "Sensor_SurfaceScanner_WideAngle": [1, 2, 3, 4, 5] + }, + "modifications": [ + "mass", + "power", + "scanangle", + "scanrange", + "scantime" + ] + }, + "t": { "blueprints": { "Engine_Dirty": [1, 2, 3, 4, 5], @@ -838,15 +873,21 @@ }, "ws": { "blueprints": { - "WakeScanner_LightWeight": [1, 2, 3], - "WakeScanner_Reinforced": [1, 2, 3], - "WakeScanner_Shielded": [1, 2, 3] + "Sensor_WakeScanner_FastScan": [1, 2, 3, 4, 5], + "WakeScanner_LightWeight": [1, 2, 3, 4, 5], + "Sensor_WakeScanner_LongRange": [1, 2, 3, 4, 5], + "WakeScanner_Reinforced": [1, 2, 3, 4, 5], + "WakeScanner_Shielded": [1, 2, 3, 4, 5], + "Sensor_WakeScanner_WideAngle": [1, 2, 3, 4, 5] }, "modifications": [ "boot", "integrity", "mass", - "power" + "power", + "scanangle", + "range", + "scantime" ] } } diff --git a/modules/hardpoints/beam_laser.json b/modules/hardpoints/beam_laser.json index 26aab6f..e3fd192 100644 --- a/modules/hardpoints/beam_laser.json +++ b/modules/hardpoints/beam_laser.json @@ -198,7 +198,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 50, + "piercing": 90, "power": 1.62, "range": 3000, "rating": "C", @@ -223,7 +223,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 50, + "piercing": 90, "power": 1.6, "range": 3000, "rating": "C", @@ -248,7 +248,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 50, + "piercing": 90, "power": 1.51, "range": 3000, "rating": "D", @@ -273,7 +273,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 60, + "piercing": 155, "power": 2.61, "range": 3000, "rating": "A", @@ -298,7 +298,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 60, + "piercing": 155, "power": 2.57, "range": 3000, "rating": "A", diff --git a/modules/hardpoints/burst_laser.json b/modules/hardpoints/burst_laser.json index 7cca955..f3d263e 100644 --- a/modules/hardpoints/burst_laser.json +++ b/modules/hardpoints/burst_laser.json @@ -220,7 +220,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 52, + "piercing": 95, "power": 1.66, "range": 3000, "rating": "D", @@ -248,7 +248,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 52, + "piercing": 95, "power": 1.65, "range": 3000, "rating": "E", @@ -276,7 +276,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 52, + "piercing": 95, "power": 1.57, "range": 3000, "rating": "E", @@ -304,7 +304,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 65, + "piercing": 170, "power": 2.58, "range": 3000, "rating": "E", @@ -332,7 +332,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 65, + "piercing": 170, "power": 2.59, "range": 3000, "rating": "E", diff --git a/modules/hardpoints/cannon.json b/modules/hardpoints/cannon.json index adb9edd..9b2071f 100644 --- a/modules/hardpoints/cannon.json +++ b/modules/hardpoints/cannon.json @@ -201,7 +201,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 70, + "piercing": 125, "power": 0.67, "range": 4000, "rating": "C", @@ -233,7 +233,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 70, + "piercing": 125, "power": 0.75, "range": 4000, "rating": "C", @@ -263,7 +263,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 70, + "piercing": 125, "power": 0.64, "range": 4000, "rating": "D", @@ -295,7 +295,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 90, + "piercing": 200, "power": 0.92, "range": 4500, "rating": "B", @@ -327,7 +327,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 90, + "piercing": 200, "power": 1.03, "range": 4500, "rating": "B", diff --git a/modules/hardpoints/cargo_scanner.json b/modules/hardpoints/cargo_scanner.json index f07efc7..2c9a93e 100644 --- a/modules/hardpoints/cargo_scanner.json +++ b/modules/hardpoints/cargo_scanner.json @@ -13,7 +13,7 @@ "power": 0.2, "range": 2000, "rating": "E", - "time": 10 + "scantime": 10 }, { "angle": 15, @@ -28,7 +28,7 @@ "power": 0.4, "range": 2500, "rating": "D", - "time": 10 + "scantime": 10 }, { "angle": 15, @@ -43,7 +43,7 @@ "power": 0.8, "range": 3000, "rating": "C", - "time": 10 + "scantime": 10 }, { "angle": 15, @@ -58,7 +58,7 @@ "power": 1.6, "range": 3500, "rating": "B", - "time": 10 + "scantime": 10 }, { "angle": 15, @@ -73,7 +73,7 @@ "power": 3.2, "range": 4000, "rating": "A", - "time": 10 + "scantime": 10 } ] } diff --git a/modules/hardpoints/fragment_cannon.json b/modules/hardpoints/fragment_cannon.json index c4a24f7..eb4f726 100644 --- a/modules/hardpoints/fragment_cannon.json +++ b/modules/hardpoints/fragment_cannon.json @@ -214,7 +214,7 @@ "jitter": 0.5, "mass": 8, "mount": "F", - "piercing": 45, + "piercing": 60, "power": 1.02, "range": 2000, "rating": "C", @@ -246,7 +246,7 @@ "jitter": 0.5, "mass": 8, "mount": "G", - "piercing": 45, + "piercing": 60, "power": 1.55, "range": 2000, "rating": "C", @@ -278,7 +278,7 @@ "jitter": 0.5, "mass": 8, "mount": "T", - "piercing": 45, + "piercing": 60, "power": 1.29, "range": 2000, "rating": "C", @@ -311,7 +311,7 @@ "mass": 8, "mount": "F", "name": "Pacifier", - "piercing": 45, + "piercing": 60, "power": 1.02, "pp": "Zachary Hudson", "rating": "C", diff --git a/modules/hardpoints/frame_shift_wake_scanner.json b/modules/hardpoints/frame_shift_wake_scanner.json index e745c23..611e5df 100644 --- a/modules/hardpoints/frame_shift_wake_scanner.json +++ b/modules/hardpoints/frame_shift_wake_scanner.json @@ -12,7 +12,7 @@ "power": 0.2, "range": 2000, "rating": "E", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -26,7 +26,7 @@ "power": 0.4, "range": 2500, "rating": "D", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -40,7 +40,7 @@ "power": 0.8, "range": 3000, "rating": "C", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -54,7 +54,7 @@ "power": 1.6, "range": 3500, "rating": "B", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -68,7 +68,7 @@ "power": 3.2, "range": 4000, "rating": "A", - "time": 10 + "scantime": 10 } ] } diff --git a/modules/hardpoints/kill_warrant_scanner.json b/modules/hardpoints/kill_warrant_scanner.json index 1e85cdb..177468c 100644 --- a/modules/hardpoints/kill_warrant_scanner.json +++ b/modules/hardpoints/kill_warrant_scanner.json @@ -12,7 +12,7 @@ "power": 0.2, "range": 2000, "rating": "E", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -26,7 +26,7 @@ "power": 0.4, "range": 2500, "rating": "D", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -40,7 +40,7 @@ "power": 0.8, "range": 3000, "rating": "C", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -54,7 +54,7 @@ "power": 1.6, "range": 3500, "rating": "B", - "time": 10 + "scantime": 10 }, { "class": 0, @@ -68,7 +68,7 @@ "power": 3.2, "range": 4000, "rating": "A", - "time": 10 + "scantime": 10 } ] } diff --git a/modules/hardpoints/mining_laser.json b/modules/hardpoints/mining_laser.json index 10e536a..454884c 100644 --- a/modules/hardpoints/mining_laser.json +++ b/modules/hardpoints/mining_laser.json @@ -25,6 +25,30 @@ "rating": "D", "thermload": 2 }, + { + "breachdmg": 0.3, + "breachmax": 0.2, + "breachmin": 0.1, + "class": 1, + "cost": 9400, + "damage": 2, + "damagedist": { + "T": 1 + }, + "distdraw": 1.5, + "eddbID": 1587, + "falloff": 300, + "grp": "ml", + "id": "w0", + "integrity": 40, + "mass": 2, + "mount": "T", + "piercing": 18, + "power": 0.5, + "range": 500, + "rating": "D", + "thermload": 2 + }, { "breachdmg": 1.2, "breachmax": 0.2, @@ -76,6 +100,30 @@ "range": 500, "rating": "D", "thermload": 4 + }, + { + "breachdmg": 0.6, + "breachmax": 0.2, + "breachmin": 0.1, + "class": 2, + "cost": 32590, + "damage": 4, + "damagedist": { + "T": 1 + }, + "distdraw": 3, + "eddbID": 1588, + "falloff": 300, + "grp": "ml", + "id": "w1", + "integrity": 51, + "mass": 2, + "mount": "T", + "piercing": 18, + "power": 0.75, + "range": 500, + "rating": "D", + "thermload": 4 } ] } diff --git a/modules/hardpoints/multi_cannon.json b/modules/hardpoints/multi_cannon.json index bbf6ba0..2d6d8b1 100644 --- a/modules/hardpoints/multi_cannon.json +++ b/modules/hardpoints/multi_cannon.json @@ -233,7 +233,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 54, + "piercing": 98, "power": 0.64, "range": 4000, "rating": "C", @@ -263,7 +263,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 54, + "piercing": 98, "power": 0.97, "range": 4000, "rating": "C", @@ -293,7 +293,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 68, + "piercing": 175, "power": 0.73, "range": 4000, "rating": "A", @@ -324,7 +324,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 68, + "piercing": 175, "power": 1.22, "range": 4000, "rating": "A", diff --git a/modules/hardpoints/plasma_accelerator.json b/modules/hardpoints/plasma_accelerator.json index 756b7dd..3cd932d 100644 --- a/modules/hardpoints/plasma_accelerator.json +++ b/modules/hardpoints/plasma_accelerator.json @@ -23,7 +23,7 @@ "integrity": 51, "mass": 4, "mount": "F", - "piercing": 100, + "piercing": 200, "power": 1.43, "range": 3500, "rating": "C", @@ -55,7 +55,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 100, + "piercing": 200, "power": 1.97, "range": 3500, "rating": "B", @@ -88,7 +88,7 @@ "mass": 8, "mount": "F", "name": "Advanced Plasma Accelerator", - "piercing": 100, + "piercing": 200, "power": 1.97, "pp": "Denton Patreus", "range": 3500, @@ -121,7 +121,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 100, + "piercing": 200, "power": 2.63, "range": 3500, "rating": "A", diff --git a/modules/hardpoints/pulse_laser.json b/modules/hardpoints/pulse_laser.json index 3c0d148..1518d7e 100644 --- a/modules/hardpoints/pulse_laser.json +++ b/modules/hardpoints/pulse_laser.json @@ -202,7 +202,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 52, + "piercing": 95, "power": 0.9, "range": 3000, "rating": "D", @@ -228,7 +228,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 52, + "piercing": 95, "power": 0.92, "range": 3000, "rating": "E", @@ -254,7 +254,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 52, + "piercing": 95, "power": 0.89, "range": 3000, "rating": "F", @@ -280,7 +280,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 65, + "piercing": 170, "power": 1.33, "range": 3000, "rating": "A", @@ -306,7 +306,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 65, + "piercing": 170, "power": 1.37, "range": 3000, "rating": "A", diff --git a/modules/hardpoints/rail_gun.json b/modules/hardpoints/rail_gun.json index a808ae5..c6cceda 100644 --- a/modules/hardpoints/rail_gun.json +++ b/modules/hardpoints/rail_gun.json @@ -22,7 +22,7 @@ "integrity": 40, "mass": 2, "mount": "F", - "piercing": 30, + "piercing": 80, "power": 1.15, "range": 3000, "rating": "D", @@ -52,7 +52,7 @@ "integrity": 51, "mass": 4, "mount": "F", - "piercing": 48, + "piercing": 125, "power": 1.63, "range": 3000, "rating": "B", @@ -85,7 +85,7 @@ "mass": 4, "mount": "F", "name": "Imperial Hammer", - "piercing": 150, + "piercing": 125, "power": 1.63, "pp": "Arissa Lavigny-Duval", "range": 3000, diff --git a/modules/index.js b/modules/index.js index b075b37..8f04b6d 100644 --- a/modules/index.js +++ b/modules/index.js @@ -55,6 +55,7 @@ module.exports = { rf: require('./internal/refinery').rf, sc: require('./internal/scanner').sc, scb: require('./internal/shield_cell_bank').scb, - sg: require('./internal/shield_generator').sg + sg: require('./internal/shield_generator').sg, + ss: require('./internal/surface_scanner').ss } }; diff --git a/modules/internal/scanner.json b/modules/internal/scanner.json index 2076a75..7716019 100644 --- a/modules/internal/scanner.json +++ b/modules/internal/scanner.json @@ -38,18 +38,6 @@ "power": 0, "rangeLS": 500, "rating": "E" - }, - { - "class": 1, - "cost": 250000, - "edID": 128666634, - "eddbID": 1245, - "grp": "sc", - "id": "2i", - "mass": 1.3, - "name": "Detailed Surface Scanner", - "power": 0, - "rating": "C" } ] } diff --git a/modules/internal/surface_scanner.json b/modules/internal/surface_scanner.json new file mode 100644 index 0000000..7a7c43a --- /dev/null +++ b/modules/internal/surface_scanner.json @@ -0,0 +1,16 @@ +{ + "ss": [ + { + "class": 1, + "cost": 250000, + "edID": 128666634, + "eddbID": 1245, + "grp": "ss", + "id": "2i", + "mass": 1.3, + "name": "Detailed Surface Scanner", + "power": 0, + "rating": "C" + } + ] +} diff --git a/package.json b/package.json index c43a12f..b6c1ed0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coriolis-data", - "version": "2.2.19", + "version": "2.3.0", "repository": { "type": "git", "url": "https://github.com/EDCD/coriolis-data" diff --git a/ships/anaconda.json b/ships/anaconda.json index ab0cb35..0c29210 100755 --- a/ships/anaconda.json +++ b/ships/anaconda.json @@ -12,7 +12,7 @@ "boostEnergy": 27, "baseShieldStrength": 350, "baseArmour": 525, - "hardness": 65, + "hardness": 170, "hullMass": 400, "masslock": 23, "pipSpeed": 0.13875, diff --git a/ships/diamondback_explorer.json b/ships/diamondback_explorer.json index 0e77415..646899b 100644 --- a/ships/diamondback_explorer.json +++ b/ships/diamondback_explorer.json @@ -1,6 +1,7 @@ { "diamondback_explorer": { - "edID": 128671831, "eddbID": 5, + "edID": 128671831, + "eddbID": 5, "properties": { "name": "Diamondback Explorer", "manufacturer": "Lakon", diff --git a/ships/dolphin.json b/ships/dolphin.json new file mode 100755 index 0000000..bcb7a45 --- /dev/null +++ b/ships/dolphin.json @@ -0,0 +1,46 @@ +{ + "dolphin": { + "eddbID": 31, + "properties": { + "name": "Dolphin", + "manufacturer": "Saud Kruger", + "class": 1, + "hullCost": 1115330, + "speed": 250, + "boost": 350, + "boostEnergy": -1, + "baseShieldStrength": 110, + "baseArmour": 110, + "hardness": 35, + "hullMass": 140, + "masslock": -1, + "pipSpeed": 0.08375, + "luxuryCabins": true, + "pitch": 30, + "roll": 100, + "yaw": 20, + "crew": 1 + }, + "retailCost": 1337330, + "bulkheads": [ + { "id": "cq", "eddbID": 1589, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, + { "id": "cr", "eddbID": 1590, "grp": "bh", "cost": 534940, "mass": 32, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, + { "id": "cs", "eddbID": 1591, "grp": "bh", "cost": 1203600, "mass": 63, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 }, + { "id": "ct", "eddbID": 1592, "grp": "bh", "cost": 2808390, "mass": 63, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 }, + { "id": "cu", "eddbID": 1593, "grp": "bh", "cost": 3152080, "mass": 63, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 } + ], + "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 + ] + }, + "defaults": { + "standard": ["4E", "5E", "4E", "4E", "3E", "3E", "4C"], + "hardpoints": [17, 17, 0, 0, 0], + "internal": ["md", "02", "49", "01", "00", 0, "2h"] + } + } +} diff --git a/ships/federal_assault_ship.json b/ships/federal_assault_ship.json index bd480b6..9c77b9d 100644 --- a/ships/federal_assault_ship.json +++ b/ships/federal_assault_ship.json @@ -1,6 +1,7 @@ { "federal_assault_ship": { - "edID": 128672145, "eddbID": 8, + "edID": 128672145, + "eddbID": 8, "properties": { "name": "Federal Assault Ship", "manufacturer": "Core Dynamics", diff --git a/ships/federal_corvette.json b/ships/federal_corvette.json index 7edb589..db96784 100644 --- a/ships/federal_corvette.json +++ b/ships/federal_corvette.json @@ -12,7 +12,7 @@ "boostEnergy": 27, "baseShieldStrength": 555, "baseArmour": 370, - "hardness": 70, + "hardness": 185, "hullMass": 900, "masslock": 24, "pipSpeed": 0.125, diff --git a/ships/imperial_courier.json b/ships/imperial_courier.json index 3dd0c4b..d7e585c 100644 --- a/ships/imperial_courier.json +++ b/ships/imperial_courier.json @@ -1,6 +1,7 @@ { "imperial_courier": { - "edID": 128671223, "eddbID": 14, + "edID": 128671223, + "eddbID": 14, "properties": { "name": "Imperial Courier", "manufacturer": "Gutamaya", diff --git a/ships/imperial_cutter.json b/ships/imperial_cutter.json index 838b155..d30fedd 100644 --- a/ships/imperial_cutter.json +++ b/ships/imperial_cutter.json @@ -1,6 +1,7 @@ { "imperial_cutter": { - "edID": 128049375, "eddbID": 26, + "edID": 128049375, + "eddbID": 26, "properties": { "name": "Imperial Cutter", "manufacturer": "Gutamaya", @@ -11,7 +12,7 @@ "boostEnergy": 23, "baseShieldStrength": 600, "baseArmour": 400, - "hardness": 70, + "hardness": 185, "hullMass": 1100, "masslock": 27, "pipSpeed": 0.05, diff --git a/ships/index.js b/ships/index.js index d813387..1f30816 100644 --- a/ships/index.js +++ b/ships/index.js @@ -8,6 +8,7 @@ module.exports = { cobra_mk_iv: require('./cobra_mk_iv').cobra_mk_iv, diamondback_explorer: require('./diamondback_explorer').diamondback_explorer, diamondback: require('./diamondback_scout').diamondback, + dolphin: require('./dolphin').dolphin, eagle: require('./eagle').eagle, federal_assault_ship: require('./federal_assault_ship').federal_assault_ship, federal_corvette: require('./federal_corvette').federal_corvette, diff --git a/ships/orca.json b/ships/orca.json index df80081..efce708 100755 --- a/ships/orca.json +++ b/ships/orca.json @@ -13,7 +13,7 @@ "baseShieldStrength": 220, "baseArmour": 220, "hardness": 55, - "hullMass": 580, + "hullMass": 290, "masslock": 13, "pipSpeed": 0.08375, "luxuryCabins": true, From e733fc23b4d4311394581a6c86a0c1f3b0a60582 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Thu, 2 Mar 2017 08:19:33 +0000 Subject: [PATCH 03/30] Fix EDDB for fighter hangars --- ChangeLog.md | 1 + dist/index.js | 4 ++-- dist/index.json | 4 ++-- modules/internal/fighter_hangar.json | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 89a1d1a..bd448e9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,7 @@ * Update ship hardness for Federal Corvette, Imperial Cutter and Anaconda * Update piercing for large and huge weapons * Add long range / wide angle / fast scan scanner blueprints + * Fix EDDB IDs for class 5 and 7 fighter hangars for correct shopping list #2.2.19 * Remove shot speed modification - it is directly tied to range diff --git a/dist/index.js b/dist/index.js index 9c7f4a3..5252377 100644 --- a/dist/index.js +++ b/dist/index.js @@ -10311,7 +10311,7 @@ module.exports = { class: 5, cost: 575660, edID: 128727930, - eddbID: 1560, + eddbID: 1562, fightercost: 1030, grp: "fh", id: "fr", @@ -10337,7 +10337,7 @@ module.exports = { class: 7, edID: 128727932, cost: 2369330, - eddbID: 1562, + eddbID: 1560, fightercost: 1030, grp: "fh", id: "fh", diff --git a/dist/index.json b/dist/index.json index f97a84f..6c78d5f 100644 --- a/dist/index.json +++ b/dist/index.json @@ -12507,7 +12507,7 @@ "class": 5, "cost": 575660, "edID": 128727930, - "eddbID": 1560, + "eddbID": 1562, "fightercost": 1030, "grp": "fh", "id": "fr", @@ -12535,7 +12535,7 @@ "class": 7, "edID": 128727932, "cost": 2369330, - "eddbID": 1562, + "eddbID": 1560, "fightercost": 1030, "grp": "fh", "id": "fh", diff --git a/modules/internal/fighter_hangar.json b/modules/internal/fighter_hangar.json index c7d41a6..538087e 100644 --- a/modules/internal/fighter_hangar.json +++ b/modules/internal/fighter_hangar.json @@ -5,7 +5,7 @@ "class": 5, "cost": 575660, "edID": 128727930, - "eddbID": 1560, + "eddbID": 1562, "fightercost": 1030, "grp": "fh", "id": "fr", @@ -33,7 +33,7 @@ "class": 7, "edID": 128727932, "cost": 2369330, - "eddbID": 1562, + "eddbID": 1560, "fightercost": 1030, "grp": "fh", "id": "fh", From 841d70c560d647ba23a2bf145e371af80c2bbb25 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Thu, 2 Mar 2017 12:20:43 +0000 Subject: [PATCH 04/30] Added Dolphin stats --- dist/index.js | 6 +++--- dist/index.json | 6 +++--- ships/dolphin.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dist/index.js b/dist/index.js index 5252377..c52d263 100644 --- a/dist/index.js +++ b/dist/index.js @@ -874,13 +874,13 @@ module.exports = { hullCost: 1115330, speed: 250, boost: 350, - boostEnergy: -1, + boostEnergy: 11, baseShieldStrength: 110, baseArmour: 110, hardness: 35, hullMass: 140, - masslock: -1, - pipSpeed: .08375, + masslock: 9, + pipSpeed: .13, luxuryCabins: true, pitch: 30, roll: 100, diff --git a/dist/index.json b/dist/index.json index 6c78d5f..42c7ce9 100644 --- a/dist/index.json +++ b/dist/index.json @@ -1386,13 +1386,13 @@ "hullCost": 1115330, "speed": 250, "boost": 350, - "boostEnergy": -1, + "boostEnergy": 11, "baseShieldStrength": 110, "baseArmour": 110, "hardness": 35, "hullMass": 140, - "masslock": -1, - "pipSpeed": 0.08375, + "masslock": 9, + "pipSpeed": 0.13, "luxuryCabins": true, "pitch": 30, "roll": 100, diff --git a/ships/dolphin.json b/ships/dolphin.json index bcb7a45..0166d6f 100755 --- a/ships/dolphin.json +++ b/ships/dolphin.json @@ -8,13 +8,13 @@ "hullCost": 1115330, "speed": 250, "boost": 350, - "boostEnergy": -1, + "boostEnergy": 11, "baseShieldStrength": 110, "baseArmour": 110, "hardness": 35, "hullMass": 140, - "masslock": -1, - "pipSpeed": 0.08375, + "masslock": 9, + "pipSpeed": 0.13, "luxuryCabins": true, "pitch": 30, "roll": 100, From 90a6e717204317e679a9c0c3cf2ff45d06ce36a3 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Thu, 2 Mar 2017 14:30:44 +0000 Subject: [PATCH 05/30] Fix dolphin boost --- dist/index.js | 2 +- dist/index.json | 2 +- ships/dolphin.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index c52d263..935bb83 100644 --- a/dist/index.js +++ b/dist/index.js @@ -874,7 +874,7 @@ module.exports = { hullCost: 1115330, speed: 250, boost: 350, - boostEnergy: 11, + boostEnergy: 10, baseShieldStrength: 110, baseArmour: 110, hardness: 35, diff --git a/dist/index.json b/dist/index.json index 42c7ce9..c0cc891 100644 --- a/dist/index.json +++ b/dist/index.json @@ -1386,7 +1386,7 @@ "hullCost": 1115330, "speed": 250, "boost": 350, - "boostEnergy": 11, + "boostEnergy": 10, "baseShieldStrength": 110, "baseArmour": 110, "hardness": 35, diff --git a/ships/dolphin.json b/ships/dolphin.json index 0166d6f..71d20d1 100755 --- a/ships/dolphin.json +++ b/ships/dolphin.json @@ -8,7 +8,7 @@ "hullCost": 1115330, "speed": 250, "boost": 350, - "boostEnergy": 11, + "boostEnergy": 10, "baseShieldStrength": 110, "baseArmour": 110, "hardness": 35, From 4cac9de01cb340b09b4e4583caa9a8ef611cf914 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Thu, 2 Mar 2017 14:54:01 +0000 Subject: [PATCH 06/30] Fix up odd numbers in blueprints --- dist/index.js | 464 ++++++++++++------------- dist/index.json | 614 +++++++++++++++++----------------- modifications/blueprints.json | 464 ++++++++++++------------- 3 files changed, 771 insertions(+), 771 deletions(-) diff --git a/dist/index.js b/dist/index.js index 935bb83..9895437 100644 --- a/dist/index.js +++ b/dist/index.js @@ -14278,7 +14278,7 @@ module.exports = { }, features: { integrity: [ .2, .5 ], - power: [ .31, .2 ] + power: [ .3, .2 ] } }, "2": { @@ -14287,8 +14287,8 @@ module.exports = { "Shield Emitters": 1 }, features: { - integrity: [ .39, 1 ], - power: [ .61, .4 ] + integrity: [ .4, 1 ], + power: [ .6, .4 ] } }, "3": { @@ -14298,8 +14298,8 @@ module.exports = { "Shield Emitters": 1 }, features: { - integrity: [ .61, 1.5 ], - power: [ .89, .61 ] + integrity: [ .6, 1.5 ], + power: [ .9, .6 ] } }, "4": { @@ -14309,8 +14309,8 @@ module.exports = { Vanadium: 1 }, features: { - integrity: [ .81, 2 ], - power: [ 1.2, .79 ] + integrity: [ .8, 2 ], + power: [ 1.2, .8 ] } } }, @@ -14517,7 +14517,7 @@ module.exports = { explres: [ .056, .07 ], hullboost: [ .45, .68 ], kinres: [ .048, .06 ], - mass: [ .39, .2 ], + mass: [ .4, .2 ], thermres: [ .04, .05 ] } } @@ -14651,7 +14651,7 @@ module.exports = { }, features: { integrity: [ -.2, -.1 ], - mass: [ -.31, -.4 ] + mass: [ -.3, -.4 ] } }, "2": { @@ -14660,7 +14660,7 @@ module.exports = { "Salvaged Alloys": 1 }, features: { - integrity: [ -.31, -.2 ], + integrity: [ -.3, -.2 ], mass: [ -.4, -.5 ] } }, @@ -14671,8 +14671,8 @@ module.exports = { "Salvaged Alloys": 1 }, features: { - integrity: [ -.4, -.31 ], - mass: [ -.5, -.61 ] + integrity: [ -.4, -.3 ], + mass: [ -.5, -.6 ] } }, "4": { @@ -14709,7 +14709,7 @@ module.exports = { }, features: { integrity: [ .2, .5 ], - mass: [ 1, .39 ] + mass: [ 1, .4 ] } }, "2": { @@ -14718,8 +14718,8 @@ module.exports = { "Shield Emitters": 1 }, features: { - integrity: [ .39, 1 ], - mass: [ 1.5, .79 ] + integrity: [ .4, 1 ], + mass: [ 1.5, .8 ] } }, "3": { @@ -14729,7 +14729,7 @@ module.exports = { Tungsten: 1 }, features: { - integrity: [ .61, 1.5 ], + integrity: [ .6, 1.5 ], mass: [ 2, 1.2 ] } }, @@ -14767,7 +14767,7 @@ module.exports = { }, features: { integrity: [ .2, .5 ], - power: [ .29, .2 ] + power: [ .3, .2 ] } }, "2": { @@ -14776,8 +14776,8 @@ module.exports = { "Shield Emitters": 1 }, features: { - integrity: [ .39, 1 ], - power: [ .61, .39 ] + integrity: [ .4, 1 ], + power: [ .6, .4 ] } }, "3": { @@ -14787,8 +14787,8 @@ module.exports = { "Shield Emitters": 1 }, features: { - integrity: [ .61, 1.5 ], - power: [ .89, .61 ] + integrity: [ .6, 1.5 ], + power: [ .9, .6 ] } }, "4": { @@ -15381,7 +15381,7 @@ module.exports = { optmass: [ -.06, -.01 ], optmul: [ .1, .14 ], power: [ .08, .02 ], - thermload: [ .39, .1 ] + thermload: [ .4, .1 ] } }, "3": { @@ -15395,7 +15395,7 @@ module.exports = { optmass: [ -.1, -.02 ], optmul: [ .14, .2 ], power: [ .11, .03 ], - thermload: [ .61, .2 ] + thermload: [ .6, .2 ] } }, "4": { @@ -15409,7 +15409,7 @@ module.exports = { optmass: [ -.12, -.04 ], optmul: [ .2, .25 ], power: [ .15, .05 ], - thermload: [ .79, .29 ] + thermload: [ .8, .3 ] } }, "5": { @@ -15419,11 +15419,11 @@ module.exports = { "Pharmaceutical Isolators": 1 }, features: { - integrity: [ -.31, .08 ], + integrity: [ -.3, .08 ], optmass: [ -.16, -.05 ], - optmul: [ .25, .29 ], + optmul: [ .25, .3 ], power: [ .2, .08 ], - thermload: [ 1, .39 ] + thermload: [ 1, .4 ] } } }, @@ -15437,10 +15437,10 @@ module.exports = { Carbon: 1 }, features: { - integrity: [ .14, .31 ], + integrity: [ .14, .3 ], mass: [ .1, 0 ], optmul: [ -.03, 0 ], - thermload: [ 0, -.11 ] + thermload: [ 0, -.1 ] } }, "2": { @@ -15449,7 +15449,7 @@ module.exports = { Vanadium: 1 }, features: { - integrity: [ .31, .5 ], + integrity: [ .3, .5 ], mass: [ .2, .05 ], optmul: [ -.05, -.02 ], thermload: [ -.06, -.2 ] @@ -15463,9 +15463,9 @@ module.exports = { }, features: { integrity: [ .45, .7 ], - mass: [ .31, .1 ], + mass: [ .3, .1 ], optmul: [ -.06, -.03 ], - thermload: [ -.11, -.31 ] + thermload: [ -.1, -.3 ] } }, "4": { @@ -15475,8 +15475,8 @@ module.exports = { "High Density Composites": 1 }, features: { - integrity: [ .61, .9 ], - mass: [ .39, .14 ], + integrity: [ .6, .9 ], + mass: [ .4, .14 ], optmul: [ -.09, -.04 ], thermload: [ -.15, -.4 ] } @@ -15488,9 +15488,9 @@ module.exports = { "Proprietary Composites": 1 }, features: { - integrity: [ .75, 1.11 ], + integrity: [ .75, 1.1 ], mass: [ .5, .2 ], - optmul: [ -.11, -.05 ], + optmul: [ -.1, -.05 ], thermload: [ -.2, -.5 ] } } @@ -15508,7 +15508,7 @@ module.exports = { integrity: [ -.05, 0 ], optmass: [ -.02, 0 ], optmul: [ .01, .05 ], - power: [ .04, 0 ], + power: [ .05, 0 ], thermload: [ -.06, -.2 ] } }, @@ -15522,7 +15522,7 @@ module.exports = { optmass: [ -.05, -.01 ], optmul: [ .03, .09 ], power: [ .1, .03 ], - thermload: [ -.11, -.31 ] + thermload: [ -.1, -.3 ] } }, "3": { @@ -15549,7 +15549,7 @@ module.exports = { integrity: [ -.2, -.12 ], optmass: [ -.08, -.04 ], optmul: [ .08, .14 ], - power: [ .2, .11 ], + power: [ .2, .1 ], thermload: [ -.2, -.5 ] } }, @@ -15561,10 +15561,10 @@ module.exports = { }, features: { integrity: [ -.25, -.16 ], - optmass: [ -.11, -.05 ], + optmass: [ -.1, -.05 ], optmul: [ .1, .18 ], power: [ .25, .16 ], - thermload: [ -.25, -.61 ] + thermload: [ -.25, -.6 ] } } }, @@ -15631,7 +15631,7 @@ module.exports = { features: { boot: [ -.5, -.8 ], integrity: [ -.25, -.12 ], - power: [ .25, .11 ], + power: [ .25, .1 ], thermload: [ .25, .2 ] } } @@ -15700,7 +15700,7 @@ module.exports = { integrity: [ -.25, -.12 ], mass: [ .45, .2 ], optmass: [ .2, .5 ], - power: [ .25, .11 ] + power: [ .25, .1 ] } } }, @@ -15876,7 +15876,7 @@ module.exports = { }, features: { integrity: [ .2, .5 ], - power: [ .31, .2 ] + power: [ .3, .2 ] } }, "2": { @@ -15885,8 +15885,8 @@ module.exports = { "Shield Emitters": 1 }, features: { - integrity: [ .39, 1 ], - power: [ .61, .39 ] + integrity: [ .4, 1 ], + power: [ .6, .4 ] } }, "3": { @@ -15896,8 +15896,8 @@ module.exports = { "Shield Emitters": 1 }, features: { - integrity: [ .61, 1.5 ], - power: [ .89, .61 ] + integrity: [ .6, 1.5 ], + power: [ .9, .6 ] } }, "4": { @@ -15907,8 +15907,8 @@ module.exports = { Vanadium: 1 }, features: { - integrity: [ .79, 2 ], - power: [ 1.2, .81 ] + integrity: [ .8, 2 ], + power: [ 1.2, .8 ] } } }, @@ -16572,7 +16572,7 @@ module.exports = { Ruthenium: 1 }, features: { - explres: [ .2437, .39 ], + explres: [ .2437, .4 ], kinres: [ -.1463, -.0975 ], thermres: [ -.1463, -.0975 ] } @@ -16602,7 +16602,7 @@ module.exports = { }, features: { explres: [ .098, .0585 ], - hullreinforcement: [ .1, .29 ], + hullreinforcement: [ .1, .3 ], kinres: [ .098, .0585 ], mass: [ .15, .04 ], thermres: [ .098, .0585 ] @@ -16616,7 +16616,7 @@ module.exports = { }, features: { explres: [ .0195, .0878 ], - hullreinforcement: [ .14, .39 ], + hullreinforcement: [ .14, .4 ], kinres: [ .0195, .0878 ], mass: [ .23, .1 ], thermres: [ .0195, .0878 ] @@ -16632,7 +16632,7 @@ module.exports = { explres: [ .0292, .117 ], hullreinforcement: [ .2, .5 ], kinres: [ .0292, .117 ], - mass: [ .31, .14 ], + mass: [ .3, .14 ], thermres: [ .0292, .117 ] } }, @@ -16644,9 +16644,9 @@ module.exports = { }, features: { explres: [ .039, .1463 ], - hullreinforcement: [ .25, .61 ], + hullreinforcement: [ .25, .6 ], kinres: [ .039, .1463 ], - mass: [ .39, .2 ], + mass: [ .4, .2 ], thermres: [ .039, .1463 ] } } @@ -16709,7 +16709,7 @@ module.exports = { }, features: { explres: [ -.1463, -.0975 ], - kinres: [ .2437, .39 ], + kinres: [ .2437, .4 ], thermres: [ -.1463, -.0975 ] } } @@ -16773,7 +16773,7 @@ module.exports = { features: { explres: [ -.1463, -.0975 ], kinres: [ -.1463, -.0975 ], - thermres: [ .2437, .39 ] + thermres: [ .2437, .4 ] } } }, @@ -16856,7 +16856,7 @@ module.exports = { Iron: 1 }, features: { - power: [ .39, .2 ], + power: [ .4, .2 ], scanangle: [ -.3, -.15 ], range: [ .2, .4 ] } @@ -16868,9 +16868,9 @@ module.exports = { "Unexpected Emission Data": 1 }, features: { - power: [ .61, .29 ], + power: [ .6, .3 ], scanangle: [ -.4, -.2 ], - range: [ .31, .61 ] + range: [ .3, .6 ] } }, "4": { @@ -16880,9 +16880,9 @@ module.exports = { Germanium: 1 }, features: { - power: [ .79, .39 ], + power: [ .8, .4 ], scanangle: [ -.5, -.25 ], - range: [ .39, .79 ] + range: [ .4, .8 ] } }, "5": { @@ -16893,7 +16893,7 @@ module.exports = { }, features: { power: [ 1, .5 ], - scanangle: [ -.61, -.3 ], + scanangle: [ -.6, -.3 ], range: [ .5, 1 ] } } @@ -18055,7 +18055,7 @@ module.exports = { }, features: { integrity: [ .2, .5 ], - power: [ .29, .2 ] + power: [ .3, .2 ] } }, "2": { @@ -18064,8 +18064,8 @@ module.exports = { "Shield Emitters": 1 }, features: { - integrity: [ .39, 1 ], - power: [ .61, .39 ] + integrity: [ .4, 1 ], + power: [ .6, .4 ] } }, "3": { @@ -18075,8 +18075,8 @@ module.exports = { "Shield Emitters": 1 }, features: { - integrity: [ .61, 1.5 ], - power: [ .89, .61 ] + integrity: [ .6, 1.5 ], + power: [ .9, .6 ] } }, "4": { @@ -18086,8 +18086,8 @@ module.exports = { Vanadium: 1 }, features: { - integrity: [ .81, 2 ], - power: [ 1.2, .79 ] + integrity: [ .8, 2 ], + power: [ 1.2, .8 ] } } }, @@ -18101,7 +18101,7 @@ module.exports = { Phosphorus: 1 }, features: { - integrity: [ -.4, -.11 ], + integrity: [ -.4, -.1 ], range: [ -.1, -.05 ], scantime: [ -.1, -.4 ] } @@ -18124,9 +18124,9 @@ module.exports = { Phosphorus: 1 }, features: { - integrity: [ -.61, -.31 ], + integrity: [ -.6, -.3 ], range: [ -.3, -.15 ], - scantime: [ -.31, -.61 ] + scantime: [ -.3, -.6 ] } }, "4": { @@ -18137,7 +18137,7 @@ module.exports = { }, features: { integrity: [ -.7, -.4 ], - range: [ -.41, -.2 ], + range: [ -.4, -.2 ], scantime: [ -.4, -.7 ] } }, @@ -18175,7 +18175,7 @@ module.exports = { Iron: 1 }, features: { - power: [ .39, .2 ], + power: [ .4, .2 ], scanangle: [ -.3, -.15 ], range: [ .2, .4 ] } @@ -18187,9 +18187,9 @@ module.exports = { "Unexpected Emission Data": 1 }, features: { - power: [ .61, .29 ], + power: [ .6, .3 ], scanangle: [ -.4, -.2 ], - range: [ .31, .61 ] + range: [ .3, .6 ] } }, "4": { @@ -18199,9 +18199,9 @@ module.exports = { Germanium: 1 }, features: { - power: [ .79, .39 ], + power: [ .8, .4 ], scanangle: [ -.5, -.25 ], - range: [ .39, .79 ] + range: [ .4, .8 ] } }, "5": { @@ -18212,7 +18212,7 @@ module.exports = { }, features: { power: [ 1, .5 ], - scanangle: [ -.61, -.3 ], + scanangle: [ -.6, -.3 ], range: [ .5, 1 ] } } @@ -18227,7 +18227,7 @@ module.exports = { "Mechanical Scrap": 1 }, features: { - mass: [ .39, .2 ], + mass: [ .4, .2 ], scanangle: [ .2, .4 ], scantime: [ .2, .1 ] } @@ -18238,9 +18238,9 @@ module.exports = { "Mechanical Scrap": 1 }, features: { - mass: [ .79, .39 ], - scanangle: [ .4, .81 ], - scantime: [ .39, .2 ] + mass: [ .8, .4 ], + scanangle: [ .4, .8 ], + scantime: [ .4, .2 ] } }, "3": { @@ -18250,9 +18250,9 @@ module.exports = { "Mechanical Scrap": 1 }, features: { - mass: [ 1.2, .61 ], - scanangle: [ .61, 1.2 ], - scantime: [ .61, .31 ] + mass: [ 1.2, .6 ], + scanangle: [ .6, 1.2 ], + scantime: [ .6, .3 ] } }, "4": { @@ -18262,9 +18262,9 @@ module.exports = { Niobium: 1 }, features: { - mass: [ 1.2, .61 ], - scanangle: [ .81, 1.61 ], - scantime: [ .81, .39 ] + mass: [ 1.2, .6 ], + scanangle: [ .8, 1.6 ], + scantime: [ .8, .4 ] } }, "5": { @@ -18290,7 +18290,7 @@ module.exports = { Phosphorus: 1 }, features: { - integrity: [ -.4, -.11 ], + integrity: [ -.4, -.1 ], range: [ -.1, -.05 ], scantime: [ -.1, -.4 ] } @@ -18313,9 +18313,9 @@ module.exports = { Phosphorus: 1 }, features: { - integrity: [ -.61, -.31 ], + integrity: [ -.6, -.3 ], range: [ -.3, -.15 ], - scantime: [ -.31, -.61 ] + scantime: [ -.3, -.6 ] } }, "4": { @@ -18326,7 +18326,7 @@ module.exports = { }, features: { integrity: [ -.7, -.4 ], - range: [ -.41, -.2 ], + range: [ -.4, -.2 ], scantime: [ -.4, -.7 ] } }, @@ -18353,7 +18353,7 @@ module.exports = { "Mechanical Scrap": 1 }, features: { - mass: [ .39, .2 ], + mass: [ .4, .2 ], scanangle: [ .2, .4 ], scantime: [ .2, .1 ] } @@ -18364,9 +18364,9 @@ module.exports = { "Mechanical Scrap": 1 }, features: { - mass: [ .79, .39 ], - scanangle: [ .4, .81 ], - scantime: [ .39, .2 ] + mass: [ .8, .4 ], + scanangle: [ .4, .8 ], + scantime: [ .4, .2 ] } }, "3": { @@ -18376,9 +18376,9 @@ module.exports = { "Mechanical Scrap": 1 }, features: { - mass: [ 1.2, .61 ], - scanangle: [ .61, 1.2 ], - scantime: [ .61, .31 ] + mass: [ 1.2, .6 ], + scanangle: [ .6, 1.2 ], + scantime: [ .6, .3 ] } }, "4": { @@ -18388,9 +18388,9 @@ module.exports = { Niobium: 1 }, features: { - mass: [ 1.2, .61 ], - scanangle: [ .81, 1.61 ], - scantime: [ .81, .39 ] + mass: [ 1.2, .6 ], + scanangle: [ .8, 1.6 ], + scantime: [ .8, .4 ] } }, "5": { @@ -18416,7 +18416,7 @@ module.exports = { Phosphorus: 1 }, features: { - integrity: [ -.15, -.11 ], + integrity: [ -.15, -.1 ], mass: [ -.2, -.4 ], scanangle: [ -.1, -.05 ] } @@ -18427,8 +18427,8 @@ module.exports = { "Salvaged Alloys": 1 }, features: { - integrity: [ -.31, -.21 ], - mass: [ -.31, -.5 ], + integrity: [ -.3, -.2 ], + mass: [ -.3, -.5 ], scanangle: [ -.15, -.1 ] } }, @@ -18439,8 +18439,8 @@ module.exports = { "Salvaged Alloys": 1 }, features: { - integrity: [ -.45, -.31 ], - mass: [ -.4, -.61 ], + integrity: [ -.45, -.3 ], + mass: [ -.4, -.6 ], scanangle: [ -.2, -.15 ] } }, @@ -18451,7 +18451,7 @@ module.exports = { "Proto Light Alloys": 1 }, features: { - integrity: [ -.61, -.41 ], + integrity: [ -.6, -.4 ], mass: [ -.5, -.7 ], scanangle: [ -.25, -.2 ] } @@ -18464,7 +18464,7 @@ module.exports = { }, features: { integrity: [ -.75, -.5 ], - mass: [ -.61, -.8 ], + mass: [ -.6, -.8 ], scanangle: [ -.3, -.25 ] } } @@ -18479,7 +18479,7 @@ module.exports = { Iron: 1 }, features: { - mass: [ .39, .2 ], + mass: [ .4, .2 ], scanangle: [ -.2, -.1 ], scanrange: [ .1, .14 ] } @@ -18490,9 +18490,9 @@ module.exports = { Iron: 1 }, features: { - mass: [ .79, .39 ], + mass: [ .8, .4 ], scanangle: [ -.3, -.15 ], - scanrange: [ .2, .29 ] + scanrange: [ .2, .3 ] } }, "3": { @@ -18502,9 +18502,9 @@ module.exports = { "Unexpected Emission Data": 1 }, features: { - mass: [ 1.2, .61 ], + mass: [ 1.2, .6 ], scanangle: [ -.4, -.2 ], - scanrange: [ .29, .45 ] + scanrange: [ .3, .45 ] } }, "4": { @@ -18514,9 +18514,9 @@ module.exports = { Germanium: 1 }, features: { - mass: [ 1.59, .79 ], + mass: [ 1.6, .8 ], scanangle: [ -.5, -.25 ], - scanrange: [ .39, .61 ] + scanrange: [ .4, .6 ] } }, "5": { @@ -18527,7 +18527,7 @@ module.exports = { }, features: { mass: [ 2, 1 ], - scanangle: [ -.61, -.3 ], + scanangle: [ -.6, -.3 ], scanrange: [ .5, .75 ] } } @@ -18542,7 +18542,7 @@ module.exports = { "Mechanical Scrap": 1 }, features: { - power: [ .2, .09 ], + power: [ .2, .1 ], scanangle: [ .2, .4 ], scanrange: [ -.08, -.05 ] } @@ -18553,8 +18553,8 @@ module.exports = { "Mechanical Scrap": 1 }, features: { - power: [ .39, .2 ], - scanangle: [ .4, .81 ], + power: [ .4, .2 ], + scanangle: [ .4, .8 ], scanrange: [ -.16, -.08 ] } }, @@ -18565,8 +18565,8 @@ module.exports = { "Mechanical Scrap": 1 }, features: { - power: [ .59, .29 ], - scanangle: [ .61, 1.2 ], + power: [ .6, .3 ], + scanangle: [ .6, 1.2 ], scanrange: [ -.24, -.12 ] } }, @@ -18577,8 +18577,8 @@ module.exports = { Niobium: 1 }, features: { - power: [ .79, .39 ], - scanangle: [ .81, 1.61 ], + power: [ .8, .4 ], + scanangle: [ .8, 1.6 ], scanrange: [ -.32, -.16 ] } }, @@ -18605,7 +18605,7 @@ module.exports = { Phosphorus: 1 }, features: { - mass: [ .39, .2 ], + mass: [ .4, .2 ], power: [ .2, .1 ], scantime: [ .1, .4 ] } @@ -18616,8 +18616,8 @@ module.exports = { Phosphorus: 1 }, features: { - mass: [ .79, .39 ], - power: [ .39, .2 ], + mass: [ .8, .4 ], + power: [ .4, .2 ], scantime: [ .2, .5 ] } }, @@ -18628,8 +18628,8 @@ module.exports = { Phosphorus: 1 }, features: { - mass: [ 1.2, .61 ], - power: [ .61, .31 ], + mass: [ 1.2, .6 ], + power: [ .6, .3 ], scantime: [ .3, .6 ] } }, @@ -18640,8 +18640,8 @@ module.exports = { Manganese: 1 }, features: { - mass: [ 1.59, .79 ], - power: [ .81, .39 ], + mass: [ 1.6, .8 ], + power: [ .8, .4 ], scantime: [ .4, .7 ] } }, @@ -18668,7 +18668,7 @@ module.exports = { Iron: 1 }, features: { - mass: [ .39, .2 ], + mass: [ .4, .2 ], power: [ .2, .1 ], scanrange: [ .2, .4 ] } @@ -18679,8 +18679,8 @@ module.exports = { Iron: 1 }, features: { - mass: [ .79, .39 ], - power: [ .39, .2 ], + mass: [ .8, .4 ], + power: [ .4, .2 ], scanrange: [ .4, .8 ] } }, @@ -18692,7 +18692,7 @@ module.exports = { }, features: { mass: [ 1.2, .6 ], - power: [ .61, .31 ], + power: [ .6, .3 ], scanrange: [ .6, 1.2 ] } }, @@ -18703,8 +18703,8 @@ module.exports = { Germanium: 1 }, features: { - mass: [ 1.59, .79 ], - power: [ .81, .39 ], + mass: [ 1.6, .8 ], + power: [ .8, .4 ], scanrange: [ .8, 1.6 ] } }, @@ -18731,7 +18731,7 @@ module.exports = { "Mechanical Scrap": 1 }, features: { - mass: [ .39, .2 ], + mass: [ .4, .2 ], power: [ .2, .1 ], scanangle: [ .2, .4 ] } @@ -18742,8 +18742,8 @@ module.exports = { "Mechanical Scrap": 1 }, features: { - mass: [ .79, .39 ], - power: [ .39, .2 ], + mass: [ .8, .4 ], + power: [ .4, .2 ], scanangle: [ .4, .8 ] } }, @@ -18755,7 +18755,7 @@ module.exports = { }, features: { mass: [ 1.2, .6 ], - power: [ .61, .31 ], + power: [ .6, .3 ], scanangle: [ .6, 1.2 ] } }, @@ -18766,8 +18766,8 @@ module.exports = { Niobium: 1 }, features: { - mass: [ 1.59, .79 ], - power: [ .81, .39 ], + mass: [ 1.6, .8 ], + power: [ .8, .4 ], scanangle: [ .8, 1.6 ] } }, @@ -18794,7 +18794,7 @@ module.exports = { Phosphorus: 1 }, features: { - integrity: [ -.4, -.11 ], + integrity: [ -.4, -.1 ], range: [ -.1, -.05 ], scantime: [ -.1, -.4 ] } @@ -18817,9 +18817,9 @@ module.exports = { Phosphorus: 1 }, features: { - integrity: [ -.61, -.31 ], + integrity: [ -.6, -.3 ], range: [ -.3, -.15 ], - scantime: [ -.31, -.61 ] + scantime: [ -.3, -.6 ] } }, "4": { @@ -18830,7 +18830,7 @@ module.exports = { }, features: { integrity: [ -.7, -.4 ], - range: [ -.41, -.2 ], + range: [ -.4, -.2 ], scantime: [ -.4, -.7 ] } }, @@ -18868,7 +18868,7 @@ module.exports = { Iron: 1 }, features: { - power: [ .39, .2 ], + power: [ .4, .2 ], scanangle: [ -.3, -.15 ], range: [ .2, .4 ] } @@ -18880,9 +18880,9 @@ module.exports = { "Unexpected Emission Data": 1 }, features: { - power: [ .61, .29 ], + power: [ .6, .3 ], scanangle: [ -.4, -.2 ], - range: [ .31, .61 ] + range: [ .3, .6 ] } }, "4": { @@ -18892,9 +18892,9 @@ module.exports = { Germanium: 1 }, features: { - power: [ .79, .39 ], + power: [ .8, .4 ], scanangle: [ -.5, -.25 ], - range: [ .39, .79 ] + range: [ .4, .8 ] } }, "5": { @@ -18905,7 +18905,7 @@ module.exports = { }, features: { power: [ 1, .5 ], - scanangle: [ -.61, -.3 ], + scanangle: [ -.6, -.3 ], range: [ .5, 1 ] } } @@ -18920,7 +18920,7 @@ module.exports = { "Mechanical Scrap": 1 }, features: { - mass: [ .39, .2 ], + mass: [ .4, .2 ], scanangle: [ .2, .4 ], scantime: [ .2, .1 ] } @@ -18931,9 +18931,9 @@ module.exports = { "Mechanical Scrap": 1 }, features: { - mass: [ .79, .39 ], - scanangle: [ .4, .81 ], - scantime: [ .39, .2 ] + mass: [ .8, .4 ], + scanangle: [ .4, .8 ], + scantime: [ .4, .2 ] } }, "3": { @@ -18943,9 +18943,9 @@ module.exports = { "Mechanical Scrap": 1 }, features: { - mass: [ 1.2, .61 ], - scanangle: [ .61, 1.2 ], - scantime: [ .61, .31 ] + mass: [ 1.2, .6 ], + scanangle: [ .6, 1.2 ], + scantime: [ .6, .3 ] } }, "4": { @@ -18955,9 +18955,9 @@ module.exports = { Niobium: 1 }, features: { - mass: [ 1.2, .61 ], - scanangle: [ .81, 1.61 ], - scantime: [ .81, .39 ] + mass: [ 1.2, .6 ], + scanangle: [ .8, 1.6 ], + scantime: [ .8, .4 ] } }, "5": { @@ -19007,7 +19007,7 @@ module.exports = { }, features: { explres: [ .12, .15 ], - kinres: [ -.04, -.04 ], + kinres: [ -.04, -.02 ], thermres: [ -.05, -.02 ] } }, @@ -19421,7 +19421,7 @@ module.exports = { }, features: { integrity: [ .1, .2 ], - kinres: [ .09, .2 ], + kinres: [ .09, .3 ], thermres: [ -.15, -.04 ] } }, @@ -19433,7 +19433,7 @@ module.exports = { }, features: { integrity: [ .15, .35 ], - kinres: [ .11, .2 ], + kinres: [ .11, .4 ], thermres: [ -.2, -.06 ] } }, @@ -19531,7 +19531,7 @@ module.exports = { Phosphorus: 1 }, features: { - brokenregen: [ -.21, -.15 ], + brokenregen: [ -.2, -.15 ], explres: [ 0, .03 ], kinres: [ 0, .03 ], optmul: [ .05, .1 ], @@ -19579,7 +19579,7 @@ module.exports = { distdraw: [ .1, .05 ], explres: [ .06, .12 ], kinres: [ .06, .12 ], - optmul: [ .11, .25 ], + optmul: [ .1, .25 ], regen: [ -.12, -.02 ], thermres: [ .06, .12 ] } @@ -19917,7 +19917,7 @@ module.exports = { }, features: { damage: [ 0, .04 ], - thermload: [ -.31, -.4 ] + thermload: [ -.3, -.4 ] } }, "2": { @@ -19953,7 +19953,7 @@ module.exports = { features: { damage: [ .03, .08 ], distdraw: [ -.2, -.3 ], - power: [ -.1, -.31 ], + power: [ -.1, -.3 ], thermload: [ -.45, -.55 ] } }, @@ -19967,7 +19967,7 @@ module.exports = { damage: [ .03, .09 ], distdraw: [ -.25, -.36 ], power: [ -.14, -.4 ], - thermload: [ -.5, -.61 ] + thermload: [ -.5, -.6 ] } } }, @@ -19983,7 +19983,7 @@ module.exports = { features: { range: [ .1, .2 ], rof: [ -.17, -.08 ], - thermload: [ .5, .39 ] + thermload: [ .5, .4 ] } }, "2": { @@ -19993,9 +19993,9 @@ module.exports = { }, features: { piercing: [ 0, .1 ], - range: [ .2, .39 ], + range: [ .2, .4 ], rof: [ -.14, -.06 ], - thermload: [ .39, .31 ] + thermload: [ .4, .3 ] } }, "3": { @@ -20006,9 +20006,9 @@ module.exports = { }, features: { piercing: [ .1, .2 ], - range: [ .29, .61 ], - rof: [ -.11, -.04 ], - thermload: [ .31, .2 ] + range: [ .3, .6 ], + rof: [ -.1, -.04 ], + thermload: [ .3, .2 ] } }, "4": { @@ -20018,8 +20018,8 @@ module.exports = { "Polymer Capacitors": 1 }, features: { - piercing: [ .2, .39 ], - range: [ .39, .79 ], + piercing: [ .2, .4 ], + range: [ .4, .8 ], rof: [ -.08, -.02 ], thermload: [ -.2, -.1 ] } @@ -20031,7 +20031,7 @@ module.exports = { "Refined Focus Crystals": 1 }, features: { - piercing: [ .29, .61 ], + piercing: [ .3, .6 ], range: [ .5, 1 ], rof: [ -.04, 0 ], thermload: [ .1, 0 ] @@ -20048,8 +20048,8 @@ module.exports = { "Mechanical Scrap": 1 }, features: { - ammo: [ .1, .59 ], - clip: [ .1, .59 ], + ammo: [ .1, .6 ], + clip: [ .1, .6 ], mass: [ .25, .1 ], power: [ .2, .1 ], reload: [ .2, 0 ] @@ -20061,11 +20061,11 @@ module.exports = { Vanadium: 1 }, features: { - ammo: [ .19, .69 ], - clip: [ .2, .69 ], + ammo: [ .2, .7 ], + clip: [ .2, .7 ], mass: [ .5, .2 ], power: [ .25, .14 ], - reload: [ .39, .1 ] + reload: [ .4, .1 ] } }, "3": { @@ -20075,11 +20075,11 @@ module.exports = { Vanadium: 1 }, features: { - ammo: [ .29, .79 ], - clip: [ .29, .79 ], - mass: [ .75, .29 ], - power: [ .31, .2 ], - reload: [ .61, .2 ] + ammo: [ .3, .8 ], + clip: [ .3, .8 ], + mass: [ .75, .3 ], + power: [ .3, .2 ], + reload: [ .6, .2 ] } }, "4": { @@ -20089,11 +20089,11 @@ module.exports = { Tin: 1 }, features: { - ammo: [ .39, .89 ], - clip: [ .39, .89 ], - mass: [ 1, .39 ], + ammo: [ .4, .9 ], + clip: [ .4, .9 ], + mass: [ 1, .4 ], power: [ .35, .25 ], - reload: [ .79, .29 ] + reload: [ .8, .3 ] } }, "5": { @@ -20106,8 +20106,8 @@ module.exports = { ammo: [ .5, 1 ], clip: [ .5, 1 ], mass: [ 1.25, .5 ], - power: [ .39, .31 ], - reload: [ 1, .39 ] + power: [ .4, .3 ], + reload: [ 1, .4 ] } } }, @@ -20123,7 +20123,7 @@ module.exports = { features: { distdraw: [ -.02, -.04 ], integrity: [ -.2, 0 ], - mass: [ -.11, -.15 ], + mass: [ -.1, -.15 ], power: [ -.02, -.04 ] } }, @@ -20134,7 +20134,7 @@ module.exports = { }, features: { distdraw: [ -.04, -.08 ], - integrity: [ -.31, -.1 ], + integrity: [ -.3, -.1 ], mass: [ -.2, -.36 ], power: [ -.04, -.08 ] } @@ -20148,7 +20148,7 @@ module.exports = { features: { distdraw: [ -.06, -.12 ], integrity: [ -.4, -.2 ], - mass: [ -.31, -.55 ], + mass: [ -.3, -.55 ], power: [ -.06, -.12 ] } }, @@ -20160,7 +20160,7 @@ module.exports = { }, features: { distdraw: [ -.08, -.16 ], - integrity: [ -.5, -.31 ], + integrity: [ -.5, -.3 ], mass: [ -.4, -.75 ], power: [ -.08, -.16 ] } @@ -20173,7 +20173,7 @@ module.exports = { }, features: { distdraw: [ -.1, -.2 ], - integrity: [ -.61, -.4 ], + integrity: [ -.6, -.4 ], mass: [ -.5, -.9 ], power: [ -.1, -.2 ] } @@ -20214,9 +20214,9 @@ module.exports = { }, features: { fallofffromrange: [ 1, 1 ], - mass: [ .29, .1 ], + mass: [ .3, .1 ], power: [ .1, .04 ], - range: [ .31, .61 ] + range: [ .3, .6 ] } }, "4": { @@ -20227,9 +20227,9 @@ module.exports = { }, features: { fallofffromrange: [ 1, 1 ], - mass: [ .39, .14 ], + mass: [ .4, .14 ], power: [ .14, .1 ], - range: [ .4, .81 ] + range: [ .4, .8 ] } }, "5": { @@ -20258,9 +20258,9 @@ module.exports = { features: { clip: [ -.05, -.04 ], damage: [ .14, .25 ], - distdraw: [ .89, .45 ], + distdraw: [ .9, .45 ], jitter: [ 1, .4 ], - thermload: [ .45, .29 ] + thermload: [ .45, .3 ] } }, "2": { @@ -20269,11 +20269,11 @@ module.exports = { Nickel: 1 }, features: { - clip: [ -.11, -.06 ], - damage: [ .2, .29 ], - distdraw: [ .81, .4 ], + clip: [ -.1, -.06 ], + damage: [ .2, .3 ], + distdraw: [ .8, .4 ], jitter: [ .8, .3 ], - thermload: [ .29, .14 ] + thermload: [ .3, .14 ] } }, "3": { @@ -20297,9 +20297,9 @@ module.exports = { Zinc: 1 }, features: { - clip: [ -.21, -.12 ], - damage: [ .29, .39 ], - distdraw: [ .61, .29 ], + clip: [ -.2, -.12 ], + damage: [ .3, .4 ], + distdraw: [ .6, .3 ], jitter: [ .4, .1 ] } }, @@ -20328,7 +20328,7 @@ module.exports = { features: { damage: [ -.07, -.06 ], jitter: [ 2.5, 1.25 ], - reload: [ -.11, -.25 ], + reload: [ -.1, -.25 ], rof: [ .17, .25 ] } }, @@ -20352,10 +20352,10 @@ module.exports = { "Specialised Legacy Firmware": 1 }, features: { - damage: [ -.11, -.1 ], + damage: [ -.1, -.1 ], distdraw: [ -.15, -.25 ], jitter: [ 1.5, .75 ], - reload: [ -.31, -.45 ], + reload: [ -.3, -.45 ], rof: [ .34, .42 ] } }, @@ -20366,7 +20366,7 @@ module.exports = { "Thermic Alloys": 1 }, features: { - damage: [ -.13, -.11 ], + damage: [ -.13, -.1 ], distdraw: [ -.2, -.3 ], jitter: [ 1, .5 ], reload: [ -.4, -.55 ], @@ -20420,7 +20420,7 @@ module.exports = { Nickel: 1 }, features: { - damage: [ .11, .26 ], + damage: [ .1, .26 ], integrity: [ -.2, -.1 ], range: [ -.55, -.3 ], thermload: [ .3, .2 ] @@ -20434,9 +20434,9 @@ module.exports = { }, features: { damage: [ .15, .35 ], - integrity: [ -.31, -.2 ], + integrity: [ -.3, -.2 ], range: [ -.65, -.4 ], - thermload: [ .39, .29 ] + thermload: [ .4, .3 ] } }, "5": { @@ -20447,9 +20447,9 @@ module.exports = { }, features: { damage: [ .2, .45 ], - integrity: [ -.4, -.31 ], + integrity: [ -.4, -.3 ], range: [ -.75, -.5 ], - thermload: [ .5, .39 ] + thermload: [ .5, .4 ] } } }, @@ -20474,7 +20474,7 @@ module.exports = { "Shield Emitters": 1 }, features: { - integrity: [ .39, 1 ], + integrity: [ .4, 1 ], mass: [ 1, .5 ], thermload: [ -.06, -.15 ] } @@ -20486,10 +20486,10 @@ module.exports = { Tungsten: 1 }, features: { - integrity: [ .61, 1.5 ], + integrity: [ .6, 1.5 ], mass: [ 1.5, 1 ], piercing: [ 0, .14 ], - thermload: [ -.11, -.2 ] + thermload: [ -.1, -.2 ] } }, "4": { @@ -20499,9 +20499,9 @@ module.exports = { Zinc: 1 }, features: { - integrity: [ .81, 2 ], + integrity: [ .8, 2 ], mass: [ 2, 1.5 ], - piercing: [ .1, .29 ], + piercing: [ .1, .3 ], thermload: [ -.15, -.25 ] } }, @@ -20515,7 +20515,7 @@ module.exports = { integrity: [ 1, 2.5 ], mass: [ 2.5, 2 ], piercing: [ .2, .45 ], - thermload: [ -.2, -.31 ] + thermload: [ -.2, -.3 ] } } }, diff --git a/dist/index.json b/dist/index.json index c0cc891..95acf0e 100644 --- a/dist/index.json +++ b/dist/index.json @@ -16776,7 +16776,7 @@ 0.5 ], "power": [ - 0.31, + 0.3, 0.2 ] } @@ -16788,11 +16788,11 @@ }, "features": { "integrity": [ - 0.39, + 0.4, 1 ], "power": [ - 0.61, + 0.6, 0.4 ] } @@ -16805,12 +16805,12 @@ }, "features": { "integrity": [ - 0.61, + 0.6, 1.5 ], "power": [ - 0.89, - 0.61 + 0.9, + 0.6 ] } }, @@ -16822,12 +16822,12 @@ }, "features": { "integrity": [ - 0.81, + 0.8, 2 ], "power": [ 1.2, - 0.79 + 0.8 ] } } @@ -17225,7 +17225,7 @@ 0.06 ], "mass": [ - 0.39, + 0.4, 0.2 ], "thermres": [ @@ -17458,7 +17458,7 @@ -0.1 ], "mass": [ - -0.31, + -0.3, -0.4 ] } @@ -17470,7 +17470,7 @@ }, "features": { "integrity": [ - -0.31, + -0.3, -0.2 ], "mass": [ @@ -17488,11 +17488,11 @@ "features": { "integrity": [ -0.4, - -0.31 + -0.3 ], "mass": [ -0.5, - -0.61 + -0.6 ] } }, @@ -17547,7 +17547,7 @@ ], "mass": [ 1, - 0.39 + 0.4 ] } }, @@ -17558,12 +17558,12 @@ }, "features": { "integrity": [ - 0.39, + 0.4, 1 ], "mass": [ 1.5, - 0.79 + 0.8 ] } }, @@ -17575,7 +17575,7 @@ }, "features": { "integrity": [ - 0.61, + 0.6, 1.5 ], "mass": [ @@ -17634,7 +17634,7 @@ 0.5 ], "power": [ - 0.29, + 0.3, 0.2 ] } @@ -17646,12 +17646,12 @@ }, "features": { "integrity": [ - 0.39, + 0.4, 1 ], "power": [ - 0.61, - 0.39 + 0.6, + 0.4 ] } }, @@ -17663,12 +17663,12 @@ }, "features": { "integrity": [ - 0.61, + 0.6, 1.5 ], "power": [ - 0.89, - 0.61 + 0.9, + 0.6 ] } }, @@ -18581,7 +18581,7 @@ 0.02 ], "thermload": [ - 0.39, + 0.4, 0.1 ] } @@ -18610,7 +18610,7 @@ 0.03 ], "thermload": [ - 0.61, + 0.6, 0.2 ] } @@ -18639,8 +18639,8 @@ 0.05 ], "thermload": [ - 0.79, - 0.29 + 0.8, + 0.3 ] } }, @@ -18652,7 +18652,7 @@ }, "features": { "integrity": [ - -0.31, + -0.3, 0.08 ], "optmass": [ @@ -18661,7 +18661,7 @@ ], "optmul": [ 0.25, - 0.29 + 0.3 ], "power": [ 0.2, @@ -18669,7 +18669,7 @@ ], "thermload": [ 1, - 0.39 + 0.4 ] } } @@ -18686,7 +18686,7 @@ "features": { "integrity": [ 0.14, - 0.31 + 0.3 ], "mass": [ 0.1, @@ -18698,7 +18698,7 @@ ], "thermload": [ 0, - -0.11 + -0.1 ] } }, @@ -18709,7 +18709,7 @@ }, "features": { "integrity": [ - 0.31, + 0.3, 0.5 ], "mass": [ @@ -18738,7 +18738,7 @@ 0.7 ], "mass": [ - 0.31, + 0.3, 0.1 ], "optmul": [ @@ -18746,8 +18746,8 @@ -0.03 ], "thermload": [ - -0.11, - -0.31 + -0.1, + -0.3 ] } }, @@ -18759,11 +18759,11 @@ }, "features": { "integrity": [ - 0.61, + 0.6, 0.9 ], "mass": [ - 0.39, + 0.4, 0.14 ], "optmul": [ @@ -18785,14 +18785,14 @@ "features": { "integrity": [ 0.75, - 1.11 + 1.1 ], "mass": [ 0.5, 0.2 ], "optmul": [ - -0.11, + -0.1, -0.05 ], "thermload": [ @@ -18825,7 +18825,7 @@ 0.05 ], "power": [ - 0.04, + 0.05, 0 ], "thermload": [ @@ -18857,8 +18857,8 @@ 0.03 ], "thermload": [ - -0.11, - -0.31 + -0.1, + -0.3 ] } }, @@ -18912,7 +18912,7 @@ ], "power": [ 0.2, - 0.11 + 0.1 ], "thermload": [ -0.2, @@ -18932,7 +18932,7 @@ -0.16 ], "optmass": [ - -0.11, + -0.1, -0.05 ], "optmul": [ @@ -18945,7 +18945,7 @@ ], "thermload": [ -0.25, - -0.61 + -0.6 ] } } @@ -19069,7 +19069,7 @@ ], "power": [ 0.25, - 0.11 + 0.1 ], "thermload": [ 0.25, @@ -19201,7 +19201,7 @@ ], "power": [ 0.25, - 0.11 + 0.1 ] } } @@ -19514,7 +19514,7 @@ 0.5 ], "power": [ - 0.31, + 0.3, 0.2 ] } @@ -19526,12 +19526,12 @@ }, "features": { "integrity": [ - 0.39, + 0.4, 1 ], "power": [ - 0.61, - 0.39 + 0.6, + 0.4 ] } }, @@ -19543,12 +19543,12 @@ }, "features": { "integrity": [ - 0.61, + 0.6, 1.5 ], "power": [ - 0.89, - 0.61 + 0.9, + 0.6 ] } }, @@ -19560,12 +19560,12 @@ }, "features": { "integrity": [ - 0.79, + 0.8, 2 ], "power": [ 1.2, - 0.81 + 0.8 ] } } @@ -20592,7 +20592,7 @@ "features": { "explres": [ 0.2437, - 0.39 + 0.4 ], "kinres": [ -0.1463, @@ -20649,7 +20649,7 @@ ], "hullreinforcement": [ 0.1, - 0.29 + 0.3 ], "kinres": [ 0.098, @@ -20678,7 +20678,7 @@ ], "hullreinforcement": [ 0.14, - 0.39 + 0.4 ], "kinres": [ 0.0195, @@ -20714,7 +20714,7 @@ 0.117 ], "mass": [ - 0.31, + 0.3, 0.14 ], "thermres": [ @@ -20736,14 +20736,14 @@ ], "hullreinforcement": [ 0.25, - 0.61 + 0.6 ], "kinres": [ 0.039, 0.1463 ], "mass": [ - 0.39, + 0.4, 0.2 ], "thermres": [ @@ -20852,7 +20852,7 @@ ], "kinres": [ 0.2437, - 0.39 + 0.4 ], "thermres": [ -0.1463, @@ -20964,7 +20964,7 @@ ], "thermres": [ 0.2437, - 0.39 + 0.4 ] } } @@ -21088,7 +21088,7 @@ }, "features": { "power": [ - 0.39, + 0.4, 0.2 ], "scanangle": [ @@ -21109,16 +21109,16 @@ }, "features": { "power": [ - 0.61, - 0.29 + 0.6, + 0.3 ], "scanangle": [ -0.4, -0.2 ], "range": [ - 0.31, - 0.61 + 0.3, + 0.6 ] } }, @@ -21130,16 +21130,16 @@ }, "features": { "power": [ - 0.79, - 0.39 + 0.8, + 0.4 ], "scanangle": [ -0.5, -0.25 ], "range": [ - 0.39, - 0.79 + 0.4, + 0.8 ] } }, @@ -21155,7 +21155,7 @@ 0.5 ], "scanangle": [ - -0.61, + -0.6, -0.3 ], "range": [ @@ -23136,7 +23136,7 @@ 0.5 ], "power": [ - 0.29, + 0.3, 0.2 ] } @@ -23148,12 +23148,12 @@ }, "features": { "integrity": [ - 0.39, + 0.4, 1 ], "power": [ - 0.61, - 0.39 + 0.6, + 0.4 ] } }, @@ -23165,12 +23165,12 @@ }, "features": { "integrity": [ - 0.61, + 0.6, 1.5 ], "power": [ - 0.89, - 0.61 + 0.9, + 0.6 ] } }, @@ -23182,12 +23182,12 @@ }, "features": { "integrity": [ - 0.81, + 0.8, 2 ], "power": [ 1.2, - 0.79 + 0.8 ] } } @@ -23204,7 +23204,7 @@ "features": { "integrity": [ -0.4, - -0.11 + -0.1 ], "range": [ -0.1, @@ -23244,16 +23244,16 @@ }, "features": { "integrity": [ - -0.61, - -0.31 + -0.6, + -0.3 ], "range": [ -0.3, -0.15 ], "scantime": [ - -0.31, - -0.61 + -0.3, + -0.6 ] } }, @@ -23269,7 +23269,7 @@ -0.4 ], "range": [ - -0.41, + -0.4, -0.2 ], "scantime": [ @@ -23331,7 +23331,7 @@ }, "features": { "power": [ - 0.39, + 0.4, 0.2 ], "scanangle": [ @@ -23352,16 +23352,16 @@ }, "features": { "power": [ - 0.61, - 0.29 + 0.6, + 0.3 ], "scanangle": [ -0.4, -0.2 ], "range": [ - 0.31, - 0.61 + 0.3, + 0.6 ] } }, @@ -23373,16 +23373,16 @@ }, "features": { "power": [ - 0.79, - 0.39 + 0.8, + 0.4 ], "scanangle": [ -0.5, -0.25 ], "range": [ - 0.39, - 0.79 + 0.4, + 0.8 ] } }, @@ -23398,7 +23398,7 @@ 0.5 ], "scanangle": [ - -0.61, + -0.6, -0.3 ], "range": [ @@ -23419,7 +23419,7 @@ }, "features": { "mass": [ - 0.39, + 0.4, 0.2 ], "scanangle": [ @@ -23439,15 +23439,15 @@ }, "features": { "mass": [ - 0.79, - 0.39 + 0.8, + 0.4 ], "scanangle": [ 0.4, - 0.81 + 0.8 ], "scantime": [ - 0.39, + 0.4, 0.2 ] } @@ -23461,15 +23461,15 @@ "features": { "mass": [ 1.2, - 0.61 + 0.6 ], "scanangle": [ - 0.61, + 0.6, 1.2 ], "scantime": [ - 0.61, - 0.31 + 0.6, + 0.3 ] } }, @@ -23482,15 +23482,15 @@ "features": { "mass": [ 1.2, - 0.61 + 0.6 ], "scanangle": [ - 0.81, - 1.61 + 0.8, + 1.6 ], "scantime": [ - 0.81, - 0.39 + 0.8, + 0.4 ] } }, @@ -23528,7 +23528,7 @@ "features": { "integrity": [ -0.4, - -0.11 + -0.1 ], "range": [ -0.1, @@ -23568,16 +23568,16 @@ }, "features": { "integrity": [ - -0.61, - -0.31 + -0.6, + -0.3 ], "range": [ -0.3, -0.15 ], "scantime": [ - -0.31, - -0.61 + -0.3, + -0.6 ] } }, @@ -23593,7 +23593,7 @@ -0.4 ], "range": [ - -0.41, + -0.4, -0.2 ], "scantime": [ @@ -23635,7 +23635,7 @@ }, "features": { "mass": [ - 0.39, + 0.4, 0.2 ], "scanangle": [ @@ -23655,15 +23655,15 @@ }, "features": { "mass": [ - 0.79, - 0.39 + 0.8, + 0.4 ], "scanangle": [ 0.4, - 0.81 + 0.8 ], "scantime": [ - 0.39, + 0.4, 0.2 ] } @@ -23677,15 +23677,15 @@ "features": { "mass": [ 1.2, - 0.61 + 0.6 ], "scanangle": [ - 0.61, + 0.6, 1.2 ], "scantime": [ - 0.61, - 0.31 + 0.6, + 0.3 ] } }, @@ -23698,15 +23698,15 @@ "features": { "mass": [ 1.2, - 0.61 + 0.6 ], "scanangle": [ - 0.81, - 1.61 + 0.8, + 1.6 ], "scantime": [ - 0.81, - 0.39 + 0.8, + 0.4 ] } }, @@ -23744,7 +23744,7 @@ "features": { "integrity": [ -0.15, - -0.11 + -0.1 ], "mass": [ -0.2, @@ -23763,11 +23763,11 @@ }, "features": { "integrity": [ - -0.31, - -0.21 + -0.3, + -0.2 ], "mass": [ - -0.31, + -0.3, -0.5 ], "scanangle": [ @@ -23785,11 +23785,11 @@ "features": { "integrity": [ -0.45, - -0.31 + -0.3 ], "mass": [ -0.4, - -0.61 + -0.6 ], "scanangle": [ -0.2, @@ -23805,8 +23805,8 @@ }, "features": { "integrity": [ - -0.61, - -0.41 + -0.6, + -0.4 ], "mass": [ -0.5, @@ -23830,7 +23830,7 @@ -0.5 ], "mass": [ - -0.61, + -0.6, -0.8 ], "scanangle": [ @@ -23851,7 +23851,7 @@ }, "features": { "mass": [ - 0.39, + 0.4, 0.2 ], "scanangle": [ @@ -23871,8 +23871,8 @@ }, "features": { "mass": [ - 0.79, - 0.39 + 0.8, + 0.4 ], "scanangle": [ -0.3, @@ -23880,7 +23880,7 @@ ], "scanrange": [ 0.2, - 0.29 + 0.3 ] } }, @@ -23893,14 +23893,14 @@ "features": { "mass": [ 1.2, - 0.61 + 0.6 ], "scanangle": [ -0.4, -0.2 ], "scanrange": [ - 0.29, + 0.3, 0.45 ] } @@ -23913,16 +23913,16 @@ }, "features": { "mass": [ - 1.59, - 0.79 + 1.6, + 0.8 ], "scanangle": [ -0.5, -0.25 ], "scanrange": [ - 0.39, - 0.61 + 0.4, + 0.6 ] } }, @@ -23938,7 +23938,7 @@ 1 ], "scanangle": [ - -0.61, + -0.6, -0.3 ], "scanrange": [ @@ -23960,7 +23960,7 @@ "features": { "power": [ 0.2, - 0.09 + 0.1 ], "scanangle": [ 0.2, @@ -23979,12 +23979,12 @@ }, "features": { "power": [ - 0.39, + 0.4, 0.2 ], "scanangle": [ 0.4, - 0.81 + 0.8 ], "scanrange": [ -0.16, @@ -24000,11 +24000,11 @@ }, "features": { "power": [ - 0.59, - 0.29 + 0.6, + 0.3 ], "scanangle": [ - 0.61, + 0.6, 1.2 ], "scanrange": [ @@ -24021,12 +24021,12 @@ }, "features": { "power": [ - 0.79, - 0.39 + 0.8, + 0.4 ], "scanangle": [ - 0.81, - 1.61 + 0.8, + 1.6 ], "scanrange": [ -0.32, @@ -24067,7 +24067,7 @@ }, "features": { "mass": [ - 0.39, + 0.4, 0.2 ], "power": [ @@ -24087,11 +24087,11 @@ }, "features": { "mass": [ - 0.79, - 0.39 + 0.8, + 0.4 ], "power": [ - 0.39, + 0.4, 0.2 ], "scantime": [ @@ -24109,11 +24109,11 @@ "features": { "mass": [ 1.2, - 0.61 + 0.6 ], "power": [ - 0.61, - 0.31 + 0.6, + 0.3 ], "scantime": [ 0.3, @@ -24129,12 +24129,12 @@ }, "features": { "mass": [ - 1.59, - 0.79 + 1.6, + 0.8 ], "power": [ - 0.81, - 0.39 + 0.8, + 0.4 ], "scantime": [ 0.4, @@ -24175,7 +24175,7 @@ }, "features": { "mass": [ - 0.39, + 0.4, 0.2 ], "power": [ @@ -24195,11 +24195,11 @@ }, "features": { "mass": [ - 0.79, - 0.39 + 0.8, + 0.4 ], "power": [ - 0.39, + 0.4, 0.2 ], "scanrange": [ @@ -24220,8 +24220,8 @@ 0.6 ], "power": [ - 0.61, - 0.31 + 0.6, + 0.3 ], "scanrange": [ 0.6, @@ -24237,12 +24237,12 @@ }, "features": { "mass": [ - 1.59, - 0.79 + 1.6, + 0.8 ], "power": [ - 0.81, - 0.39 + 0.8, + 0.4 ], "scanrange": [ 0.8, @@ -24283,7 +24283,7 @@ }, "features": { "mass": [ - 0.39, + 0.4, 0.2 ], "power": [ @@ -24303,11 +24303,11 @@ }, "features": { "mass": [ - 0.79, - 0.39 + 0.8, + 0.4 ], "power": [ - 0.39, + 0.4, 0.2 ], "scanangle": [ @@ -24328,8 +24328,8 @@ 0.6 ], "power": [ - 0.61, - 0.31 + 0.6, + 0.3 ], "scanangle": [ 0.6, @@ -24345,12 +24345,12 @@ }, "features": { "mass": [ - 1.59, - 0.79 + 1.6, + 0.8 ], "power": [ - 0.81, - 0.39 + 0.8, + 0.4 ], "scanangle": [ 0.8, @@ -24392,7 +24392,7 @@ "features": { "integrity": [ -0.4, - -0.11 + -0.1 ], "range": [ -0.1, @@ -24432,16 +24432,16 @@ }, "features": { "integrity": [ - -0.61, - -0.31 + -0.6, + -0.3 ], "range": [ -0.3, -0.15 ], "scantime": [ - -0.31, - -0.61 + -0.3, + -0.6 ] } }, @@ -24457,7 +24457,7 @@ -0.4 ], "range": [ - -0.41, + -0.4, -0.2 ], "scantime": [ @@ -24519,7 +24519,7 @@ }, "features": { "power": [ - 0.39, + 0.4, 0.2 ], "scanangle": [ @@ -24540,16 +24540,16 @@ }, "features": { "power": [ - 0.61, - 0.29 + 0.6, + 0.3 ], "scanangle": [ -0.4, -0.2 ], "range": [ - 0.31, - 0.61 + 0.3, + 0.6 ] } }, @@ -24561,16 +24561,16 @@ }, "features": { "power": [ - 0.79, - 0.39 + 0.8, + 0.4 ], "scanangle": [ -0.5, -0.25 ], "range": [ - 0.39, - 0.79 + 0.4, + 0.8 ] } }, @@ -24586,7 +24586,7 @@ 0.5 ], "scanangle": [ - -0.61, + -0.6, -0.3 ], "range": [ @@ -24607,7 +24607,7 @@ }, "features": { "mass": [ - 0.39, + 0.4, 0.2 ], "scanangle": [ @@ -24627,15 +24627,15 @@ }, "features": { "mass": [ - 0.79, - 0.39 + 0.8, + 0.4 ], "scanangle": [ 0.4, - 0.81 + 0.8 ], "scantime": [ - 0.39, + 0.4, 0.2 ] } @@ -24649,15 +24649,15 @@ "features": { "mass": [ 1.2, - 0.61 + 0.6 ], "scanangle": [ - 0.61, + 0.6, 1.2 ], "scantime": [ - 0.61, - 0.31 + 0.6, + 0.3 ] } }, @@ -24670,15 +24670,15 @@ "features": { "mass": [ 1.2, - 0.61 + 0.6 ], "scanangle": [ - 0.81, - 1.61 + 0.8, + 1.6 ], "scantime": [ - 0.81, - 0.39 + 0.8, + 0.4 ] } }, @@ -24761,7 +24761,7 @@ ], "kinres": [ -0.04, - -0.04 + -0.02 ], "thermres": [ -0.05, @@ -25517,7 +25517,7 @@ ], "kinres": [ 0.09, - 0.2 + 0.3 ], "thermres": [ -0.15, @@ -25538,7 +25538,7 @@ ], "kinres": [ 0.11, - 0.2 + 0.4 ], "thermres": [ -0.2, @@ -25719,7 +25719,7 @@ }, "features": { "brokenregen": [ - -0.21, + -0.2, -0.15 ], "explres": [ @@ -25833,7 +25833,7 @@ 0.12 ], "optmul": [ - 0.11, + 0.1, 0.25 ], "regen": [ @@ -26399,7 +26399,7 @@ 0.04 ], "thermload": [ - -0.31, + -0.3, -0.4 ] } @@ -26466,7 +26466,7 @@ ], "power": [ -0.1, - -0.31 + -0.3 ], "thermload": [ -0.45, @@ -26495,7 +26495,7 @@ ], "thermload": [ -0.5, - -0.61 + -0.6 ] } } @@ -26520,7 +26520,7 @@ ], "thermload": [ 0.5, - 0.39 + 0.4 ] } }, @@ -26536,15 +26536,15 @@ ], "range": [ 0.2, - 0.39 + 0.4 ], "rof": [ -0.14, -0.06 ], "thermload": [ - 0.39, - 0.31 + 0.4, + 0.3 ] } }, @@ -26560,15 +26560,15 @@ 0.2 ], "range": [ - 0.29, - 0.61 + 0.3, + 0.6 ], "rof": [ - -0.11, + -0.1, -0.04 ], "thermload": [ - 0.31, + 0.3, 0.2 ] } @@ -26582,11 +26582,11 @@ "features": { "piercing": [ 0.2, - 0.39 + 0.4 ], "range": [ - 0.39, - 0.79 + 0.4, + 0.8 ], "rof": [ -0.08, @@ -26606,8 +26606,8 @@ }, "features": { "piercing": [ - 0.29, - 0.61 + 0.3, + 0.6 ], "range": [ 0.5, @@ -26636,11 +26636,11 @@ "features": { "ammo": [ 0.1, - 0.59 + 0.6 ], "clip": [ 0.1, - 0.59 + 0.6 ], "mass": [ 0.25, @@ -26663,12 +26663,12 @@ }, "features": { "ammo": [ - 0.19, - 0.69 + 0.2, + 0.7 ], "clip": [ 0.2, - 0.69 + 0.7 ], "mass": [ 0.5, @@ -26679,7 +26679,7 @@ 0.14 ], "reload": [ - 0.39, + 0.4, 0.1 ] } @@ -26692,23 +26692,23 @@ }, "features": { "ammo": [ - 0.29, - 0.79 + 0.3, + 0.8 ], "clip": [ - 0.29, - 0.79 + 0.3, + 0.8 ], "mass": [ 0.75, - 0.29 + 0.3 ], "power": [ - 0.31, + 0.3, 0.2 ], "reload": [ - 0.61, + 0.6, 0.2 ] } @@ -26721,24 +26721,24 @@ }, "features": { "ammo": [ - 0.39, - 0.89 + 0.4, + 0.9 ], "clip": [ - 0.39, - 0.89 + 0.4, + 0.9 ], "mass": [ 1, - 0.39 + 0.4 ], "power": [ 0.35, 0.25 ], "reload": [ - 0.79, - 0.29 + 0.8, + 0.3 ] } }, @@ -26762,12 +26762,12 @@ 0.5 ], "power": [ - 0.39, - 0.31 + 0.4, + 0.3 ], "reload": [ 1, - 0.39 + 0.4 ] } } @@ -26791,7 +26791,7 @@ 0 ], "mass": [ - -0.11, + -0.1, -0.15 ], "power": [ @@ -26811,7 +26811,7 @@ -0.08 ], "integrity": [ - -0.31, + -0.3, -0.1 ], "mass": [ @@ -26840,7 +26840,7 @@ -0.2 ], "mass": [ - -0.31, + -0.3, -0.55 ], "power": [ @@ -26862,7 +26862,7 @@ ], "integrity": [ -0.5, - -0.31 + -0.3 ], "mass": [ -0.4, @@ -26886,7 +26886,7 @@ -0.2 ], "integrity": [ - -0.61, + -0.6, -0.4 ], "mass": [ @@ -26960,7 +26960,7 @@ 1 ], "mass": [ - 0.29, + 0.3, 0.1 ], "power": [ @@ -26968,8 +26968,8 @@ 0.04 ], "range": [ - 0.31, - 0.61 + 0.3, + 0.6 ] } }, @@ -26985,7 +26985,7 @@ 1 ], "mass": [ - 0.39, + 0.4, 0.14 ], "power": [ @@ -26994,7 +26994,7 @@ ], "range": [ 0.4, - 0.81 + 0.8 ] } }, @@ -27043,7 +27043,7 @@ 0.25 ], "distdraw": [ - 0.89, + 0.9, 0.45 ], "jitter": [ @@ -27052,7 +27052,7 @@ ], "thermload": [ 0.45, - 0.29 + 0.3 ] } }, @@ -27063,15 +27063,15 @@ }, "features": { "clip": [ - -0.11, + -0.1, -0.06 ], "damage": [ 0.2, - 0.29 + 0.3 ], "distdraw": [ - 0.81, + 0.8, 0.4 ], "jitter": [ @@ -27079,7 +27079,7 @@ 0.3 ], "thermload": [ - 0.29, + 0.3, 0.14 ] } @@ -27121,16 +27121,16 @@ }, "features": { "clip": [ - -0.21, + -0.2, -0.12 ], "damage": [ - 0.29, - 0.39 + 0.3, + 0.4 ], "distdraw": [ - 0.61, - 0.29 + 0.6, + 0.3 ], "jitter": [ 0.4, @@ -27179,7 +27179,7 @@ 1.25 ], "reload": [ - -0.11, + -0.1, -0.25 ], "rof": [ @@ -27224,7 +27224,7 @@ }, "features": { "damage": [ - -0.11, + -0.1, -0.1 ], "distdraw": [ @@ -27236,7 +27236,7 @@ 0.75 ], "reload": [ - -0.31, + -0.3, -0.45 ], "rof": [ @@ -27254,7 +27254,7 @@ "features": { "damage": [ -0.13, - -0.11 + -0.1 ], "distdraw": [ -0.2, @@ -27352,7 +27352,7 @@ }, "features": { "damage": [ - 0.11, + 0.1, 0.26 ], "integrity": [ @@ -27381,7 +27381,7 @@ 0.35 ], "integrity": [ - -0.31, + -0.3, -0.2 ], "range": [ @@ -27389,8 +27389,8 @@ -0.4 ], "thermload": [ - 0.39, - 0.29 + 0.4, + 0.3 ] } }, @@ -27407,7 +27407,7 @@ ], "integrity": [ -0.4, - -0.31 + -0.3 ], "range": [ -0.75, @@ -27415,7 +27415,7 @@ ], "thermload": [ 0.5, - 0.39 + 0.4 ] } } @@ -27451,7 +27451,7 @@ }, "features": { "integrity": [ - 0.39, + 0.4, 1 ], "mass": [ @@ -27472,7 +27472,7 @@ }, "features": { "integrity": [ - 0.61, + 0.6, 1.5 ], "mass": [ @@ -27484,7 +27484,7 @@ 0.14 ], "thermload": [ - -0.11, + -0.1, -0.2 ] } @@ -27497,7 +27497,7 @@ }, "features": { "integrity": [ - 0.81, + 0.8, 2 ], "mass": [ @@ -27506,7 +27506,7 @@ ], "piercing": [ 0.1, - 0.29 + 0.3 ], "thermload": [ -0.15, @@ -27535,7 +27535,7 @@ ], "thermload": [ -0.2, - -0.31 + -0.3 ] } } diff --git a/modifications/blueprints.json b/modifications/blueprints.json index 3585df8..5490521 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -7,7 +7,7 @@ }, "features": { "integrity": [ 0.2, 0.5 ], - "power": [ 0.31, 0.2 ] + "power": [ 0.3, 0.2 ] } }, "2": { @@ -16,8 +16,8 @@ "Shield Emitters": 1 }, "features": { - "integrity": [ 0.39, 1 ], - "power": [ 0.61, 0.4 ] + "integrity": [ 0.4, 1 ], + "power": [ 0.6, 0.4 ] } }, "3": { @@ -27,8 +27,8 @@ "Shield Emitters": 1 }, "features": { - "integrity": [ 0.61, 1.5 ], - "power": [ 0.89, 0.61 ] + "integrity": [ 0.6, 1.5 ], + "power": [ 0.9, 0.6 ] } }, "4": { @@ -38,8 +38,8 @@ "Vanadium": 1 }, "features": { - "integrity": [ 0.81, 2 ], - "power": [ 1.2, 0.79 ] + "integrity": [ 0.8, 2 ], + "power": [ 1.2, 0.8 ] } } }, @@ -246,7 +246,7 @@ "explres": [ 0.056, 0.07 ], "hullboost": [ 0.45, 0.68 ], "kinres": [ 0.048, 0.06 ], - "mass": [ 0.39, 0.2 ], + "mass": [ 0.4, 0.2 ], "thermres": [ 0.04, 0.05 ] } } @@ -380,7 +380,7 @@ }, "features": { "integrity": [ -0.2, -0.1 ], - "mass": [ -0.31, -0.4 ] + "mass": [ -0.3, -0.4 ] } }, "2": { @@ -389,7 +389,7 @@ "Salvaged Alloys": 1 }, "features": { - "integrity": [ -0.31, -0.2 ], + "integrity": [ -0.3, -0.2 ], "mass": [ -0.4, -0.5 ] } }, @@ -400,8 +400,8 @@ "Salvaged Alloys": 1 }, "features": { - "integrity": [ -0.4, -0.31 ], - "mass": [ -0.5, -0.61 ] + "integrity": [ -0.4, -0.3 ], + "mass": [ -0.5, -0.6 ] } }, "4": { @@ -438,7 +438,7 @@ }, "features": { "integrity": [ 0.2, 0.5 ], - "mass": [ 1, 0.39 ] + "mass": [ 1, 0.4 ] } }, "2": { @@ -447,8 +447,8 @@ "Shield Emitters": 1 }, "features": { - "integrity": [ 0.39, 1 ], - "mass": [ 1.5, 0.79 ] + "integrity": [ 0.4, 1 ], + "mass": [ 1.5, 0.8 ] } }, "3": { @@ -458,7 +458,7 @@ "Tungsten": 1 }, "features": { - "integrity": [ 0.61, 1.5 ], + "integrity": [ 0.6, 1.5 ], "mass": [ 2, 1.2 ] } }, @@ -496,7 +496,7 @@ }, "features": { "integrity": [ 0.2, 0.5 ], - "power": [ 0.29, 0.2 ] + "power": [ 0.3, 0.2 ] } }, "2": { @@ -505,8 +505,8 @@ "Shield Emitters": 1 }, "features": { - "integrity": [ 0.39, 1 ], - "power": [ 0.61, 0.39 ] + "integrity": [ 0.4, 1 ], + "power": [ 0.6, 0.4 ] } }, "3": { @@ -516,8 +516,8 @@ "Shield Emitters": 1 }, "features": { - "integrity": [ 0.61, 1.5 ], - "power": [ 0.89, 0.61 ] + "integrity": [ 0.6, 1.5 ], + "power": [ 0.9, 0.6 ] } }, "4": { @@ -1110,7 +1110,7 @@ "optmass": [ -0.06, -0.01 ], "optmul": [ 0.1, 0.14 ], "power": [ 0.08, 0.02 ], - "thermload": [ 0.39, 0.1 ] + "thermload": [ 0.4, 0.1 ] } }, "3": { @@ -1124,7 +1124,7 @@ "optmass": [ -0.1, -0.02 ], "optmul": [ 0.14, 0.2 ], "power": [ 0.11, 0.03 ], - "thermload": [ 0.61, 0.2 ] + "thermload": [ 0.6, 0.2 ] } }, "4": { @@ -1138,7 +1138,7 @@ "optmass": [ -0.12, -0.04 ], "optmul": [ 0.2, 0.25 ], "power": [ 0.15, 0.05 ], - "thermload": [ 0.79, 0.29 ] + "thermload": [ 0.8, 0.3 ] } }, "5": { @@ -1148,11 +1148,11 @@ "Pharmaceutical Isolators": 1 }, "features": { - "integrity": [ -0.31, 0.08 ], + "integrity": [ -0.3, 0.08 ], "optmass": [ -0.16, -0.05 ], - "optmul": [ 0.25, 0.29 ], + "optmul": [ 0.25, 0.3 ], "power": [ 0.2, 0.08 ], - "thermload": [ 1, 0.39 ] + "thermload": [ 1, 0.4 ] } } }, @@ -1166,10 +1166,10 @@ "Carbon": 1 }, "features": { - "integrity": [ 0.14, 0.31 ], + "integrity": [ 0.14, 0.3 ], "mass": [ 0.1, 0 ], "optmul": [ -0.03, 0 ], - "thermload": [ 0, -0.11 ] + "thermload": [ 0, -0.1 ] } }, "2": { @@ -1178,7 +1178,7 @@ "Vanadium": 1 }, "features": { - "integrity": [ 0.31, 0.5 ], + "integrity": [ 0.3, 0.5 ], "mass": [ 0.2, 0.05 ], "optmul": [ -0.05, -0.02 ], "thermload": [ -0.06, -0.2 ] @@ -1192,9 +1192,9 @@ }, "features": { "integrity": [ 0.45, 0.7 ], - "mass": [ 0.31, 0.1 ], + "mass": [ 0.3, 0.1 ], "optmul": [ -0.06, -0.03 ], - "thermload": [ -0.11, -0.31 ] + "thermload": [ -0.1, -0.3 ] } }, "4": { @@ -1204,8 +1204,8 @@ "High Density Composites": 1 }, "features": { - "integrity": [ 0.61, 0.9 ], - "mass": [ 0.39, 0.14 ], + "integrity": [ 0.6, 0.9 ], + "mass": [ 0.4, 0.14 ], "optmul": [ -0.09, -0.04 ], "thermload": [ -0.15, -0.4 ] } @@ -1217,9 +1217,9 @@ "Proprietary Composites": 1 }, "features": { - "integrity": [ 0.75, 1.11 ], + "integrity": [ 0.75, 1.1 ], "mass": [ 0.5, 0.2 ], - "optmul": [ -0.11, -0.05 ], + "optmul": [ -0.1, -0.05 ], "thermload": [ -0.2, -0.5 ] } } @@ -1237,7 +1237,7 @@ "integrity": [ -0.05, 0 ], "optmass": [ -0.02, 0 ], "optmul": [ 0.01, 0.05 ], - "power": [ 0.04, 0 ], + "power": [ 0.05, 0 ], "thermload": [ -0.06, -0.2 ] } }, @@ -1251,7 +1251,7 @@ "optmass": [ -0.05, -0.01 ], "optmul": [ 0.03, 0.09 ], "power": [ 0.1, 0.03 ], - "thermload": [ -0.11, -0.31 ] + "thermload": [ -0.1, -0.3 ] } }, "3": { @@ -1278,7 +1278,7 @@ "integrity": [ -0.2, -0.12 ], "optmass": [ -0.08, -0.04 ], "optmul": [ 0.08, 0.14 ], - "power": [ 0.2, 0.11 ], + "power": [ 0.2, 0.1 ], "thermload": [ -0.2, -0.5 ] } }, @@ -1290,10 +1290,10 @@ }, "features": { "integrity": [ -0.25, -0.16 ], - "optmass": [ -0.11, -0.05 ], + "optmass": [ -0.1, -0.05 ], "optmul": [ 0.1, 0.18 ], "power": [ 0.25, 0.16 ], - "thermload": [ -0.25, -0.61 ] + "thermload": [ -0.25, -0.6 ] } } }, @@ -1360,7 +1360,7 @@ "features": { "boot": [ -0.5, -0.8 ], "integrity": [ -0.25, -0.12 ], - "power": [ 0.25, 0.11 ], + "power": [ 0.25, 0.1 ], "thermload": [ 0.25, 0.2 ] } } @@ -1429,7 +1429,7 @@ "integrity": [ -0.25, -0.12 ], "mass": [ 0.45, 0.2 ], "optmass": [ 0.2, 0.5 ], - "power": [ 0.25, 0.11 ] + "power": [ 0.25, 0.1 ] } } }, @@ -1605,7 +1605,7 @@ }, "features": { "integrity": [ 0.2, 0.5 ], - "power": [ 0.31, 0.2 ] + "power": [ 0.3, 0.2 ] } }, "2": { @@ -1614,8 +1614,8 @@ "Shield Emitters": 1 }, "features": { - "integrity": [ 0.39, 1 ], - "power": [ 0.61, 0.39 ] + "integrity": [ 0.4, 1 ], + "power": [ 0.6, 0.4 ] } }, "3": { @@ -1625,8 +1625,8 @@ "Shield Emitters": 1 }, "features": { - "integrity": [ 0.61, 1.5 ], - "power": [ 0.89, 0.61 ] + "integrity": [ 0.6, 1.5 ], + "power": [ 0.9, 0.6 ] } }, "4": { @@ -1636,8 +1636,8 @@ "Vanadium": 1 }, "features": { - "integrity": [ 0.79, 2 ], - "power": [ 1.2, 0.81 ] + "integrity": [ 0.8, 2 ], + "power": [ 1.2, 0.8 ] } } }, @@ -2301,7 +2301,7 @@ "Ruthenium": 1 }, "features": { - "explres": [ 0.2437, 0.39 ], + "explres": [ 0.2437, 0.4 ], "kinres": [ -0.1463, -0.0975 ], "thermres": [ -0.1463, -0.0975 ] } @@ -2331,7 +2331,7 @@ }, "features": { "explres": [ 0.098, 0.0585 ], - "hullreinforcement": [ 0.1, 0.29 ], + "hullreinforcement": [ 0.1, 0.3 ], "kinres": [ 0.098, 0.0585 ], "mass": [ 0.15, 0.04 ], "thermres": [ 0.098, 0.0585 ] @@ -2345,7 +2345,7 @@ }, "features": { "explres": [ 0.0195, 0.0878 ], - "hullreinforcement": [ 0.14, 0.39 ], + "hullreinforcement": [ 0.14, 0.4 ], "kinres": [ 0.0195, 0.0878 ], "mass": [ 0.23, 0.1 ], "thermres": [ 0.0195, 0.0878 ] @@ -2361,7 +2361,7 @@ "explres": [ 0.0292, 0.117 ], "hullreinforcement": [ 0.2, 0.5 ], "kinres": [ 0.0292, 0.117 ], - "mass": [ 0.31, 0.14 ], + "mass": [ 0.3, 0.14 ], "thermres": [ 0.0292, 0.117 ] } }, @@ -2373,9 +2373,9 @@ }, "features": { "explres": [ 0.039, 0.1463 ], - "hullreinforcement": [ 0.25, 0.61 ], + "hullreinforcement": [ 0.25, 0.6 ], "kinres": [ 0.039, 0.1463 ], - "mass": [ 0.39, 0.2 ], + "mass": [ 0.4, 0.2 ], "thermres": [ 0.039, 0.1463 ] } } @@ -2438,7 +2438,7 @@ }, "features": { "explres": [ -0.1463, -0.0975 ], - "kinres": [ 0.2437, 0.39 ], + "kinres": [ 0.2437, 0.4 ], "thermres": [ -0.1463, -0.0975 ] } } @@ -2502,7 +2502,7 @@ "features": { "explres": [ -0.1463, -0.0975 ], "kinres": [ -0.1463, -0.0975 ], - "thermres": [ 0.2437, 0.39 ] + "thermres": [ 0.2437, 0.4 ] } } }, @@ -2585,7 +2585,7 @@ "Iron": 1 }, "features": { - "power": [ 0.39, 0.2 ], + "power": [ 0.4, 0.2 ], "scanangle": [ -0.3, -0.15 ], "range": [ 0.2, 0.4 ] } @@ -2597,9 +2597,9 @@ "Unexpected Emission Data": 1 }, "features": { - "power": [ 0.61, 0.29 ], + "power": [ 0.6, 0.3 ], "scanangle": [ -0.4, -0.2 ], - "range": [ 0.31, 0.61 ] + "range": [ 0.3, 0.6 ] } }, "4": { @@ -2609,9 +2609,9 @@ "Germanium": 1 }, "features": { - "power": [ 0.79, 0.39 ], + "power": [ 0.8, 0.4 ], "scanangle": [ -0.5, -0.25 ], - "range": [ 0.39, 0.79 ] + "range": [ 0.4, 0.8 ] } }, "5": { @@ -2622,7 +2622,7 @@ }, "features": { "power": [ 1, 0.5 ], - "scanangle": [ -0.61, -0.3 ], + "scanangle": [ -0.6, -0.3 ], "range": [ 0.5, 1 ] } } @@ -3784,7 +3784,7 @@ }, "features": { "integrity": [ 0.2, 0.5 ], - "power": [ 0.29, 0.2 ] + "power": [ 0.3, 0.2 ] } }, "2": { @@ -3793,8 +3793,8 @@ "Shield Emitters": 1 }, "features": { - "integrity": [ 0.39, 1 ], - "power": [ 0.61, 0.39 ] + "integrity": [ 0.4, 1 ], + "power": [ 0.6, 0.4 ] } }, "3": { @@ -3804,8 +3804,8 @@ "Shield Emitters": 1 }, "features": { - "integrity": [ 0.61, 1.5 ], - "power": [ 0.89, 0.61 ] + "integrity": [ 0.6, 1.5 ], + "power": [ 0.9, 0.6 ] } }, "4": { @@ -3815,8 +3815,8 @@ "Vanadium": 1 }, "features": { - "integrity": [ 0.81, 2 ], - "power": [ 1.2, 0.79 ] + "integrity": [ 0.8, 2 ], + "power": [ 1.2, 0.8 ] } } }, @@ -3830,7 +3830,7 @@ "Phosphorus": 1 }, "features": { - "integrity": [ -0.4, -0.11 ], + "integrity": [ -0.4, -0.1 ], "range": [ -0.1, -0.05 ], "scantime": [ -0.1, -0.4 ] } @@ -3853,9 +3853,9 @@ "Phosphorus": 1 }, "features": { - "integrity": [ -0.61, -0.31 ], + "integrity": [ -0.6, -0.3 ], "range": [ -0.3, -0.15 ], - "scantime": [ -0.31, -0.61 ] + "scantime": [ -0.3, -0.6 ] } }, "4": { @@ -3866,7 +3866,7 @@ }, "features": { "integrity": [ -0.7, -0.4 ], - "range": [ -0.41, -0.2 ], + "range": [ -0.4, -0.2 ], "scantime": [ -0.4, -0.7 ] } }, @@ -3904,7 +3904,7 @@ "Iron": 1 }, "features": { - "power": [ 0.39, 0.2 ], + "power": [ 0.4, 0.2 ], "scanangle": [ -0.3, -0.15 ], "range": [ 0.2, 0.4 ] } @@ -3916,9 +3916,9 @@ "Unexpected Emission Data": 1 }, "features": { - "power": [ 0.61, 0.29 ], + "power": [ 0.6, 0.3 ], "scanangle": [ -0.4, -0.2 ], - "range": [ 0.31, 0.61 ] + "range": [ 0.3, 0.6 ] } }, "4": { @@ -3928,9 +3928,9 @@ "Germanium": 1 }, "features": { - "power": [ 0.79, 0.39 ], + "power": [ 0.8, 0.4 ], "scanangle": [ -0.5, -0.25 ], - "range": [ 0.39, 0.79 ] + "range": [ 0.4, 0.8 ] } }, "5": { @@ -3941,7 +3941,7 @@ }, "features": { "power": [ 1, 0.5 ], - "scanangle": [ -0.61, -0.3 ], + "scanangle": [ -0.6, -0.3 ], "range": [ 0.5, 1 ] } } @@ -3956,7 +3956,7 @@ "Mechanical Scrap": 1 }, "features": { - "mass": [ 0.39, 0.2 ], + "mass": [ 0.4, 0.2 ], "scanangle": [ 0.2, 0.4 ], "scantime": [ 0.2, 0.1 ] } @@ -3967,9 +3967,9 @@ "Mechanical Scrap": 1 }, "features": { - "mass": [ 0.79, 0.39 ], - "scanangle": [ 0.4, 0.81 ], - "scantime": [ 0.39, 0.2 ] + "mass": [ 0.8, 0.4 ], + "scanangle": [ 0.4, 0.8 ], + "scantime": [ 0.4, 0.2 ] } }, "3": { @@ -3979,9 +3979,9 @@ "Mechanical Scrap": 1 }, "features": { - "mass": [ 1.2, 0.61 ], - "scanangle": [ 0.61, 1.2 ], - "scantime": [ 0.61, 0.31 ] + "mass": [ 1.2, 0.6 ], + "scanangle": [ 0.6, 1.2 ], + "scantime": [ 0.6, 0.3 ] } }, "4": { @@ -3991,9 +3991,9 @@ "Niobium": 1 }, "features": { - "mass": [ 1.2, 0.61 ], - "scanangle": [ 0.81, 1.61 ], - "scantime": [ 0.81, 0.39 ] + "mass": [ 1.2, 0.6 ], + "scanangle": [ 0.8, 1.6 ], + "scantime": [ 0.8, 0.4 ] } }, "5": { @@ -4019,7 +4019,7 @@ "Phosphorus": 1 }, "features": { - "integrity": [ -0.4, -0.11 ], + "integrity": [ -0.4, -0.1 ], "range": [ -0.1, -0.05 ], "scantime": [ -0.1, -0.4 ] } @@ -4042,9 +4042,9 @@ "Phosphorus": 1 }, "features": { - "integrity": [ -0.61, -0.31 ], + "integrity": [ -0.6, -0.3 ], "range": [ -0.3, -0.15 ], - "scantime": [ -0.31, -0.61 ] + "scantime": [ -0.3, -0.6 ] } }, "4": { @@ -4055,7 +4055,7 @@ }, "features": { "integrity": [ -0.7, -0.4 ], - "range": [ -0.41, -0.2 ], + "range": [ -0.4, -0.2 ], "scantime": [ -0.4, -0.7 ] } }, @@ -4082,7 +4082,7 @@ "Mechanical Scrap": 1 }, "features": { - "mass": [ 0.39, 0.2 ], + "mass": [ 0.4, 0.2 ], "scanangle": [ 0.2, 0.4 ], "scantime": [ 0.2, 0.1 ] } @@ -4093,9 +4093,9 @@ "Mechanical Scrap": 1 }, "features": { - "mass": [ 0.79, 0.39 ], - "scanangle": [ 0.4, 0.81 ], - "scantime": [ 0.39, 0.2 ] + "mass": [ 0.8, 0.4 ], + "scanangle": [ 0.4, 0.8 ], + "scantime": [ 0.4, 0.2 ] } }, "3": { @@ -4105,9 +4105,9 @@ "Mechanical Scrap": 1 }, "features": { - "mass": [ 1.2, 0.61 ], - "scanangle": [ 0.61, 1.2 ], - "scantime": [ 0.61, 0.31 ] + "mass": [ 1.2, 0.6 ], + "scanangle": [ 0.6, 1.2 ], + "scantime": [ 0.6, 0.3 ] } }, "4": { @@ -4117,9 +4117,9 @@ "Niobium": 1 }, "features": { - "mass": [ 1.2, 0.61 ], - "scanangle": [ 0.81, 1.61 ], - "scantime": [ 0.81, 0.39 ] + "mass": [ 1.2, 0.6 ], + "scanangle": [ 0.8, 1.6 ], + "scantime": [ 0.8, 0.4 ] } }, "5": { @@ -4145,7 +4145,7 @@ "Phosphorus": 1 }, "features": { - "integrity": [ -0.15, -0.11 ], + "integrity": [ -0.15, -0.1 ], "mass": [ -0.2, -0.4 ], "scanangle": [ -0.1, -0.05 ] } @@ -4156,8 +4156,8 @@ "Salvaged Alloys": 1 }, "features": { - "integrity": [ -0.31, -0.21 ], - "mass": [ -0.31, -0.5 ], + "integrity": [ -0.3, -0.2 ], + "mass": [ -0.3, -0.5 ], "scanangle": [ -0.15, -0.1 ] } }, @@ -4168,8 +4168,8 @@ "Salvaged Alloys": 1 }, "features": { - "integrity": [ -0.45, -0.31 ], - "mass": [ -0.4, -0.61 ], + "integrity": [ -0.45, -0.3 ], + "mass": [ -0.4, -0.6 ], "scanangle": [ -0.2, -0.15 ] } }, @@ -4180,7 +4180,7 @@ "Proto Light Alloys": 1 }, "features": { - "integrity": [ -0.61, -0.41 ], + "integrity": [ -0.6, -0.4 ], "mass": [ -0.5, -0.7 ], "scanangle": [ -0.25, -0.2 ] } @@ -4193,7 +4193,7 @@ }, "features": { "integrity": [ -0.75, -0.5 ], - "mass": [ -0.61, -0.8 ], + "mass": [ -0.6, -0.8 ], "scanangle": [ -0.3, -0.25 ] } } @@ -4208,7 +4208,7 @@ "Iron": 1 }, "features": { - "mass": [ 0.39, 0.2 ], + "mass": [ 0.4, 0.2 ], "scanangle": [ -0.2, -0.1 ], "scanrange": [ 0.1, 0.14 ] } @@ -4219,9 +4219,9 @@ "Iron": 1 }, "features": { - "mass": [ 0.79, 0.39 ], + "mass": [ 0.8, 0.4 ], "scanangle": [ -0.3, -0.15 ], - "scanrange": [ 0.2, 0.29 ] + "scanrange": [ 0.2, 0.3 ] } }, "3": { @@ -4231,9 +4231,9 @@ "Unexpected Emission Data": 1 }, "features": { - "mass": [ 1.2, 0.61 ], + "mass": [ 1.2, 0.6 ], "scanangle": [ -0.4, -0.2 ], - "scanrange": [ 0.29, 0.45 ] + "scanrange": [ 0.3, 0.45 ] } }, "4": { @@ -4243,9 +4243,9 @@ "Germanium": 1 }, "features": { - "mass": [ 1.59, 0.79 ], + "mass": [ 1.6, 0.8 ], "scanangle": [ -0.5, -0.25 ], - "scanrange": [ 0.39, 0.61 ] + "scanrange": [ 0.4, 0.6 ] } }, "5": { @@ -4256,7 +4256,7 @@ }, "features": { "mass": [ 2, 1 ], - "scanangle": [ -0.61, -0.3 ], + "scanangle": [ -0.6, -0.3 ], "scanrange": [ 0.5, 0.75 ] } } @@ -4271,7 +4271,7 @@ "Mechanical Scrap": 1 }, "features": { - "power": [ 0.2, 0.09 ], + "power": [ 0.2, 0.1 ], "scanangle": [ 0.2, 0.4 ], "scanrange": [ -0.08, -0.05 ] } @@ -4282,8 +4282,8 @@ "Mechanical Scrap": 1 }, "features": { - "power": [ 0.39, 0.2 ], - "scanangle": [ 0.4, 0.81 ], + "power": [ 0.4, 0.2 ], + "scanangle": [ 0.4, 0.8 ], "scanrange": [ -0.16, -0.08 ] } }, @@ -4294,8 +4294,8 @@ "Mechanical Scrap": 1 }, "features": { - "power": [ 0.59, 0.29 ], - "scanangle": [ 0.61, 1.2 ], + "power": [ 0.6, 0.3 ], + "scanangle": [ 0.6, 1.2 ], "scanrange": [ -0.24, -0.12 ] } }, @@ -4306,8 +4306,8 @@ "Niobium": 1 }, "features": { - "power": [ 0.79, 0.39 ], - "scanangle": [ 0.81, 1.61 ], + "power": [ 0.8, 0.4 ], + "scanangle": [ 0.8, 1.6 ], "scanrange": [ -0.32, -0.16 ] } }, @@ -4334,7 +4334,7 @@ "Phosphorus": 1 }, "features": { - "mass": [ 0.39, 0.2 ], + "mass": [ 0.4, 0.2 ], "power": [ 0.2, 0.1 ], "scantime": [ 0.1, 0.4 ] } @@ -4345,8 +4345,8 @@ "Phosphorus": 1 }, "features": { - "mass": [ 0.79, 0.39 ], - "power": [ 0.39, 0.2 ], + "mass": [ 0.8, 0.4 ], + "power": [ 0.4, 0.2 ], "scantime": [ 0.2, 0.5 ] } }, @@ -4357,8 +4357,8 @@ "Phosphorus": 1 }, "features": { - "mass": [ 1.2, 0.61 ], - "power": [ 0.61, 0.31 ], + "mass": [ 1.2, 0.6 ], + "power": [ 0.6, 0.3 ], "scantime": [ 0.3, 0.6 ] } }, @@ -4369,8 +4369,8 @@ "Manganese": 1 }, "features": { - "mass": [ 1.59, 0.79 ], - "power": [ 0.81, 0.39 ], + "mass": [ 1.6, 0.8 ], + "power": [ 0.8, 0.4 ], "scantime": [ 0.4, 0.7 ] } }, @@ -4397,7 +4397,7 @@ "Iron": 1 }, "features": { - "mass": [ 0.39, 0.2 ], + "mass": [ 0.4, 0.2 ], "power": [ 0.2, 0.1 ], "scanrange": [ 0.2, 0.4 ] } @@ -4408,8 +4408,8 @@ "Iron": 1 }, "features": { - "mass": [ 0.79, 0.39 ], - "power": [ 0.39, 0.2 ], + "mass": [ 0.8, 0.4 ], + "power": [ 0.4, 0.2 ], "scanrange": [ 0.4, 0.8 ] } }, @@ -4421,7 +4421,7 @@ }, "features": { "mass": [ 1.2, 0.6 ], - "power": [ 0.61, 0.31 ], + "power": [ 0.6, 0.3 ], "scanrange": [ 0.6, 1.2 ] } }, @@ -4432,8 +4432,8 @@ "Germanium": 1 }, "features": { - "mass": [ 1.59, 0.79 ], - "power": [ 0.81, 0.39 ], + "mass": [ 1.6, 0.8 ], + "power": [ 0.8, 0.4 ], "scanrange": [ 0.8, 1.6 ] } }, @@ -4460,7 +4460,7 @@ "Mechanical Scrap": 1 }, "features": { - "mass": [ 0.39, 0.2 ], + "mass": [ 0.4, 0.2 ], "power": [ 0.2, 0.1 ], "scanangle": [ 0.2, 0.4 ] } @@ -4471,8 +4471,8 @@ "Mechanical Scrap": 1 }, "features": { - "mass": [ 0.79, 0.39 ], - "power": [ 0.39, 0.2 ], + "mass": [ 0.8, 0.4 ], + "power": [ 0.4, 0.2 ], "scanangle": [ 0.4, 0.8 ] } }, @@ -4484,7 +4484,7 @@ }, "features": { "mass": [ 1.2, 0.6 ], - "power": [ 0.61, 0.31 ], + "power": [ 0.6, 0.3 ], "scanangle": [ 0.6, 1.2 ] } }, @@ -4495,8 +4495,8 @@ "Niobium": 1 }, "features": { - "mass": [ 1.59, 0.79 ], - "power": [ 0.81, 0.39 ], + "mass": [ 1.6, 0.8 ], + "power": [ 0.8, 0.4 ], "scanangle": [ 0.8, 1.6 ] } }, @@ -4523,7 +4523,7 @@ "Phosphorus": 1 }, "features": { - "integrity": [ -0.4, -0.11 ], + "integrity": [ -0.4, -0.1 ], "range": [ -0.1, -0.05 ], "scantime": [ -0.1, -0.4 ] } @@ -4546,9 +4546,9 @@ "Phosphorus": 1 }, "features": { - "integrity": [ -0.61, -0.31 ], + "integrity": [ -0.6, -0.3 ], "range": [ -0.3, -0.15 ], - "scantime": [ -0.31, -0.61 ] + "scantime": [ -0.3, -0.6 ] } }, "4": { @@ -4559,7 +4559,7 @@ }, "features": { "integrity": [ -0.7, -0.4 ], - "range": [ -0.41, -0.2 ], + "range": [ -0.4, -0.2 ], "scantime": [ -0.4, -0.7 ] } }, @@ -4597,7 +4597,7 @@ "Iron": 1 }, "features": { - "power": [ 0.39, 0.2 ], + "power": [ 0.4, 0.2 ], "scanangle": [ -0.3, -0.15 ], "range": [ 0.2, 0.4 ] } @@ -4609,9 +4609,9 @@ "Unexpected Emission Data": 1 }, "features": { - "power": [ 0.61, 0.29 ], + "power": [ 0.6, 0.3 ], "scanangle": [ -0.4, -0.2 ], - "range": [ 0.31, 0.61 ] + "range": [ 0.3, 0.6 ] } }, "4": { @@ -4621,9 +4621,9 @@ "Germanium": 1 }, "features": { - "power": [ 0.79, 0.39 ], + "power": [ 0.8, 0.4 ], "scanangle": [ -0.5, -0.25 ], - "range": [ 0.39, 0.79 ] + "range": [ 0.4, 0.8 ] } }, "5": { @@ -4634,7 +4634,7 @@ }, "features": { "power": [ 1, 0.5 ], - "scanangle": [ -0.61, -0.3 ], + "scanangle": [ -0.6, -0.3 ], "range": [ 0.5, 1 ] } } @@ -4649,7 +4649,7 @@ "Mechanical Scrap": 1 }, "features": { - "mass": [ 0.39, 0.2 ], + "mass": [ 0.4, 0.2 ], "scanangle": [ 0.2, 0.4 ], "scantime": [ 0.2, 0.1 ] } @@ -4660,9 +4660,9 @@ "Mechanical Scrap": 1 }, "features": { - "mass": [ 0.79, 0.39 ], - "scanangle": [ 0.4, 0.81 ], - "scantime": [ 0.39, 0.2 ] + "mass": [ 0.8, 0.4 ], + "scanangle": [ 0.4, 0.8 ], + "scantime": [ 0.4, 0.2 ] } }, "3": { @@ -4672,9 +4672,9 @@ "Mechanical Scrap": 1 }, "features": { - "mass": [ 1.2, 0.61 ], - "scanangle": [ 0.61, 1.2 ], - "scantime": [ 0.61, 0.31 ] + "mass": [ 1.2, 0.6 ], + "scanangle": [ 0.6, 1.2 ], + "scantime": [ 0.6, 0.3 ] } }, "4": { @@ -4684,9 +4684,9 @@ "Niobium": 1 }, "features": { - "mass": [ 1.2, 0.61 ], - "scanangle": [ 0.81, 1.61 ], - "scantime": [ 0.81, 0.39 ] + "mass": [ 1.2, 0.6 ], + "scanangle": [ 0.8, 1.6 ], + "scantime": [ 0.8, 0.4 ] } }, "5": { @@ -4736,7 +4736,7 @@ }, "features": { "explres": [ 0.12, 0.15 ], - "kinres": [ -0.04, -0.04 ], + "kinres": [ -0.04, -0.02 ], "thermres": [ -0.05, -0.02 ] } }, @@ -5150,7 +5150,7 @@ }, "features": { "integrity": [ 0.1, 0.2 ], - "kinres": [ 0.09, 0.2 ], + "kinres": [ 0.09, 0.3 ], "thermres": [ -0.15, -0.04 ] } }, @@ -5162,7 +5162,7 @@ }, "features": { "integrity": [ 0.15, 0.35 ], - "kinres": [ 0.11, 0.2 ], + "kinres": [ 0.11, 0.4 ], "thermres": [ -0.2, -0.06 ] } }, @@ -5260,7 +5260,7 @@ "Phosphorus": 1 }, "features": { - "brokenregen": [ -0.21, -0.15 ], + "brokenregen": [ -0.2, -0.15 ], "explres": [ 0, 0.03 ], "kinres": [ 0, 0.03 ], "optmul": [ 0.05, 0.1 ], @@ -5308,7 +5308,7 @@ "distdraw": [ 0.1, 0.05 ], "explres": [ 0.06, 0.12 ], "kinres": [ 0.06, 0.12 ], - "optmul": [ 0.11, 0.25 ], + "optmul": [ 0.1, 0.25 ], "regen": [ -0.12, -0.02 ], "thermres": [ 0.06, 0.12 ] } @@ -5646,7 +5646,7 @@ }, "features": { "damage": [ 0, 0.04 ], - "thermload": [ -0.31, -0.4 ] + "thermload": [ -0.3, -0.4 ] } }, "2": { @@ -5682,7 +5682,7 @@ "features": { "damage": [ 0.03, 0.08 ], "distdraw": [ -0.2, -0.3 ], - "power": [ -0.1, -0.31 ], + "power": [ -0.1, -0.3 ], "thermload": [ -0.45, -0.55 ] } }, @@ -5696,7 +5696,7 @@ "damage": [ 0.03, 0.09 ], "distdraw": [ -0.25, -0.36 ], "power": [ -0.14, -0.4 ], - "thermload": [ -0.5, -0.61 ] + "thermload": [ -0.5, -0.6 ] } } }, @@ -5712,7 +5712,7 @@ "features": { "range": [ 0.1, 0.2 ], "rof": [ -0.17, -0.08 ], - "thermload": [ 0.5, 0.39 ] + "thermload": [ 0.5, 0.4 ] } }, "2": { @@ -5722,9 +5722,9 @@ }, "features": { "piercing": [ 0, 0.1 ], - "range": [ 0.2, 0.39 ], + "range": [ 0.2, 0.4 ], "rof": [ -0.14, -0.06 ], - "thermload": [ 0.39, 0.31 ] + "thermload": [ 0.4, 0.3 ] } }, "3": { @@ -5735,9 +5735,9 @@ }, "features": { "piercing": [ 0.1, 0.2 ], - "range": [ 0.29, 0.61 ], - "rof": [ -0.11, -0.04 ], - "thermload": [ 0.31, 0.2 ] + "range": [ 0.3, 0.6 ], + "rof": [ -0.1, -0.04 ], + "thermload": [ 0.3, 0.2 ] } }, "4": { @@ -5747,8 +5747,8 @@ "Polymer Capacitors": 1 }, "features": { - "piercing": [ 0.2, 0.39 ], - "range": [ 0.39, 0.79 ], + "piercing": [ 0.2, 0.4 ], + "range": [ 0.4, 0.8 ], "rof": [ -0.08, -0.02 ], "thermload": [ -0.2, -0.1 ] } @@ -5760,7 +5760,7 @@ "Refined Focus Crystals": 1 }, "features": { - "piercing": [ 0.29, 0.61 ], + "piercing": [ 0.3, 0.6 ], "range": [ 0.5, 1 ], "rof": [ -0.04, 0 ], "thermload": [ 0.1, 0 ] @@ -5777,8 +5777,8 @@ "Mechanical Scrap": 1 }, "features": { - "ammo": [ 0.1, 0.59 ], - "clip": [ 0.1, 0.59 ], + "ammo": [ 0.1, 0.6 ], + "clip": [ 0.1, 0.6 ], "mass": [ 0.25, 0.1 ], "power": [ 0.2, 0.1 ], "reload": [ 0.2, 0 ] @@ -5790,11 +5790,11 @@ "Vanadium": 1 }, "features": { - "ammo": [ 0.19, 0.69 ], - "clip": [ 0.2, 0.69 ], + "ammo": [ 0.2, 0.7 ], + "clip": [ 0.2, 0.7 ], "mass": [ 0.5, 0.2 ], "power": [ 0.25, 0.14 ], - "reload": [ 0.39, 0.1 ] + "reload": [ 0.4, 0.1 ] } }, "3": { @@ -5804,11 +5804,11 @@ "Vanadium": 1 }, "features": { - "ammo": [ 0.29, 0.79 ], - "clip": [ 0.29, 0.79 ], - "mass": [ 0.75, 0.29 ], - "power": [ 0.31, 0.2 ], - "reload": [ 0.61, 0.2 ] + "ammo": [ 0.3, 0.8 ], + "clip": [ 0.3, 0.8 ], + "mass": [ 0.75, 0.3 ], + "power": [ 0.3, 0.2 ], + "reload": [ 0.6, 0.2 ] } }, "4": { @@ -5818,11 +5818,11 @@ "Tin": 1 }, "features": { - "ammo": [ 0.39, 0.89 ], - "clip": [ 0.39, 0.89 ], - "mass": [ 1, 0.39 ], + "ammo": [ 0.4, 0.9 ], + "clip": [ 0.4, 0.9 ], + "mass": [ 1, 0.4 ], "power": [ 0.35, 0.25 ], - "reload": [ 0.79, 0.29 ] + "reload": [ 0.8, 0.3 ] } }, "5": { @@ -5835,8 +5835,8 @@ "ammo": [ 0.5, 1 ], "clip": [ 0.5, 1 ], "mass": [ 1.25, 0.5 ], - "power": [ 0.39, 0.31 ], - "reload": [ 1, 0.39 ] + "power": [ 0.4, 0.3 ], + "reload": [ 1, 0.4 ] } } }, @@ -5852,7 +5852,7 @@ "features": { "distdraw": [ -0.02, -0.04 ], "integrity": [ -0.2, 0 ], - "mass": [ -0.11, -0.15 ], + "mass": [ -0.1, -0.15 ], "power": [ -0.02, -0.04 ] } }, @@ -5863,7 +5863,7 @@ }, "features": { "distdraw": [ -0.04, -0.08 ], - "integrity": [ -0.31, -0.1 ], + "integrity": [ -0.3, -0.1 ], "mass": [ -0.2, -0.36 ], "power": [ -0.04, -0.08 ] } @@ -5877,7 +5877,7 @@ "features": { "distdraw": [ -0.06, -0.12 ], "integrity": [ -0.4, -0.2 ], - "mass": [ -0.31, -0.55 ], + "mass": [ -0.3, -0.55 ], "power": [ -0.06, -0.12 ] } }, @@ -5889,7 +5889,7 @@ }, "features": { "distdraw": [ -0.08, -0.16 ], - "integrity": [ -0.5, -0.31 ], + "integrity": [ -0.5, -0.3 ], "mass": [ -0.4, -0.75 ], "power": [ -0.08, -0.16 ] } @@ -5902,7 +5902,7 @@ }, "features": { "distdraw": [ -0.1, -0.2 ], - "integrity": [ -0.61, -0.4 ], + "integrity": [ -0.6, -0.4 ], "mass": [ -0.5, -0.9 ], "power": [ -0.1, -0.2 ] } @@ -5943,9 +5943,9 @@ }, "features": { "fallofffromrange": [ 1, 1 ], - "mass": [ 0.29, 0.1 ], + "mass": [ 0.3, 0.1 ], "power": [ 0.1, 0.04 ], - "range": [ 0.31, 0.61 ] + "range": [ 0.3, 0.6 ] } }, "4": { @@ -5956,9 +5956,9 @@ }, "features": { "fallofffromrange": [ 1, 1 ], - "mass": [ 0.39, 0.14 ], + "mass": [ 0.4, 0.14 ], "power": [ 0.14, 0.1 ], - "range": [ 0.4, 0.81 ] + "range": [ 0.4, 0.8 ] } }, "5": { @@ -5987,9 +5987,9 @@ "features": { "clip": [ -0.05, -0.04 ], "damage": [ 0.14, 0.25 ], - "distdraw": [ 0.89, 0.45 ], + "distdraw": [ 0.9, 0.45 ], "jitter": [ 1, 0.4 ], - "thermload": [ 0.45, 0.29 ] + "thermload": [ 0.45, 0.3 ] } }, "2": { @@ -5998,11 +5998,11 @@ "Nickel": 1 }, "features": { - "clip": [ -0.11, -0.06 ], - "damage": [ 0.2, 0.29 ], - "distdraw": [ 0.81, 0.4 ], + "clip": [ -0.1, -0.06 ], + "damage": [ 0.2, 0.3 ], + "distdraw": [ 0.8, 0.4 ], "jitter": [ 0.8, 0.3 ], - "thermload": [ 0.29, 0.14 ] + "thermload": [ 0.3, 0.14 ] } }, "3": { @@ -6026,9 +6026,9 @@ "Zinc": 1 }, "features": { - "clip": [ -0.21, -0.12 ], - "damage": [ 0.29, 0.39 ], - "distdraw": [ 0.61, 0.29 ], + "clip": [ -0.2, -0.12 ], + "damage": [ 0.3, 0.4 ], + "distdraw": [ 0.6, 0.3 ], "jitter": [ 0.4, 0.1 ] } }, @@ -6057,7 +6057,7 @@ "features": { "damage": [ -0.07, -0.06 ], "jitter": [ 2.5, 1.25 ], - "reload": [ -0.11, -0.25 ], + "reload": [ -0.1, -0.25 ], "rof": [ 0.17, 0.25 ] } }, @@ -6081,10 +6081,10 @@ "Specialised Legacy Firmware": 1 }, "features": { - "damage": [ -0.11, -0.1 ], + "damage": [ -0.1, -0.1 ], "distdraw": [ -0.15, -0.25 ], "jitter": [ 1.5, 0.75 ], - "reload": [ -0.31, -0.45 ], + "reload": [ -0.3, -0.45 ], "rof": [ 0.34, 0.42 ] } }, @@ -6095,7 +6095,7 @@ "Thermic Alloys": 1 }, "features": { - "damage": [ -0.13, -0.11 ], + "damage": [ -0.13, -0.1 ], "distdraw": [ -0.2, -0.3 ], "jitter": [ 1, 0.5 ], "reload": [ -0.4, -0.55 ], @@ -6149,7 +6149,7 @@ "Nickel": 1 }, "features": { - "damage": [ 0.11, 0.26 ], + "damage": [ 0.1, 0.26 ], "integrity": [ -0.2, -0.1 ], "range": [ -0.55, -0.3 ], "thermload": [ 0.3, 0.2 ] @@ -6163,9 +6163,9 @@ }, "features": { "damage": [ 0.15, 0.35 ], - "integrity": [ -0.31, -0.2 ], + "integrity": [ -0.3, -0.2 ], "range": [ -0.65, -0.4 ], - "thermload": [ 0.39, 0.29 ] + "thermload": [ 0.4, 0.3 ] } }, "5": { @@ -6176,9 +6176,9 @@ }, "features": { "damage": [ 0.2, 0.45 ], - "integrity": [ -0.4, -0.31 ], + "integrity": [ -0.4, -0.3 ], "range": [ -0.75, -0.5 ], - "thermload": [ 0.5, 0.39 ] + "thermload": [ 0.5, 0.4 ] } } }, @@ -6203,7 +6203,7 @@ "Shield Emitters": 1 }, "features": { - "integrity": [ 0.39, 1 ], + "integrity": [ 0.4, 1 ], "mass": [ 1, 0.5 ], "thermload": [ -0.06, -0.15 ] } @@ -6215,10 +6215,10 @@ "Tungsten": 1 }, "features": { - "integrity": [ 0.61, 1.5 ], + "integrity": [ 0.6, 1.5 ], "mass": [ 1.5, 1 ], "piercing": [ 0, 0.14 ], - "thermload": [ -0.11, -0.2 ] + "thermload": [ -0.1, -0.2 ] } }, "4": { @@ -6228,9 +6228,9 @@ "Zinc": 1 }, "features": { - "integrity": [ 0.81, 2 ], + "integrity": [ 0.8, 2 ], "mass": [ 2, 1.5 ], - "piercing": [ 0.1, 0.29 ], + "piercing": [ 0.1, 0.3 ], "thermload": [ -0.15, -0.25 ] } }, @@ -6244,7 +6244,7 @@ "integrity": [ 1, 2.5 ], "mass": [ 2.5, 2 ], "piercing": [ 0.2, 0.45 ], - "thermload": [ -0.2, -0.31 ] + "thermload": [ -0.2, -0.3 ] } } }, From 2a74be5b305f38fa0845e7f99b706416e902f87b Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Fri, 3 Mar 2017 21:39:14 +0000 Subject: [PATCH 07/30] Fix cost of Yuri Grom weapon --- ChangeLog.md | 1 + dist/index.js | 2 +- dist/index.json | 2 +- modules/hardpoints/missile_rack.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index bd448e9..355a261 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,7 @@ * Update piercing for large and huge weapons * Add long range / wide angle / fast scan scanner blueprints * Fix EDDB IDs for class 5 and 7 fighter hangars for correct shopping list + * Fix cost for rocket-propelled FSD disruptor #2.2.19 * Remove shot speed modification - it is directly tied to range diff --git a/dist/index.js b/dist/index.js index 9895437..85fd470 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8603,7 +8603,7 @@ module.exports = { breachmin: 0, class: 2, clip: 12, - cost: 190227, + cost: 1951040, damage: 40, damagedist: { E: 1 diff --git a/dist/index.json b/dist/index.json index 95acf0e..198b516 100644 --- a/dist/index.json +++ b/dist/index.json @@ -10667,7 +10667,7 @@ "breachmin": 0, "class": 2, "clip": 12, - "cost": 190227, + "cost": 1951040, "damage": 40, "damagedist": { "E": 1 diff --git a/modules/hardpoints/missile_rack.json b/modules/hardpoints/missile_rack.json index 160147c..d46f52e 100644 --- a/modules/hardpoints/missile_rack.json +++ b/modules/hardpoints/missile_rack.json @@ -127,7 +127,7 @@ "breachmin": 0, "class": 2, "clip": 12, - "cost": 190227, + "cost": 1951040, "damage": 40, "damagedist": { "E": 1 From f0db785bf778e5d68887ef4c0a34708469f63583 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Sat, 4 Mar 2017 08:40:35 +0000 Subject: [PATCH 08/30] Add module name for blueprint --- ChangeLog.md | 1 + dist/index.js | 105 ++++++++++ dist/index.json | 378 ++++++++++++++++++++++++++++++++++ modifications/blueprints.json | 105 ++++++++++ 4 files changed, 589 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 355a261..249ab45 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,6 +6,7 @@ * Add long range / wide angle / fast scan scanner blueprints * Fix EDDB IDs for class 5 and 7 fighter hangars for correct shopping list * Fix cost for rocket-propelled FSD disruptor + * Add module names for blueprints #2.2.19 * Remove shot speed modification - it is directly tied to range diff --git a/dist/index.js b/dist/index.js index 85fd470..1cc14db 100644 --- a/dist/index.js +++ b/dist/index.js @@ -14315,6 +14315,7 @@ module.exports = { } }, id: 3, + modulename: [ "Auto field mainentance unit", "AFMU" ], name: "Shielded" }, Armour_Advanced: { @@ -14388,6 +14389,7 @@ module.exports = { } }, id: 6, + modulename: [ "Bulkheads", "Armour" ], name: "Lightweight" }, Armour_Explosive: { @@ -14450,6 +14452,7 @@ module.exports = { } }, id: 5, + modulename: [ "Bulkheads", "Armour" ], name: "Blast resistant" }, Armour_HeavyDuty: { @@ -14523,6 +14526,7 @@ module.exports = { } }, id: 7, + modulename: [ "Bulkheads", "Armour" ], name: "Heavy duty" }, Armour_Kinetic: { @@ -14586,6 +14590,7 @@ module.exports = { } }, id: 4, + modulename: [ "Bulkheads", "Armour" ], name: "Kinetic resistant" }, Armour_Thermic: { @@ -14641,6 +14646,7 @@ module.exports = { } }, id: 8, + modulename: [ "Bulkheads", "Armour" ], name: "Thermal resistant" }, CargoScanner_LightWeight: { @@ -14699,6 +14705,7 @@ module.exports = { } }, id: 9, + modulename: [ "Cargo scanner", "Manifest scanner" ], name: "Lightweight" }, CargoScanner_Reinforced: { @@ -14757,6 +14764,7 @@ module.exports = { } }, id: 10, + modulename: [ "Cargo scanner", "Manifest scanner" ], name: "Reinforced" }, CargoScanner_Shielded: { @@ -14815,6 +14823,7 @@ module.exports = { } }, id: 11, + modulename: [ "Cargo scanner", "Manifest scanner" ], name: "Shielded" }, ChaffLauncher_ChaffCapacity: { @@ -14833,6 +14842,7 @@ module.exports = { } }, id: 12, + modulename: [ "Chaff launcher" ], name: "Ammo capacity" }, ChaffLauncher_LightWeight: { @@ -14891,6 +14901,7 @@ module.exports = { } }, id: 13, + modulename: [ "Chaff launcher" ], name: "Lightweight" }, ChaffLauncher_Reinforced: { @@ -14949,6 +14960,7 @@ module.exports = { } }, id: 14, + modulename: [ "Chaff launcher" ], name: "Reinforced" }, ChaffLauncher_Shielded: { @@ -15007,6 +15019,7 @@ module.exports = { } }, id: 15, + modulename: [ "Chaff launcher" ], name: "Shielded" }, CollectionLimpet_LightWeight: { @@ -15065,6 +15078,7 @@ module.exports = { } }, id: 16, + modulename: [ "Collector limpet controller" ], name: "Lightweight" }, CollectionLimpet_Reinforced: { @@ -15123,6 +15137,7 @@ module.exports = { } }, id: 17, + modulename: [ "Collector limpet controller" ], name: "Reinforced" }, CollectionLimpet_Shielded: { @@ -15181,6 +15196,7 @@ module.exports = { } }, id: 18, + modulename: [ "Collector limpet controller" ], name: "Shielded" }, ECM_LightWeight: { @@ -15239,6 +15255,7 @@ module.exports = { } }, id: 19, + modulename: [ "Electronic counter measures", "ECM" ], name: "Lightweight" }, ECM_Reinforced: { @@ -15297,6 +15314,7 @@ module.exports = { } }, id: 20, + modulename: [ "Electronic counter measures", "ECM" ], name: "Reinforced" }, ECM_Shielded: { @@ -15355,6 +15373,7 @@ module.exports = { } }, id: 21, + modulename: [ "Electronic counter measures", "ECM" ], name: "Shielded" }, Engine_Dirty: { @@ -15428,6 +15447,7 @@ module.exports = { } }, id: 22, + modulename: [ "Thrusters", "Engines" ], name: "Dirty" }, Engine_Reinforced: { @@ -15496,6 +15516,7 @@ module.exports = { } }, id: 23, + modulename: [ "Thrusters", "Engines" ], name: "Reinforced" }, Engine_Tuned: { @@ -15569,6 +15590,7 @@ module.exports = { } }, id: 24, + modulename: [ "Thrusters", "Engines" ], name: "Clean" }, FSD_FastBoot: { @@ -15637,6 +15659,7 @@ module.exports = { } }, id: 25, + modulename: [ "Frame shift drive", "FSD" ], name: "Faster boot sequence" }, FSD_LongRange: { @@ -15705,6 +15728,7 @@ module.exports = { } }, id: 26, + modulename: [ "Frame shift drive", "FSD" ], name: "Increased range" }, FSD_Shielded: { @@ -15773,6 +15797,7 @@ module.exports = { } }, id: 27, + modulename: [ "Frame shift drive", "FSD" ], name: "Shielded" }, FSDinterdictor_Expanded: { @@ -15824,6 +15849,7 @@ module.exports = { } }, id: 28, + modulename: [ "Frame shift drive interdictor", "FSDI" ], name: "Expanded capture arc" }, FSDinterdictor_LongRange: { @@ -15866,6 +15892,7 @@ module.exports = { } }, id: 29, + modulename: [ "Frame shift drive interdictor", "FSDI" ], name: "Long range" }, FuelScoop_Shielded: { @@ -15913,6 +15940,7 @@ module.exports = { } }, id: 30, + modulename: [ "Fuel scoop" ], name: "Shielded" }, FuelTransferLimpet_LightWeight: { @@ -15971,6 +15999,7 @@ module.exports = { } }, id: 31, + modulename: [ "Fuel transfer limpet controller" ], name: "Lightweight" }, FuelTransferLimpet_Reinforced: { @@ -16029,6 +16058,7 @@ module.exports = { } }, id: 32, + modulename: [ "Fuel transfer limpet controller" ], name: "Reinforced" }, FuelTransferLimpet_Shielded: { @@ -16087,6 +16117,7 @@ module.exports = { } }, id: 33, + modulename: [ "Fuel transfer limpet controller" ], name: "Shielded" }, HatchBreakerLimpet_LightWeight: { @@ -16145,6 +16176,7 @@ module.exports = { } }, id: 34, + modulename: [ "Hatch breaker limpet controller" ], name: "Lightweight" }, HatchBreakerLimpet_Reinforced: { @@ -16203,6 +16235,7 @@ module.exports = { } }, id: 35, + modulename: [ "Hatch breaker limpet controller" ], name: "Reinforced" }, HatchBreakerLimpet_Shielded: { @@ -16261,6 +16294,7 @@ module.exports = { } }, id: 36, + modulename: [ "Hatch breaker limpet controller" ], name: "Shielded" }, HeatSinkLauncher_HeatSinkCapacity: { @@ -16279,6 +16313,7 @@ module.exports = { } }, id: 37, + modulename: [ "Heat sink launcher" ], name: "Ammo capacity" }, HeatSinkLauncher_LightWeight: { @@ -16337,6 +16372,7 @@ module.exports = { } }, id: 38, + modulename: [ "Heat sink launcher" ], name: "Lightweight" }, HeatSinkLauncher_Reinforced: { @@ -16395,6 +16431,7 @@ module.exports = { } }, id: 39, + modulename: [ "Heat sink launcher" ], name: "Reinforced" }, HeatSinkLauncher_Shielded: { @@ -16453,6 +16490,7 @@ module.exports = { } }, id: 40, + modulename: [ "Heat sink launcher" ], name: "Shielded" }, HullReinforcement_Advanced: { @@ -16516,6 +16554,7 @@ module.exports = { } }, id: 41, + modulename: [ "Hull reinforcement", "Hull reinforcement package", "HRP" ], name: "Lightweight" }, HullReinforcement_Explosive: { @@ -16579,6 +16618,7 @@ module.exports = { } }, id: 43, + modulename: [ "Hull reinforcement", "Hull reinforcement package", "HRP" ], name: "Blast resistant" }, HullReinforcement_HeavyDuty: { @@ -16652,6 +16692,7 @@ module.exports = { } }, id: 42, + modulename: [ "Hull reinforcement", "Hull reinforcement package", "HRP" ], name: "Heavy duty" }, HullReinforcement_Kinetic: { @@ -16715,6 +16756,7 @@ module.exports = { } }, id: 44, + modulename: [ "Hull reinforcement", "Hull reinforcement package", "HRP" ], name: "Kinetic resistant" }, HullReinforcement_Thermic: { @@ -16778,6 +16820,7 @@ module.exports = { } }, id: 45, + modulename: [ "Hull reinforcement", "Hull reinforcement package", "HRP" ], name: "Thermal resistant" }, KillWarrantScanner_LightWeight: { @@ -16836,6 +16879,7 @@ module.exports = { } }, id: 46, + modulename: [ "Kill warrant scanner", "KWS" ], name: "Lightweight" }, KillWarrantScanner_LongRange: { @@ -16899,6 +16943,7 @@ module.exports = { } }, id: 99, + modulename: [ "Kill warrant scanner", "KWS" ], name: "Long range" }, KillWarrantScanner_Reinforced: { @@ -16957,6 +17002,7 @@ module.exports = { } }, id: 47, + modulename: [ "Kill warrant scanner", "KWS" ], name: "Reinforced" }, KillWarrantScanner_Shielded: { @@ -17015,6 +17061,7 @@ module.exports = { } }, id: 48, + modulename: [ "Kill warrant scanner", "KWS" ], name: "Shielded" }, LifeSupport_LightWeight: { @@ -17062,6 +17109,7 @@ module.exports = { } }, id: 49, + modulename: [ "Life support" ], name: "Lightweight" }, LifeSupport_Reinforced: { @@ -17109,6 +17157,7 @@ module.exports = { } }, id: 50, + modulename: [ "Life support" ], name: "Reinforced" }, LifeSupport_Shielded: { @@ -17156,6 +17205,7 @@ module.exports = { } }, id: 51, + modulename: [ "Life support" ], name: "Shielded" }, PointDefence_LightWeight: { @@ -17214,6 +17264,7 @@ module.exports = { } }, id: 52, + modulename: [ "Point defence" ], name: "Lightweight" }, PointDefence_PointDefenseCapacity: { @@ -17232,6 +17283,7 @@ module.exports = { } }, id: 55, + modulename: [ "Point defence" ], name: "Ammo capacity" }, PointDefence_Reinforced: { @@ -17290,6 +17342,7 @@ module.exports = { } }, id: 53, + modulename: [ "Point defence" ], name: "Reinforced" }, PointDefence_Shielded: { @@ -17348,6 +17401,7 @@ module.exports = { } }, id: 54, + modulename: [ "Point defence" ], name: "Shielded" }, PowerDistributor_HighCapacity: { @@ -17426,6 +17480,7 @@ module.exports = { } }, id: 56, + modulename: [ "Power distributor", "Distributor" ], name: "High charge capacity" }, PowerDistributor_HighFrequency: { @@ -17504,6 +17559,7 @@ module.exports = { } }, id: 57, + modulename: [ "Power distributor", "Distributor" ], name: "Charge enhanced" }, PowerDistributor_PriorityEngines: { @@ -17552,6 +17608,7 @@ module.exports = { } }, id: 58, + modulename: [ "Power distributor", "Distributor" ], name: "Engine focused" }, PowerDistributor_PrioritySystems: { @@ -17600,6 +17657,7 @@ module.exports = { } }, id: 59, + modulename: [ "Power distributor", "Distributor" ], name: "System focused" }, PowerDistributor_PriorityWeapons: { @@ -17648,6 +17706,7 @@ module.exports = { } }, id: 60, + modulename: [ "Power distributor", "Distributor" ], name: "Weapon focused" }, PowerDistributor_Shielded: { @@ -17706,6 +17765,7 @@ module.exports = { } }, id: 61, + modulename: [ "Power distributor", "Distributor" ], name: "Shielded" }, PowerPlant_Armoured: { @@ -17769,6 +17829,7 @@ module.exports = { } }, id: 62, + modulename: [ "Power distributor", "Distributor" ], name: "Armoured" }, PowerPlant_Boosted: { @@ -17832,6 +17893,7 @@ module.exports = { } }, id: 63, + modulename: [ "Power distributor", "Distributor" ], name: "Overcharged" }, PowerPlant_Stealth: { @@ -17871,6 +17933,7 @@ module.exports = { } }, id: 64, + modulename: [ "Power distributor", "Distributor" ], name: "Low emissions" }, ProspectingLimpet_LightWeight: { @@ -17929,6 +17992,7 @@ module.exports = { } }, id: 65, + modulename: [ "Prospector limpet controller" ], name: "Lightweight" }, ProspectingLimpet_Reinforced: { @@ -17987,6 +18051,7 @@ module.exports = { } }, id: 66, + modulename: [ "Prospector limpet controller" ], name: "Reinforced" }, ProspectingLimpet_Shielded: { @@ -18045,6 +18110,7 @@ module.exports = { } }, id: 67, + modulename: [ "Prospector limpet controller" ], name: "Shielded" }, Refineries_Shielded: { @@ -18092,6 +18158,7 @@ module.exports = { } }, id: 92, + modulename: [ "Refinery" ], name: "Shielded" }, Sensor_CargoScanner_FastScan: { @@ -18155,6 +18222,7 @@ module.exports = { } }, id: 102, + modulename: [ "Cargo scanner", "Manifest scanner" ], name: "Fast scan" }, Sensor_CargoScanner_LongRange: { @@ -18218,6 +18286,7 @@ module.exports = { } }, id: 104, + modulename: [ "Cargo scanner", "Manifest scanner" ], name: "Long range" }, Sensor_CargoScanner_WideAngle: { @@ -18281,6 +18350,7 @@ module.exports = { } }, id: 105, + modulename: [ "Cargo scanner", "Manifest scanner" ], name: "Wide angle" }, Sensor_KillWarrantScanner_FastScan: { @@ -18344,6 +18414,7 @@ module.exports = { } }, id: 101, + modulename: [ "Kill warrant scanner", "KWS" ], name: "Fast scan" }, Sensor_KillWarrantScanner_WideAngle: { @@ -18407,6 +18478,7 @@ module.exports = { } }, id: 107, + modulename: [ "Kill warrant scanner", "KWS" ], name: "Wide angle" }, Sensor_Sensor_LightWeight: { @@ -18470,6 +18542,7 @@ module.exports = { } }, id: 96, + modulename: [ "Sensors" ], name: "Lightweight" }, Sensor_Sensor_LongRange: { @@ -18533,6 +18606,7 @@ module.exports = { } }, id: 97, + modulename: [ "Sensors" ], name: "Long range" }, Sensor_Sensor_WideAngle: { @@ -18596,6 +18670,7 @@ module.exports = { } }, id: 98, + modulename: [ "Sensors" ], name: "Wide angle" }, Sensor_SurfaceScanner_FastScan: { @@ -18659,6 +18734,7 @@ module.exports = { } }, id: 95, + modulename: [ "Detailed surface scanner", "DSS" ], name: "Fast scan" }, Sensor_SurfaceScanner_LongRange: { @@ -18722,6 +18798,7 @@ module.exports = { } }, id: 93, + modulename: [ "Detailed surface scanner", "DSS" ], name: "Long range" }, Sensor_SurfaceScanner_WideAngle: { @@ -18785,6 +18862,7 @@ module.exports = { } }, id: 94, + modulename: [ "Detailed surface scanner", "DSS" ], name: "Wide angle" }, Sensor_WakeScanner_FastScan: { @@ -18848,6 +18926,7 @@ module.exports = { } }, id: 109, + modulename: [ "Wake scanner", "Frame shift wake scanner" ], name: "Fast scan" }, Sensor_WakeScanner_LongRange: { @@ -18911,6 +18990,7 @@ module.exports = { } }, id: 108, + modulename: [ "Wake scanner", "Frame shift wake scanner" ], name: "Long range" }, Sensor_WakeScanner_WideAngle: { @@ -18974,6 +19054,7 @@ module.exports = { } }, id: 106, + modulename: [ "Wake scanner", "Frame shift wake scanner" ], name: "Wide angle" }, ShieldBooster_Explosive: { @@ -19037,6 +19118,7 @@ module.exports = { } }, id: 68, + modulename: [ "Shield booster" ], name: "Blast resistant" }, ShieldBooster_HeavyDuty: { @@ -19105,6 +19187,7 @@ module.exports = { } }, id: 69, + modulename: [ "Shield booster" ], name: "Heavy duty" }, ShieldBooster_Kinetic: { @@ -19168,6 +19251,7 @@ module.exports = { } }, id: 70, + modulename: [ "Shield booster" ], name: "Kinetic resistant" }, ShieldBooster_Resistive: { @@ -19241,6 +19325,7 @@ module.exports = { } }, id: 71, + modulename: [ "Shield booster" ], name: "Resistance augmented" }, ShieldBooster_Thermic: { @@ -19304,6 +19389,7 @@ module.exports = { } }, id: 72, + modulename: [ "Shield booster" ], name: "Thermal resistant" }, ShieldCellBank_Rapid: { @@ -19346,6 +19432,7 @@ module.exports = { } }, id: 73, + modulename: [ "Shield cell bank", "SCB" ], name: "Rapid charge" }, ShieldCellBank_Specialised: { @@ -19388,6 +19475,7 @@ module.exports = { } }, id: 74, + modulename: [ "Shield cell bank", "SCB" ], name: "Specialised" }, ShieldGenerator_Kinetic: { @@ -19451,6 +19539,7 @@ module.exports = { } }, id: 75, + modulename: [ "Shield generator", "Shields" ], name: "Kinetic resistant" }, ShieldGenerator_Optimised: { @@ -19522,6 +19611,7 @@ module.exports = { } }, id: 76, + modulename: [ "Shield generator", "Shields" ], name: "Enhanced low power" }, ShieldGenerator_Reinforced: { @@ -19602,6 +19692,7 @@ module.exports = { } }, id: 77, + modulename: [ "Shield generator", "Shields" ], name: "Reinforced" }, ShieldGenerator_Thermic: { @@ -19665,6 +19756,7 @@ module.exports = { } }, id: 78, + modulename: [ "Shield generator", "Shields" ], name: "Thermal resistant" }, WakeScanner_LightWeight: { @@ -19723,6 +19815,7 @@ module.exports = { } }, id: 79, + modulename: [ "Frame shift wake scanner", "Wake scanner" ], name: "Lightweight" }, WakeScanner_Reinforced: { @@ -19781,6 +19874,7 @@ module.exports = { } }, id: 81, + modulename: [ "Frame shift wake scanner", "Wake scanner" ], name: "Reinforced" }, WakeScanner_Shielded: { @@ -19839,6 +19933,7 @@ module.exports = { } }, id: 80, + modulename: [ "Frame shift wake scanner", "Wake scanner" ], name: "Shielded" }, Weapon_DoubleShot: { @@ -19907,6 +20002,7 @@ module.exports = { } }, id: 82, + modulename: [ "Weapon" ], name: "Double shot" }, Weapon_Efficient: { @@ -19972,6 +20068,7 @@ module.exports = { } }, id: 83, + modulename: [ "Weapon" ], name: "Efficient" }, Weapon_Focused: { @@ -20039,6 +20136,7 @@ module.exports = { } }, id: 84, + modulename: [ "Weapon" ], name: "Focused" }, Weapon_HighCapacity: { @@ -20112,6 +20210,7 @@ module.exports = { } }, id: 85, + modulename: [ "Weapon" ], name: "High capacity" }, Weapon_LightWeight: { @@ -20180,6 +20279,7 @@ module.exports = { } }, id: 86, + modulename: [ "Weapon" ], name: "Lightweight" }, Weapon_LongRange: { @@ -20247,6 +20347,7 @@ module.exports = { } }, id: 87, + modulename: [ "Weapon" ], name: "Long range" }, Weapon_Overcharged: { @@ -20317,6 +20418,7 @@ module.exports = { } }, id: 88, + modulename: [ "Weapon" ], name: "Overcharged" }, Weapon_RapidFire: { @@ -20389,6 +20491,7 @@ module.exports = { } }, id: 89, + modulename: [ "Weapon" ], name: "Rapid fire" }, Weapon_ShortRange: { @@ -20454,6 +20557,7 @@ module.exports = { } }, id: 90, + modulename: [ "Weapon" ], name: "Short range" }, Weapon_Sturdy: { @@ -20520,6 +20624,7 @@ module.exports = { } }, id: 91, + modulename: [ "Weapon" ], name: "Sturdy" } }, diff --git a/dist/index.json b/dist/index.json index 198b516..a418178 100644 --- a/dist/index.json +++ b/dist/index.json @@ -16833,6 +16833,10 @@ } }, "id": 3, + "modulename": [ + "Auto field mainentance unit", + "AFMU" + ], "name": "Shielded" }, "Armour_Advanced": { @@ -16981,6 +16985,10 @@ } }, "id": 6, + "modulename": [ + "Bulkheads", + "Armour" + ], "name": "Lightweight" }, "Armour_Explosive": { @@ -17088,6 +17096,10 @@ } }, "id": 5, + "modulename": [ + "Bulkheads", + "Armour" + ], "name": "Blast resistant" }, "Armour_HeavyDuty": { @@ -17236,6 +17248,10 @@ } }, "id": 7, + "modulename": [ + "Bulkheads", + "Armour" + ], "name": "Heavy duty" }, "Armour_Kinetic": { @@ -17344,6 +17360,10 @@ } }, "id": 4, + "modulename": [ + "Bulkheads", + "Armour" + ], "name": "Kinetic resistant" }, "Armour_Thermic": { @@ -17444,6 +17464,10 @@ } }, "id": 8, + "modulename": [ + "Bulkheads", + "Armour" + ], "name": "Thermal resistant" }, "CargoScanner_LightWeight": { @@ -17532,6 +17556,10 @@ } }, "id": 9, + "modulename": [ + "Cargo scanner", + "Manifest scanner" + ], "name": "Lightweight" }, "CargoScanner_Reinforced": { @@ -17620,6 +17648,10 @@ } }, "id": 10, + "modulename": [ + "Cargo scanner", + "Manifest scanner" + ], "name": "Reinforced" }, "CargoScanner_Shielded": { @@ -17708,6 +17740,10 @@ } }, "id": 11, + "modulename": [ + "Cargo scanner", + "Manifest scanner" + ], "name": "Shielded" }, "ChaffLauncher_ChaffCapacity": { @@ -17735,6 +17771,9 @@ } }, "id": 12, + "modulename": [ + "Chaff launcher" + ], "name": "Ammo capacity" }, "ChaffLauncher_LightWeight": { @@ -17823,6 +17862,9 @@ } }, "id": 13, + "modulename": [ + "Chaff launcher" + ], "name": "Lightweight" }, "ChaffLauncher_Reinforced": { @@ -17911,6 +17953,9 @@ } }, "id": 14, + "modulename": [ + "Chaff launcher" + ], "name": "Reinforced" }, "ChaffLauncher_Shielded": { @@ -17999,6 +18044,9 @@ } }, "id": 15, + "modulename": [ + "Chaff launcher" + ], "name": "Shielded" }, "CollectionLimpet_LightWeight": { @@ -18087,6 +18135,9 @@ } }, "id": 16, + "modulename": [ + "Collector limpet controller" + ], "name": "Lightweight" }, "CollectionLimpet_Reinforced": { @@ -18175,6 +18226,9 @@ } }, "id": 17, + "modulename": [ + "Collector limpet controller" + ], "name": "Reinforced" }, "CollectionLimpet_Shielded": { @@ -18263,6 +18317,9 @@ } }, "id": 18, + "modulename": [ + "Collector limpet controller" + ], "name": "Shielded" }, "ECM_LightWeight": { @@ -18351,6 +18408,10 @@ } }, "id": 19, + "modulename": [ + "Electronic counter measures", + "ECM" + ], "name": "Lightweight" }, "ECM_Reinforced": { @@ -18439,6 +18500,10 @@ } }, "id": 20, + "modulename": [ + "Electronic counter measures", + "ECM" + ], "name": "Reinforced" }, "ECM_Shielded": { @@ -18527,6 +18592,10 @@ } }, "id": 21, + "modulename": [ + "Electronic counter measures", + "ECM" + ], "name": "Shielded" }, "Engine_Dirty": { @@ -18675,6 +18744,10 @@ } }, "id": 22, + "modulename": [ + "Thrusters", + "Engines" + ], "name": "Dirty" }, "Engine_Reinforced": { @@ -18803,6 +18876,10 @@ } }, "id": 23, + "modulename": [ + "Thrusters", + "Engines" + ], "name": "Reinforced" }, "Engine_Tuned": { @@ -18951,6 +19028,10 @@ } }, "id": 24, + "modulename": [ + "Thrusters", + "Engines" + ], "name": "Clean" }, "FSD_FastBoot": { @@ -19079,6 +19160,10 @@ } }, "id": 25, + "modulename": [ + "Frame shift drive", + "FSD" + ], "name": "Faster boot sequence" }, "FSD_LongRange": { @@ -19207,6 +19292,10 @@ } }, "id": 26, + "modulename": [ + "Frame shift drive", + "FSD" + ], "name": "Increased range" }, "FSD_Shielded": { @@ -19335,6 +19424,10 @@ } }, "id": 27, + "modulename": [ + "Frame shift drive", + "FSD" + ], "name": "Shielded" }, "FSDinterdictor_Expanded": { @@ -19422,6 +19515,10 @@ } }, "id": 28, + "modulename": [ + "Frame shift drive interdictor", + "FSDI" + ], "name": "Expanded capture arc" }, "FSDinterdictor_LongRange": { @@ -19500,6 +19597,10 @@ } }, "id": 29, + "modulename": [ + "Frame shift drive interdictor", + "FSDI" + ], "name": "Long range" }, "FuelScoop_Shielded": { @@ -19571,6 +19672,9 @@ } }, "id": 30, + "modulename": [ + "Fuel scoop" + ], "name": "Shielded" }, "FuelTransferLimpet_LightWeight": { @@ -19659,6 +19763,9 @@ } }, "id": 31, + "modulename": [ + "Fuel transfer limpet controller" + ], "name": "Lightweight" }, "FuelTransferLimpet_Reinforced": { @@ -19747,6 +19854,9 @@ } }, "id": 32, + "modulename": [ + "Fuel transfer limpet controller" + ], "name": "Reinforced" }, "FuelTransferLimpet_Shielded": { @@ -19835,6 +19945,9 @@ } }, "id": 33, + "modulename": [ + "Fuel transfer limpet controller" + ], "name": "Shielded" }, "HatchBreakerLimpet_LightWeight": { @@ -19923,6 +20036,9 @@ } }, "id": 34, + "modulename": [ + "Hatch breaker limpet controller" + ], "name": "Lightweight" }, "HatchBreakerLimpet_Reinforced": { @@ -20011,6 +20127,9 @@ } }, "id": 35, + "modulename": [ + "Hatch breaker limpet controller" + ], "name": "Reinforced" }, "HatchBreakerLimpet_Shielded": { @@ -20099,6 +20218,9 @@ } }, "id": 36, + "modulename": [ + "Hatch breaker limpet controller" + ], "name": "Shielded" }, "HeatSinkLauncher_HeatSinkCapacity": { @@ -20126,6 +20248,9 @@ } }, "id": 37, + "modulename": [ + "Heat sink launcher" + ], "name": "Ammo capacity" }, "HeatSinkLauncher_LightWeight": { @@ -20214,6 +20339,9 @@ } }, "id": 38, + "modulename": [ + "Heat sink launcher" + ], "name": "Lightweight" }, "HeatSinkLauncher_Reinforced": { @@ -20302,6 +20430,9 @@ } }, "id": 39, + "modulename": [ + "Heat sink launcher" + ], "name": "Reinforced" }, "HeatSinkLauncher_Shielded": { @@ -20390,6 +20521,9 @@ } }, "id": 40, + "modulename": [ + "Heat sink launcher" + ], "name": "Shielded" }, "HullReinforcement_Advanced": { @@ -20498,6 +20632,11 @@ } }, "id": 41, + "modulename": [ + "Hull reinforcement", + "Hull reinforcement package", + "HRP" + ], "name": "Lightweight" }, "HullReinforcement_Explosive": { @@ -20606,6 +20745,11 @@ } }, "id": 43, + "modulename": [ + "Hull reinforcement", + "Hull reinforcement package", + "HRP" + ], "name": "Blast resistant" }, "HullReinforcement_HeavyDuty": { @@ -20754,6 +20898,11 @@ } }, "id": 42, + "modulename": [ + "Hull reinforcement", + "Hull reinforcement package", + "HRP" + ], "name": "Heavy duty" }, "HullReinforcement_Kinetic": { @@ -20862,6 +21011,11 @@ } }, "id": 44, + "modulename": [ + "Hull reinforcement", + "Hull reinforcement package", + "HRP" + ], "name": "Kinetic resistant" }, "HullReinforcement_Thermic": { @@ -20970,6 +21124,11 @@ } }, "id": 45, + "modulename": [ + "Hull reinforcement", + "Hull reinforcement package", + "HRP" + ], "name": "Thermal resistant" }, "KillWarrantScanner_LightWeight": { @@ -21058,6 +21217,10 @@ } }, "id": 46, + "modulename": [ + "Kill warrant scanner", + "KWS" + ], "name": "Lightweight" }, "KillWarrantScanner_LongRange": { @@ -21166,6 +21329,10 @@ } }, "id": 99, + "modulename": [ + "Kill warrant scanner", + "KWS" + ], "name": "Long range" }, "KillWarrantScanner_Reinforced": { @@ -21254,6 +21421,10 @@ } }, "id": 47, + "modulename": [ + "Kill warrant scanner", + "KWS" + ], "name": "Reinforced" }, "KillWarrantScanner_Shielded": { @@ -21342,6 +21513,10 @@ } }, "id": 48, + "modulename": [ + "Kill warrant scanner", + "KWS" + ], "name": "Shielded" }, "LifeSupport_LightWeight": { @@ -21413,6 +21588,9 @@ } }, "id": 49, + "modulename": [ + "Life support" + ], "name": "Lightweight" }, "LifeSupport_Reinforced": { @@ -21484,6 +21662,9 @@ } }, "id": 50, + "modulename": [ + "Life support" + ], "name": "Reinforced" }, "LifeSupport_Shielded": { @@ -21555,6 +21736,9 @@ } }, "id": 51, + "modulename": [ + "Life support" + ], "name": "Shielded" }, "PointDefence_LightWeight": { @@ -21643,6 +21827,9 @@ } }, "id": 52, + "modulename": [ + "Point defence" + ], "name": "Lightweight" }, "PointDefence_PointDefenseCapacity": { @@ -21670,6 +21857,9 @@ } }, "id": 55, + "modulename": [ + "Point defence" + ], "name": "Ammo capacity" }, "PointDefence_Reinforced": { @@ -21758,6 +21948,9 @@ } }, "id": 53, + "modulename": [ + "Point defence" + ], "name": "Reinforced" }, "PointDefence_Shielded": { @@ -21846,6 +22039,9 @@ } }, "id": 54, + "modulename": [ + "Point defence" + ], "name": "Shielded" }, "PowerDistributor_HighCapacity": { @@ -22014,6 +22210,10 @@ } }, "id": 56, + "modulename": [ + "Power distributor", + "Distributor" + ], "name": "High charge capacity" }, "PowerDistributor_HighFrequency": { @@ -22182,6 +22382,10 @@ } }, "id": 57, + "modulename": [ + "Power distributor", + "Distributor" + ], "name": "Charge enhanced" }, "PowerDistributor_PriorityEngines": { @@ -22284,6 +22488,10 @@ } }, "id": 58, + "modulename": [ + "Power distributor", + "Distributor" + ], "name": "Engine focused" }, "PowerDistributor_PrioritySystems": { @@ -22386,6 +22594,10 @@ } }, "id": 59, + "modulename": [ + "Power distributor", + "Distributor" + ], "name": "System focused" }, "PowerDistributor_PriorityWeapons": { @@ -22488,6 +22700,10 @@ } }, "id": 60, + "modulename": [ + "Power distributor", + "Distributor" + ], "name": "Weapon focused" }, "PowerDistributor_Shielded": { @@ -22576,6 +22792,10 @@ } }, "id": 61, + "modulename": [ + "Power distributor", + "Distributor" + ], "name": "Shielded" }, "PowerPlant_Armoured": { @@ -22684,6 +22904,10 @@ } }, "id": 62, + "modulename": [ + "Power distributor", + "Distributor" + ], "name": "Armoured" }, "PowerPlant_Boosted": { @@ -22792,6 +23016,10 @@ } }, "id": 63, + "modulename": [ + "Power distributor", + "Distributor" + ], "name": "Overcharged" }, "PowerPlant_Stealth": { @@ -22858,6 +23086,10 @@ } }, "id": 64, + "modulename": [ + "Power distributor", + "Distributor" + ], "name": "Low emissions" }, "ProspectingLimpet_LightWeight": { @@ -22946,6 +23178,9 @@ } }, "id": 65, + "modulename": [ + "Prospector limpet controller" + ], "name": "Lightweight" }, "ProspectingLimpet_Reinforced": { @@ -23034,6 +23269,9 @@ } }, "id": 66, + "modulename": [ + "Prospector limpet controller" + ], "name": "Reinforced" }, "ProspectingLimpet_Shielded": { @@ -23122,6 +23360,9 @@ } }, "id": 67, + "modulename": [ + "Prospector limpet controller" + ], "name": "Shielded" }, "Refineries_Shielded": { @@ -23193,6 +23434,9 @@ } }, "id": 92, + "modulename": [ + "Refinery" + ], "name": "Shielded" }, "Sensor_CargoScanner_FastScan": { @@ -23301,6 +23545,10 @@ } }, "id": 102, + "modulename": [ + "Cargo scanner", + "Manifest scanner" + ], "name": "Fast scan" }, "Sensor_CargoScanner_LongRange": { @@ -23409,6 +23657,10 @@ } }, "id": 104, + "modulename": [ + "Cargo scanner", + "Manifest scanner" + ], "name": "Long range" }, "Sensor_CargoScanner_WideAngle": { @@ -23517,6 +23769,10 @@ } }, "id": 105, + "modulename": [ + "Cargo scanner", + "Manifest scanner" + ], "name": "Wide angle" }, "Sensor_KillWarrantScanner_FastScan": { @@ -23625,6 +23881,10 @@ } }, "id": 101, + "modulename": [ + "Kill warrant scanner", + "KWS" + ], "name": "Fast scan" }, "Sensor_KillWarrantScanner_WideAngle": { @@ -23733,6 +23993,10 @@ } }, "id": 107, + "modulename": [ + "Kill warrant scanner", + "KWS" + ], "name": "Wide angle" }, "Sensor_Sensor_LightWeight": { @@ -23841,6 +24105,9 @@ } }, "id": 96, + "modulename": [ + "Sensors" + ], "name": "Lightweight" }, "Sensor_Sensor_LongRange": { @@ -23949,6 +24216,9 @@ } }, "id": 97, + "modulename": [ + "Sensors" + ], "name": "Long range" }, "Sensor_Sensor_WideAngle": { @@ -24057,6 +24327,9 @@ } }, "id": 98, + "modulename": [ + "Sensors" + ], "name": "Wide angle" }, "Sensor_SurfaceScanner_FastScan": { @@ -24165,6 +24438,10 @@ } }, "id": 95, + "modulename": [ + "Detailed surface scanner", + "DSS" + ], "name": "Fast scan" }, "Sensor_SurfaceScanner_LongRange": { @@ -24273,6 +24550,10 @@ } }, "id": 93, + "modulename": [ + "Detailed surface scanner", + "DSS" + ], "name": "Long range" }, "Sensor_SurfaceScanner_WideAngle": { @@ -24381,6 +24662,10 @@ } }, "id": 94, + "modulename": [ + "Detailed surface scanner", + "DSS" + ], "name": "Wide angle" }, "Sensor_WakeScanner_FastScan": { @@ -24489,6 +24774,10 @@ } }, "id": 109, + "modulename": [ + "Wake scanner", + "Frame shift wake scanner" + ], "name": "Fast scan" }, "Sensor_WakeScanner_LongRange": { @@ -24597,6 +24886,10 @@ } }, "id": 108, + "modulename": [ + "Wake scanner", + "Frame shift wake scanner" + ], "name": "Long range" }, "Sensor_WakeScanner_WideAngle": { @@ -24705,6 +24998,10 @@ } }, "id": 106, + "modulename": [ + "Wake scanner", + "Frame shift wake scanner" + ], "name": "Wide angle" }, "ShieldBooster_Explosive": { @@ -24813,6 +25110,9 @@ } }, "id": 68, + "modulename": [ + "Shield booster" + ], "name": "Blast resistant" }, "ShieldBooster_HeavyDuty": { @@ -24941,6 +25241,9 @@ } }, "id": 69, + "modulename": [ + "Shield booster" + ], "name": "Heavy duty" }, "ShieldBooster_Kinetic": { @@ -25049,6 +25352,9 @@ } }, "id": 70, + "modulename": [ + "Shield booster" + ], "name": "Kinetic resistant" }, "ShieldBooster_Resistive": { @@ -25197,6 +25503,9 @@ } }, "id": 71, + "modulename": [ + "Shield booster" + ], "name": "Resistance augmented" }, "ShieldBooster_Thermic": { @@ -25305,6 +25614,9 @@ } }, "id": 72, + "modulename": [ + "Shield booster" + ], "name": "Thermal resistant" }, "ShieldCellBank_Rapid": { @@ -25383,6 +25695,10 @@ } }, "id": 73, + "modulename": [ + "Shield cell bank", + "SCB" + ], "name": "Rapid charge" }, "ShieldCellBank_Specialised": { @@ -25461,6 +25777,10 @@ } }, "id": 74, + "modulename": [ + "Shield cell bank", + "SCB" + ], "name": "Specialised" }, "ShieldGenerator_Kinetic": { @@ -25569,6 +25889,10 @@ } }, "id": 75, + "modulename": [ + "Shield generator", + "Shields" + ], "name": "Kinetic resistant" }, "ShieldGenerator_Optimised": { @@ -25709,6 +26033,10 @@ } }, "id": 76, + "modulename": [ + "Shield generator", + "Shields" + ], "name": "Enhanced low power" }, "ShieldGenerator_Reinforced": { @@ -25885,6 +26213,10 @@ } }, "id": 77, + "modulename": [ + "Shield generator", + "Shields" + ], "name": "Reinforced" }, "ShieldGenerator_Thermic": { @@ -25993,6 +26325,10 @@ } }, "id": 78, + "modulename": [ + "Shield generator", + "Shields" + ], "name": "Thermal resistant" }, "WakeScanner_LightWeight": { @@ -26081,6 +26417,10 @@ } }, "id": 79, + "modulename": [ + "Frame shift wake scanner", + "Wake scanner" + ], "name": "Lightweight" }, "WakeScanner_Reinforced": { @@ -26169,6 +26509,10 @@ } }, "id": 81, + "modulename": [ + "Frame shift wake scanner", + "Wake scanner" + ], "name": "Reinforced" }, "WakeScanner_Shielded": { @@ -26257,6 +26601,10 @@ } }, "id": 80, + "modulename": [ + "Frame shift wake scanner", + "Wake scanner" + ], "name": "Shielded" }, "Weapon_DoubleShot": { @@ -26385,6 +26733,9 @@ } }, "id": 82, + "modulename": [ + "Weapon" + ], "name": "Double shot" }, "Weapon_Efficient": { @@ -26501,6 +26852,9 @@ } }, "id": 83, + "modulename": [ + "Weapon" + ], "name": "Efficient" }, "Weapon_Focused": { @@ -26625,6 +26979,9 @@ } }, "id": 84, + "modulename": [ + "Weapon" + ], "name": "Focused" }, "Weapon_HighCapacity": { @@ -26773,6 +27130,9 @@ } }, "id": 85, + "modulename": [ + "Weapon" + ], "name": "High capacity" }, "Weapon_LightWeight": { @@ -26901,6 +27261,9 @@ } }, "id": 86, + "modulename": [ + "Weapon" + ], "name": "Lightweight" }, "Weapon_LongRange": { @@ -27025,6 +27388,9 @@ } }, "id": 87, + "modulename": [ + "Weapon" + ], "name": "Long range" }, "Weapon_Overcharged": { @@ -27161,6 +27527,9 @@ } }, "id": 88, + "modulename": [ + "Weapon" + ], "name": "Overcharged" }, "Weapon_RapidFire": { @@ -27305,6 +27674,9 @@ } }, "id": 89, + "modulename": [ + "Weapon" + ], "name": "Rapid fire" }, "Weapon_ShortRange": { @@ -27421,6 +27793,9 @@ } }, "id": 90, + "modulename": [ + "Weapon" + ], "name": "Short range" }, "Weapon_Sturdy": { @@ -27541,6 +27916,9 @@ } }, "id": 91, + "modulename": [ + "Weapon" + ], "name": "Sturdy" } }, diff --git a/modifications/blueprints.json b/modifications/blueprints.json index 5490521..7157205 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -44,6 +44,7 @@ } }, "id": 3, + "modulename": ["Auto field mainentance unit", "AFMU"], "name": "Shielded" }, "Armour_Advanced": { @@ -117,6 +118,7 @@ } }, "id": 6, + "modulename": ["Bulkheads", "Armour"], "name": "Lightweight" }, "Armour_Explosive": { @@ -179,6 +181,7 @@ } }, "id": 5, + "modulename": ["Bulkheads", "Armour"], "name": "Blast resistant" }, "Armour_HeavyDuty": { @@ -252,6 +255,7 @@ } }, "id": 7, + "modulename": ["Bulkheads", "Armour"], "name": "Heavy duty" }, "Armour_Kinetic": { @@ -315,6 +319,7 @@ } }, "id": 4, + "modulename": ["Bulkheads", "Armour"], "name": "Kinetic resistant" }, "Armour_Thermic": { @@ -370,6 +375,7 @@ } }, "id": 8, + "modulename": ["Bulkheads", "Armour"], "name": "Thermal resistant" }, "CargoScanner_LightWeight": { @@ -428,6 +434,7 @@ } }, "id": 9, + "modulename": ["Cargo scanner", "Manifest scanner"], "name": "Lightweight" }, "CargoScanner_Reinforced": { @@ -486,6 +493,7 @@ } }, "id": 10, + "modulename": ["Cargo scanner", "Manifest scanner"], "name": "Reinforced" }, "CargoScanner_Shielded": { @@ -544,6 +552,7 @@ } }, "id": 11, + "modulename": ["Cargo scanner", "Manifest scanner"], "name": "Shielded" }, "ChaffLauncher_ChaffCapacity": { @@ -562,6 +571,7 @@ } }, "id": 12, + "modulename": ["Chaff launcher"], "name": "Ammo capacity" }, "ChaffLauncher_LightWeight": { @@ -620,6 +630,7 @@ } }, "id": 13, + "modulename": ["Chaff launcher"], "name": "Lightweight" }, "ChaffLauncher_Reinforced": { @@ -678,6 +689,7 @@ } }, "id": 14, + "modulename": ["Chaff launcher"], "name": "Reinforced" }, "ChaffLauncher_Shielded": { @@ -736,6 +748,7 @@ } }, "id": 15, + "modulename": ["Chaff launcher"], "name": "Shielded" }, "CollectionLimpet_LightWeight": { @@ -794,6 +807,7 @@ } }, "id": 16, + "modulename": ["Collector limpet controller"], "name": "Lightweight" }, "CollectionLimpet_Reinforced": { @@ -852,6 +866,7 @@ } }, "id": 17, + "modulename": ["Collector limpet controller"], "name": "Reinforced" }, "CollectionLimpet_Shielded": { @@ -910,6 +925,7 @@ } }, "id": 18, + "modulename": ["Collector limpet controller"], "name": "Shielded" }, "ECM_LightWeight": { @@ -968,6 +984,7 @@ } }, "id": 19, + "modulename": ["Electronic counter measures", "ECM"], "name": "Lightweight" }, "ECM_Reinforced": { @@ -1026,6 +1043,7 @@ } }, "id": 20, + "modulename": ["Electronic counter measures", "ECM"], "name": "Reinforced" }, "ECM_Shielded": { @@ -1084,6 +1102,7 @@ } }, "id": 21, + "modulename": ["Electronic counter measures", "ECM"], "name": "Shielded" }, "Engine_Dirty": { @@ -1157,6 +1176,7 @@ } }, "id": 22, + "modulename": ["Thrusters", "Engines"], "name": "Dirty" }, "Engine_Reinforced": { @@ -1225,6 +1245,7 @@ } }, "id": 23, + "modulename": ["Thrusters", "Engines"], "name": "Reinforced" }, "Engine_Tuned": { @@ -1298,6 +1319,7 @@ } }, "id": 24, + "modulename": ["Thrusters", "Engines"], "name": "Clean" }, "FSD_FastBoot": { @@ -1366,6 +1388,7 @@ } }, "id": 25, + "modulename": ["Frame shift drive", "FSD"], "name": "Faster boot sequence" }, "FSD_LongRange": { @@ -1434,6 +1457,7 @@ } }, "id": 26, + "modulename": ["Frame shift drive", "FSD"], "name": "Increased range" }, "FSD_Shielded": { @@ -1502,6 +1526,7 @@ } }, "id": 27, + "modulename": ["Frame shift drive", "FSD"], "name": "Shielded" }, "FSDinterdictor_Expanded": { @@ -1553,6 +1578,7 @@ } }, "id": 28, + "modulename": ["Frame shift drive interdictor", "FSDI"], "name": "Expanded capture arc" }, "FSDinterdictor_LongRange": { @@ -1595,6 +1621,7 @@ } }, "id": 29, + "modulename": ["Frame shift drive interdictor", "FSDI"], "name": "Long range" }, "FuelScoop_Shielded": { @@ -1642,6 +1669,7 @@ } }, "id": 30, + "modulename": ["Fuel scoop"], "name": "Shielded" }, "FuelTransferLimpet_LightWeight": { @@ -1700,6 +1728,7 @@ } }, "id": 31, + "modulename": ["Fuel transfer limpet controller"], "name": "Lightweight" }, "FuelTransferLimpet_Reinforced": { @@ -1758,6 +1787,7 @@ } }, "id": 32, + "modulename": ["Fuel transfer limpet controller"], "name": "Reinforced" }, "FuelTransferLimpet_Shielded": { @@ -1816,6 +1846,7 @@ } }, "id": 33, + "modulename": ["Fuel transfer limpet controller"], "name": "Shielded" }, "HatchBreakerLimpet_LightWeight": { @@ -1874,6 +1905,7 @@ } }, "id": 34, + "modulename": ["Hatch breaker limpet controller"], "name": "Lightweight" }, "HatchBreakerLimpet_Reinforced": { @@ -1932,6 +1964,7 @@ } }, "id": 35, + "modulename": ["Hatch breaker limpet controller"], "name": "Reinforced" }, "HatchBreakerLimpet_Shielded": { @@ -1990,6 +2023,7 @@ } }, "id": 36, + "modulename": ["Hatch breaker limpet controller"], "name": "Shielded" }, "HeatSinkLauncher_HeatSinkCapacity": { @@ -2008,6 +2042,7 @@ } }, "id": 37, + "modulename": ["Heat sink launcher"], "name": "Ammo capacity" }, "HeatSinkLauncher_LightWeight": { @@ -2066,6 +2101,7 @@ } }, "id": 38, + "modulename": ["Heat sink launcher"], "name": "Lightweight" }, "HeatSinkLauncher_Reinforced": { @@ -2124,6 +2160,7 @@ } }, "id": 39, + "modulename": ["Heat sink launcher"], "name": "Reinforced" }, "HeatSinkLauncher_Shielded": { @@ -2182,6 +2219,7 @@ } }, "id": 40, + "modulename": ["Heat sink launcher"], "name": "Shielded" }, "HullReinforcement_Advanced": { @@ -2245,6 +2283,7 @@ } }, "id": 41, + "modulename": ["Hull reinforcement", "Hull reinforcement package", "HRP"], "name": "Lightweight" }, "HullReinforcement_Explosive": { @@ -2308,6 +2347,7 @@ } }, "id": 43, + "modulename": ["Hull reinforcement", "Hull reinforcement package", "HRP"], "name": "Blast resistant" }, "HullReinforcement_HeavyDuty": { @@ -2381,6 +2421,7 @@ } }, "id": 42, + "modulename": ["Hull reinforcement", "Hull reinforcement package", "HRP"], "name": "Heavy duty" }, "HullReinforcement_Kinetic": { @@ -2444,6 +2485,7 @@ } }, "id": 44, + "modulename": ["Hull reinforcement", "Hull reinforcement package", "HRP"], "name": "Kinetic resistant" }, "HullReinforcement_Thermic": { @@ -2507,6 +2549,7 @@ } }, "id": 45, + "modulename": ["Hull reinforcement", "Hull reinforcement package", "HRP"], "name": "Thermal resistant" }, "KillWarrantScanner_LightWeight": { @@ -2565,6 +2608,7 @@ } }, "id": 46, + "modulename": ["Kill warrant scanner", "KWS"], "name": "Lightweight" }, "KillWarrantScanner_LongRange": { @@ -2628,6 +2672,7 @@ } }, "id": 99, + "modulename": ["Kill warrant scanner", "KWS"], "name": "Long range" }, "KillWarrantScanner_Reinforced": { @@ -2686,6 +2731,7 @@ } }, "id": 47, + "modulename": ["Kill warrant scanner", "KWS"], "name": "Reinforced" }, "KillWarrantScanner_Shielded": { @@ -2744,6 +2790,7 @@ } }, "id": 48, + "modulename": ["Kill warrant scanner", "KWS"], "name": "Shielded" }, "LifeSupport_LightWeight": { @@ -2791,6 +2838,7 @@ } }, "id": 49, + "modulename": ["Life support"], "name": "Lightweight" }, "LifeSupport_Reinforced": { @@ -2838,6 +2886,7 @@ } }, "id": 50, + "modulename": ["Life support"], "name": "Reinforced" }, "LifeSupport_Shielded": { @@ -2885,6 +2934,7 @@ } }, "id": 51, + "modulename": ["Life support"], "name": "Shielded" }, "PointDefence_LightWeight": { @@ -2943,6 +2993,7 @@ } }, "id": 52, + "modulename": ["Point defence"], "name": "Lightweight" }, "PointDefence_PointDefenseCapacity": { @@ -2961,6 +3012,7 @@ } }, "id": 55, + "modulename": ["Point defence"], "name": "Ammo capacity" }, "PointDefence_Reinforced": { @@ -3019,6 +3071,7 @@ } }, "id": 53, + "modulename": ["Point defence"], "name": "Reinforced" }, "PointDefence_Shielded": { @@ -3077,6 +3130,7 @@ } }, "id": 54, + "modulename": ["Point defence"], "name": "Shielded" }, "PowerDistributor_HighCapacity": { @@ -3155,6 +3209,7 @@ } }, "id": 56, + "modulename": ["Power distributor", "Distributor"], "name": "High charge capacity" }, "PowerDistributor_HighFrequency": { @@ -3233,6 +3288,7 @@ } }, "id": 57, + "modulename": ["Power distributor", "Distributor"], "name": "Charge enhanced" }, "PowerDistributor_PriorityEngines": { @@ -3281,6 +3337,7 @@ } }, "id": 58, + "modulename": ["Power distributor", "Distributor"], "name": "Engine focused" }, "PowerDistributor_PrioritySystems": { @@ -3329,6 +3386,7 @@ } }, "id": 59, + "modulename": ["Power distributor", "Distributor"], "name": "System focused" }, "PowerDistributor_PriorityWeapons": { @@ -3377,6 +3435,7 @@ } }, "id": 60, + "modulename": ["Power distributor", "Distributor"], "name": "Weapon focused" }, "PowerDistributor_Shielded": { @@ -3435,6 +3494,7 @@ } }, "id": 61, + "modulename": ["Power distributor", "Distributor"], "name": "Shielded" }, "PowerPlant_Armoured": { @@ -3498,6 +3558,7 @@ } }, "id": 62, + "modulename": ["Power distributor", "Distributor"], "name": "Armoured" }, "PowerPlant_Boosted": { @@ -3561,6 +3622,7 @@ } }, "id": 63, + "modulename": ["Power distributor", "Distributor"], "name": "Overcharged" }, "PowerPlant_Stealth": { @@ -3600,6 +3662,7 @@ } }, "id": 64, + "modulename": ["Power distributor", "Distributor"], "name": "Low emissions" }, "ProspectingLimpet_LightWeight": { @@ -3658,6 +3721,7 @@ } }, "id": 65, + "modulename": ["Prospector limpet controller"], "name": "Lightweight" }, "ProspectingLimpet_Reinforced": { @@ -3716,6 +3780,7 @@ } }, "id": 66, + "modulename": ["Prospector limpet controller"], "name": "Reinforced" }, "ProspectingLimpet_Shielded": { @@ -3774,6 +3839,7 @@ } }, "id": 67, + "modulename": ["Prospector limpet controller"], "name": "Shielded" }, "Refineries_Shielded": { @@ -3821,6 +3887,7 @@ } }, "id": 92, + "modulename": ["Refinery"], "name": "Shielded" }, "Sensor_CargoScanner_FastScan": { @@ -3884,6 +3951,7 @@ } }, "id": 102, + "modulename": ["Cargo scanner", "Manifest scanner"], "name": "Fast scan" }, "Sensor_CargoScanner_LongRange": { @@ -3947,6 +4015,7 @@ } }, "id": 104, + "modulename": ["Cargo scanner", "Manifest scanner"], "name": "Long range" }, "Sensor_CargoScanner_WideAngle": { @@ -4010,6 +4079,7 @@ } }, "id": 105, + "modulename": ["Cargo scanner", "Manifest scanner"], "name": "Wide angle" }, "Sensor_KillWarrantScanner_FastScan": { @@ -4073,6 +4143,7 @@ } }, "id": 101, + "modulename": ["Kill warrant scanner", "KWS"], "name": "Fast scan" }, "Sensor_KillWarrantScanner_WideAngle": { @@ -4136,6 +4207,7 @@ } }, "id": 107, + "modulename": ["Kill warrant scanner", "KWS"], "name": "Wide angle" }, "Sensor_Sensor_LightWeight": { @@ -4199,6 +4271,7 @@ } }, "id": 96, + "modulename": ["Sensors"], "name": "Lightweight" }, "Sensor_Sensor_LongRange": { @@ -4262,6 +4335,7 @@ } }, "id": 97, + "modulename": ["Sensors"], "name": "Long range" }, "Sensor_Sensor_WideAngle": { @@ -4325,6 +4399,7 @@ } }, "id": 98, + "modulename": ["Sensors"], "name": "Wide angle" }, "Sensor_SurfaceScanner_FastScan": { @@ -4388,6 +4463,7 @@ } }, "id": 95, + "modulename": ["Detailed surface scanner", "DSS"], "name": "Fast scan" }, "Sensor_SurfaceScanner_LongRange": { @@ -4451,6 +4527,7 @@ } }, "id": 93, + "modulename": ["Detailed surface scanner", "DSS"], "name": "Long range" }, "Sensor_SurfaceScanner_WideAngle": { @@ -4514,6 +4591,7 @@ } }, "id": 94, + "modulename": ["Detailed surface scanner", "DSS"], "name": "Wide angle" }, "Sensor_WakeScanner_FastScan": { @@ -4577,6 +4655,7 @@ } }, "id": 109, + "modulename": ["Wake scanner", "Frame shift wake scanner"], "name": "Fast scan" }, "Sensor_WakeScanner_LongRange": { @@ -4640,6 +4719,7 @@ } }, "id": 108, + "modulename": ["Wake scanner", "Frame shift wake scanner"], "name": "Long range" }, "Sensor_WakeScanner_WideAngle": { @@ -4703,6 +4783,7 @@ } }, "id": 106, + "modulename": ["Wake scanner", "Frame shift wake scanner"], "name": "Wide angle" }, "ShieldBooster_Explosive": { @@ -4766,6 +4847,7 @@ } }, "id": 68, + "modulename": ["Shield booster"], "name": "Blast resistant" }, "ShieldBooster_HeavyDuty": { @@ -4834,6 +4916,7 @@ } }, "id": 69, + "modulename": ["Shield booster"], "name": "Heavy duty" }, "ShieldBooster_Kinetic": { @@ -4897,6 +4980,7 @@ } }, "id": 70, + "modulename": ["Shield booster"], "name": "Kinetic resistant" }, "ShieldBooster_Resistive": { @@ -4970,6 +5054,7 @@ } }, "id": 71, + "modulename": ["Shield booster"], "name": "Resistance augmented" }, "ShieldBooster_Thermic": { @@ -5033,6 +5118,7 @@ } }, "id": 72, + "modulename": ["Shield booster"], "name": "Thermal resistant" }, "ShieldCellBank_Rapid": { @@ -5075,6 +5161,7 @@ } }, "id": 73, + "modulename": ["Shield cell bank", "SCB"], "name": "Rapid charge" }, "ShieldCellBank_Specialised": { @@ -5117,6 +5204,7 @@ } }, "id": 74, + "modulename": ["Shield cell bank", "SCB"], "name": "Specialised" }, "ShieldGenerator_Kinetic": { @@ -5180,6 +5268,7 @@ } }, "id": 75, + "modulename": ["Shield generator", "Shields"], "name": "Kinetic resistant" }, "ShieldGenerator_Optimised": { @@ -5251,6 +5340,7 @@ } }, "id": 76, + "modulename": ["Shield generator", "Shields"], "name": "Enhanced low power" }, "ShieldGenerator_Reinforced": { @@ -5331,6 +5421,7 @@ } }, "id": 77, + "modulename": ["Shield generator", "Shields"], "name": "Reinforced" }, "ShieldGenerator_Thermic": { @@ -5394,6 +5485,7 @@ } }, "id": 78, + "modulename": ["Shield generator", "Shields"], "name": "Thermal resistant" }, "WakeScanner_LightWeight": { @@ -5452,6 +5544,7 @@ } }, "id": 79, + "modulename": ["Frame shift wake scanner", "Wake scanner"], "name": "Lightweight" }, "WakeScanner_Reinforced": { @@ -5510,6 +5603,7 @@ } }, "id": 81, + "modulename": ["Frame shift wake scanner", "Wake scanner"], "name": "Reinforced" }, "WakeScanner_Shielded": { @@ -5568,6 +5662,7 @@ } }, "id": 80, + "modulename": ["Frame shift wake scanner", "Wake scanner"], "name": "Shielded" }, "Weapon_DoubleShot": { @@ -5636,6 +5731,7 @@ } }, "id": 82, + "modulename": ["Weapon"], "name": "Double shot" }, "Weapon_Efficient": { @@ -5701,6 +5797,7 @@ } }, "id": 83, + "modulename": ["Weapon"], "name": "Efficient" }, "Weapon_Focused": { @@ -5768,6 +5865,7 @@ } }, "id": 84, + "modulename": ["Weapon"], "name": "Focused" }, "Weapon_HighCapacity": { @@ -5841,6 +5939,7 @@ } }, "id": 85, + "modulename": ["Weapon"], "name": "High capacity" }, "Weapon_LightWeight": { @@ -5909,6 +6008,7 @@ } }, "id": 86, + "modulename": ["Weapon"], "name": "Lightweight" }, "Weapon_LongRange": { @@ -5976,6 +6076,7 @@ } }, "id": 87, + "modulename": ["Weapon"], "name": "Long range" }, "Weapon_Overcharged": { @@ -6046,6 +6147,7 @@ } }, "id": 88, + "modulename": ["Weapon"], "name": "Overcharged" }, "Weapon_RapidFire": { @@ -6118,6 +6220,7 @@ } }, "id": 89, + "modulename": ["Weapon"], "name": "Rapid fire" }, "Weapon_ShortRange": { @@ -6183,6 +6286,7 @@ } }, "id": 90, + "modulename": ["Weapon"], "name": "Short range" }, "Weapon_Sturdy": { @@ -6249,6 +6353,7 @@ } }, "id": 91, + "modulename": ["Weapon"], "name": "Sturdy" } } From b25278bf81a013fc2bcfb44ef18e32f84609d40b Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Sat, 4 Mar 2017 08:42:16 +0000 Subject: [PATCH 09/30] Fix bad value for kinetic shield booster grade 5 --- ChangeLog.md | 1 + dist/index.js | 2 +- dist/index.json | 2 +- modifications/blueprints.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 249ab45..f575262 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,7 @@ * Fix EDDB IDs for class 5 and 7 fighter hangars for correct shopping list * Fix cost for rocket-propelled FSD disruptor * Add module names for blueprints + * Fix erroneous value for grade 5 kinetic shield booster #2.2.19 * Remove shot speed modification - it is directly tied to range diff --git a/dist/index.js b/dist/index.js index 1cc14db..f7d1434 100644 --- a/dist/index.js +++ b/dist/index.js @@ -19233,7 +19233,7 @@ module.exports = { }, features: { explres: [ -.05, -.03 ], - kinres: [ .17, -.2 ], + kinres: [ .17, .2 ], thermres: [ -.05, -.03 ] } }, diff --git a/dist/index.json b/dist/index.json index a418178..b72dbba 100644 --- a/dist/index.json +++ b/dist/index.json @@ -25321,7 +25321,7 @@ ], "kinres": [ 0.17, - -0.2 + 0.2 ], "thermres": [ -0.05, diff --git a/modifications/blueprints.json b/modifications/blueprints.json index 7157205..cb49737 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -4962,7 +4962,7 @@ }, "features": { "explres": [ -0.05, -0.03 ], - "kinres": [ 0.17, -0.2 ], + "kinres": [ 0.17, 0.2 ], "thermres": [ -0.05, -0.03 ] } }, From 1fff622ec65fded5869f51d123e657597c66176f Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Mon, 6 Mar 2017 09:19:42 +0000 Subject: [PATCH 10/30] Add integrity --- ChangeLog.md | 1 + dist/index.js | 85 +++++++++++++++++++ dist/index.json | 85 +++++++++++++++++++ .../internal/bi_weave_shield_generator.json | 8 ++ modules/internal/docking_computer.json | 1 + modules/internal/fighter_hangar.json | 3 + .../frame_shift_drive_interdictor.json | 20 +++++ .../internal/planetary_vehicle_hanger.json | 6 ++ .../internal/pristmatic_shield_generator.json | 8 ++ modules/internal/scanner.json | 3 + modules/internal/shield_generator.json | 36 ++++++++ 11 files changed, 256 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index f575262..3649c3e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -8,6 +8,7 @@ * Fix cost for rocket-propelled FSD disruptor * Add module names for blueprints * Fix erroneous value for grade 5 kinetic shield booster + * Add missing integrity values for some modules #2.2.19 * Remove shot speed modification - it is directly tied to range diff --git a/dist/index.js b/dist/index.js index f7d1434..c232739 100644 --- a/dist/index.js +++ b/dist/index.js @@ -9774,6 +9774,7 @@ module.exports = { explres: .5, grp: "bsg", id: "B6", + integrity: 40, kinres: .4, mass: 1.3, maxmass: 63, @@ -9796,6 +9797,7 @@ module.exports = { explres: .5, grp: "bsg", id: "B5", + integrity: 51, kinres: .4, mass: 2.5, maxmass: 138, @@ -9818,6 +9820,7 @@ module.exports = { explres: .5, grp: "bsg", id: "B4", + integrity: 64, kinres: .4, mass: 5, maxmass: 413, @@ -9840,6 +9843,7 @@ module.exports = { explres: .5, grp: "bsg", id: "B3", + integrity: 80, kinres: .4, mass: 10, maxmass: 713, @@ -9862,6 +9866,7 @@ module.exports = { explres: .5, grp: "bsg", id: "B2", + integrity: 96, kinres: .4, mass: 20, maxmass: 1013, @@ -9884,6 +9889,7 @@ module.exports = { explres: .5, grp: "bsg", id: "B1", + integrity: 113, kinres: .4, mass: 40, maxmass: 1350, @@ -9906,6 +9912,7 @@ module.exports = { explres: .5, grp: "bsg", id: "B0", + integrity: 131, kinres: .4, mass: 80, maxmass: 2650, @@ -9928,6 +9935,7 @@ module.exports = { explres: .5, grp: "bsg", id: "B7", + integrity: 150, kinres: .4, mass: 160, maxmass: 4500, @@ -10302,6 +10310,7 @@ module.exports = { eddbID: 890, grp: "dc", id: "24", + integrity: 10, name: "Standard Docking Computer", power: .39, rating: "E" @@ -10315,6 +10324,7 @@ module.exports = { fightercost: 1030, grp: "fh", id: "fr", + integrity: 60, mass: 20, power: .25, rating: "D", @@ -10328,6 +10338,7 @@ module.exports = { fightercost: 1030, grp: "fh", id: "fm", + integrity: 80, mass: 40, power: .35, rating: "D", @@ -10341,6 +10352,7 @@ module.exports = { fightercost: 1030, grp: "fh", id: "fh", + integrity: 120, mass: 60, power: .35, rating: "D", @@ -10355,6 +10367,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6a", + integrity: 32, mass: 1.3, power: .14, ranget: 3, @@ -10368,6 +10381,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "69", + integrity: 24, mass: .5, power: .18, ranget: 4, @@ -10381,6 +10395,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "68", + integrity: 40, mass: 1.3, power: .23, ranget: 5, @@ -10394,6 +10409,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "67", + integrity: 56, mass: 2, power: .28, ranget: 6, @@ -10407,6 +10423,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "66", + integrity: 48, mass: 1.3, power: .32, ranget: 7, @@ -10420,6 +10437,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6f", + integrity: 41, mass: 2.5, power: .17, ranget: 6, @@ -10433,6 +10451,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6e", + integrity: 51, mass: 1, power: .22, ranget: 7, @@ -10446,6 +10465,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6d", + integrity: 51, mass: 2.5, power: .28, ranget: 8, @@ -10459,6 +10479,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6c", + integrity: 71, mass: 4, power: .34, ranget: 9, @@ -10472,6 +10493,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6b", + integrity: 61, mass: 2.5, power: .39, ranget: 10, @@ -10485,6 +10507,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6k", + integrity: 51, mass: 5, power: .2, ranget: 9, @@ -10498,6 +10521,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6j", + integrity: 38, mass: 2, power: .27, ranget: 10, @@ -10511,6 +10535,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6i", + integrity: 64, mass: 5, power: .34, ranget: 11, @@ -10524,6 +10549,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6h", + integrity: 90, mass: 8, power: .41, ranget: 12, @@ -10537,6 +10563,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6g", + integrity: 77, mass: 5, power: .48, ranget: 13, @@ -10550,6 +10577,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6p", + integrity: 64, mass: 10, power: .25, ranget: 12, @@ -10563,6 +10591,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6o", + integrity: 48, mass: 4, power: .33, ranget: 13, @@ -10576,6 +10605,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6n", + integrity: 80, mass: 10, power: .41, ranget: 14, @@ -10589,6 +10619,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6m", + integrity: 112, mass: 16, power: .49, ranget: 15, @@ -10602,6 +10633,7 @@ module.exports = { facinglimit: 50, grp: "fi", id: "6l", + integrity: 96, mass: 10, power: .57, ranget: 16, @@ -11833,6 +11865,7 @@ module.exports = { eddbID: 1528, grp: "pv", id: "v5", + integrity: 30, mass: 12, power: .25, rating: "H" @@ -11844,6 +11877,7 @@ module.exports = { eddbID: 1529, grp: "pv", id: "v6", + integrity: 30, mass: 6, power: .75, rating: "G" @@ -11855,6 +11889,7 @@ module.exports = { eddbID: 1526, grp: "pv", id: "v3", + integrity: 30, mass: 20, power: .4, rating: "H" @@ -11866,6 +11901,7 @@ module.exports = { eddbID: 1527, grp: "pv", id: "v4", + integrity: 30, mass: 10, power: 1.2, rating: "G" @@ -11877,6 +11913,7 @@ module.exports = { eddbID: 1524, grp: "pv", id: "v1", + integrity: 30, mass: 34, power: .6, rating: "H" @@ -11888,6 +11925,7 @@ module.exports = { eddbID: 1525, grp: "pv", id: "v2", + integrity: 30, mass: 17, power: 1.8, rating: "G" @@ -11902,6 +11940,7 @@ module.exports = { explres: .5, grp: "psg", id: "p6", + integrity: 48, kinres: .4, mass: 2.5, maxmass: 63, @@ -11925,6 +11964,7 @@ module.exports = { explres: .5, grp: "psg", id: "p5", + integrity: 61, kinres: .4, mass: 5, maxmass: 138, @@ -11948,6 +11988,7 @@ module.exports = { explres: .5, grp: "psg", id: "p4", + integrity: 77, kinres: .4, mass: 10, maxmass: 413, @@ -11971,6 +12012,7 @@ module.exports = { explres: .5, grp: "psg", id: "p3", + integrity: 96, kinres: .4, mass: 20, maxmass: 713, @@ -11994,6 +12036,7 @@ module.exports = { explres: .5, grp: "psg", id: "p2", + integrity: 115, kinres: .4, mass: 40, maxmass: 1013, @@ -12017,6 +12060,7 @@ module.exports = { explres: .5, grp: "psg", id: "p1", + integrity: 136, kinres: .4, mass: 80, maxmass: 1350, @@ -12040,6 +12084,7 @@ module.exports = { explres: .5, grp: "psg", id: "p0", + integrity: 157, kinres: .4, mass: 160, maxmass: 2650, @@ -12063,6 +12108,7 @@ module.exports = { explres: .5, grp: "psg", id: "p7", + integrity: 180, kinres: .4, mass: 320, maxmass: 4500, @@ -12670,6 +12716,7 @@ module.exports = { eddbID: 1244, grp: "sc", id: "2f", + integrity: 40, mass: 2, name: "Advanced Discovery Scanner", power: 0, @@ -12682,6 +12729,7 @@ module.exports = { eddbID: 1243, grp: "sc", id: "2g", + integrity: 40, mass: 2, name: "Intermediate Discovery Scanner", power: 0, @@ -12694,6 +12742,7 @@ module.exports = { eddbID: 1242, grp: "sc", id: "2h", + integrity: 40, mass: 2, name: "Basic Discovery Scanner", power: 0, @@ -13471,6 +13520,7 @@ module.exports = { explres: .5, grp: "sg", id: "1x", + integrity: 48, kinres: .4, mass: 1.3, maxmass: 63, @@ -13493,6 +13543,7 @@ module.exports = { explres: .5, grp: "sg", id: "3v", + integrity: 41, kinres: .4, mass: 2.5, maxmass: 138, @@ -13515,6 +13566,7 @@ module.exports = { explres: .5, grp: "sg", id: "3u", + integrity: 31, kinres: .4, mass: 1, maxmass: 138, @@ -13537,6 +13589,7 @@ module.exports = { explres: .5, grp: "sg", id: "3t", + integrity: 51, kinres: .4, mass: 2.5, maxmass: 138, @@ -13559,6 +13612,7 @@ module.exports = { explres: .5, grp: "sg", id: "3s", + integrity: 71, kinres: .4, mass: 4, maxmass: 138, @@ -13581,6 +13635,7 @@ module.exports = { explres: .5, grp: "sg", id: "3r", + integrity: 61, kinres: .4, mass: 2.5, maxmass: 138, @@ -13603,6 +13658,7 @@ module.exports = { explres: .5, grp: "sg", id: "44", + integrity: 51, kinres: .4, mass: 5, maxmass: 413, @@ -13625,6 +13681,7 @@ module.exports = { explres: .5, grp: "sg", id: "43", + integrity: 38, kinres: .4, mass: 2, maxmass: 413, @@ -13647,6 +13704,7 @@ module.exports = { explres: .5, grp: "sg", id: "42", + integrity: 64, kinres: .4, mass: 5, maxmass: 413, @@ -13669,6 +13727,7 @@ module.exports = { explres: .5, grp: "sg", id: "41", + integrity: 90, kinres: .4, mass: 8, maxmass: 413, @@ -13691,6 +13750,7 @@ module.exports = { explres: .5, grp: "sg", id: "40", + integrity: 77, kinres: .4, mass: 5, maxmass: 413, @@ -13713,6 +13773,7 @@ module.exports = { explres: .5, grp: "sg", id: "49", + integrity: 64, kinres: .4, mass: 10, maxmass: 713, @@ -13735,6 +13796,7 @@ module.exports = { explres: .5, grp: "sg", id: "48", + integrity: 48, kinres: .4, mass: 4, maxmass: 713, @@ -13757,6 +13819,7 @@ module.exports = { explres: .5, grp: "sg", id: "47", + integrity: 80, kinres: .4, mass: 10, maxmass: 713, @@ -13779,6 +13842,7 @@ module.exports = { explres: .5, grp: "sg", id: "46", + integrity: 112, kinres: .4, mass: 16, maxmass: 713, @@ -13801,6 +13865,7 @@ module.exports = { explres: .5, grp: "sg", id: "45", + integrity: 96, kinres: .4, mass: 10, maxmass: 713, @@ -13823,6 +13888,7 @@ module.exports = { explres: .5, grp: "sg", id: "4e", + integrity: 77, kinres: .4, mass: 20, maxmass: 1013, @@ -13845,6 +13911,7 @@ module.exports = { explres: .5, grp: "sg", id: "4d", + integrity: 58, kinres: .4, mass: 8, maxmass: 1013, @@ -13867,6 +13934,7 @@ module.exports = { explres: .5, grp: "sg", id: "4c", + integrity: 96, kinres: .4, mass: 20, maxmass: 1013, @@ -13889,6 +13957,7 @@ module.exports = { explres: .5, grp: "sg", id: "4b", + integrity: 134, kinres: .4, mass: 32, maxmass: 1013, @@ -13911,6 +13980,7 @@ module.exports = { explres: .5, grp: "sg", id: "4a", + integrity: 115, kinres: .4, mass: 20, maxmass: 1013, @@ -13933,6 +14003,7 @@ module.exports = { explres: .5, grp: "sg", id: "4j", + integrity: 90, kinres: .4, mass: 40, maxmass: 1350, @@ -13955,6 +14026,7 @@ module.exports = { explres: .5, grp: "sg", id: "4i", + integrity: 68, kinres: .4, mass: 16, maxmass: 1350, @@ -13977,6 +14049,7 @@ module.exports = { explres: .5, grp: "sg", id: "4h", + integrity: 113, kinres: .4, mass: 40, maxmass: 1350, @@ -13999,6 +14072,7 @@ module.exports = { explres: .5, grp: "sg", id: "4g", + integrity: 158, kinres: .4, mass: 64, maxmass: 1350, @@ -14021,6 +14095,7 @@ module.exports = { explres: .5, grp: "sg", id: "4f", + integrity: 136, kinres: .4, mass: 40, maxmass: 1350, @@ -14043,6 +14118,7 @@ module.exports = { explres: .5, grp: "sg", id: "4o", + integrity: 105, kinres: .4, mass: 80, maxmass: 2650, @@ -14065,6 +14141,7 @@ module.exports = { explres: .5, grp: "sg", id: "4n", + integrity: 79, kinres: .4, mass: 32, maxmass: 2650, @@ -14087,6 +14164,7 @@ module.exports = { explres: .5, grp: "sg", id: "4m", + integrity: 131, kinres: .4, mass: 80, maxmass: 2650, @@ -14109,6 +14187,7 @@ module.exports = { explres: .5, grp: "sg", id: "4l", + integrity: 183, kinres: .4, mass: 128, maxmass: 2650, @@ -14131,6 +14210,7 @@ module.exports = { explres: .5, grp: "sg", id: "4k", + integrity: 157, kinres: .4, mass: 80, maxmass: 2650, @@ -14153,6 +14233,7 @@ module.exports = { explres: .5, grp: "sg", id: "4t", + integrity: 120, kinres: .4, mass: 160, maxmass: 4500, @@ -14175,6 +14256,7 @@ module.exports = { explres: .5, grp: "sg", id: "4s", + integrity: 90, kinres: .4, mass: 64, maxmass: 4500, @@ -14197,6 +14279,7 @@ module.exports = { explres: .5, grp: "sg", id: "4r", + integrity: 150, kinres: .4, mass: 160, maxmass: 4500, @@ -14219,6 +14302,7 @@ module.exports = { explres: .5, grp: "sg", id: "4q", + integrity: 210, kinres: .4, mass: 256, maxmass: 4500, @@ -14241,6 +14325,7 @@ module.exports = { explres: .5, grp: "sg", id: "4p", + integrity: 180, kinres: .4, mass: 160, maxmass: 4500, diff --git a/dist/index.json b/dist/index.json index b72dbba..92aabbb 100644 --- a/dist/index.json +++ b/dist/index.json @@ -11927,6 +11927,7 @@ "explres": 0.5, "grp": "bsg", "id": "B6", + "integrity": 40, "kinres": 0.4, "mass": 1.3, "maxmass": 63, @@ -11950,6 +11951,7 @@ "explres": 0.5, "grp": "bsg", "id": "B5", + "integrity": 51, "kinres": 0.4, "mass": 2.5, "maxmass": 138, @@ -11973,6 +11975,7 @@ "explres": 0.5, "grp": "bsg", "id": "B4", + "integrity": 64, "kinres": 0.4, "mass": 5, "maxmass": 413, @@ -11996,6 +11999,7 @@ "explres": 0.5, "grp": "bsg", "id": "B3", + "integrity": 80, "kinres": 0.4, "mass": 10, "maxmass": 713, @@ -12019,6 +12023,7 @@ "explres": 0.5, "grp": "bsg", "id": "B2", + "integrity": 96, "kinres": 0.4, "mass": 20, "maxmass": 1013, @@ -12042,6 +12047,7 @@ "explres": 0.5, "grp": "bsg", "id": "B1", + "integrity": 113, "kinres": 0.4, "mass": 40, "maxmass": 1350, @@ -12065,6 +12071,7 @@ "explres": 0.5, "grp": "bsg", "id": "B0", + "integrity": 131, "kinres": 0.4, "mass": 80, "maxmass": 2650, @@ -12088,6 +12095,7 @@ "explres": 0.5, "grp": "bsg", "id": "B7", + "integrity": 150, "kinres": 0.4, "mass": 160, "maxmass": 4500, @@ -12496,6 +12504,7 @@ "eddbID": 890, "grp": "dc", "id": "24", + "integrity": 10, "name": "Standard Docking Computer", "power": 0.39, "rating": "E" @@ -12511,6 +12520,7 @@ "fightercost": 1030, "grp": "fh", "id": "fr", + "integrity": 60, "mass": 20, "power": 0.25, "rating": "D", @@ -12525,6 +12535,7 @@ "fightercost": 1030, "grp": "fh", "id": "fm", + "integrity": 80, "mass": 40, "power": 0.35, "rating": "D", @@ -12539,6 +12550,7 @@ "fightercost": 1030, "grp": "fh", "id": "fh", + "integrity": 120, "mass": 60, "power": 0.35, "rating": "D", @@ -12555,6 +12567,7 @@ "facinglimit": 50, "grp": "fi", "id": "6a", + "integrity": 32, "mass": 1.3, "power": 0.14, "ranget": 3, @@ -12569,6 +12582,7 @@ "facinglimit": 50, "grp": "fi", "id": "69", + "integrity": 24, "mass": 0.5, "power": 0.18, "ranget": 4, @@ -12583,6 +12597,7 @@ "facinglimit": 50, "grp": "fi", "id": "68", + "integrity": 40, "mass": 1.3, "power": 0.23, "ranget": 5, @@ -12597,6 +12612,7 @@ "facinglimit": 50, "grp": "fi", "id": "67", + "integrity": 56, "mass": 2, "power": 0.28, "ranget": 6, @@ -12611,6 +12627,7 @@ "facinglimit": 50, "grp": "fi", "id": "66", + "integrity": 48, "mass": 1.3, "power": 0.32, "ranget": 7, @@ -12625,6 +12642,7 @@ "facinglimit": 50, "grp": "fi", "id": "6f", + "integrity": 41, "mass": 2.5, "power": 0.17, "ranget": 6, @@ -12639,6 +12657,7 @@ "facinglimit": 50, "grp": "fi", "id": "6e", + "integrity": 51, "mass": 1, "power": 0.22, "ranget": 7, @@ -12653,6 +12672,7 @@ "facinglimit": 50, "grp": "fi", "id": "6d", + "integrity": 51, "mass": 2.5, "power": 0.28, "ranget": 8, @@ -12667,6 +12687,7 @@ "facinglimit": 50, "grp": "fi", "id": "6c", + "integrity": 71, "mass": 4, "power": 0.34, "ranget": 9, @@ -12681,6 +12702,7 @@ "facinglimit": 50, "grp": "fi", "id": "6b", + "integrity": 61, "mass": 2.5, "power": 0.39, "ranget": 10, @@ -12695,6 +12717,7 @@ "facinglimit": 50, "grp": "fi", "id": "6k", + "integrity": 51, "mass": 5, "power": 0.2, "ranget": 9, @@ -12709,6 +12732,7 @@ "facinglimit": 50, "grp": "fi", "id": "6j", + "integrity": 38, "mass": 2, "power": 0.27, "ranget": 10, @@ -12723,6 +12747,7 @@ "facinglimit": 50, "grp": "fi", "id": "6i", + "integrity": 64, "mass": 5, "power": 0.34, "ranget": 11, @@ -12737,6 +12762,7 @@ "facinglimit": 50, "grp": "fi", "id": "6h", + "integrity": 90, "mass": 8, "power": 0.41, "ranget": 12, @@ -12751,6 +12777,7 @@ "facinglimit": 50, "grp": "fi", "id": "6g", + "integrity": 77, "mass": 5, "power": 0.48, "ranget": 13, @@ -12765,6 +12792,7 @@ "facinglimit": 50, "grp": "fi", "id": "6p", + "integrity": 64, "mass": 10, "power": 0.25, "ranget": 12, @@ -12779,6 +12807,7 @@ "facinglimit": 50, "grp": "fi", "id": "6o", + "integrity": 48, "mass": 4, "power": 0.33, "ranget": 13, @@ -12793,6 +12822,7 @@ "facinglimit": 50, "grp": "fi", "id": "6n", + "integrity": 80, "mass": 10, "power": 0.41, "ranget": 14, @@ -12807,6 +12837,7 @@ "facinglimit": 50, "grp": "fi", "id": "6m", + "integrity": 112, "mass": 16, "power": 0.49, "ranget": 15, @@ -12821,6 +12852,7 @@ "facinglimit": 50, "grp": "fi", "id": "6l", + "integrity": 96, "mass": 10, "power": 0.57, "ranget": 16, @@ -14168,6 +14200,7 @@ "eddbID": 1528, "grp": "pv", "id": "v5", + "integrity": 30, "mass": 12, "power": 0.25, "rating": "H" @@ -14180,6 +14213,7 @@ "eddbID": 1529, "grp": "pv", "id": "v6", + "integrity": 30, "mass": 6, "power": 0.75, "rating": "G" @@ -14192,6 +14226,7 @@ "eddbID": 1526, "grp": "pv", "id": "v3", + "integrity": 30, "mass": 20, "power": 0.4, "rating": "H" @@ -14204,6 +14239,7 @@ "eddbID": 1527, "grp": "pv", "id": "v4", + "integrity": 30, "mass": 10, "power": 1.2, "rating": "G" @@ -14216,6 +14252,7 @@ "eddbID": 1524, "grp": "pv", "id": "v1", + "integrity": 30, "mass": 34, "power": 0.6, "rating": "H" @@ -14228,6 +14265,7 @@ "eddbID": 1525, "grp": "pv", "id": "v2", + "integrity": 30, "mass": 17, "power": 1.8, "rating": "G" @@ -14244,6 +14282,7 @@ "explres": 0.5, "grp": "psg", "id": "p6", + "integrity": 48, "kinres": 0.4, "mass": 2.5, "maxmass": 63, @@ -14268,6 +14307,7 @@ "explres": 0.5, "grp": "psg", "id": "p5", + "integrity": 61, "kinres": 0.4, "mass": 5, "maxmass": 138, @@ -14292,6 +14332,7 @@ "explres": 0.5, "grp": "psg", "id": "p4", + "integrity": 77, "kinres": 0.4, "mass": 10, "maxmass": 413, @@ -14316,6 +14357,7 @@ "explres": 0.5, "grp": "psg", "id": "p3", + "integrity": 96, "kinres": 0.4, "mass": 20, "maxmass": 713, @@ -14340,6 +14382,7 @@ "explres": 0.5, "grp": "psg", "id": "p2", + "integrity": 115, "kinres": 0.4, "mass": 40, "maxmass": 1013, @@ -14364,6 +14407,7 @@ "explres": 0.5, "grp": "psg", "id": "p1", + "integrity": 136, "kinres": 0.4, "mass": 80, "maxmass": 1350, @@ -14388,6 +14432,7 @@ "explres": 0.5, "grp": "psg", "id": "p0", + "integrity": 157, "kinres": 0.4, "mass": 160, "maxmass": 2650, @@ -14412,6 +14457,7 @@ "explres": 0.5, "grp": "psg", "id": "p7", + "integrity": 180, "kinres": 0.4, "mass": 320, "maxmass": 4500, @@ -15081,6 +15127,7 @@ "eddbID": 1244, "grp": "sc", "id": "2f", + "integrity": 40, "mass": 2, "name": "Advanced Discovery Scanner", "power": 0, @@ -15094,6 +15141,7 @@ "eddbID": 1243, "grp": "sc", "id": "2g", + "integrity": 40, "mass": 2, "name": "Intermediate Discovery Scanner", "power": 0, @@ -15107,6 +15155,7 @@ "eddbID": 1242, "grp": "sc", "id": "2h", + "integrity": 40, "mass": 2, "name": "Basic Discovery Scanner", "power": 0, @@ -15927,6 +15976,7 @@ "explres": 0.5, "grp": "sg", "id": "1x", + "integrity": 48, "kinres": 0.4, "mass": 1.3, "maxmass": 63, @@ -15950,6 +16000,7 @@ "explres": 0.5, "grp": "sg", "id": "3v", + "integrity": 41, "kinres": 0.4, "mass": 2.5, "maxmass": 138, @@ -15973,6 +16024,7 @@ "explres": 0.5, "grp": "sg", "id": "3u", + "integrity": 31, "kinres": 0.4, "mass": 1, "maxmass": 138, @@ -15996,6 +16048,7 @@ "explres": 0.5, "grp": "sg", "id": "3t", + "integrity": 51, "kinres": 0.4, "mass": 2.5, "maxmass": 138, @@ -16019,6 +16072,7 @@ "explres": 0.5, "grp": "sg", "id": "3s", + "integrity": 71, "kinres": 0.4, "mass": 4, "maxmass": 138, @@ -16042,6 +16096,7 @@ "explres": 0.5, "grp": "sg", "id": "3r", + "integrity": 61, "kinres": 0.4, "mass": 2.5, "maxmass": 138, @@ -16065,6 +16120,7 @@ "explres": 0.5, "grp": "sg", "id": "44", + "integrity": 51, "kinres": 0.4, "mass": 5, "maxmass": 413, @@ -16088,6 +16144,7 @@ "explres": 0.5, "grp": "sg", "id": "43", + "integrity": 38, "kinres": 0.4, "mass": 2, "maxmass": 413, @@ -16111,6 +16168,7 @@ "explres": 0.5, "grp": "sg", "id": "42", + "integrity": 64, "kinres": 0.4, "mass": 5, "maxmass": 413, @@ -16134,6 +16192,7 @@ "explres": 0.5, "grp": "sg", "id": "41", + "integrity": 90, "kinres": 0.4, "mass": 8, "maxmass": 413, @@ -16157,6 +16216,7 @@ "explres": 0.5, "grp": "sg", "id": "40", + "integrity": 77, "kinres": 0.4, "mass": 5, "maxmass": 413, @@ -16180,6 +16240,7 @@ "explres": 0.5, "grp": "sg", "id": "49", + "integrity": 64, "kinres": 0.4, "mass": 10, "maxmass": 713, @@ -16203,6 +16264,7 @@ "explres": 0.5, "grp": "sg", "id": "48", + "integrity": 48, "kinres": 0.4, "mass": 4, "maxmass": 713, @@ -16226,6 +16288,7 @@ "explres": 0.5, "grp": "sg", "id": "47", + "integrity": 80, "kinres": 0.4, "mass": 10, "maxmass": 713, @@ -16249,6 +16312,7 @@ "explres": 0.5, "grp": "sg", "id": "46", + "integrity": 112, "kinres": 0.4, "mass": 16, "maxmass": 713, @@ -16272,6 +16336,7 @@ "explres": 0.5, "grp": "sg", "id": "45", + "integrity": 96, "kinres": 0.4, "mass": 10, "maxmass": 713, @@ -16295,6 +16360,7 @@ "explres": 0.5, "grp": "sg", "id": "4e", + "integrity": 77, "kinres": 0.4, "mass": 20, "maxmass": 1013, @@ -16318,6 +16384,7 @@ "explres": 0.5, "grp": "sg", "id": "4d", + "integrity": 58, "kinres": 0.4, "mass": 8, "maxmass": 1013, @@ -16341,6 +16408,7 @@ "explres": 0.5, "grp": "sg", "id": "4c", + "integrity": 96, "kinres": 0.4, "mass": 20, "maxmass": 1013, @@ -16364,6 +16432,7 @@ "explres": 0.5, "grp": "sg", "id": "4b", + "integrity": 134, "kinres": 0.4, "mass": 32, "maxmass": 1013, @@ -16387,6 +16456,7 @@ "explres": 0.5, "grp": "sg", "id": "4a", + "integrity": 115, "kinres": 0.4, "mass": 20, "maxmass": 1013, @@ -16410,6 +16480,7 @@ "explres": 0.5, "grp": "sg", "id": "4j", + "integrity": 90, "kinres": 0.4, "mass": 40, "maxmass": 1350, @@ -16433,6 +16504,7 @@ "explres": 0.5, "grp": "sg", "id": "4i", + "integrity": 68, "kinres": 0.4, "mass": 16, "maxmass": 1350, @@ -16456,6 +16528,7 @@ "explres": 0.5, "grp": "sg", "id": "4h", + "integrity": 113, "kinres": 0.4, "mass": 40, "maxmass": 1350, @@ -16479,6 +16552,7 @@ "explres": 0.5, "grp": "sg", "id": "4g", + "integrity": 158, "kinres": 0.4, "mass": 64, "maxmass": 1350, @@ -16502,6 +16576,7 @@ "explres": 0.5, "grp": "sg", "id": "4f", + "integrity": 136, "kinres": 0.4, "mass": 40, "maxmass": 1350, @@ -16525,6 +16600,7 @@ "explres": 0.5, "grp": "sg", "id": "4o", + "integrity": 105, "kinres": 0.4, "mass": 80, "maxmass": 2650, @@ -16548,6 +16624,7 @@ "explres": 0.5, "grp": "sg", "id": "4n", + "integrity": 79, "kinres": 0.4, "mass": 32, "maxmass": 2650, @@ -16571,6 +16648,7 @@ "explres": 0.5, "grp": "sg", "id": "4m", + "integrity": 131, "kinres": 0.4, "mass": 80, "maxmass": 2650, @@ -16594,6 +16672,7 @@ "explres": 0.5, "grp": "sg", "id": "4l", + "integrity": 183, "kinres": 0.4, "mass": 128, "maxmass": 2650, @@ -16617,6 +16696,7 @@ "explres": 0.5, "grp": "sg", "id": "4k", + "integrity": 157, "kinres": 0.4, "mass": 80, "maxmass": 2650, @@ -16640,6 +16720,7 @@ "explres": 0.5, "grp": "sg", "id": "4t", + "integrity": 120, "kinres": 0.4, "mass": 160, "maxmass": 4500, @@ -16663,6 +16744,7 @@ "explres": 0.5, "grp": "sg", "id": "4s", + "integrity": 90, "kinres": 0.4, "mass": 64, "maxmass": 4500, @@ -16686,6 +16768,7 @@ "explres": 0.5, "grp": "sg", "id": "4r", + "integrity": 150, "kinres": 0.4, "mass": 160, "maxmass": 4500, @@ -16709,6 +16792,7 @@ "explres": 0.5, "grp": "sg", "id": "4q", + "integrity": 210, "kinres": 0.4, "mass": 256, "maxmass": 4500, @@ -16732,6 +16816,7 @@ "explres": 0.5, "grp": "sg", "id": "4p", + "integrity": 180, "kinres": 0.4, "mass": 160, "maxmass": 4500, diff --git a/modules/internal/bi_weave_shield_generator.json b/modules/internal/bi_weave_shield_generator.json index 625b929..dc9566e 100644 --- a/modules/internal/bi_weave_shield_generator.json +++ b/modules/internal/bi_weave_shield_generator.json @@ -10,6 +10,7 @@ "explres": 0.5, "grp": "bsg", "id": "B6", + "integrity": 40, "kinres": 0.4, "mass": 1.3, "maxmass": 63, @@ -33,6 +34,7 @@ "explres": 0.5, "grp": "bsg", "id": "B5", + "integrity": 51, "kinres": 0.4, "mass": 2.5, "maxmass": 138, @@ -56,6 +58,7 @@ "explres": 0.5, "grp": "bsg", "id": "B4", + "integrity": 64, "kinres": 0.4, "mass": 5, "maxmass": 413, @@ -79,6 +82,7 @@ "explres": 0.5, "grp": "bsg", "id": "B3", + "integrity": 80, "kinres": 0.4, "mass": 10, "maxmass": 713, @@ -102,6 +106,7 @@ "explres": 0.5, "grp": "bsg", "id": "B2", + "integrity": 96, "kinres": 0.4, "mass": 20, "maxmass": 1013, @@ -125,6 +130,7 @@ "explres": 0.5, "grp": "bsg", "id": "B1", + "integrity": 113, "kinres": 0.4, "mass": 40, "maxmass": 1350, @@ -148,6 +154,7 @@ "explres": 0.5, "grp": "bsg", "id": "B0", + "integrity": 131, "kinres": 0.4, "mass": 80, "maxmass": 2650, @@ -171,6 +178,7 @@ "explres": 0.5, "grp": "bsg", "id": "B7", + "integrity": 150, "kinres": 0.4, "mass": 160, "maxmass": 4500, diff --git a/modules/internal/docking_computer.json b/modules/internal/docking_computer.json index 4d9fc00..7f6bf98 100644 --- a/modules/internal/docking_computer.json +++ b/modules/internal/docking_computer.json @@ -7,6 +7,7 @@ "eddbID": 890, "grp": "dc", "id": "24", + "integrity": 10, "name": "Standard Docking Computer", "power": 0.39, "rating": "E" diff --git a/modules/internal/fighter_hangar.json b/modules/internal/fighter_hangar.json index 538087e..49bb38e 100644 --- a/modules/internal/fighter_hangar.json +++ b/modules/internal/fighter_hangar.json @@ -9,6 +9,7 @@ "fightercost": 1030, "grp": "fh", "id": "fr", + "integrity": 60, "mass": 20, "power": 0.25, "rating": "D", @@ -23,6 +24,7 @@ "fightercost": 1030, "grp": "fh", "id": "fm", + "integrity": 80, "mass": 40, "power": 0.35, "rating": "D", @@ -37,6 +39,7 @@ "fightercost": 1030, "grp": "fh", "id": "fh", + "integrity": 120, "mass": 60, "power": 0.35, "rating": "D", diff --git a/modules/internal/frame_shift_drive_interdictor.json b/modules/internal/frame_shift_drive_interdictor.json index fcef922..30c833e 100644 --- a/modules/internal/frame_shift_drive_interdictor.json +++ b/modules/internal/frame_shift_drive_interdictor.json @@ -9,6 +9,7 @@ "facinglimit": 50, "grp": "fi", "id": "6a", + "integrity": 32, "mass": 1.3, "power": 0.14, "ranget": 3, @@ -23,6 +24,7 @@ "facinglimit": 50, "grp": "fi", "id": "69", + "integrity": 24, "mass": 0.5, "power": 0.18, "ranget": 4, @@ -37,6 +39,7 @@ "facinglimit": 50, "grp": "fi", "id": "68", + "integrity": 40, "mass": 1.3, "power": 0.23, "ranget": 5, @@ -51,6 +54,7 @@ "facinglimit": 50, "grp": "fi", "id": "67", + "integrity": 56, "mass": 2, "power": 0.28, "ranget": 6, @@ -65,6 +69,7 @@ "facinglimit": 50, "grp": "fi", "id": "66", + "integrity": 48, "mass": 1.3, "power": 0.32, "ranget": 7, @@ -79,6 +84,7 @@ "facinglimit": 50, "grp": "fi", "id": "6f", + "integrity": 41, "mass": 2.5, "power": 0.17, "ranget": 6, @@ -93,6 +99,7 @@ "facinglimit": 50, "grp": "fi", "id": "6e", + "integrity": 51, "mass": 1, "power": 0.22, "ranget": 7, @@ -107,6 +114,7 @@ "facinglimit": 50, "grp": "fi", "id": "6d", + "integrity": 51, "mass": 2.5, "power": 0.28, "ranget": 8, @@ -121,6 +129,7 @@ "facinglimit": 50, "grp": "fi", "id": "6c", + "integrity": 71, "mass": 4, "power": 0.34, "ranget": 9, @@ -135,6 +144,7 @@ "facinglimit": 50, "grp": "fi", "id": "6b", + "integrity": 61, "mass": 2.5, "power": 0.39, "ranget": 10, @@ -149,6 +159,7 @@ "facinglimit": 50, "grp": "fi", "id": "6k", + "integrity": 51, "mass": 5, "power": 0.2, "ranget": 9, @@ -163,6 +174,7 @@ "facinglimit": 50, "grp": "fi", "id": "6j", + "integrity": 38, "mass": 2, "power": 0.27, "ranget": 10, @@ -177,6 +189,7 @@ "facinglimit": 50, "grp": "fi", "id": "6i", + "integrity": 64, "mass": 5, "power": 0.34, "ranget": 11, @@ -191,6 +204,7 @@ "facinglimit": 50, "grp": "fi", "id": "6h", + "integrity": 90, "mass": 8, "power": 0.41, "ranget": 12, @@ -205,6 +219,7 @@ "facinglimit": 50, "grp": "fi", "id": "6g", + "integrity": 77, "mass": 5, "power": 0.48, "ranget": 13, @@ -219,6 +234,7 @@ "facinglimit": 50, "grp": "fi", "id": "6p", + "integrity": 64, "mass": 10, "power": 0.25, "ranget": 12, @@ -233,6 +249,7 @@ "facinglimit": 50, "grp": "fi", "id": "6o", + "integrity": 48, "mass": 4, "power": 0.33, "ranget": 13, @@ -247,6 +264,7 @@ "facinglimit": 50, "grp": "fi", "id": "6n", + "integrity": 80, "mass": 10, "power": 0.41, "ranget": 14, @@ -261,6 +279,7 @@ "facinglimit": 50, "grp": "fi", "id": "6m", + "integrity": 112, "mass": 16, "power": 0.49, "ranget": 15, @@ -275,6 +294,7 @@ "facinglimit": 50, "grp": "fi", "id": "6l", + "integrity": 96, "mass": 10, "power": 0.57, "ranget": 16, diff --git a/modules/internal/planetary_vehicle_hanger.json b/modules/internal/planetary_vehicle_hanger.json index f7f1e07..853bc6b 100644 --- a/modules/internal/planetary_vehicle_hanger.json +++ b/modules/internal/planetary_vehicle_hanger.json @@ -8,6 +8,7 @@ "eddbID": 1528, "grp": "pv", "id": "v5", + "integrity": 30, "mass": 12, "power": 0.25, "rating": "H" @@ -20,6 +21,7 @@ "eddbID": 1529, "grp": "pv", "id": "v6", + "integrity": 30, "mass": 6, "power": 0.75, "rating": "G" @@ -32,6 +34,7 @@ "eddbID": 1526, "grp": "pv", "id": "v3", + "integrity": 30, "mass": 20, "power": 0.4, "rating": "H" @@ -44,6 +47,7 @@ "eddbID": 1527, "grp": "pv", "id": "v4", + "integrity": 30, "mass": 10, "power": 1.2, "rating": "G" @@ -56,6 +60,7 @@ "eddbID": 1524, "grp": "pv", "id": "v1", + "integrity": 30, "mass": 34, "power": 0.6, "rating": "H" @@ -68,6 +73,7 @@ "eddbID": 1525, "grp": "pv", "id": "v2", + "integrity": 30, "mass": 17, "power": 1.8, "rating": "G" diff --git a/modules/internal/pristmatic_shield_generator.json b/modules/internal/pristmatic_shield_generator.json index 8af4bf3..28483c8 100644 --- a/modules/internal/pristmatic_shield_generator.json +++ b/modules/internal/pristmatic_shield_generator.json @@ -10,6 +10,7 @@ "explres": 0.5, "grp": "psg", "id": "p6", + "integrity": 48, "kinres": 0.4, "mass": 2.5, "maxmass": 63, @@ -34,6 +35,7 @@ "explres": 0.5, "grp": "psg", "id": "p5", + "integrity": 61, "kinres": 0.4, "mass": 5, "maxmass": 138, @@ -58,6 +60,7 @@ "explres": 0.5, "grp": "psg", "id": "p4", + "integrity": 77, "kinres": 0.4, "mass": 10, "maxmass": 413, @@ -82,6 +85,7 @@ "explres": 0.5, "grp": "psg", "id": "p3", + "integrity": 96, "kinres": 0.4, "mass": 20, "maxmass": 713, @@ -106,6 +110,7 @@ "explres": 0.5, "grp": "psg", "id": "p2", + "integrity": 115, "kinres": 0.4, "mass": 40, "maxmass": 1013, @@ -130,6 +135,7 @@ "explres": 0.5, "grp": "psg", "id": "p1", + "integrity": 136, "kinres": 0.4, "mass": 80, "maxmass": 1350, @@ -154,6 +160,7 @@ "explres": 0.5, "grp": "psg", "id": "p0", + "integrity": 157, "kinres": 0.4, "mass": 160, "maxmass": 2650, @@ -178,6 +185,7 @@ "explres": 0.5, "grp": "psg", "id": "p7", + "integrity": 180, "kinres": 0.4, "mass": 320, "maxmass": 4500, diff --git a/modules/internal/scanner.json b/modules/internal/scanner.json index 7716019..e262472 100644 --- a/modules/internal/scanner.json +++ b/modules/internal/scanner.json @@ -7,6 +7,7 @@ "eddbID": 1244, "grp": "sc", "id": "2f", + "integrity": 40, "mass": 2, "name": "Advanced Discovery Scanner", "power": 0, @@ -20,6 +21,7 @@ "eddbID": 1243, "grp": "sc", "id": "2g", + "integrity": 40, "mass": 2, "name": "Intermediate Discovery Scanner", "power": 0, @@ -33,6 +35,7 @@ "eddbID": 1242, "grp": "sc", "id": "2h", + "integrity": 40, "mass": 2, "name": "Basic Discovery Scanner", "power": 0, diff --git a/modules/internal/shield_generator.json b/modules/internal/shield_generator.json index a425579..6042403 100644 --- a/modules/internal/shield_generator.json +++ b/modules/internal/shield_generator.json @@ -10,6 +10,7 @@ "explres": 0.5, "grp": "sg", "id": "1x", + "integrity": 48, "kinres": 0.4, "mass": 1.3, "maxmass": 63, @@ -33,6 +34,7 @@ "explres": 0.5, "grp": "sg", "id": "3v", + "integrity": 41, "kinres": 0.4, "mass": 2.5, "maxmass": 138, @@ -56,6 +58,7 @@ "explres": 0.5, "grp": "sg", "id": "3u", + "integrity": 31, "kinres": 0.4, "mass": 1, "maxmass": 138, @@ -79,6 +82,7 @@ "explres": 0.5, "grp": "sg", "id": "3t", + "integrity": 51, "kinres": 0.4, "mass": 2.5, "maxmass": 138, @@ -102,6 +106,7 @@ "explres": 0.5, "grp": "sg", "id": "3s", + "integrity": 71, "kinres": 0.4, "mass": 4, "maxmass": 138, @@ -125,6 +130,7 @@ "explres": 0.5, "grp": "sg", "id": "3r", + "integrity": 61, "kinres": 0.4, "mass": 2.5, "maxmass": 138, @@ -148,6 +154,7 @@ "explres": 0.5, "grp": "sg", "id": "44", + "integrity": 51, "kinres": 0.4, "mass": 5, "maxmass": 413, @@ -171,6 +178,7 @@ "explres": 0.5, "grp": "sg", "id": "43", + "integrity": 38, "kinres": 0.4, "mass": 2, "maxmass": 413, @@ -194,6 +202,7 @@ "explres": 0.5, "grp": "sg", "id": "42", + "integrity": 64, "kinres": 0.4, "mass": 5, "maxmass": 413, @@ -217,6 +226,7 @@ "explres": 0.5, "grp": "sg", "id": "41", + "integrity": 90, "kinres": 0.4, "mass": 8, "maxmass": 413, @@ -240,6 +250,7 @@ "explres": 0.5, "grp": "sg", "id": "40", + "integrity": 77, "kinres": 0.4, "mass": 5, "maxmass": 413, @@ -263,6 +274,7 @@ "explres": 0.5, "grp": "sg", "id": "49", + "integrity": 64, "kinres": 0.4, "mass": 10, "maxmass": 713, @@ -286,6 +298,7 @@ "explres": 0.5, "grp": "sg", "id": "48", + "integrity": 48, "kinres": 0.4, "mass": 4, "maxmass": 713, @@ -309,6 +322,7 @@ "explres": 0.5, "grp": "sg", "id": "47", + "integrity": 80, "kinres": 0.4, "mass": 10, "maxmass": 713, @@ -332,6 +346,7 @@ "explres": 0.5, "grp": "sg", "id": "46", + "integrity": 112, "kinres": 0.4, "mass": 16, "maxmass": 713, @@ -355,6 +370,7 @@ "explres": 0.5, "grp": "sg", "id": "45", + "integrity": 96, "kinres": 0.4, "mass": 10, "maxmass": 713, @@ -378,6 +394,7 @@ "explres": 0.5, "grp": "sg", "id": "4e", + "integrity": 77, "kinres": 0.4, "mass": 20, "maxmass": 1013, @@ -401,6 +418,7 @@ "explres": 0.5, "grp": "sg", "id": "4d", + "integrity": 58, "kinres": 0.4, "mass": 8, "maxmass": 1013, @@ -424,6 +442,7 @@ "explres": 0.5, "grp": "sg", "id": "4c", + "integrity": 96, "kinres": 0.4, "mass": 20, "maxmass": 1013, @@ -447,6 +466,7 @@ "explres": 0.5, "grp": "sg", "id": "4b", + "integrity": 134, "kinres": 0.4, "mass": 32, "maxmass": 1013, @@ -470,6 +490,7 @@ "explres": 0.5, "grp": "sg", "id": "4a", + "integrity": 115, "kinres": 0.4, "mass": 20, "maxmass": 1013, @@ -493,6 +514,7 @@ "explres": 0.5, "grp": "sg", "id": "4j", + "integrity": 90, "kinres": 0.4, "mass": 40, "maxmass": 1350, @@ -516,6 +538,7 @@ "explres": 0.5, "grp": "sg", "id": "4i", + "integrity": 68, "kinres": 0.4, "mass": 16, "maxmass": 1350, @@ -539,6 +562,7 @@ "explres": 0.5, "grp": "sg", "id": "4h", + "integrity": 113, "kinres": 0.4, "mass": 40, "maxmass": 1350, @@ -562,6 +586,7 @@ "explres": 0.5, "grp": "sg", "id": "4g", + "integrity": 158, "kinres": 0.4, "mass": 64, "maxmass": 1350, @@ -585,6 +610,7 @@ "explres": 0.5, "grp": "sg", "id": "4f", + "integrity": 136, "kinres": 0.4, "mass": 40, "maxmass": 1350, @@ -608,6 +634,7 @@ "explres": 0.5, "grp": "sg", "id": "4o", + "integrity": 105, "kinres": 0.4, "mass": 80, "maxmass": 2650, @@ -631,6 +658,7 @@ "explres": 0.5, "grp": "sg", "id": "4n", + "integrity": 79, "kinres": 0.4, "mass": 32, "maxmass": 2650, @@ -654,6 +682,7 @@ "explres": 0.5, "grp": "sg", "id": "4m", + "integrity": 131, "kinres": 0.4, "mass": 80, "maxmass": 2650, @@ -677,6 +706,7 @@ "explres": 0.5, "grp": "sg", "id": "4l", + "integrity": 183, "kinres": 0.4, "mass": 128, "maxmass": 2650, @@ -700,6 +730,7 @@ "explres": 0.5, "grp": "sg", "id": "4k", + "integrity": 157, "kinres": 0.4, "mass": 80, "maxmass": 2650, @@ -723,6 +754,7 @@ "explres": 0.5, "grp": "sg", "id": "4t", + "integrity": 120, "kinres": 0.4, "mass": 160, "maxmass": 4500, @@ -746,6 +778,7 @@ "explres": 0.5, "grp": "sg", "id": "4s", + "integrity": 90, "kinres": 0.4, "mass": 64, "maxmass": 4500, @@ -769,6 +802,7 @@ "explres": 0.5, "grp": "sg", "id": "4r", + "integrity": 150, "kinres": 0.4, "mass": 160, "maxmass": 4500, @@ -792,6 +826,7 @@ "explres": 0.5, "grp": "sg", "id": "4q", + "integrity": 210, "kinres": 0.4, "mass": 256, "maxmass": 4500, @@ -815,6 +850,7 @@ "explres": 0.5, "grp": "sg", "id": "4p", + "integrity": 180, "kinres": 0.4, "mass": 160, "maxmass": 4500, From bdb5dc40d573817b186f335f1446a06ba2e819ca Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Mon, 6 Mar 2017 13:42:05 +0000 Subject: [PATCH 11/30] Add missing components --- modifications/blueprints.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/modifications/blueprints.json b/modifications/blueprints.json index cb49737..25cb0e7 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -358,7 +358,11 @@ } }, "4": { - "components": {}, + "components": { + "Galvanising Alloys": 1, + "Heat Vanes": 1, + "Tungsten": 1 + }, "features": { "explres": [ -0.224, -0.112 ], "kinres": [ -0.192, -0.096 ], @@ -366,7 +370,11 @@ } }, "5": { - "components": {}, + "components": { + "Molybdenum": 1, + "Phase Alloys": 1, + "Proto Heat Radiators": 1 + }, "features": { "explres": [ -0.28, -0.14 ], "kinres": [ -0.24, -0.12 ], From a71854309fe43887ec85e8f5293e40ea84b6dc9e Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Mon, 6 Mar 2017 19:56:36 +0000 Subject: [PATCH 12/30] Fix jitter stat --- dist/index.js | 14 +++++++++++--- dist/index.json | 14 +++++++++++--- modifications/modifications.json | 2 +- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/dist/index.js b/dist/index.js index c232739..a8e71f4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -14714,7 +14714,11 @@ module.exports = { } }, "4": { - components: {}, + components: { + "Galvanising Alloys": 1, + "Heat Vanes": 1, + Tungsten: 1 + }, features: { explres: [ -.224, -.112 ], kinres: [ -.192, -.096 ], @@ -14722,7 +14726,11 @@ module.exports = { } }, "5": { - components: {}, + components: { + Molybdenum: 1, + "Phase Alloys": 1, + "Proto Heat Radiators": 1 + }, features: { explres: [ -.28, -.14 ], kinres: [ -.24, -.12 ], @@ -20858,7 +20866,7 @@ module.exports = { name: "jitter", type: "numeric", method: "multiplicative", - higherbetter: true + higherbetter: false }, kinres: { id: 17, diff --git a/dist/index.json b/dist/index.json index 92aabbb..30cda70 100644 --- a/dist/index.json +++ b/dist/index.json @@ -17514,7 +17514,11 @@ } }, "4": { - "components": {}, + "components": { + "Galvanising Alloys": 1, + "Heat Vanes": 1, + "Tungsten": 1 + }, "features": { "explres": [ -0.224, @@ -17531,7 +17535,11 @@ } }, "5": { - "components": {}, + "components": { + "Molybdenum": 1, + "Phase Alloys": 1, + "Proto Heat Radiators": 1 + }, "features": { "explres": [ -0.28, @@ -28152,7 +28160,7 @@ "name": "jitter", "type": "numeric", "method": "multiplicative", - "higherbetter": true + "higherbetter": false }, "kinres": { "id": 17, diff --git a/modifications/modifications.json b/modifications/modifications.json index cc1d6c1..771e437 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -19,7 +19,7 @@ "hullboost": {"id": 13, "name": "hullboost", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "hullreinforcement": {"id": 14, "name": "hullreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "integrity": {"id": 15, "name": "integrity", "type": "percentage", "method": "multiplicative", "higherbetter": true}, - "jitter": {"id": 16, "name": "jitter", "type": "numeric", "method": "multiplicative", "higherbetter": true}, + "jitter": {"id": 16, "name": "jitter", "type": "numeric", "method": "multiplicative", "higherbetter": false}, "kinres": {"id": 17, "name": "kinres", "type": "percentage", "method": "additive", "higherbetter": true}, "mass": {"id": 18, "name": "mass", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "maxfuel": {"id": 19, "name": "maxfuel", "type": "percentage", "method": "multiplicative", "higherbetter": true}, From c0eacc0ac55ffab3750f58ef17e3490ba77bc065 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Wed, 8 Mar 2017 15:33:47 +0000 Subject: [PATCH 13/30] Update MPR data --- ChangeLog.md | 2 ++ dist/index.js | 34 +++++++++---------- dist/index.json | 34 +++++++++---------- modules/hardpoints/rail_gun.json | 14 ++++---- .../module_reinforcement_package.json | 20 +++++------ 5 files changed, 53 insertions(+), 51 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 3649c3e..07c19de 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,6 +9,8 @@ * Add module names for blueprints * Fix erroneous value for grade 5 kinetic shield booster * Add missing integrity values for some modules + * Update rail gun hardness values for 2.3 + * Update module reinforcement package integrity #2.2.19 * Remove shot speed modification - it is directly tied to range diff --git a/dist/index.js b/dist/index.js index a8e71f4..6b14feb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8269,7 +8269,7 @@ module.exports = { class: 1, clip: 1, cost: 51600, - damage: 23.3, + damage: 23.25, damagedist: { K: .5, T: .5 @@ -8283,13 +8283,13 @@ module.exports = { integrity: 40, mass: 2, mount: "F", - piercing: 80, + piercing: 200, power: 1.15, range: 3e3, rating: "D", reload: 1, rof: 1.6, - thermload: 17.8 + thermload: 12 }, { ammo: 80, breachdmg: 39.5, @@ -8312,13 +8312,13 @@ module.exports = { integrity: 51, mass: 4, mount: "F", - piercing: 125, + piercing: 200, power: 1.63, range: 3e3, rating: "B", reload: 1, rof: 1.2, - thermload: 30 + thermload: 20 }, { ammo: 90, breachdmg: 14.3, @@ -8344,14 +8344,14 @@ module.exports = { mass: 4, mount: "F", name: "Imperial Hammer", - piercing: 125, + piercing: 200, power: 1.63, pp: "Arissa Lavigny-Duval", range: 3e3, rating: "B", reload: 1, rof: 4.1, - thermload: 16 + thermload: 12 } ], pa: [ { ammo: 100, @@ -11753,7 +11753,7 @@ module.exports = { edID: 128737270, grp: "mrp", id: "m0", - integrity: 70, + integrity: 77, mass: 2, protection: .3, rating: "E" @@ -11764,7 +11764,7 @@ module.exports = { edID: 128737271, grp: "mrp", id: "m1", - integrity: 30, + integrity: 70, mass: 1, protection: .6, rating: "D" @@ -11775,7 +11775,7 @@ module.exports = { edID: 128737272, grp: "mrp", id: "m2", - integrity: 105, + integrity: 115, mass: 4, protection: .3, rating: "E" @@ -11786,7 +11786,7 @@ module.exports = { edID: 128737273, grp: "mrp", id: "m3", - integrity: 45, + integrity: 105, mass: 2, protection: .6, rating: "D" @@ -11797,7 +11797,7 @@ module.exports = { edID: 128737274, grp: "mrp", id: "m4", - integrity: 155, + integrity: 170, mass: 8, protection: .3, rating: "E" @@ -11808,7 +11808,7 @@ module.exports = { edID: 128737275, grp: "mrp", id: "m5", - integrity: 65, + integrity: 155, mass: 4, protection: .6, rating: "D" @@ -11819,7 +11819,7 @@ module.exports = { edID: 128737276, grp: "mrp", id: "m6", - integrity: 235, + integrity: 260, mass: 16, protection: .3, rating: "E" @@ -11830,7 +11830,7 @@ module.exports = { edID: 128737277, grp: "mrp", id: "m7", - integrity: 95, + integrity: 235, mass: 8, protection: .6, rating: "D" @@ -11841,7 +11841,7 @@ module.exports = { edID: 128737278, grp: "mrp", id: "m8", - integrity: 350, + integrity: 385, mass: 32, protection: .3, rating: "E" @@ -11852,7 +11852,7 @@ module.exports = { edID: 128737279, grp: "mrp", id: "m9", - integrity: 145, + integrity: 350, mass: 16, protection: .6, rating: "D" diff --git a/dist/index.json b/dist/index.json index 30cda70..a1ab5b3 100644 --- a/dist/index.json +++ b/dist/index.json @@ -10320,7 +10320,7 @@ "class": 1, "clip": 1, "cost": 51600, - "damage": 23.3, + "damage": 23.25, "damagedist": { "K": 0.5, "T": 0.5 @@ -10334,13 +10334,13 @@ "integrity": 40, "mass": 2, "mount": "F", - "piercing": 80, + "piercing": 200, "power": 1.15, "range": 3000, "rating": "D", "reload": 1, "rof": 1.6, - "thermload": 17.8 + "thermload": 12 }, { "ammo": 80, @@ -10364,13 +10364,13 @@ "integrity": 51, "mass": 4, "mount": "F", - "piercing": 125, + "piercing": 200, "power": 1.63, "range": 3000, "rating": "B", "reload": 1, "rof": 1.2, - "thermload": 30 + "thermload": 20 }, { "ammo": 90, @@ -10397,14 +10397,14 @@ "mass": 4, "mount": "F", "name": "Imperial Hammer", - "piercing": 125, + "piercing": 200, "power": 1.63, "pp": "Arissa Lavigny-Duval", "range": 3000, "rating": "B", "reload": 1, "rof": 4.1, - "thermload": 16 + "thermload": 12 } ], "pa": [ @@ -14077,7 +14077,7 @@ "edID": 128737270, "grp": "mrp", "id": "m0", - "integrity": 70, + "integrity": 77, "mass": 2, "protection": 0.3, "rating": "E" @@ -14089,7 +14089,7 @@ "edID": 128737271, "grp": "mrp", "id": "m1", - "integrity": 30, + "integrity": 70, "mass": 1, "protection": 0.6, "rating": "D" @@ -14101,7 +14101,7 @@ "edID": 128737272, "grp": "mrp", "id": "m2", - "integrity": 105, + "integrity": 115, "mass": 4, "protection": 0.3, "rating": "E" @@ -14113,7 +14113,7 @@ "edID": 128737273, "grp": "mrp", "id": "m3", - "integrity": 45, + "integrity": 105, "mass": 2, "protection": 0.6, "rating": "D" @@ -14125,7 +14125,7 @@ "edID": 128737274, "grp": "mrp", "id": "m4", - "integrity": 155, + "integrity": 170, "mass": 8, "protection": 0.3, "rating": "E" @@ -14137,7 +14137,7 @@ "edID": 128737275, "grp": "mrp", "id": "m5", - "integrity": 65, + "integrity": 155, "mass": 4, "protection": 0.6, "rating": "D" @@ -14149,7 +14149,7 @@ "edID": 128737276, "grp": "mrp", "id": "m6", - "integrity": 235, + "integrity": 260, "mass": 16, "protection": 0.3, "rating": "E" @@ -14161,7 +14161,7 @@ "edID": 128737277, "grp": "mrp", "id": "m7", - "integrity": 95, + "integrity": 235, "mass": 8, "protection": 0.6, "rating": "D" @@ -14173,7 +14173,7 @@ "edID": 128737278, "grp": "mrp", "id": "m8", - "integrity": 350, + "integrity": 385, "mass": 32, "protection": 0.3, "rating": "E" @@ -14185,7 +14185,7 @@ "edID": 128737279, "grp": "mrp", "id": "m9", - "integrity": 145, + "integrity": 350, "mass": 16, "protection": 0.6, "rating": "D" diff --git a/modules/hardpoints/rail_gun.json b/modules/hardpoints/rail_gun.json index c6cceda..4ab6a76 100644 --- a/modules/hardpoints/rail_gun.json +++ b/modules/hardpoints/rail_gun.json @@ -8,7 +8,7 @@ "class": 1, "clip": 1, "cost": 51600, - "damage": 23.3, + "damage": 23.25, "damagedist": { "K": 0.5, "T": 0.5 @@ -22,13 +22,13 @@ "integrity": 40, "mass": 2, "mount": "F", - "piercing": 80, + "piercing": 200, "power": 1.15, "range": 3000, "rating": "D", "reload": 1, "rof": 1.6, - "thermload": 17.8 + "thermload": 12 }, { "ammo": 80, @@ -52,13 +52,13 @@ "integrity": 51, "mass": 4, "mount": "F", - "piercing": 125, + "piercing": 200, "power": 1.63, "range": 3000, "rating": "B", "reload": 1, "rof": 1.2, - "thermload": 30 + "thermload": 20 }, { "ammo": 90, @@ -85,14 +85,14 @@ "mass": 4, "mount": "F", "name": "Imperial Hammer", - "piercing": 125, + "piercing": 200, "power": 1.63, "pp": "Arissa Lavigny-Duval", "range": 3000, "rating": "B", "reload": 1, "rof": 4.1, - "thermload": 16 + "thermload": 12 } ] } diff --git a/modules/internal/module_reinforcement_package.json b/modules/internal/module_reinforcement_package.json index 3525574..1ca9642 100644 --- a/modules/internal/module_reinforcement_package.json +++ b/modules/internal/module_reinforcement_package.json @@ -7,7 +7,7 @@ "edID": 128737270, "grp": "mrp", "id": "m0", - "integrity": 70, + "integrity": 77, "mass": 2, "protection": 0.3, "rating": "E" @@ -19,7 +19,7 @@ "edID": 128737271, "grp": "mrp", "id": "m1", - "integrity": 30, + "integrity": 70, "mass": 1, "protection": 0.6, "rating": "D" @@ -31,7 +31,7 @@ "edID": 128737272, "grp": "mrp", "id": "m2", - "integrity": 105, + "integrity": 115, "mass": 4, "protection": 0.3, "rating": "E" @@ -43,7 +43,7 @@ "edID": 128737273, "grp": "mrp", "id": "m3", - "integrity": 45, + "integrity": 105, "mass": 2, "protection": 0.6, "rating": "D" @@ -55,7 +55,7 @@ "edID": 128737274, "grp": "mrp", "id": "m4", - "integrity": 155, + "integrity": 170, "mass": 8, "protection": 0.3, "rating": "E" @@ -67,7 +67,7 @@ "edID": 128737275, "grp": "mrp", "id": "m5", - "integrity": 65, + "integrity": 155, "mass": 4, "protection": 0.6, "rating": "D" @@ -79,7 +79,7 @@ "edID": 128737276, "grp": "mrp", "id": "m6", - "integrity": 235, + "integrity": 260, "mass": 16, "protection": 0.3, "rating": "E" @@ -91,7 +91,7 @@ "edID": 128737277, "grp": "mrp", "id": "m7", - "integrity": 95, + "integrity": 235, "mass": 8, "protection": 0.6, "rating": "D" @@ -103,7 +103,7 @@ "edID": 128737278, "grp": "mrp", "id": "m8", - "integrity": 350, + "integrity": 385, "mass": 32, "protection": 0.3, "rating": "E" @@ -115,7 +115,7 @@ "edID": 128737279, "grp": "mrp", "id": "m9", - "integrity": 145, + "integrity": 350, "mass": 16, "protection": 0.6, "rating": "D" From ffb4b436a045b5638674f7d1546830853356662e Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Wed, 15 Mar 2017 16:58:24 +0000 Subject: [PATCH 14/30] Update ships --- ChangeLog.md | 4 ++++ dist/index.js | 13 +++++++------ dist/index.json | 13 +++++++++---- modules/hardpoints/missile_rack.json | 1 + ships/asp_scout.json | 4 ++-- ships/beluga.json | 2 +- ships/diamondback_explorer.json | 6 +++--- 7 files changed, 27 insertions(+), 16 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 07c19de..60de959 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -11,6 +11,10 @@ * Add missing integrity values for some modules * Update rail gun hardness values for 2.3 * Update module reinforcement package integrity + * Update specs of Beluga as per 2.3 + * Update specs of Asp Scout as per 2.3 + * Update specs of Diamondback Explorer as per 2.3 + * Add ED ID for Rocket Propelled FSD Disruptor #2.2.19 * Remove shot speed modification - it is directly tied to range diff --git a/dist/index.js b/dist/index.js index 6b14feb..542808d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -361,12 +361,12 @@ module.exports = { slots: { standard: [ 4, 4, 4, 3, 4, 4, 4 ], hardpoints: [ 2, 2, 1, 1, 0, 0 ], - internal: [ 4, 4, 3, 3, 2 ] + internal: [ 5, 4, 3, 3, 2, 2 ] }, defaults: { standard: [ "4E", "4E", "4E", "3E", "4E", "4E", "4C" ], hardpoints: [ 0, 0, 17, 17, 0, 0 ], - internal: [ "02", "02", "44", 0, 0 ] + internal: [ "02", "02", "44", 0, 0, 0 ] } }, beluga: { @@ -383,7 +383,7 @@ module.exports = { baseShieldStrength: 280, baseArmour: 280, hardness: 60, - hullMass: 1100, + hullMass: 950, masslock: 18, pipSpeed: .1125, luxuryCabins: true, @@ -699,7 +699,7 @@ module.exports = { baseShieldStrength: 150, baseArmour: 150, hardness: 42, - hullMass: 298, + hullMass: 260, masslock: 10, pipSpeed: .09625, pitch: 35, @@ -767,12 +767,12 @@ module.exports = { slots: { standard: [ 4, 4, 5, 3, 4, 3, 5 ], hardpoints: [ 3, 2, 2, 0, 0, 0, 0 ], - internal: [ 4, 4, 3, 3, 2 ] + internal: [ 4, 4, 3, 3, 2, 2 ] }, defaults: { standard: [ "4E", "4E", "5E", "3E", "4E", "3E", "5C" ], hardpoints: [ 0, 17, 17, 0, 0, 0, 0 ], - internal: [ "49", "02", "01", 0, "2h" ] + internal: [ "49", "02", "01", 0, "2h", 0 ] } }, diamondback: { @@ -8611,6 +8611,7 @@ module.exports = { distdraw: .24, eddbID: 1559, grp: "mr", + edID: 128732552, id: "1z", integrity: 51, mass: 4, diff --git a/dist/index.json b/dist/index.json index a1ab5b3..2a787db 100644 --- a/dist/index.json +++ b/dist/index.json @@ -571,10 +571,11 @@ 0 ], "internal": [ - 4, + 5, 4, 3, 3, + 2, 2 ] }, @@ -601,6 +602,7 @@ "02", "44", 0, + 0, 0 ] } @@ -619,7 +621,7 @@ "baseShieldStrength": 280, "baseArmour": 280, "hardness": 60, - "hullMass": 1100, + "hullMass": 950, "masslock": 18, "pipSpeed": 0.1125, "luxuryCabins": true, @@ -1111,7 +1113,7 @@ "baseShieldStrength": 150, "baseArmour": 150, "hardness": 42, - "hullMass": 298, + "hullMass": 260, "masslock": 10, "pipSpeed": 0.09625, "pitch": 35, @@ -1206,6 +1208,7 @@ 4, 3, 3, + 2, 2 ] }, @@ -1233,7 +1236,8 @@ "02", "01", 0, - "2h" + "2h", + 0 ] } }, @@ -10675,6 +10679,7 @@ "distdraw": 0.24, "eddbID": 1559, "grp": "mr", + "edID": 128732552, "id": "1z", "integrity": 51, "mass": 4, diff --git a/modules/hardpoints/missile_rack.json b/modules/hardpoints/missile_rack.json index d46f52e..77a6e59 100644 --- a/modules/hardpoints/missile_rack.json +++ b/modules/hardpoints/missile_rack.json @@ -135,6 +135,7 @@ "distdraw": 0.24, "eddbID": 1559, "grp": "mr", + "edID": 128732552, "id": "1z", "integrity": 51, "mass": 4, diff --git a/ships/asp_scout.json b/ships/asp_scout.json index 3c13631..f4a23f4 100644 --- a/ships/asp_scout.json +++ b/ships/asp_scout.json @@ -32,12 +32,12 @@ "slots": { "standard": [4, 4, 4, 3, 4, 4, 4], "hardpoints": [2, 2, 1, 1, 0, 0], - "internal": [4, 4, 3, 3, 2] + "internal": [5, 4, 3, 3, 2, 2] }, "defaults": { "standard": ["4E", "4E", "4E", "3E", "4E", "4E", "4C"], "hardpoints": [0, 0, 17, 17, 0, 0], - "internal": ["02", "02", "44", 0, 0] + "internal": ["02", "02", "44", 0, 0, 0] } } } diff --git a/ships/beluga.json b/ships/beluga.json index 4051b4c..e89f6e3 100755 --- a/ships/beluga.json +++ b/ships/beluga.json @@ -13,7 +13,7 @@ "baseShieldStrength": 280, "baseArmour": 280, "hardness": 60, - "hullMass": 1100, + "hullMass": 950, "masslock": 18, "pipSpeed": 0.1125, "luxuryCabins": true, diff --git a/ships/diamondback_explorer.json b/ships/diamondback_explorer.json index 646899b..66eea75 100644 --- a/ships/diamondback_explorer.json +++ b/ships/diamondback_explorer.json @@ -13,7 +13,7 @@ "baseShieldStrength": 150, "baseArmour": 150, "hardness": 42, - "hullMass": 298, + "hullMass": 260, "masslock": 10, "pipSpeed": 0.09625, "pitch": 35, @@ -32,12 +32,12 @@ "slots": { "standard": [ 4, 4, 5, 3, 4, 3, 5], "hardpoints": [ 3, 2, 2, 0, 0, 0, 0], - "internal": [ 4, 4, 3, 3, 2] + "internal": [ 4, 4, 3, 3, 2, 2] }, "defaults": { "standard": ["4E", "4E", "5E", "3E", "4E", "3E", "5C"], "hardpoints": [0, 17, 17, 0, 0, 0, 0], - "internal": ["49", "02", "01", 0, "2h"] + "internal": ["49", "02", "01", 0, "2h", 0] } } } From 6d8ca95b122656a89c2eaabf675f8665f2cdffa9 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Sun, 19 Mar 2017 20:11:16 +0000 Subject: [PATCH 15/30] Fix name for target lock breaker --- ChangeLog.md | 1 + dist/index.js | 6 +++--- dist/index.json | 6 +++--- modifications/modules.json | 2 +- modifications/specials.json | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 60de959..1ae19f5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -15,6 +15,7 @@ * Update specs of Asp Scout as per 2.3 * Update specs of Diamondback Explorer as per 2.3 * Add ED ID for Rocket Propelled FSD Disruptor + * Fix ED name for target lock breaker special #2.2.19 * Remove shot speed modification - it is directly tied to range diff --git a/dist/index.js b/dist/index.js index 542808d..a8b8ac5 100644 --- a/dist/index.js +++ b/dist/index.js @@ -21665,7 +21665,7 @@ module.exports = { Weapon_Sturdy: [ 1, 2, 3, 4, 5 ] }, modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ], - specials: [ "special_blinding_shell", "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", "special_target_lock_breaker", "special_thermal_conduit" ] + specials: [ "special_blinding_shell", "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", "special_lock_breaker", "special_thermal_conduit" ] }, pas: { blueprints: {}, @@ -21996,9 +21996,9 @@ module.exports = { edname: "special_super_penetrator", name: "Super penetrator" }, - special_target_lock_breaker: { + special_lock_breaker: { id: 27, - edname: "special_target_lock_breaker", + edname: "special_lock_breaker", name: "Target lock breaker" }, special_thermal_cascade: { diff --git a/dist/index.json b/dist/index.json index 2a787db..c5d415c 100644 --- a/dist/index.json +++ b/dist/index.json @@ -29808,7 +29808,7 @@ "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", - "special_target_lock_breaker", + "special_lock_breaker", "special_thermal_conduit" ] }, @@ -30722,9 +30722,9 @@ "edname": "special_super_penetrator", "name": "Super penetrator" }, - "special_target_lock_breaker": { + "special_lock_breaker": { "id": 27, - "edname": "special_target_lock_breaker", + "edname": "special_lock_breaker", "name": "Target lock breaker" }, "special_thermal_cascade": { diff --git a/modifications/modules.json b/modifications/modules.json index 6e0d112..1bf53cb 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -506,7 +506,7 @@ "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", - "special_target_lock_breaker", + "special_lock_breaker", "special_thermal_conduit" ] }, diff --git a/modifications/specials.json b/modifications/specials.json index 2b6d511..ec9f5c7 100644 --- a/modifications/specials.json +++ b/modifications/specials.json @@ -27,7 +27,7 @@ "special_shiftlock_canister": {"id": 24, "edname": "special_shiftlock_canister", "name": "Shift-lock canister"}, "special_smart_rounds": {"id": 25, "edname": "special_smart_rounds", "name": "Smart rounds"}, "special_super_penetrator": {"id": 26, "edname": "special_super_penetrator", "name": "Super penetrator"}, - "special_target_lock_breaker": {"id": 27, "edname": "special_target_lock_breaker", "name": "Target lock breaker"}, + "special_lock_breaker": {"id": 27, "edname": "special_lock_breaker", "name": "Target lock breaker"}, "special_thermal_cascade": {"id": 28, "edname": "special_thermal_cascade", "name": "Thermal cascade"}, "special_thermal_conduit": {"id": 29, "edname": "special_thermal_conduit", "name": "Thermal conduit"}, "special_thermal_vent": {"id": 30, "edname": "special_thermal_vent", "name": "Thermal vent"}, From b78f3b2af78fa027e4c303a4d7ba99bdf8832b0d Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Wed, 22 Mar 2017 13:26:16 +0000 Subject: [PATCH 16/30] Update sensors --- ChangeLog.md | 1 + dist/index.js | 217 ++++++++++++++++------------ dist/index.json | 241 ++++++++++++++++++------------- modifications/blueprints.json | 158 ++++++++++---------- modifications/modifications.json | 3 +- modifications/modules.json | 17 +-- modules/standard/sensors.json | 40 +++++ 7 files changed, 390 insertions(+), 287 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 1ae19f5..4c78cd7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -16,6 +16,7 @@ * Update specs of Diamondback Explorer as per 2.3 * Add ED ID for Rocket Propelled FSD Disruptor * Fix ED name for target lock breaker special + * Update scan range and angle information for sensors #2.2.19 * Remove shot speed modification - it is directly tied to range diff --git a/dist/index.js b/dist/index.js index a8b8ac5..7f6aca2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5810,6 +5810,7 @@ module.exports = { weprate: 1.8 } ], s: [ { + angle: 30, class: 8, cost: 697580, edID: 128064253, @@ -5822,6 +5823,7 @@ module.exports = { range: 5.12, rating: "E" }, { + angle: 30, class: 8, cost: 1743960, edID: 128064254, @@ -5834,6 +5836,7 @@ module.exports = { range: 5.76, rating: "D" }, { + angle: 30, class: 8, cost: 4359900, edID: 128064255, @@ -5846,6 +5849,7 @@ module.exports = { range: 6.4, rating: "C" }, { + angle: 30, class: 8, cost: 10899760, edID: 128064256, @@ -5858,6 +5862,7 @@ module.exports = { range: 7.04, rating: "B" }, { + angle: 30, class: 8, cost: 27249390, edID: 128064257, @@ -5870,6 +5875,7 @@ module.exports = { range: 7.68, rating: "A" }, { + angle: 30, class: 7, cost: 249140, edID: 128064248, @@ -5882,6 +5888,7 @@ module.exports = { range: 4.96, rating: "E" }, { + angle: 30, class: 7, cost: 622840, edID: 128064249, @@ -5894,6 +5901,7 @@ module.exports = { range: 5.58, rating: "D" }, { + angle: 30, class: 7, cost: 1557110, edID: 128064250, @@ -5906,6 +5914,7 @@ module.exports = { range: 6.2, rating: "C" }, { + angle: 30, class: 7, cost: 3892770, edID: 128064251, @@ -5918,6 +5927,7 @@ module.exports = { range: 6.82, rating: "B" }, { + angle: 30, class: 7, cost: 9731930, edID: 128064252, @@ -5930,6 +5940,7 @@ module.exports = { range: 7.44, rating: "A" }, { + angle: 30, class: 6, cost: 88980, edID: 128064243, @@ -5942,6 +5953,7 @@ module.exports = { range: 4.8, rating: "E" }, { + angle: 30, class: 6, cost: 222440, edID: 128064244, @@ -5954,6 +5966,7 @@ module.exports = { range: 5.4, rating: "D" }, { + angle: 30, class: 6, cost: 556110, edID: 128064245, @@ -5966,6 +5979,7 @@ module.exports = { range: 6, rating: "C" }, { + angle: 30, class: 6, cost: 1390280, edID: 128064246, @@ -5978,6 +5992,7 @@ module.exports = { range: 6.6, rating: "B" }, { + angle: 30, class: 6, cost: 3475690, edID: 128064247, @@ -5990,6 +6005,7 @@ module.exports = { range: 7.2, rating: "A" }, { + angle: 30, class: 5, cost: 31780, edID: 128064238, @@ -6002,6 +6018,7 @@ module.exports = { range: 4.64, rating: "E" }, { + angle: 30, class: 5, cost: 79440, edID: 128064239, @@ -6014,6 +6031,7 @@ module.exports = { range: 5.22, rating: "D" }, { + angle: 30, class: 5, cost: 198610, edID: 128064240, @@ -6026,6 +6044,7 @@ module.exports = { range: 5.8, rating: "C" }, { + angle: 30, class: 5, cost: 496530, edID: 128064241, @@ -6038,6 +6057,7 @@ module.exports = { range: 6.38, rating: "B" }, { + angle: 30, class: 5, cost: 1241320, edID: 128064242, @@ -6050,6 +6070,7 @@ module.exports = { range: 6.96, rating: "A" }, { + angle: 30, class: 4, cost: 11350, edID: 128064233, @@ -6062,6 +6083,7 @@ module.exports = { range: 4.48, rating: "E" }, { + angle: 30, class: 4, cost: 28370, edID: 128064234, @@ -6074,6 +6096,7 @@ module.exports = { range: 5.04, rating: "D" }, { + angle: 30, class: 4, cost: 70930, edID: 128064235, @@ -6086,6 +6109,7 @@ module.exports = { range: 5.6, rating: "C" }, { + angle: 30, class: 4, cost: 177330, edID: 128064236, @@ -6098,6 +6122,7 @@ module.exports = { range: 6.16, rating: "B" }, { + angle: 30, class: 4, cost: 443330, edID: 128064237, @@ -6110,6 +6135,7 @@ module.exports = { range: 6.72, rating: "A" }, { + angle: 30, class: 3, cost: 4050, edID: 128064228, @@ -6122,6 +6148,7 @@ module.exports = { range: 4.32, rating: "E" }, { + angle: 30, class: 3, cost: 10130, edID: 128064229, @@ -6134,6 +6161,7 @@ module.exports = { range: 4.86, rating: "D" }, { + angle: 30, class: 3, cost: 25330, edID: 128064230, @@ -6146,6 +6174,7 @@ module.exports = { range: 5.4, rating: "C" }, { + angle: 30, class: 3, cost: 63330, edID: 128064231, @@ -6158,6 +6187,7 @@ module.exports = { range: 5.94, rating: "B" }, { + angle: 30, class: 3, cost: 158330, edID: 128064232, @@ -6170,6 +6200,7 @@ module.exports = { range: 6.48, rating: "A" }, { + angle: 30, class: 2, cost: 1450, edID: 128064223, @@ -6182,6 +6213,7 @@ module.exports = { range: 4.16, rating: "E" }, { + angle: 30, class: 2, cost: 3620, edID: 128064224, @@ -6194,6 +6226,7 @@ module.exports = { range: 4.68, rating: "D" }, { + angle: 30, class: 2, cost: 9050, edID: 128064225, @@ -6206,6 +6239,7 @@ module.exports = { range: 5.2, rating: "C" }, { + angle: 30, class: 2, cost: 22620, edID: 128064226, @@ -6218,6 +6252,7 @@ module.exports = { range: 5.72, rating: "B" }, { + angle: 30, class: 2, cost: 56550, edID: 128064227, @@ -6230,6 +6265,7 @@ module.exports = { range: 6.24, rating: "A" }, { + angle: 30, class: 1, cost: 520, edID: 128064218, @@ -6242,6 +6278,7 @@ module.exports = { range: 4, rating: "E" }, { + angle: 30, class: 1, cost: 1290, edID: 128064219, @@ -6254,6 +6291,7 @@ module.exports = { range: 4.5, rating: "D" }, { + angle: 30, class: 1, cost: 3230, edID: 128064220, @@ -6266,6 +6304,7 @@ module.exports = { range: 5, rating: "C" }, { + angle: 30, class: 1, cost: 8080, edID: 128064221, @@ -6278,6 +6317,7 @@ module.exports = { range: 5.5, rating: "B" }, { + angle: 30, class: 1, cost: 20200, edID: 128064222, @@ -14412,7 +14452,7 @@ module.exports = { }, features: { explres: [ 0, .028 ], - hullboost: [ -.03, 0 ], + hullboost: [ -.01, 0 ], kinres: [ 0, .024 ], mass: [ -.04, -.15 ], thermres: [ 0, .02 ] @@ -14425,7 +14465,7 @@ module.exports = { }, features: { explres: [ .014, .056 ], - hullboost: [ -.02, -.01 ], + hullboost: [ -.03, -.02 ], kinres: [ .012, .048 ], mass: [ -.08, -.25 ], thermres: [ .01, .04 ] @@ -14439,7 +14479,7 @@ module.exports = { }, features: { explres: [ .028, .084 ], - hullboost: [ -.07, -.05 ], + hullboost: [ -.05, -.03 ], kinres: [ .024, .072 ], mass: [ -.12, -.35 ], thermres: [ .02, .06 ] @@ -14453,7 +14493,7 @@ module.exports = { }, features: { explres: [ .042, .112 ], - hullboost: [ -.09, -.07 ], + hullboost: [ -.06, -.05 ], kinres: [ .036, .096 ], mass: [ -.16, -.45 ], thermres: [ .03, .08 ] @@ -14467,7 +14507,7 @@ module.exports = { }, features: { explres: [ .056, .14 ], - hullboost: [ -.12, -.09 ], + hullboost: [ -.07, -.06 ], kinres: [ .048, .12 ], mass: [ -.2, -.55 ], thermres: [ .04, .1 ] @@ -14549,7 +14589,7 @@ module.exports = { }, features: { explres: [ 0, .014 ], - hullboost: [ .08, .22 ], + hullboost: [ .05, .14 ], kinres: [ 0, .012 ], mass: [ .08, 0 ], thermres: [ 0, .01 ] @@ -14562,9 +14602,9 @@ module.exports = { }, features: { explres: [ .014, .028 ], - hullboost: [ .18, .34 ], + hullboost: [ .11, .21 ], kinres: [ .012, .024 ], - mass: [ .15, .04 ], + mass: [ .17, .04 ], thermres: [ .01, .02 ] } }, @@ -14576,9 +14616,9 @@ module.exports = { }, features: { explres: [ .028, .042 ], - hullboost: [ .28, .45 ], + hullboost: [ .17, .28 ], kinres: [ .024, .036 ], - mass: [ .23, .1 ], + mass: [ .25, .1 ], thermres: [ .02, .03 ] } }, @@ -14590,9 +14630,9 @@ module.exports = { }, features: { explres: [ .042, .056 ], - hullboost: [ .35, .56 ], + hullboost: [ .22, .35 ], kinres: [ .036, .048 ], - mass: [ .31, .14 ], + mass: [ .32, .15 ], thermres: [ .03, .04 ] } }, @@ -14604,7 +14644,7 @@ module.exports = { }, features: { explres: [ .056, .07 ], - hullboost: [ .45, .68 ], + hullboost: [ .28, .41 ], kinres: [ .048, .06 ], mass: [ .4, .2 ], thermres: [ .04, .05 ] @@ -14698,7 +14738,7 @@ module.exports = { }, features: { explres: [ -.112, -.056 ], - kinres: [ -.096, -.048 ], + kinres: [ -.066, -.048 ], thermres: [ .1, .16 ] } }, @@ -16984,7 +17024,7 @@ module.exports = { }, features: { power: [ .2, .1 ], - scanangle: [ -.2, -.1 ], + angle: [ -.2, -.1 ], range: [ .1, .2 ] } }, @@ -16995,7 +17035,7 @@ module.exports = { }, features: { power: [ .4, .2 ], - scanangle: [ -.3, -.15 ], + angle: [ -.3, -.15 ], range: [ .2, .4 ] } }, @@ -17007,7 +17047,7 @@ module.exports = { }, features: { power: [ .6, .3 ], - scanangle: [ -.4, -.2 ], + angle: [ -.4, -.2 ], range: [ .3, .6 ] } }, @@ -17019,7 +17059,7 @@ module.exports = { }, features: { power: [ .8, .4 ], - scanangle: [ -.5, -.25 ], + angle: [ -.5, -.25 ], range: [ .4, .8 ] } }, @@ -17031,7 +17071,7 @@ module.exports = { }, features: { power: [ 1, .5 ], - scanangle: [ -.6, -.3 ], + angle: [ -.6, -.3 ], range: [ .5, 1 ] } } @@ -18327,7 +18367,7 @@ module.exports = { }, features: { power: [ .2, .1 ], - scanangle: [ -.2, -.1 ], + angle: [ -.2, -.1 ], range: [ .1, .2 ] } }, @@ -18338,7 +18378,7 @@ module.exports = { }, features: { power: [ .4, .2 ], - scanangle: [ -.3, -.15 ], + angle: [ -.3, -.15 ], range: [ .2, .4 ] } }, @@ -18350,7 +18390,7 @@ module.exports = { }, features: { power: [ .6, .3 ], - scanangle: [ -.4, -.2 ], + angle: [ -.4, -.2 ], range: [ .3, .6 ] } }, @@ -18362,7 +18402,7 @@ module.exports = { }, features: { power: [ .8, .4 ], - scanangle: [ -.5, -.25 ], + angle: [ -.5, -.25 ], range: [ .4, .8 ] } }, @@ -18374,7 +18414,7 @@ module.exports = { }, features: { power: [ 1, .5 ], - scanangle: [ -.6, -.3 ], + angle: [ -.6, -.3 ], range: [ .5, 1 ] } } @@ -18391,7 +18431,7 @@ module.exports = { }, features: { mass: [ .4, .2 ], - scanangle: [ .2, .4 ], + angle: [ .2, .4 ], scantime: [ .2, .1 ] } }, @@ -18402,7 +18442,7 @@ module.exports = { }, features: { mass: [ .8, .4 ], - scanangle: [ .4, .8 ], + angle: [ .4, .8 ], scantime: [ .4, .2 ] } }, @@ -18414,7 +18454,7 @@ module.exports = { }, features: { mass: [ 1.2, .6 ], - scanangle: [ .6, 1.2 ], + angle: [ .6, 1.2 ], scantime: [ .6, .3 ] } }, @@ -18426,7 +18466,7 @@ module.exports = { }, features: { mass: [ 1.2, .6 ], - scanangle: [ .8, 1.6 ], + angle: [ .8, 1.6 ], scantime: [ .8, .4 ] } }, @@ -18438,7 +18478,7 @@ module.exports = { }, features: { mass: [ 2, 1 ], - scanangle: [ 1, 2 ], + angle: [ 1, 2 ], scantime: [ 1, .5 ] } } @@ -18519,7 +18559,7 @@ module.exports = { }, features: { mass: [ .4, .2 ], - scanangle: [ .2, .4 ], + angle: [ .2, .4 ], scantime: [ .2, .1 ] } }, @@ -18530,7 +18570,7 @@ module.exports = { }, features: { mass: [ .8, .4 ], - scanangle: [ .4, .8 ], + angle: [ .4, .8 ], scantime: [ .4, .2 ] } }, @@ -18542,7 +18582,7 @@ module.exports = { }, features: { mass: [ 1.2, .6 ], - scanangle: [ .6, 1.2 ], + angle: [ .6, 1.2 ], scantime: [ .6, .3 ] } }, @@ -18554,7 +18594,7 @@ module.exports = { }, features: { mass: [ 1.2, .6 ], - scanangle: [ .8, 1.6 ], + angle: [ .8, 1.6 ], scantime: [ .8, .4 ] } }, @@ -18566,7 +18606,7 @@ module.exports = { }, features: { mass: [ 2, 1 ], - scanangle: [ 1, 2 ], + angle: [ 1, 2 ], scantime: [ 1, .5 ] } } @@ -18584,7 +18624,7 @@ module.exports = { features: { integrity: [ -.15, -.1 ], mass: [ -.2, -.4 ], - scanangle: [ -.1, -.05 ] + angle: [ -.1, -.05 ] } }, "2": { @@ -18595,7 +18635,7 @@ module.exports = { features: { integrity: [ -.3, -.2 ], mass: [ -.3, -.5 ], - scanangle: [ -.15, -.1 ] + angle: [ -.15, -.1 ] } }, "3": { @@ -18607,7 +18647,7 @@ module.exports = { features: { integrity: [ -.45, -.3 ], mass: [ -.4, -.6 ], - scanangle: [ -.2, -.15 ] + angle: [ -.2, -.15 ] } }, "4": { @@ -18619,7 +18659,7 @@ module.exports = { features: { integrity: [ -.6, -.4 ], mass: [ -.5, -.7 ], - scanangle: [ -.25, -.2 ] + angle: [ -.25, -.2 ] } }, "5": { @@ -18631,7 +18671,7 @@ module.exports = { features: { integrity: [ -.75, -.5 ], mass: [ -.6, -.8 ], - scanangle: [ -.3, -.25 ] + angle: [ -.3, -.25 ] } } }, @@ -18647,8 +18687,8 @@ module.exports = { }, features: { mass: [ .4, .2 ], - scanangle: [ -.2, -.1 ], - scanrange: [ .1, .14 ] + angle: [ -.2, -.1 ], + range: [ .1, .14 ] } }, "2": { @@ -18658,8 +18698,8 @@ module.exports = { }, features: { mass: [ .8, .4 ], - scanangle: [ -.3, -.15 ], - scanrange: [ .2, .3 ] + angle: [ -.3, -.15 ], + range: [ .2, .3 ] } }, "3": { @@ -18670,8 +18710,8 @@ module.exports = { }, features: { mass: [ 1.2, .6 ], - scanangle: [ -.4, -.2 ], - scanrange: [ .3, .45 ] + angle: [ -.4, -.2 ], + range: [ .3, .45 ] } }, "4": { @@ -18682,8 +18722,8 @@ module.exports = { }, features: { mass: [ 1.6, .8 ], - scanangle: [ -.5, -.25 ], - scanrange: [ .4, .6 ] + angle: [ -.5, -.25 ], + range: [ .4, .6 ] } }, "5": { @@ -18694,8 +18734,8 @@ module.exports = { }, features: { mass: [ 2, 1 ], - scanangle: [ -.6, -.3 ], - scanrange: [ .5, .75 ] + angle: [ -.6, -.3 ], + range: [ .5, .75 ] } } }, @@ -18711,8 +18751,8 @@ module.exports = { }, features: { power: [ .2, .1 ], - scanangle: [ .2, .4 ], - scanrange: [ -.08, -.05 ] + angle: [ .2, .4 ], + range: [ -.08, -.05 ] } }, "2": { @@ -18722,8 +18762,8 @@ module.exports = { }, features: { power: [ .4, .2 ], - scanangle: [ .4, .8 ], - scanrange: [ -.16, -.08 ] + angle: [ .4, .8 ], + range: [ -.16, -.08 ] } }, "3": { @@ -18734,8 +18774,8 @@ module.exports = { }, features: { power: [ .6, .3 ], - scanangle: [ .6, 1.2 ], - scanrange: [ -.24, -.12 ] + angle: [ .6, 1.2 ], + range: [ -.24, -.12 ] } }, "4": { @@ -18746,8 +18786,8 @@ module.exports = { }, features: { power: [ .8, .4 ], - scanangle: [ .8, 1.6 ], - scanrange: [ -.32, -.16 ] + angle: [ .8, 1.6 ], + range: [ -.32, -.16 ] } }, "5": { @@ -18758,8 +18798,8 @@ module.exports = { }, features: { power: [ 1, .5 ], - scanangle: [ 1, 2 ], - scanrange: [ -.4, -.2 ] + angle: [ 1, 2 ], + range: [ -.4, -.2 ] } } }, @@ -18840,7 +18880,7 @@ module.exports = { features: { mass: [ .4, .2 ], power: [ .2, .1 ], - scanrange: [ .2, .4 ] + range: [ .2, .4 ] } }, "2": { @@ -18851,7 +18891,7 @@ module.exports = { features: { mass: [ .8, .4 ], power: [ .4, .2 ], - scanrange: [ .4, .8 ] + range: [ .4, .8 ] } }, "3": { @@ -18863,7 +18903,7 @@ module.exports = { features: { mass: [ 1.2, .6 ], power: [ .6, .3 ], - scanrange: [ .6, 1.2 ] + range: [ .6, 1.2 ] } }, "4": { @@ -18875,7 +18915,7 @@ module.exports = { features: { mass: [ 1.6, .8 ], power: [ .8, .4 ], - scanrange: [ .8, 1.6 ] + range: [ .8, 1.6 ] } }, "5": { @@ -18887,7 +18927,7 @@ module.exports = { features: { mass: [ 2, 1 ], power: [ 1, .5 ], - scanrange: [ 1, 2 ] + range: [ 1, 2 ] } } }, @@ -18904,7 +18944,7 @@ module.exports = { features: { mass: [ .4, .2 ], power: [ .2, .1 ], - scanangle: [ .2, .4 ] + angle: [ .2, .4 ] } }, "2": { @@ -18915,7 +18955,7 @@ module.exports = { features: { mass: [ .8, .4 ], power: [ .4, .2 ], - scanangle: [ .4, .8 ] + angle: [ .4, .8 ] } }, "3": { @@ -18927,7 +18967,7 @@ module.exports = { features: { mass: [ 1.2, .6 ], power: [ .6, .3 ], - scanangle: [ .6, 1.2 ] + angle: [ .6, 1.2 ] } }, "4": { @@ -18939,7 +18979,7 @@ module.exports = { features: { mass: [ 1.6, .8 ], power: [ .8, .4 ], - scanangle: [ .8, 1.6 ] + angle: [ .8, 1.6 ] } }, "5": { @@ -18951,7 +18991,7 @@ module.exports = { features: { mass: [ 2, 1 ], power: [ 1, .5 ], - scanangle: [ 1, 2 ] + angle: [ 1, 2 ] } } }, @@ -19031,7 +19071,7 @@ module.exports = { }, features: { power: [ .2, .1 ], - scanangle: [ -.2, -.1 ], + angle: [ -.2, -.1 ], range: [ .1, .2 ] } }, @@ -19042,7 +19082,7 @@ module.exports = { }, features: { power: [ .4, .2 ], - scanangle: [ -.3, -.15 ], + angle: [ -.3, -.15 ], range: [ .2, .4 ] } }, @@ -19054,7 +19094,7 @@ module.exports = { }, features: { power: [ .6, .3 ], - scanangle: [ -.4, -.2 ], + angle: [ -.4, -.2 ], range: [ .3, .6 ] } }, @@ -19066,7 +19106,7 @@ module.exports = { }, features: { power: [ .8, .4 ], - scanangle: [ -.5, -.25 ], + angle: [ -.5, -.25 ], range: [ .4, .8 ] } }, @@ -19078,7 +19118,7 @@ module.exports = { }, features: { power: [ 1, .5 ], - scanangle: [ -.6, -.3 ], + angle: [ -.6, -.3 ], range: [ .5, 1 ] } } @@ -19095,7 +19135,7 @@ module.exports = { }, features: { mass: [ .4, .2 ], - scanangle: [ .2, .4 ], + angle: [ .2, .4 ], scantime: [ .2, .1 ] } }, @@ -19106,7 +19146,7 @@ module.exports = { }, features: { mass: [ .8, .4 ], - scanangle: [ .4, .8 ], + angle: [ .4, .8 ], scantime: [ .4, .2 ] } }, @@ -19118,7 +19158,7 @@ module.exports = { }, features: { mass: [ 1.2, .6 ], - scanangle: [ .6, 1.2 ], + angle: [ .6, 1.2 ], scantime: [ .6, .3 ] } }, @@ -19130,7 +19170,7 @@ module.exports = { }, features: { mass: [ 1.2, .6 ], - scanangle: [ .8, 1.6 ], + angle: [ .8, 1.6 ], scantime: [ .8, .4 ] } }, @@ -19142,7 +19182,7 @@ module.exports = { }, features: { mass: [ 2, 1 ], - scanangle: [ 1, 2 ], + angle: [ 1, 2 ], scantime: [ 1, .5 ] } } @@ -20967,20 +21007,13 @@ module.exports = { method: "multiplicative", higherbetter: false }, - scanangle: { + angle: { id: 46, name: "scanangle", type: "percentage", method: "multiplicative", higherbetter: true }, - scanrange: { - id: 47, - name: "scanrange", - type: "percentage", - method: "multiplicative", - higherbetter: true - }, scantime: { id: 48, name: "scantime", @@ -21500,7 +21533,7 @@ module.exports = { CargoScanner_Shielded: [ 1, 2, 3, 4, 5 ], Sensor_CargoScanner_WideAngle: [ 1, 2, 3, 4, 5 ] }, - modifications: [ "boot", "integrity", "mass", "power", "scanangle", "range", "scantime" ] + modifications: [ "boot", "integrity", "mass", "power", "angle", "range", "scantime" ] }, dc: { blueprints: {}, @@ -21601,7 +21634,7 @@ module.exports = { KillWarrantScanner_Shielded: [ 1, 2, 3, 4, 5 ], Sensor_KillWarrantScanner_WideAngle: [ 1, 2, 3, 4, 5 ] }, - modifications: [ "boot", "integrity", "mass", "power", "scanangle", "range", "scantime" ] + modifications: [ "boot", "integrity", "mass", "power", "angle", "range", "scantime" ] }, ls: { blueprints: { @@ -21773,7 +21806,7 @@ module.exports = { Sensor_Sensor_LongRange: [ 1, 2, 3, 4, 5 ], Sensor_Sensor_WideAngle: [ 1, 2, 3, 4, 5 ] }, - modifications: [ "integrity", "mass", "power", "scanrange", "scanangle" ] + modifications: [ "integrity", "mass", "power", "range", "angle" ] }, sb: { blueprints: { @@ -21811,7 +21844,7 @@ module.exports = { Sensor_SurfaceScanner_LongRange: [ 1, 2, 3, 4, 5 ], Sensor_SurfaceScanner_WideAngle: [ 1, 2, 3, 4, 5 ] }, - modifications: [ "mass", "power", "scanangle", "scanrange", "scantime" ] + modifications: [ "mass", "power", "angle", "range", "scantime" ] }, t: { blueprints: { @@ -21852,7 +21885,7 @@ module.exports = { WakeScanner_Shielded: [ 1, 2, 3, 4, 5 ], Sensor_WakeScanner_WideAngle: [ 1, 2, 3, 4, 5 ] }, - modifications: [ "boot", "integrity", "mass", "power", "scanangle", "range", "scantime" ] + modifications: [ "boot", "integrity", "mass", "power", "angle", "range", "scantime" ] } }, specials: { diff --git a/dist/index.json b/dist/index.json index c5d415c..e940123 100644 --- a/dist/index.json +++ b/dist/index.json @@ -7739,6 +7739,7 @@ ], "s": [ { + "angle": 30, "class": 8, "cost": 697580, "edID": 128064253, @@ -7752,6 +7753,7 @@ "rating": "E" }, { + "angle": 30, "class": 8, "cost": 1743960, "edID": 128064254, @@ -7765,6 +7767,7 @@ "rating": "D" }, { + "angle": 30, "class": 8, "cost": 4359900, "edID": 128064255, @@ -7778,6 +7781,7 @@ "rating": "C" }, { + "angle": 30, "class": 8, "cost": 10899760, "edID": 128064256, @@ -7791,6 +7795,7 @@ "rating": "B" }, { + "angle": 30, "class": 8, "cost": 27249390, "edID": 128064257, @@ -7804,6 +7809,7 @@ "rating": "A" }, { + "angle": 30, "class": 7, "cost": 249140, "edID": 128064248, @@ -7817,6 +7823,7 @@ "rating": "E" }, { + "angle": 30, "class": 7, "cost": 622840, "edID": 128064249, @@ -7830,6 +7837,7 @@ "rating": "D" }, { + "angle": 30, "class": 7, "cost": 1557110, "edID": 128064250, @@ -7843,6 +7851,7 @@ "rating": "C" }, { + "angle": 30, "class": 7, "cost": 3892770, "edID": 128064251, @@ -7856,6 +7865,7 @@ "rating": "B" }, { + "angle": 30, "class": 7, "cost": 9731930, "edID": 128064252, @@ -7869,6 +7879,7 @@ "rating": "A" }, { + "angle": 30, "class": 6, "cost": 88980, "edID": 128064243, @@ -7882,6 +7893,7 @@ "rating": "E" }, { + "angle": 30, "class": 6, "cost": 222440, "edID": 128064244, @@ -7895,6 +7907,7 @@ "rating": "D" }, { + "angle": 30, "class": 6, "cost": 556110, "edID": 128064245, @@ -7908,6 +7921,7 @@ "rating": "C" }, { + "angle": 30, "class": 6, "cost": 1390280, "edID": 128064246, @@ -7921,6 +7935,7 @@ "rating": "B" }, { + "angle": 30, "class": 6, "cost": 3475690, "edID": 128064247, @@ -7934,6 +7949,7 @@ "rating": "A" }, { + "angle": 30, "class": 5, "cost": 31780, "edID": 128064238, @@ -7947,6 +7963,7 @@ "rating": "E" }, { + "angle": 30, "class": 5, "cost": 79440, "edID": 128064239, @@ -7960,6 +7977,7 @@ "rating": "D" }, { + "angle": 30, "class": 5, "cost": 198610, "edID": 128064240, @@ -7973,6 +7991,7 @@ "rating": "C" }, { + "angle": 30, "class": 5, "cost": 496530, "edID": 128064241, @@ -7986,6 +8005,7 @@ "rating": "B" }, { + "angle": 30, "class": 5, "cost": 1241320, "edID": 128064242, @@ -7999,6 +8019,7 @@ "rating": "A" }, { + "angle": 30, "class": 4, "cost": 11350, "edID": 128064233, @@ -8012,6 +8033,7 @@ "rating": "E" }, { + "angle": 30, "class": 4, "cost": 28370, "edID": 128064234, @@ -8025,6 +8047,7 @@ "rating": "D" }, { + "angle": 30, "class": 4, "cost": 70930, "edID": 128064235, @@ -8038,6 +8061,7 @@ "rating": "C" }, { + "angle": 30, "class": 4, "cost": 177330, "edID": 128064236, @@ -8051,6 +8075,7 @@ "rating": "B" }, { + "angle": 30, "class": 4, "cost": 443330, "edID": 128064237, @@ -8064,6 +8089,7 @@ "rating": "A" }, { + "angle": 30, "class": 3, "cost": 4050, "edID": 128064228, @@ -8077,6 +8103,7 @@ "rating": "E" }, { + "angle": 30, "class": 3, "cost": 10130, "edID": 128064229, @@ -8090,6 +8117,7 @@ "rating": "D" }, { + "angle": 30, "class": 3, "cost": 25330, "edID": 128064230, @@ -8103,6 +8131,7 @@ "rating": "C" }, { + "angle": 30, "class": 3, "cost": 63330, "edID": 128064231, @@ -8116,6 +8145,7 @@ "rating": "B" }, { + "angle": 30, "class": 3, "cost": 158330, "edID": 128064232, @@ -8129,6 +8159,7 @@ "rating": "A" }, { + "angle": 30, "class": 2, "cost": 1450, "edID": 128064223, @@ -8142,6 +8173,7 @@ "rating": "E" }, { + "angle": 30, "class": 2, "cost": 3620, "edID": 128064224, @@ -8155,6 +8187,7 @@ "rating": "D" }, { + "angle": 30, "class": 2, "cost": 9050, "edID": 128064225, @@ -8168,6 +8201,7 @@ "rating": "C" }, { + "angle": 30, "class": 2, "cost": 22620, "edID": 128064226, @@ -8181,6 +8215,7 @@ "rating": "B" }, { + "angle": 30, "class": 2, "cost": 56550, "edID": 128064227, @@ -8194,6 +8229,7 @@ "rating": "A" }, { + "angle": 30, "class": 1, "cost": 520, "edID": 128064218, @@ -8207,6 +8243,7 @@ "rating": "E" }, { + "angle": 30, "class": 1, "cost": 1290, "edID": 128064219, @@ -8220,6 +8257,7 @@ "rating": "D" }, { + "angle": 30, "class": 1, "cost": 3230, "edID": 128064220, @@ -8233,6 +8271,7 @@ "rating": "C" }, { + "angle": 30, "class": 1, "cost": 8080, "edID": 128064221, @@ -8246,6 +8285,7 @@ "rating": "B" }, { + "angle": 30, "class": 1, "cost": 20200, "edID": 128064222, @@ -16941,7 +16981,7 @@ 0.028 ], "hullboost": [ - -0.03, + -0.01, 0 ], "kinres": [ @@ -16969,8 +17009,8 @@ 0.056 ], "hullboost": [ - -0.02, - -0.01 + -0.03, + -0.02 ], "kinres": [ 0.012, @@ -16998,8 +17038,8 @@ 0.084 ], "hullboost": [ - -0.07, - -0.05 + -0.05, + -0.03 ], "kinres": [ 0.024, @@ -17027,8 +17067,8 @@ 0.112 ], "hullboost": [ - -0.09, - -0.07 + -0.06, + -0.05 ], "kinres": [ 0.036, @@ -17056,8 +17096,8 @@ 0.14 ], "hullboost": [ - -0.12, - -0.09 + -0.07, + -0.06 ], "kinres": [ 0.048, @@ -17204,8 +17244,8 @@ 0.014 ], "hullboost": [ - 0.08, - 0.22 + 0.05, + 0.14 ], "kinres": [ 0, @@ -17232,15 +17272,15 @@ 0.028 ], "hullboost": [ - 0.18, - 0.34 + 0.11, + 0.21 ], "kinres": [ 0.012, 0.024 ], "mass": [ - 0.15, + 0.17, 0.04 ], "thermres": [ @@ -17261,15 +17301,15 @@ 0.042 ], "hullboost": [ - 0.28, - 0.45 + 0.17, + 0.28 ], "kinres": [ 0.024, 0.036 ], "mass": [ - 0.23, + 0.25, 0.1 ], "thermres": [ @@ -17290,16 +17330,16 @@ 0.056 ], "hullboost": [ - 0.35, - 0.56 + 0.22, + 0.35 ], "kinres": [ 0.036, 0.048 ], "mass": [ - 0.31, - 0.14 + 0.32, + 0.15 ], "thermres": [ 0.03, @@ -17319,8 +17359,8 @@ 0.07 ], "hullboost": [ - 0.45, - 0.68 + 0.28, + 0.41 ], "kinres": [ 0.048, @@ -17488,7 +17528,7 @@ -0.056 ], "kinres": [ - -0.096, + -0.066, -0.048 ], "thermres": [ @@ -21332,7 +21372,7 @@ 0.2, 0.1 ], - "scanangle": [ + "angle": [ -0.2, -0.1 ], @@ -21352,7 +21392,7 @@ 0.4, 0.2 ], - "scanangle": [ + "angle": [ -0.3, -0.15 ], @@ -21373,7 +21413,7 @@ 0.6, 0.3 ], - "scanangle": [ + "angle": [ -0.4, -0.2 ], @@ -21394,7 +21434,7 @@ 0.8, 0.4 ], - "scanangle": [ + "angle": [ -0.5, -0.25 ], @@ -21415,7 +21455,7 @@ 1, 0.5 ], - "scanangle": [ + "angle": [ -0.6, -0.3 ], @@ -23660,7 +23700,7 @@ 0.2, 0.1 ], - "scanangle": [ + "angle": [ -0.2, -0.1 ], @@ -23680,7 +23720,7 @@ 0.4, 0.2 ], - "scanangle": [ + "angle": [ -0.3, -0.15 ], @@ -23701,7 +23741,7 @@ 0.6, 0.3 ], - "scanangle": [ + "angle": [ -0.4, -0.2 ], @@ -23722,7 +23762,7 @@ 0.8, 0.4 ], - "scanangle": [ + "angle": [ -0.5, -0.25 ], @@ -23743,7 +23783,7 @@ 1, 0.5 ], - "scanangle": [ + "angle": [ -0.6, -0.3 ], @@ -23772,7 +23812,7 @@ 0.4, 0.2 ], - "scanangle": [ + "angle": [ 0.2, 0.4 ], @@ -23792,7 +23832,7 @@ 0.8, 0.4 ], - "scanangle": [ + "angle": [ 0.4, 0.8 ], @@ -23813,7 +23853,7 @@ 1.2, 0.6 ], - "scanangle": [ + "angle": [ 0.6, 1.2 ], @@ -23834,7 +23874,7 @@ 1.2, 0.6 ], - "scanangle": [ + "angle": [ 0.8, 1.6 ], @@ -23855,7 +23895,7 @@ 2, 1 ], - "scanangle": [ + "angle": [ 1, 2 ], @@ -23996,7 +24036,7 @@ 0.4, 0.2 ], - "scanangle": [ + "angle": [ 0.2, 0.4 ], @@ -24016,7 +24056,7 @@ 0.8, 0.4 ], - "scanangle": [ + "angle": [ 0.4, 0.8 ], @@ -24037,7 +24077,7 @@ 1.2, 0.6 ], - "scanangle": [ + "angle": [ 0.6, 1.2 ], @@ -24058,7 +24098,7 @@ 1.2, 0.6 ], - "scanangle": [ + "angle": [ 0.8, 1.6 ], @@ -24079,7 +24119,7 @@ 2, 1 ], - "scanangle": [ + "angle": [ 1, 2 ], @@ -24112,7 +24152,7 @@ -0.2, -0.4 ], - "scanangle": [ + "angle": [ -0.1, -0.05 ] @@ -24132,7 +24172,7 @@ -0.3, -0.5 ], - "scanangle": [ + "angle": [ -0.15, -0.1 ] @@ -24153,7 +24193,7 @@ -0.4, -0.6 ], - "scanangle": [ + "angle": [ -0.2, -0.15 ] @@ -24174,7 +24214,7 @@ -0.5, -0.7 ], - "scanangle": [ + "angle": [ -0.25, -0.2 ] @@ -24195,7 +24235,7 @@ -0.6, -0.8 ], - "scanangle": [ + "angle": [ -0.3, -0.25 ] @@ -24219,11 +24259,11 @@ 0.4, 0.2 ], - "scanangle": [ + "angle": [ -0.2, -0.1 ], - "scanrange": [ + "range": [ 0.1, 0.14 ] @@ -24239,11 +24279,11 @@ 0.8, 0.4 ], - "scanangle": [ + "angle": [ -0.3, -0.15 ], - "scanrange": [ + "range": [ 0.2, 0.3 ] @@ -24260,11 +24300,11 @@ 1.2, 0.6 ], - "scanangle": [ + "angle": [ -0.4, -0.2 ], - "scanrange": [ + "range": [ 0.3, 0.45 ] @@ -24281,11 +24321,11 @@ 1.6, 0.8 ], - "scanangle": [ + "angle": [ -0.5, -0.25 ], - "scanrange": [ + "range": [ 0.4, 0.6 ] @@ -24302,11 +24342,11 @@ 2, 1 ], - "scanangle": [ + "angle": [ -0.6, -0.3 ], - "scanrange": [ + "range": [ 0.5, 0.75 ] @@ -24330,11 +24370,11 @@ 0.2, 0.1 ], - "scanangle": [ + "angle": [ 0.2, 0.4 ], - "scanrange": [ + "range": [ -0.08, -0.05 ] @@ -24350,11 +24390,11 @@ 0.4, 0.2 ], - "scanangle": [ + "angle": [ 0.4, 0.8 ], - "scanrange": [ + "range": [ -0.16, -0.08 ] @@ -24371,11 +24411,11 @@ 0.6, 0.3 ], - "scanangle": [ + "angle": [ 0.6, 1.2 ], - "scanrange": [ + "range": [ -0.24, -0.12 ] @@ -24392,11 +24432,11 @@ 0.8, 0.4 ], - "scanangle": [ + "angle": [ 0.8, 1.6 ], - "scanrange": [ + "range": [ -0.32, -0.16 ] @@ -24413,11 +24453,11 @@ 1, 0.5 ], - "scanangle": [ + "angle": [ 1, 2 ], - "scanrange": [ + "range": [ -0.4, -0.2 ] @@ -24557,7 +24597,7 @@ 0.2, 0.1 ], - "scanrange": [ + "range": [ 0.2, 0.4 ] @@ -24577,7 +24617,7 @@ 0.4, 0.2 ], - "scanrange": [ + "range": [ 0.4, 0.8 ] @@ -24598,7 +24638,7 @@ 0.6, 0.3 ], - "scanrange": [ + "range": [ 0.6, 1.2 ] @@ -24619,7 +24659,7 @@ 0.8, 0.4 ], - "scanrange": [ + "range": [ 0.8, 1.6 ] @@ -24640,7 +24680,7 @@ 1, 0.5 ], - "scanrange": [ + "range": [ 1, 2 ] @@ -24669,7 +24709,7 @@ 0.2, 0.1 ], - "scanangle": [ + "angle": [ 0.2, 0.4 ] @@ -24689,7 +24729,7 @@ 0.4, 0.2 ], - "scanangle": [ + "angle": [ 0.4, 0.8 ] @@ -24710,7 +24750,7 @@ 0.6, 0.3 ], - "scanangle": [ + "angle": [ 0.6, 1.2 ] @@ -24731,7 +24771,7 @@ 0.8, 0.4 ], - "scanangle": [ + "angle": [ 0.8, 1.6 ] @@ -24752,7 +24792,7 @@ 1, 0.5 ], - "scanangle": [ + "angle": [ 1, 2 ] @@ -24889,7 +24929,7 @@ 0.2, 0.1 ], - "scanangle": [ + "angle": [ -0.2, -0.1 ], @@ -24909,7 +24949,7 @@ 0.4, 0.2 ], - "scanangle": [ + "angle": [ -0.3, -0.15 ], @@ -24930,7 +24970,7 @@ 0.6, 0.3 ], - "scanangle": [ + "angle": [ -0.4, -0.2 ], @@ -24951,7 +24991,7 @@ 0.8, 0.4 ], - "scanangle": [ + "angle": [ -0.5, -0.25 ], @@ -24972,7 +25012,7 @@ 1, 0.5 ], - "scanangle": [ + "angle": [ -0.6, -0.3 ], @@ -25001,7 +25041,7 @@ 0.4, 0.2 ], - "scanangle": [ + "angle": [ 0.2, 0.4 ], @@ -25021,7 +25061,7 @@ 0.8, 0.4 ], - "scanangle": [ + "angle": [ 0.4, 0.8 ], @@ -25042,7 +25082,7 @@ 1.2, 0.6 ], - "scanangle": [ + "angle": [ 0.6, 1.2 ], @@ -25063,7 +25103,7 @@ 1.2, 0.6 ], - "scanangle": [ + "angle": [ 0.8, 1.6 ], @@ -25084,7 +25124,7 @@ 2, 1 ], - "scanangle": [ + "angle": [ 1, 2 ], @@ -28265,20 +28305,13 @@ "method": "multiplicative", "higherbetter": false }, - "scanangle": { + "angle": { "id": 46, "name": "scanangle", "type": "percentage", "method": "multiplicative", "higherbetter": true }, - "scanrange": { - "id": 47, - "name": "scanrange", - "type": "percentage", - "method": "multiplicative", - "higherbetter": true - }, "scantime": { "id": 48, "name": "scantime", @@ -29094,7 +29127,7 @@ "integrity", "mass", "power", - "scanangle", + "angle", "range", "scantime" ] @@ -29490,7 +29523,7 @@ "integrity", "mass", "power", - "scanangle", + "angle", "range", "scantime" ] @@ -30213,8 +30246,8 @@ "integrity", "mass", "power", - "scanrange", - "scanangle" + "range", + "angle" ] }, "sb": { @@ -30367,8 +30400,8 @@ "modifications": [ "mass", "power", - "scanangle", - "scanrange", + "angle", + "range", "scantime" ] }, @@ -30575,7 +30608,7 @@ "integrity", "mass", "power", - "scanangle", + "angle", "range", "scantime" ] diff --git a/modifications/blueprints.json b/modifications/blueprints.json index 25cb0e7..9177308 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -55,7 +55,7 @@ }, "features": { "explres": [ 0, 0.028 ], - "hullboost": [ -0.03, 0 ], + "hullboost": [ -0.01, 0 ], "kinres": [ 0, 0.024 ], "mass": [ -0.04, -0.15 ], "thermres": [ 0, 0.02 ] @@ -68,7 +68,7 @@ }, "features": { "explres": [ 0.014, 0.056 ], - "hullboost": [ -0.02, -0.01 ], + "hullboost": [ -0.03, -0.02 ], "kinres": [ 0.012, 0.048 ], "mass": [ -0.08, -0.25 ], "thermres": [ 0.01, 0.04 ] @@ -82,7 +82,7 @@ }, "features": { "explres": [ 0.028, 0.084 ], - "hullboost": [ -0.07, -0.05 ], + "hullboost": [ -0.05, -0.03 ], "kinres": [ 0.024, 0.072 ], "mass": [ -0.12, -0.35 ], "thermres": [ 0.02, 0.06 ] @@ -96,7 +96,7 @@ }, "features": { "explres": [ 0.042, 0.112 ], - "hullboost": [ -0.09, -0.07 ], + "hullboost": [ -0.06, -0.05 ], "kinres": [ 0.036, 0.096 ], "mass": [ -0.16, -0.45 ], "thermres": [ 0.03, 0.08 ] @@ -110,7 +110,7 @@ }, "features": { "explres": [ 0.056, 0.14 ], - "hullboost": [ -0.12, -0.09 ], + "hullboost": [ -0.07, -0.06 ], "kinres": [ 0.048, 0.12 ], "mass": [ -0.2, -0.55 ], "thermres": [ 0.04, 0.1 ] @@ -192,7 +192,7 @@ }, "features": { "explres": [ 0, 0.014 ], - "hullboost": [ 0.08, 0.22 ], + "hullboost": [ 0.05, 0.14 ], "kinres": [ 0, 0.012 ], "mass": [ 0.08, 0 ], "thermres": [ 0, 0.01 ] @@ -205,9 +205,9 @@ }, "features": { "explres": [ 0.014, 0.028 ], - "hullboost": [ 0.18, 0.34 ], + "hullboost": [ 0.11, 0.21 ], "kinres": [ 0.012, 0.024 ], - "mass": [ 0.15, 0.04 ], + "mass": [ 0.17, 0.04 ], "thermres": [ 0.01, 0.02 ] } }, @@ -219,9 +219,9 @@ }, "features": { "explres": [ 0.028, 0.042 ], - "hullboost": [ 0.28, 0.45 ], + "hullboost": [ 0.17, 0.28 ], "kinres": [ 0.024, 0.036 ], - "mass": [ 0.23, 0.1 ], + "mass": [ 0.25, 0.1 ], "thermres": [ 0.02, 0.03 ] } }, @@ -233,9 +233,9 @@ }, "features": { "explres": [ 0.042, 0.056 ], - "hullboost": [ 0.35, 0.56 ], + "hullboost": [ 0.22, 0.35 ], "kinres": [ 0.036, 0.048 ], - "mass": [ 0.31, 0.14 ], + "mass": [ 0.32, 0.15 ], "thermres": [ 0.03, 0.04 ] } }, @@ -247,7 +247,7 @@ }, "features": { "explres": [ 0.056, 0.07 ], - "hullboost": [ 0.45, 0.68 ], + "hullboost": [ 0.28, 0.41 ], "kinres": [ 0.048, 0.06 ], "mass": [ 0.4, 0.2 ], "thermres": [ 0.04, 0.05 ] @@ -341,7 +341,7 @@ }, "features": { "explres": [ -0.112, -0.056 ], - "kinres": [ -0.096, -0.048 ], + "kinres": [ -0.066, -0.048 ], "thermres": [ 0.1, 0.16 ] } }, @@ -2627,7 +2627,7 @@ }, "features": { "power": [ 0.2, 0.1 ], - "scanangle": [ -0.2, -0.1 ], + "angle": [ -0.2, -0.1 ], "range": [ 0.1, 0.2 ] } }, @@ -2638,7 +2638,7 @@ }, "features": { "power": [ 0.4, 0.2 ], - "scanangle": [ -0.3, -0.15 ], + "angle": [ -0.3, -0.15 ], "range": [ 0.2, 0.4 ] } }, @@ -2650,7 +2650,7 @@ }, "features": { "power": [ 0.6, 0.3 ], - "scanangle": [ -0.4, -0.2 ], + "angle": [ -0.4, -0.2 ], "range": [ 0.3, 0.6 ] } }, @@ -2662,7 +2662,7 @@ }, "features": { "power": [ 0.8, 0.4 ], - "scanangle": [ -0.5, -0.25 ], + "angle": [ -0.5, -0.25 ], "range": [ 0.4, 0.8 ] } }, @@ -2674,7 +2674,7 @@ }, "features": { "power": [ 1, 0.5 ], - "scanangle": [ -0.6, -0.3 ], + "angle": [ -0.6, -0.3 ], "range": [ 0.5, 1 ] } } @@ -3970,7 +3970,7 @@ }, "features": { "power": [ 0.2, 0.1 ], - "scanangle": [ -0.2, -0.1 ], + "angle": [ -0.2, -0.1 ], "range": [ 0.1, 0.2 ] } }, @@ -3981,7 +3981,7 @@ }, "features": { "power": [ 0.4, 0.2 ], - "scanangle": [ -0.3, -0.15 ], + "angle": [ -0.3, -0.15 ], "range": [ 0.2, 0.4 ] } }, @@ -3993,7 +3993,7 @@ }, "features": { "power": [ 0.6, 0.3 ], - "scanangle": [ -0.4, -0.2 ], + "angle": [ -0.4, -0.2 ], "range": [ 0.3, 0.6 ] } }, @@ -4005,7 +4005,7 @@ }, "features": { "power": [ 0.8, 0.4 ], - "scanangle": [ -0.5, -0.25 ], + "angle": [ -0.5, -0.25 ], "range": [ 0.4, 0.8 ] } }, @@ -4017,7 +4017,7 @@ }, "features": { "power": [ 1, 0.5 ], - "scanangle": [ -0.6, -0.3 ], + "angle": [ -0.6, -0.3 ], "range": [ 0.5, 1 ] } } @@ -4034,7 +4034,7 @@ }, "features": { "mass": [ 0.4, 0.2 ], - "scanangle": [ 0.2, 0.4 ], + "angle": [ 0.2, 0.4 ], "scantime": [ 0.2, 0.1 ] } }, @@ -4045,7 +4045,7 @@ }, "features": { "mass": [ 0.8, 0.4 ], - "scanangle": [ 0.4, 0.8 ], + "angle": [ 0.4, 0.8 ], "scantime": [ 0.4, 0.2 ] } }, @@ -4057,7 +4057,7 @@ }, "features": { "mass": [ 1.2, 0.6 ], - "scanangle": [ 0.6, 1.2 ], + "angle": [ 0.6, 1.2 ], "scantime": [ 0.6, 0.3 ] } }, @@ -4069,7 +4069,7 @@ }, "features": { "mass": [ 1.2, 0.6 ], - "scanangle": [ 0.8, 1.6 ], + "angle": [ 0.8, 1.6 ], "scantime": [ 0.8, 0.4 ] } }, @@ -4081,7 +4081,7 @@ }, "features": { "mass": [ 2, 1 ], - "scanangle": [ 1, 2 ], + "angle": [ 1, 2 ], "scantime": [ 1, 0.5 ] } } @@ -4162,7 +4162,7 @@ }, "features": { "mass": [ 0.4, 0.2 ], - "scanangle": [ 0.2, 0.4 ], + "angle": [ 0.2, 0.4 ], "scantime": [ 0.2, 0.1 ] } }, @@ -4173,7 +4173,7 @@ }, "features": { "mass": [ 0.8, 0.4 ], - "scanangle": [ 0.4, 0.8 ], + "angle": [ 0.4, 0.8 ], "scantime": [ 0.4, 0.2 ] } }, @@ -4185,7 +4185,7 @@ }, "features": { "mass": [ 1.2, 0.6 ], - "scanangle": [ 0.6, 1.2 ], + "angle": [ 0.6, 1.2 ], "scantime": [ 0.6, 0.3 ] } }, @@ -4197,7 +4197,7 @@ }, "features": { "mass": [ 1.2, 0.6 ], - "scanangle": [ 0.8, 1.6 ], + "angle": [ 0.8, 1.6 ], "scantime": [ 0.8, 0.4 ] } }, @@ -4209,7 +4209,7 @@ }, "features": { "mass": [ 2, 1 ], - "scanangle": [ 1, 2 ], + "angle": [ 1, 2 ], "scantime": [ 1, 0.5 ] } } @@ -4227,7 +4227,7 @@ "features": { "integrity": [ -0.15, -0.1 ], "mass": [ -0.2, -0.4 ], - "scanangle": [ -0.1, -0.05 ] + "angle": [ -0.1, -0.05 ] } }, "2": { @@ -4238,7 +4238,7 @@ "features": { "integrity": [ -0.3, -0.2 ], "mass": [ -0.3, -0.5 ], - "scanangle": [ -0.15, -0.1 ] + "angle": [ -0.15, -0.1 ] } }, "3": { @@ -4250,7 +4250,7 @@ "features": { "integrity": [ -0.45, -0.3 ], "mass": [ -0.4, -0.6 ], - "scanangle": [ -0.2, -0.15 ] + "angle": [ -0.2, -0.15 ] } }, "4": { @@ -4262,7 +4262,7 @@ "features": { "integrity": [ -0.6, -0.4 ], "mass": [ -0.5, -0.7 ], - "scanangle": [ -0.25, -0.2 ] + "angle": [ -0.25, -0.2 ] } }, "5": { @@ -4274,7 +4274,7 @@ "features": { "integrity": [ -0.75, -0.5 ], "mass": [ -0.6, -0.8 ], - "scanangle": [ -0.3, -0.25 ] + "angle": [ -0.3, -0.25 ] } } }, @@ -4290,8 +4290,8 @@ }, "features": { "mass": [ 0.4, 0.2 ], - "scanangle": [ -0.2, -0.1 ], - "scanrange": [ 0.1, 0.14 ] + "angle": [ -0.2, -0.1 ], + "range": [ 0.1, 0.14 ] } }, "2": { @@ -4301,8 +4301,8 @@ }, "features": { "mass": [ 0.8, 0.4 ], - "scanangle": [ -0.3, -0.15 ], - "scanrange": [ 0.2, 0.3 ] + "angle": [ -0.3, -0.15 ], + "range": [ 0.2, 0.3 ] } }, "3": { @@ -4313,8 +4313,8 @@ }, "features": { "mass": [ 1.2, 0.6 ], - "scanangle": [ -0.4, -0.2 ], - "scanrange": [ 0.3, 0.45 ] + "angle": [ -0.4, -0.2 ], + "range": [ 0.3, 0.45 ] } }, "4": { @@ -4325,8 +4325,8 @@ }, "features": { "mass": [ 1.6, 0.8 ], - "scanangle": [ -0.5, -0.25 ], - "scanrange": [ 0.4, 0.6 ] + "angle": [ -0.5, -0.25 ], + "range": [ 0.4, 0.6 ] } }, "5": { @@ -4337,8 +4337,8 @@ }, "features": { "mass": [ 2, 1 ], - "scanangle": [ -0.6, -0.3 ], - "scanrange": [ 0.5, 0.75 ] + "angle": [ -0.6, -0.3 ], + "range": [ 0.5, 0.75 ] } } }, @@ -4354,8 +4354,8 @@ }, "features": { "power": [ 0.2, 0.1 ], - "scanangle": [ 0.2, 0.4 ], - "scanrange": [ -0.08, -0.05 ] + "angle": [ 0.2, 0.4 ], + "range": [ -0.08, -0.05 ] } }, "2": { @@ -4365,8 +4365,8 @@ }, "features": { "power": [ 0.4, 0.2 ], - "scanangle": [ 0.4, 0.8 ], - "scanrange": [ -0.16, -0.08 ] + "angle": [ 0.4, 0.8 ], + "range": [ -0.16, -0.08 ] } }, "3": { @@ -4377,8 +4377,8 @@ }, "features": { "power": [ 0.6, 0.3 ], - "scanangle": [ 0.6, 1.2 ], - "scanrange": [ -0.24, -0.12 ] + "angle": [ 0.6, 1.2 ], + "range": [ -0.24, -0.12 ] } }, "4": { @@ -4389,8 +4389,8 @@ }, "features": { "power": [ 0.8, 0.4 ], - "scanangle": [ 0.8, 1.6 ], - "scanrange": [ -0.32, -0.16 ] + "angle": [ 0.8, 1.6 ], + "range": [ -0.32, -0.16 ] } }, "5": { @@ -4401,8 +4401,8 @@ }, "features": { "power": [ 1, 0.5 ], - "scanangle": [ 1, 2 ], - "scanrange": [ -0.4, -0.2 ] + "angle": [ 1, 2 ], + "range": [ -0.4, -0.2 ] } } }, @@ -4483,7 +4483,7 @@ "features": { "mass": [ 0.4, 0.2 ], "power": [ 0.2, 0.1 ], - "scanrange": [ 0.2, 0.4 ] + "range": [ 0.2, 0.4 ] } }, "2": { @@ -4494,7 +4494,7 @@ "features": { "mass": [ 0.8, 0.4 ], "power": [ 0.4, 0.2 ], - "scanrange": [ 0.4, 0.8 ] + "range": [ 0.4, 0.8 ] } }, "3": { @@ -4506,7 +4506,7 @@ "features": { "mass": [ 1.2, 0.6 ], "power": [ 0.6, 0.3 ], - "scanrange": [ 0.6, 1.2 ] + "range": [ 0.6, 1.2 ] } }, "4": { @@ -4518,7 +4518,7 @@ "features": { "mass": [ 1.6, 0.8 ], "power": [ 0.8, 0.4 ], - "scanrange": [ 0.8, 1.6 ] + "range": [ 0.8, 1.6 ] } }, "5": { @@ -4530,7 +4530,7 @@ "features": { "mass": [ 2, 1 ], "power": [ 1, 0.5 ], - "scanrange": [ 1, 2 ] + "range": [ 1, 2 ] } } }, @@ -4547,7 +4547,7 @@ "features": { "mass": [ 0.4, 0.2 ], "power": [ 0.2, 0.1 ], - "scanangle": [ 0.2, 0.4 ] + "angle": [ 0.2, 0.4 ] } }, "2": { @@ -4558,7 +4558,7 @@ "features": { "mass": [ 0.8, 0.4 ], "power": [ 0.4, 0.2 ], - "scanangle": [ 0.4, 0.8 ] + "angle": [ 0.4, 0.8 ] } }, "3": { @@ -4570,7 +4570,7 @@ "features": { "mass": [ 1.2, 0.6 ], "power": [ 0.6, 0.3 ], - "scanangle": [ 0.6, 1.2 ] + "angle": [ 0.6, 1.2 ] } }, "4": { @@ -4582,7 +4582,7 @@ "features": { "mass": [ 1.6, 0.8 ], "power": [ 0.8, 0.4 ], - "scanangle": [ 0.8, 1.6 ] + "angle": [ 0.8, 1.6 ] } }, "5": { @@ -4594,7 +4594,7 @@ "features": { "mass": [ 2, 1 ], "power": [ 1, 0.5 ], - "scanangle": [ 1, 2 ] + "angle": [ 1, 2 ] } } }, @@ -4674,7 +4674,7 @@ }, "features": { "power": [ 0.2, 0.1 ], - "scanangle": [ -0.2, -0.1 ], + "angle": [ -0.2, -0.1 ], "range": [ 0.1, 0.2 ] } }, @@ -4685,7 +4685,7 @@ }, "features": { "power": [ 0.4, 0.2 ], - "scanangle": [ -0.3, -0.15 ], + "angle": [ -0.3, -0.15 ], "range": [ 0.2, 0.4 ] } }, @@ -4697,7 +4697,7 @@ }, "features": { "power": [ 0.6, 0.3 ], - "scanangle": [ -0.4, -0.2 ], + "angle": [ -0.4, -0.2 ], "range": [ 0.3, 0.6 ] } }, @@ -4709,7 +4709,7 @@ }, "features": { "power": [ 0.8, 0.4 ], - "scanangle": [ -0.5, -0.25 ], + "angle": [ -0.5, -0.25 ], "range": [ 0.4, 0.8 ] } }, @@ -4721,7 +4721,7 @@ }, "features": { "power": [ 1, 0.5 ], - "scanangle": [ -0.6, -0.3 ], + "angle": [ -0.6, -0.3 ], "range": [ 0.5, 1 ] } } @@ -4738,7 +4738,7 @@ }, "features": { "mass": [ 0.4, 0.2 ], - "scanangle": [ 0.2, 0.4 ], + "angle": [ 0.2, 0.4 ], "scantime": [ 0.2, 0.1 ] } }, @@ -4749,7 +4749,7 @@ }, "features": { "mass": [ 0.8, 0.4 ], - "scanangle": [ 0.4, 0.8 ], + "angle": [ 0.4, 0.8 ], "scantime": [ 0.4, 0.2 ] } }, @@ -4761,7 +4761,7 @@ }, "features": { "mass": [ 1.2, 0.6 ], - "scanangle": [ 0.6, 1.2 ], + "angle": [ 0.6, 1.2 ], "scantime": [ 0.6, 0.3 ] } }, @@ -4773,7 +4773,7 @@ }, "features": { "mass": [ 1.2, 0.6 ], - "scanangle": [ 0.8, 1.6 ], + "angle": [ 0.8, 1.6 ], "scantime": [ 0.8, 0.4 ] } }, @@ -4785,7 +4785,7 @@ }, "features": { "mass": [ 2, 1 ], - "scanangle": [ 1, 2 ], + "angle": [ 1, 2 ], "scantime": [ 1, 0.5 ] } } diff --git a/modifications/modifications.json b/modifications/modifications.json index 771e437..08910f3 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -34,8 +34,7 @@ "regen": {"id": 27, "name": "regen", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "reload": {"id": 28, "name": "reload", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "rof": {"id": 29, "name": "rof", "type": "percentage", "method": "multiplicative", "higherbetter": false}, - "scanangle": {"id": 46, "name": "scanangle", "type": "percentage", "method": "multiplicative", "higherbetter": true}, - "scanrange": {"id": 47, "name": "scanrange", "type": "percentage", "method": "multiplicative", "higherbetter": true}, + "angle": {"id": 46, "name": "scanangle", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "scantime": {"id": 48, "name": "scantime", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "shield": {"id": 30, "name": "shield", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "shieldboost": {"id": 31, "name": "shieldboost", "type": "percentage", "method": "multiplicative", "higherbetter": true}, diff --git a/modifications/modules.json b/modifications/modules.json index 1bf53cb..acb54df 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -157,11 +157,10 @@ "Sensor_CargoScanner_WideAngle": [1, 2, 3, 4, 5] }, "modifications": [ - "boot", "integrity", "mass", "power", - "scanangle", + "angle", "range", "scantime" ] @@ -339,11 +338,10 @@ "Sensor_KillWarrantScanner_WideAngle": [1, 2, 3, 4, 5] }, "modifications": [ - "boot", "integrity", "mass", "power", - "scanangle", + "angle", "range", "scantime" ] @@ -714,8 +712,8 @@ "integrity", "mass", "power", - "scanrange", - "scanangle" + "range", + "angle" ] }, "sb": { @@ -790,8 +788,8 @@ "modifications": [ "mass", "power", - "scanangle", - "scanrange", + "angle", + "range", "scantime" ] }, @@ -881,11 +879,10 @@ "Sensor_WakeScanner_WideAngle": [1, 2, 3, 4, 5] }, "modifications": [ - "boot", "integrity", "mass", "power", - "scanangle", + "angle", "range", "scantime" ] diff --git a/modules/standard/sensors.json b/modules/standard/sensors.json index d31b00e..aabba74 100644 --- a/modules/standard/sensors.json +++ b/modules/standard/sensors.json @@ -1,6 +1,7 @@ { "s": [ { + "angle": 30, "class": 8, "cost": 697580, "edID": 128064253, @@ -14,6 +15,7 @@ "rating": "E" }, { + "angle": 30, "class": 8, "cost": 1743960, "edID": 128064254, @@ -27,6 +29,7 @@ "rating": "D" }, { + "angle": 30, "class": 8, "cost": 4359900, "edID": 128064255, @@ -40,6 +43,7 @@ "rating": "C" }, { + "angle": 30, "class": 8, "cost": 10899760, "edID": 128064256, @@ -53,6 +57,7 @@ "rating": "B" }, { + "angle": 30, "class": 8, "cost": 27249390, "edID": 128064257, @@ -66,6 +71,7 @@ "rating": "A" }, { + "angle": 30, "class": 7, "cost": 249140, "edID": 128064248, @@ -79,6 +85,7 @@ "rating": "E" }, { + "angle": 30, "class": 7, "cost": 622840, "edID": 128064249, @@ -92,6 +99,7 @@ "rating": "D" }, { + "angle": 30, "class": 7, "cost": 1557110, "edID": 128064250, @@ -105,6 +113,7 @@ "rating": "C" }, { + "angle": 30, "class": 7, "cost": 3892770, "edID": 128064251, @@ -118,6 +127,7 @@ "rating": "B" }, { + "angle": 30, "class": 7, "cost": 9731930, "edID": 128064252, @@ -131,6 +141,7 @@ "rating": "A" }, { + "angle": 30, "class": 6, "cost": 88980, "edID": 128064243, @@ -144,6 +155,7 @@ "rating": "E" }, { + "angle": 30, "class": 6, "cost": 222440, "edID": 128064244, @@ -157,6 +169,7 @@ "rating": "D" }, { + "angle": 30, "class": 6, "cost": 556110, "edID": 128064245, @@ -170,6 +183,7 @@ "rating": "C" }, { + "angle": 30, "class": 6, "cost": 1390280, "edID": 128064246, @@ -183,6 +197,7 @@ "rating": "B" }, { + "angle": 30, "class": 6, "cost": 3475690, "edID": 128064247, @@ -196,6 +211,7 @@ "rating": "A" }, { + "angle": 30, "class": 5, "cost": 31780, "edID": 128064238, @@ -209,6 +225,7 @@ "rating": "E" }, { + "angle": 30, "class": 5, "cost": 79440, "edID": 128064239, @@ -222,6 +239,7 @@ "rating": "D" }, { + "angle": 30, "class": 5, "cost": 198610, "edID": 128064240, @@ -235,6 +253,7 @@ "rating": "C" }, { + "angle": 30, "class": 5, "cost": 496530, "edID": 128064241, @@ -248,6 +267,7 @@ "rating": "B" }, { + "angle": 30, "class": 5, "cost": 1241320, "edID": 128064242, @@ -261,6 +281,7 @@ "rating": "A" }, { + "angle": 30, "class": 4, "cost": 11350, "edID": 128064233, @@ -274,6 +295,7 @@ "rating": "E" }, { + "angle": 30, "class": 4, "cost": 28370, "edID": 128064234, @@ -287,6 +309,7 @@ "rating": "D" }, { + "angle": 30, "class": 4, "cost": 70930, "edID": 128064235, @@ -300,6 +323,7 @@ "rating": "C" }, { + "angle": 30, "class": 4, "cost": 177330, "edID": 128064236, @@ -313,6 +337,7 @@ "rating": "B" }, { + "angle": 30, "class": 4, "cost": 443330, "edID": 128064237, @@ -326,6 +351,7 @@ "rating": "A" }, { + "angle": 30, "class": 3, "cost": 4050, "edID": 128064228, @@ -339,6 +365,7 @@ "rating": "E" }, { + "angle": 30, "class": 3, "cost": 10130, "edID": 128064229, @@ -352,6 +379,7 @@ "rating": "D" }, { + "angle": 30, "class": 3, "cost": 25330, "edID": 128064230, @@ -365,6 +393,7 @@ "rating": "C" }, { + "angle": 30, "class": 3, "cost": 63330, "edID": 128064231, @@ -378,6 +407,7 @@ "rating": "B" }, { + "angle": 30, "class": 3, "cost": 158330, "edID": 128064232, @@ -391,6 +421,7 @@ "rating": "A" }, { + "angle": 30, "class": 2, "cost": 1450, "edID": 128064223, @@ -404,6 +435,7 @@ "rating": "E" }, { + "angle": 30, "class": 2, "cost": 3620, "edID": 128064224, @@ -417,6 +449,7 @@ "rating": "D" }, { + "angle": 30, "class": 2, "cost": 9050, "edID": 128064225, @@ -430,6 +463,7 @@ "rating": "C" }, { + "angle": 30, "class": 2, "cost": 22620, "edID": 128064226, @@ -443,6 +477,7 @@ "rating": "B" }, { + "angle": 30, "class": 2, "cost": 56550, "edID": 128064227, @@ -456,6 +491,7 @@ "rating": "A" }, { + "angle": 30, "class": 1, "cost": 520, "edID": 128064218, @@ -469,6 +505,7 @@ "rating": "E" }, { + "angle": 30, "class": 1, "cost": 1290, "edID": 128064219, @@ -482,6 +519,7 @@ "rating": "D" }, { + "angle": 30, "class": 1, "cost": 3230, "edID": 128064220, @@ -495,6 +533,7 @@ "rating": "C" }, { + "angle": 30, "class": 1, "cost": 8080, "edID": 128064221, @@ -508,6 +547,7 @@ "rating": "B" }, { + "angle": 30, "class": 1, "cost": 20200, "edID": 128064222, From 670d2f0950c9ddfa10e5aef8973a58cff6fddfd9 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Wed, 22 Mar 2017 18:24:41 +0000 Subject: [PATCH 17/30] Update fragment cannons --- dist/index.js | 419 ++++++++++------ dist/index.json | 638 ++++++++++++++---------- modifications/blueprints.json | 361 +++++++++----- modules/hardpoints/fragment_cannon.json | 54 +- 4 files changed, 892 insertions(+), 580 deletions(-) diff --git a/dist/index.js b/dist/index.js index 7f6aca2..efa887e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8008,14 +8008,14 @@ module.exports = { grp: "fc", id: "20", integrity: 40, - jitter: .5, + jitter: 5, mass: 2, mount: "F", piercing: 20, power: .45, range: 2e3, rating: "E", - reload: 2.5, + reload: 5, rof: 5.555, roundspershot: 12, shotspeed: 667, @@ -8039,14 +8039,14 @@ module.exports = { grp: "fc", id: "21", integrity: 40, - jitter: .5, + jitter: 5, mass: 2, mount: "G", piercing: 20, power: .59, range: 2e3, rating: "E", - reload: 2.5, + reload: 5, rof: 5.88, roundspershot: 12, shotspeed: 667, @@ -8070,14 +8070,14 @@ module.exports = { grp: "fc", id: "22", integrity: 40, - jitter: .5, + jitter: 5, mass: 2, mount: "T", piercing: 20, power: .42, range: 2e3, rating: "E", - reload: 2.5, + reload: 5, rof: 4.76, roundspershot: 12, shotspeed: 667, @@ -8090,7 +8090,7 @@ module.exports = { class: 2, clip: 3, cost: 291840, - damage: 2.56, + damage: 3, damagedist: { K: 1 }, @@ -8101,15 +8101,15 @@ module.exports = { grp: "fc", id: "1s", integrity: 80, - jitter: .5, + jitter: 5, mass: 4, mount: "F", piercing: 30, power: .74, range: 2e3, rating: "A", - reload: 2.5, - rof: 5, + reload: 5, + rof: 4.975, roundspershot: 12, shotspeed: 667, thermload: .7 @@ -8121,7 +8121,7 @@ module.exports = { class: 2, clip: 3, cost: 437800, - damage: 1.95, + damage: 2.275, damagedist: { K: 1 }, @@ -8132,14 +8132,14 @@ module.exports = { grp: "fc", id: "7e", integrity: 80, - jitter: .5, + jitter: 5, mass: 4, mount: "G", piercing: 30, power: 1.03, range: 2e3, rating: "D", - reload: 2.5, + reload: 5, rof: 5.26, roundspershot: 12, shotspeed: 667, @@ -8152,7 +8152,7 @@ module.exports = { class: 2, clip: 3, cost: 1459200, - damage: 1.43, + damage: 1.7, damagedist: { K: 1 }, @@ -8163,15 +8163,15 @@ module.exports = { grp: "fc", id: "7f", integrity: 80, - jitter: .5, + jitter: 5, mass: 4, mount: "T", piercing: 30, power: .79, range: 2e3, rating: "D", - reload: 2.5, - rof: 4.345, + reload: 5, + rof: 4.26, roundspershot: 12, shotspeed: 667, thermload: .4 @@ -8183,7 +8183,7 @@ module.exports = { class: 3, clip: 3, cost: 1167360, - damage: 3.92, + damage: 4.57, damagedist: { K: 1 }, @@ -8194,14 +8194,14 @@ module.exports = { grp: "fc", id: "1t", integrity: 80, - jitter: .5, + jitter: 5, mass: 8, mount: "F", piercing: 60, power: 1.02, range: 2e3, rating: "C", - reload: 2.5, + reload: 5, rof: 4.545, roundspershot: 12, shotspeed: 667, @@ -8214,7 +8214,7 @@ module.exports = { class: 3, clip: 3, cost: 1751040, - damage: 3.23, + damage: 3.77, damagedist: { K: 1 }, @@ -8225,14 +8225,14 @@ module.exports = { grp: "fc", id: "1u", integrity: 80, - jitter: .5, + jitter: 5, mass: 8, mount: "G", piercing: 60, power: 1.55, range: 2e3, rating: "C", - reload: 2.5, + reload: 5, rof: 4.76, roundspershot: 12, shotspeed: 667, @@ -8245,7 +8245,7 @@ module.exports = { class: 3, clip: 3, cost: 5836800, - damage: 2.56, + damage: 2.98, damagedist: { K: 1 }, @@ -8256,14 +8256,14 @@ module.exports = { grp: "fc", id: "1v", integrity: 80, - jitter: .5, + jitter: 5, mass: 8, mount: "T", piercing: 60, power: 1.29, range: 2e3, rating: "C", - reload: 2.5, + reload: 5, rof: 4, roundspershot: 12, shotspeed: 667, @@ -8295,7 +8295,7 @@ module.exports = { power: 1.02, pp: "Zachary Hudson", rating: "C", - reload: 2.5, + reload: 5, rof: 4.5, roundspershot: 12, shotspeed: 1e3, @@ -14397,6 +14397,7 @@ module.exports = { Modifications: { blueprints: { AFM_Shielded: { + fdname: "AFM_Shielded", grades: { "1": { components: { @@ -14445,15 +14446,16 @@ module.exports = { name: "Shielded" }, Armour_Advanced: { + fdname: "Armour_Advanced", grades: { "1": { components: { Iron: 1 }, features: { - explres: [ 0, .028 ], + explres: [ 0, .02 ], hullboost: [ -.01, 0 ], - kinres: [ 0, .024 ], + kinres: [ 0, .02 ], mass: [ -.04, -.15 ], thermres: [ 0, .02 ] } @@ -14464,9 +14466,9 @@ module.exports = { Iron: 1 }, features: { - explres: [ .014, .056 ], - hullboost: [ -.03, -.02 ], - kinres: [ .012, .048 ], + explres: [ .01, .04 ], + hullboost: [ -.02, -.01 ], + kinres: [ .01, .04 ], mass: [ -.08, -.25 ], thermres: [ .01, .04 ] } @@ -14478,9 +14480,9 @@ module.exports = { Iron: 1 }, features: { - explres: [ .028, .084 ], - hullboost: [ -.05, -.03 ], - kinres: [ .024, .072 ], + explres: [ .02, .06 ], + hullboost: [ -.03, -.02 ], + kinres: [ .02, .06 ], mass: [ -.12, -.35 ], thermres: [ .02, .06 ] } @@ -14492,9 +14494,9 @@ module.exports = { "Proprietary Composites": 1 }, features: { - explres: [ .042, .112 ], - hullboost: [ -.06, -.05 ], - kinres: [ .036, .096 ], + explres: [ .03, .08 ], + hullboost: [ -.04, -.03 ], + kinres: [ .03, .08 ], mass: [ -.16, -.45 ], thermres: [ .03, .08 ] } @@ -14506,9 +14508,9 @@ module.exports = { Tin: 1 }, features: { - explres: [ .056, .14 ], - hullboost: [ -.07, -.06 ], - kinres: [ .048, .12 ], + explres: [ .04, .1 ], + hullboost: [ -.05, -.04 ], + kinres: [ .04, .1 ], mass: [ -.2, -.55 ], thermres: [ .04, .1 ] } @@ -14519,14 +14521,15 @@ module.exports = { name: "Lightweight" }, Armour_Explosive: { + fdname: "Armour_Explosive", grades: { "1": { components: { Nickel: 1 }, features: { - explres: [ .07, .112 ], - kinres: [ -.048, -.024 ], + explres: [ .05, .08 ], + kinres: [ -.04, -.02 ], thermres: [ -.04, -.02 ] } }, @@ -14536,8 +14539,8 @@ module.exports = { Zinc: 1 }, features: { - explres: [ .14, .224 ], - kinres: [ -.096, -.048 ], + explres: [ .1, .16 ], + kinres: [ -.08, -.04 ], thermres: [ -.08, -.04 ] } }, @@ -14547,8 +14550,8 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ .21, .336 ], - kinres: [ -.144, -.072 ], + explres: [ .15, .24 ], + kinres: [ -.12, -.06 ], thermres: [ -.12, -.06 ] } }, @@ -14559,8 +14562,8 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ .28, .448 ], - kinres: [ -.192, -.096 ], + explres: [ .2, .32 ], + kinres: [ -.16, -.08 ], thermres: [ -.16, -.08 ] } }, @@ -14571,8 +14574,8 @@ module.exports = { Ruthenium: 1 }, features: { - explres: [ .35, .56 ], - kinres: [ -.24, -.12 ], + explres: [ .25, .4 ], + kinres: [ -.2, -.1 ], thermres: [ -.2, -.1 ] } } @@ -14582,15 +14585,16 @@ module.exports = { name: "Blast resistant" }, Armour_HeavyDuty: { + fdname: "Armour_HeavyDuty", grades: { "1": { components: { Carbon: 1 }, features: { - explres: [ 0, .014 ], - hullboost: [ .05, .14 ], - kinres: [ 0, .012 ], + explres: [ 0, .01 ], + hullboost: [ .04, .1 ], + kinres: [ 0, .01 ], mass: [ .08, 0 ], thermres: [ 0, .01 ] } @@ -14601,10 +14605,10 @@ module.exports = { "Shield Emitters": 1 }, features: { - explres: [ .014, .028 ], - hullboost: [ .11, .21 ], - kinres: [ .012, .024 ], - mass: [ .17, .04 ], + explres: [ .01, .02 ], + hullboost: [ .08, .15 ], + kinres: [ .01, .02 ], + mass: [ .16, .05 ], thermres: [ .01, .02 ] } }, @@ -14615,10 +14619,10 @@ module.exports = { "Shield Emitters": 1 }, features: { - explres: [ .028, .042 ], - hullboost: [ .17, .28 ], - kinres: [ .024, .036 ], - mass: [ .25, .1 ], + explres: [ .02, .03 ], + hullboost: [ .12, .2 ], + kinres: [ .02, .03 ], + mass: [ .24, .1 ], thermres: [ .02, .03 ] } }, @@ -14629,9 +14633,9 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ .042, .056 ], - hullboost: [ .22, .35 ], - kinres: [ .036, .048 ], + explres: [ .03, .04 ], + hullboost: [ .16, .25 ], + kinres: [ .03, .04 ], mass: [ .32, .15 ], thermres: [ .03, .04 ] } @@ -14643,9 +14647,9 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ .056, .07 ], - hullboost: [ .28, .41 ], - kinres: [ .048, .06 ], + explres: [ .04, .05 ], + hullboost: [ .2, .3 ], + kinres: [ .04, .05 ], mass: [ .4, .2 ], thermres: [ .04, .05 ] } @@ -14656,14 +14660,15 @@ module.exports = { name: "Heavy duty" }, Armour_Kinetic: { + fdname: "Armour_Kinetic", grades: { "1": { components: { Nickel: 1 }, features: { - explres: [ -.056, -.028 ], - kinres: [ .06, .096 ], + explres: [ -.04, -.02 ], + kinres: [ .05, .08 ], thermres: [ -.04, -.02 ] } }, @@ -14673,8 +14678,8 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ -.112, -.056 ], - kinres: [ .12, .192 ], + explres: [ -.08, -.04 ], + kinres: [ .1, .16 ], thermres: [ -.08, -.04 ] } }, @@ -14685,8 +14690,8 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ -.168, -.084 ], - kinres: [ .18, .288 ], + explres: [ -.12, -.06 ], + kinres: [ .15, .24 ], thermres: [ -.12, -.06 ] } }, @@ -14697,8 +14702,8 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ -.224, -.112 ], - kinres: [ .24, .384 ], + explres: [ -.16, -.08 ], + kinres: [ .2, .32 ], thermres: [ -.16, -.08 ] } }, @@ -14709,8 +14714,8 @@ module.exports = { "Phase Alloys": 1 }, features: { - explres: [ -.28, -.14 ], - kinres: [ .3, .48 ], + explres: [ -.2, -.1 ], + kinres: [ .25, .4 ], thermres: [ -.2, -.1 ] } } @@ -14720,14 +14725,15 @@ module.exports = { name: "Kinetic resistant" }, Armour_Thermic: { + fdname: "Armour_Thermic", grades: { "1": { components: { "Heat Conduction Wiring": 1 }, features: { - explres: [ -.056, -.028 ], - kinres: [ -.048, -.024 ], + explres: [ -.04, -.02 ], + kinres: [ -.04, -.02 ], thermres: [ .05, .08 ] } }, @@ -14737,8 +14743,8 @@ module.exports = { Nickel: 1 }, features: { - explres: [ -.112, -.056 ], - kinres: [ -.066, -.048 ], + explres: [ -.08, -.04 ], + kinres: [ -.08, -.04 ], thermres: [ .1, .16 ] } }, @@ -14749,8 +14755,8 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ -.168, -.084 ], - kinres: [ -.144, -.072 ], + explres: [ -.12, -.06 ], + kinres: [ -.12, -.06 ], thermres: [ .15, .24 ] } }, @@ -14761,8 +14767,8 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ -.224, -.112 ], - kinres: [ -.192, -.096 ], + explres: [ -.16, -.08 ], + kinres: [ -.16, -.08 ], thermres: [ .2, .32 ] } }, @@ -14773,8 +14779,8 @@ module.exports = { "Proto Heat Radiators": 1 }, features: { - explres: [ -.28, -.14 ], - kinres: [ -.24, -.12 ], + explres: [ -.2, -.12 ], + kinres: [ -.2, -.12 ], thermres: [ .25, .4 ] } } @@ -14784,6 +14790,7 @@ module.exports = { name: "Thermal resistant" }, CargoScanner_LightWeight: { + fdname: "CargoScanner_LightWeight", grades: { "1": { components: { @@ -14843,6 +14850,7 @@ module.exports = { name: "Lightweight" }, CargoScanner_Reinforced: { + fdname: "CargoScanner_Reinforced", grades: { "1": { components: { @@ -14902,6 +14910,7 @@ module.exports = { name: "Reinforced" }, CargoScanner_Shielded: { + fdname: "CargoScanner_Shielded", grades: { "1": { components: { @@ -14961,6 +14970,7 @@ module.exports = { name: "Shielded" }, ChaffLauncher_ChaffCapacity: { + fdname: "ChaffLauncher_ChaffCapacity", grades: { "3": { components: { @@ -14980,6 +14990,7 @@ module.exports = { name: "Ammo capacity" }, ChaffLauncher_LightWeight: { + fdname: "ChaffLauncher_LightWeight", grades: { "1": { components: { @@ -15039,6 +15050,7 @@ module.exports = { name: "Lightweight" }, ChaffLauncher_Reinforced: { + fdname: "ChaffLauncher_Reinforced", grades: { "1": { components: { @@ -15098,6 +15110,7 @@ module.exports = { name: "Reinforced" }, ChaffLauncher_Shielded: { + fdname: "ChaffLauncher_Shielded", grades: { "1": { components: { @@ -15157,6 +15170,7 @@ module.exports = { name: "Shielded" }, CollectionLimpet_LightWeight: { + fdname: "CollectionLimpet_LightWeight", grades: { "1": { components: { @@ -15216,6 +15230,7 @@ module.exports = { name: "Lightweight" }, CollectionLimpet_Reinforced: { + fdname: "CollectionLimpet_Reinforced", grades: { "1": { components: { @@ -15275,6 +15290,7 @@ module.exports = { name: "Reinforced" }, CollectionLimpet_Shielded: { + fdname: "CollectionLimpet_Shielded", grades: { "1": { components: { @@ -15334,6 +15350,7 @@ module.exports = { name: "Shielded" }, ECM_LightWeight: { + fdname: "ECM_LightWeight", grades: { "1": { components: { @@ -15393,6 +15410,7 @@ module.exports = { name: "Lightweight" }, ECM_Reinforced: { + fdname: "ECM_Reinforced", grades: { "1": { components: { @@ -15452,6 +15470,7 @@ module.exports = { name: "Reinforced" }, ECM_Shielded: { + fdname: "ECM_Shielded", grades: { "1": { components: { @@ -15511,6 +15530,7 @@ module.exports = { name: "Shielded" }, Engine_Dirty: { + fdname: "Engine_Dirty", grades: { "1": { components: { @@ -15585,6 +15605,7 @@ module.exports = { name: "Dirty" }, Engine_Reinforced: { + fdname: "Engine_Reinforced", grades: { "1": { components: { @@ -15654,6 +15675,7 @@ module.exports = { name: "Reinforced" }, Engine_Tuned: { + fdname: "Engine_Tuned", grades: { "1": { components: { @@ -15728,6 +15750,7 @@ module.exports = { name: "Clean" }, FSD_FastBoot: { + fdname: "FSD_FastBoot", grades: { "1": { components: { @@ -15797,6 +15820,7 @@ module.exports = { name: "Faster boot sequence" }, FSD_LongRange: { + fdname: "FSD_LongRange", grades: { "1": { components: { @@ -15866,6 +15890,7 @@ module.exports = { name: "Increased range" }, FSD_Shielded: { + fdname: "FSD_Shielded", grades: { "1": { components: { @@ -15935,6 +15960,7 @@ module.exports = { name: "Shielded" }, FSDinterdictor_Expanded: { + fdname: "FSDinterdictor_Expanded", grades: { "1": { components: { @@ -15987,6 +16013,7 @@ module.exports = { name: "Expanded capture arc" }, FSDinterdictor_LongRange: { + fdname: "FSDinterdictor_LongRange", grades: { "1": { components: { @@ -16030,6 +16057,7 @@ module.exports = { name: "Long range" }, FuelScoop_Shielded: { + fdname: "FuelScoop_Shielded", grades: { "1": { components: { @@ -16078,6 +16106,7 @@ module.exports = { name: "Shielded" }, FuelTransferLimpet_LightWeight: { + fdname: "FuelTransferLimpet_LightWeight", grades: { "1": { components: { @@ -16137,6 +16166,7 @@ module.exports = { name: "Lightweight" }, FuelTransferLimpet_Reinforced: { + fdname: "FuelTransferLimpet_Reinforced", grades: { "1": { components: { @@ -16196,6 +16226,7 @@ module.exports = { name: "Reinforced" }, FuelTransferLimpet_Shielded: { + fdname: "FuelTransferLimpet_Shielded", grades: { "1": { components: { @@ -16255,6 +16286,7 @@ module.exports = { name: "Shielded" }, HatchBreakerLimpet_LightWeight: { + fdname: "HatchBreakerLimpet_LightWeight", grades: { "1": { components: { @@ -16314,6 +16346,7 @@ module.exports = { name: "Lightweight" }, HatchBreakerLimpet_Reinforced: { + fdname: "HatchBreakerLimpet_Reinforced", grades: { "1": { components: { @@ -16373,6 +16406,7 @@ module.exports = { name: "Reinforced" }, HatchBreakerLimpet_Shielded: { + fdname: "HatchBreakerLimpet_Shielded", grades: { "1": { components: { @@ -16432,6 +16466,7 @@ module.exports = { name: "Shielded" }, HeatSinkLauncher_HeatSinkCapacity: { + fdname: "HeatSinkLauncher_HeatSinkCapacity", grades: { "3": { components: { @@ -16451,6 +16486,7 @@ module.exports = { name: "Ammo capacity" }, HeatSinkLauncher_LightWeight: { + fdname: "HeatSinkLauncher_LightWeight", grades: { "1": { components: { @@ -16510,6 +16546,7 @@ module.exports = { name: "Lightweight" }, HeatSinkLauncher_Reinforced: { + fdname: "HeatSinkLauncher_Reinforced", grades: { "1": { components: { @@ -16569,6 +16606,7 @@ module.exports = { name: "Reinforced" }, HeatSinkLauncher_Shielded: { + fdname: "HeatSinkLauncher_Shielded", grades: { "1": { components: { @@ -16628,6 +16666,7 @@ module.exports = { name: "Shielded" }, HullReinforcement_Advanced: { + fdname: "HullReinforcement_Advanced", grades: { "1": { components: { @@ -16659,7 +16698,7 @@ module.exports = { features: { hullboost: [ .06, .12 ], hullreinforcement: [ -.15, -.1 ], - mass: [ 0, -.1 ] + mass: [ 0, -.09 ] } }, "4": { @@ -16692,15 +16731,16 @@ module.exports = { name: "Lightweight" }, HullReinforcement_Explosive: { + fdname: "HullReinforcement_Explosive", grades: { "1": { components: { Nickel: 1 }, features: { - explres: [ .0487, .078 ], - kinres: [ -.0293, -.0195 ], - thermres: [ -.0293, -.0195 ] + explres: [ .05, .08 ], + kinres: [ -.03, -.02 ], + thermres: [ -.03, -.02 ] } }, "2": { @@ -16709,9 +16749,9 @@ module.exports = { Zinc: 1 }, features: { - explres: [ .0975, .156 ], - kinres: [ -.0585, -.039 ], - thermres: [ -.0484, -.039 ] + explres: [ .1, .16 ], + kinres: [ -.06, -.04 ], + thermres: [ -.06, -.04 ] } }, "3": { @@ -16721,9 +16761,9 @@ module.exports = { Zirconium: 1 }, features: { - explres: [ .1463, .234 ], - kinres: [ -.0878, -.0585 ], - thermres: [ -.0878, -.0585 ] + explres: [ .15, .24 ], + kinres: [ -.09, -.06 ], + thermres: [ -.09, -.06 ] } }, "4": { @@ -16733,9 +16773,9 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ .195, .312 ], - kinres: [ -.117, -.078 ], - thermres: [ -.117, -.078 ] + explres: [ .2, .32 ], + kinres: [ -.12, -.08 ], + thermres: [ -.12, -.08 ] } }, "5": { @@ -16745,9 +16785,9 @@ module.exports = { Ruthenium: 1 }, features: { - explres: [ .2437, .4 ], - kinres: [ -.1463, -.0975 ], - thermres: [ -.1463, -.0975 ] + explres: [ .24, .4 ], + kinres: [ -.15, -.1 ], + thermres: [ -.15, -.1 ] } } }, @@ -16756,17 +16796,18 @@ module.exports = { name: "Blast resistant" }, HullReinforcement_HeavyDuty: { + fdname: "HullReinforcement_HeavyDuty", grades: { "1": { components: { Carbon: 1 }, features: { - explres: [ 0, .0292 ], - hullreinforcement: [ .04, .2 ], - kinres: [ 0, .0292 ], + explres: [ 0, .03 ], + hullreinforcement: [ .05, .2 ], + kinres: [ 0, .03 ], mass: [ .08, 0 ], - thermres: [ 0, .0292 ] + thermres: [ 0, .03 ] } }, "2": { @@ -16775,11 +16816,11 @@ module.exports = { "Shield Emitters": 1 }, features: { - explres: [ .098, .0585 ], + explres: [ .01, .06 ], hullreinforcement: [ .1, .3 ], - kinres: [ .098, .0585 ], - mass: [ .15, .04 ], - thermres: [ .098, .0585 ] + kinres: [ .01, .06 ], + mass: [ .16, .05 ], + thermres: [ .01, .06 ] } }, "3": { @@ -16789,11 +16830,11 @@ module.exports = { "Shield Emitters": 1 }, features: { - explres: [ .0195, .0878 ], - hullreinforcement: [ .14, .4 ], - kinres: [ .0195, .0878 ], - mass: [ .23, .1 ], - thermres: [ .0195, .0878 ] + explres: [ .02, .09 ], + hullreinforcement: [ .15, .4 ], + kinres: [ .02, .09 ], + mass: [ .24, .1 ], + thermres: [ .02, .09 ] } }, "4": { @@ -16803,11 +16844,11 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ .0292, .117 ], + explres: [ .03, .12 ], hullreinforcement: [ .2, .5 ], - kinres: [ .0292, .117 ], - mass: [ .3, .14 ], - thermres: [ .0292, .117 ] + kinres: [ .03, .12 ], + mass: [ .32, .15 ], + thermres: [ .03, .12 ] } }, "5": { @@ -16817,11 +16858,11 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ .039, .1463 ], + explres: [ .04, .15 ], hullreinforcement: [ .25, .6 ], - kinres: [ .039, .1463 ], + kinres: [ .04, .15 ], mass: [ .4, .2 ], - thermres: [ .039, .1463 ] + thermres: [ .04, .15 ] } } }, @@ -16830,15 +16871,16 @@ module.exports = { name: "Heavy duty" }, HullReinforcement_Kinetic: { + fdname: "HullReinforcement_Kinetic", grades: { "1": { components: { Nickel: 1 }, features: { - explres: [ -.0293, -.0195 ], - kinres: [ .0487, .078 ], - thermres: [ -.0293, -.0195 ] + explres: [ -.03, -.02 ], + kinres: [ .05, .08 ], + thermres: [ -.03, -.02 ] } }, "2": { @@ -16847,9 +16889,9 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ -.0585, -.039 ], - kinres: [ .0975, .156 ], - thermres: [ -.0585, -.039 ] + explres: [ -.06, -.04 ], + kinres: [ .1, .16 ], + thermres: [ -.06, -.04 ] } }, "3": { @@ -16859,9 +16901,9 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ -.0878, -.0585 ], - kinres: [ .1463, .234 ], - thermres: [ -.0878, -.0585 ] + explres: [ -.09, -.06 ], + kinres: [ .15, .24 ], + thermres: [ -.09, -.06 ] } }, "4": { @@ -16871,9 +16913,9 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ -.117, -.078 ], - kinres: [ .195, .312 ], - thermres: [ -.117, -.078 ] + explres: [ -.12, -.08 ], + kinres: [ .2, .32 ], + thermres: [ -.12, -.08 ] } }, "5": { @@ -16883,9 +16925,9 @@ module.exports = { "Phase Alloys": 1 }, features: { - explres: [ -.1463, -.0975 ], - kinres: [ .2437, .4 ], - thermres: [ -.1463, -.0975 ] + explres: [ -.15, -.1 ], + kinres: [ .25, .4 ], + thermres: [ -.15, -.1 ] } } }, @@ -16894,15 +16936,16 @@ module.exports = { name: "Kinetic resistant" }, HullReinforcement_Thermic: { + fdname: "HullReinforcement_Thermic", grades: { "1": { components: { "Heat Conduction Wiring": 1 }, features: { - explres: [ -.0293, -.0195 ], - kinres: [ -.0293, -.0195 ], - thermres: [ .0487, .078 ] + explres: [ -.03, -.02 ], + kinres: [ -.03, -.02 ], + thermres: [ .05, .08 ] } }, "2": { @@ -16911,9 +16954,9 @@ module.exports = { Nickel: 1 }, features: { - explres: [ -.0585, -.039 ], - kinres: [ -.0585, -.039 ], - thermres: [ .0975, .156 ] + explres: [ -.06, -.04 ], + kinres: [ -.06, -.04 ], + thermres: [ .1, .16 ] } }, "3": { @@ -16923,9 +16966,9 @@ module.exports = { Vanadium: 1 }, features: { - explres: [ -.0878, -.0585 ], - kinres: [ -.0878, -.0585 ], - thermres: [ .1463, .234 ] + explres: [ -.09, -.06 ], + kinres: [ -.09, -.06 ], + thermres: [ .15, .24 ] } }, "4": { @@ -16935,9 +16978,9 @@ module.exports = { Tungsten: 1 }, features: { - explres: [ -.117, -.078 ], - kinres: [ -.117, -.078 ], - thermres: [ .195, .312 ] + explres: [ -.12, -.08 ], + kinres: [ -.12, -.08 ], + thermres: [ .2, .32 ] } }, "5": { @@ -16947,9 +16990,9 @@ module.exports = { "Proto Heat Radiators": 1 }, features: { - explres: [ -.1463, -.0975 ], - kinres: [ -.1463, -.0975 ], - thermres: [ .2437, .4 ] + explres: [ -.15, -.1 ], + kinres: [ -.15, -.1 ], + thermres: [ .25, .4 ] } } }, @@ -16958,6 +17001,7 @@ module.exports = { name: "Thermal resistant" }, KillWarrantScanner_LightWeight: { + fdname: "KillWarrantScanner_LightWeight", grades: { "1": { components: { @@ -17017,6 +17061,7 @@ module.exports = { name: "Lightweight" }, KillWarrantScanner_LongRange: { + fdname: "KillWarrantScanner_LongRange", grades: { "1": { components: { @@ -17081,6 +17126,7 @@ module.exports = { name: "Long range" }, KillWarrantScanner_Reinforced: { + fdname: "KillWarrantScanner_Reinforced", grades: { "1": { components: { @@ -17140,6 +17186,7 @@ module.exports = { name: "Reinforced" }, KillWarrantScanner_Shielded: { + fdname: "KillWarrantScanner_Shielded", grades: { "1": { components: { @@ -17199,6 +17246,7 @@ module.exports = { name: "Shielded" }, LifeSupport_LightWeight: { + fdname: "LifeSupport_LightWeight", grades: { "1": { components: { @@ -17247,6 +17295,7 @@ module.exports = { name: "Lightweight" }, LifeSupport_Reinforced: { + fdname: "LifeSupport_Reinforced", grades: { "1": { components: { @@ -17295,6 +17344,7 @@ module.exports = { name: "Reinforced" }, LifeSupport_Shielded: { + fdname: "LifeSupport_Shielded", grades: { "1": { components: { @@ -17343,6 +17393,7 @@ module.exports = { name: "Shielded" }, PointDefence_LightWeight: { + fdname: "PointDefence_LightWeight", grades: { "1": { components: { @@ -17402,6 +17453,7 @@ module.exports = { name: "Lightweight" }, PointDefence_PointDefenseCapacity: { + fdname: "PointDefence_PointDefenseCapacity", grades: { "3": { components: { @@ -17421,6 +17473,7 @@ module.exports = { name: "Ammo capacity" }, PointDefence_Reinforced: { + fdname: "PointDefence_Reinforced", grades: { "1": { components: { @@ -17480,6 +17533,7 @@ module.exports = { name: "Reinforced" }, PointDefence_Shielded: { + fdname: "PointDefence_Shielded", grades: { "1": { components: { @@ -17539,6 +17593,7 @@ module.exports = { name: "Shielded" }, PowerDistributor_HighCapacity: { + fdname: "PowerDistributor_HighCapacity", grades: { "1": { components: { @@ -17618,6 +17673,7 @@ module.exports = { name: "High charge capacity" }, PowerDistributor_HighFrequency: { + fdname: "PowerDistributor_HighFrequency", grades: { "1": { components: { @@ -17697,6 +17753,7 @@ module.exports = { name: "Charge enhanced" }, PowerDistributor_PriorityEngines: { + fdname: "PowerDistributor_PriorityEngines", grades: { "1": { components: { @@ -17746,6 +17803,7 @@ module.exports = { name: "Engine focused" }, PowerDistributor_PrioritySystems: { + fdname: "PowerDistributor_PrioritySystems", grades: { "1": { components: { @@ -17795,6 +17853,7 @@ module.exports = { name: "System focused" }, PowerDistributor_PriorityWeapons: { + fdname: "PowerDistributor_PriorityWeapons", grades: { "1": { components: { @@ -17844,6 +17903,7 @@ module.exports = { name: "Weapon focused" }, PowerDistributor_Shielded: { + fdname: "PowerDistributor_Shielded", grades: { "1": { components: { @@ -17903,6 +17963,7 @@ module.exports = { name: "Shielded" }, PowerPlant_Armoured: { + fdname: "PowerPlant_Armoured", grades: { "1": { components: { @@ -17967,6 +18028,7 @@ module.exports = { name: "Armoured" }, PowerPlant_Boosted: { + fdname: "PowerPlant_Boosted", grades: { "1": { components: { @@ -18031,6 +18093,7 @@ module.exports = { name: "Overcharged" }, PowerPlant_Stealth: { + fdname: "PowerPlant_Stealth", grades: { "1": { components: { @@ -18071,6 +18134,7 @@ module.exports = { name: "Low emissions" }, ProspectingLimpet_LightWeight: { + fdname: "ProspectingLimpet_LightWeight", grades: { "1": { components: { @@ -18130,6 +18194,7 @@ module.exports = { name: "Lightweight" }, ProspectingLimpet_Reinforced: { + fdname: "ProspectingLimpet_Reinforced", grades: { "1": { components: { @@ -18189,6 +18254,7 @@ module.exports = { name: "Reinforced" }, ProspectingLimpet_Shielded: { + fdname: "ProspectingLimpet_Shielded", grades: { "1": { components: { @@ -18248,6 +18314,7 @@ module.exports = { name: "Shielded" }, Refineries_Shielded: { + fdname: "Refineries_Shielded", grades: { "1": { components: { @@ -18296,6 +18363,7 @@ module.exports = { name: "Shielded" }, Sensor_CargoScanner_FastScan: { + fdname: "Sensor_CargoScanner_FastScan", grades: { "1": { components: { @@ -18360,6 +18428,7 @@ module.exports = { name: "Fast scan" }, Sensor_CargoScanner_LongRange: { + fdname: "Sensor_CargoScanner_LongRange", grades: { "1": { components: { @@ -18424,6 +18493,7 @@ module.exports = { name: "Long range" }, Sensor_CargoScanner_WideAngle: { + fdname: "Sensor_CargoScanner_WideAngle", grades: { "1": { components: { @@ -18488,6 +18558,7 @@ module.exports = { name: "Wide angle" }, Sensor_KillWarrantScanner_FastScan: { + fdname: "Sensor_KillWarrantScanner_FastScan", grades: { "1": { components: { @@ -18552,6 +18623,7 @@ module.exports = { name: "Fast scan" }, Sensor_KillWarrantScanner_WideAngle: { + fdname: "Sensor_KillWarrantScanner_WideAngle", grades: { "1": { components: { @@ -18616,6 +18688,7 @@ module.exports = { name: "Wide angle" }, Sensor_Sensor_LightWeight: { + fdname: "Sensor_Sensor_LightWeight", grades: { "1": { components: { @@ -18680,6 +18753,7 @@ module.exports = { name: "Lightweight" }, Sensor_Sensor_LongRange: { + fdname: "Sensor_Sensor_LongRange", grades: { "1": { components: { @@ -18744,6 +18818,7 @@ module.exports = { name: "Long range" }, Sensor_Sensor_WideAngle: { + fdname: "Sensor_Sensor_WideAngle", grades: { "1": { components: { @@ -18808,6 +18883,7 @@ module.exports = { name: "Wide angle" }, Sensor_SurfaceScanner_FastScan: { + fdname: "Sensor_SurfaceScanner_FastScan", grades: { "1": { components: { @@ -18872,6 +18948,7 @@ module.exports = { name: "Fast scan" }, Sensor_SurfaceScanner_LongRange: { + fdname: "Sensor_SurfaceScanner_LongRange", grades: { "1": { components: { @@ -18936,6 +19013,7 @@ module.exports = { name: "Long range" }, Sensor_SurfaceScanner_WideAngle: { + fdname: "Sensor_SurfaceScanner_WideAngle", grades: { "1": { components: { @@ -19000,6 +19078,7 @@ module.exports = { name: "Wide angle" }, Sensor_WakeScanner_FastScan: { + fdname: "Sensor_WakeScanner_FastScan", grades: { "1": { components: { @@ -19064,6 +19143,7 @@ module.exports = { name: "Fast scan" }, Sensor_WakeScanner_LongRange: { + fdname: "Sensor_WakeScanner_LongRange", grades: { "1": { components: { @@ -19128,6 +19208,7 @@ module.exports = { name: "Long range" }, Sensor_WakeScanner_WideAngle: { + fdname: "Sensor_WakeScanner_WideAngle", grades: { "1": { components: { @@ -19192,6 +19273,7 @@ module.exports = { name: "Wide angle" }, ShieldBooster_Explosive: { + fdname: "ShieldBooster_Explosive", grades: { "1": { components: { @@ -19256,6 +19338,7 @@ module.exports = { name: "Blast resistant" }, ShieldBooster_HeavyDuty: { + fdname: "ShieldBooster_HeavyDuty", grades: { "1": { components: { @@ -19325,6 +19408,7 @@ module.exports = { name: "Heavy duty" }, ShieldBooster_Kinetic: { + fdname: "ShieldBooster_Kinetic", grades: { "1": { components: { @@ -19389,6 +19473,7 @@ module.exports = { name: "Kinetic resistant" }, ShieldBooster_Resistive: { + fdname: "ShieldBooster_Resistive", grades: { "1": { components: { @@ -19463,6 +19548,7 @@ module.exports = { name: "Resistance augmented" }, ShieldBooster_Thermic: { + fdname: "ShieldBooster_Thermic", grades: { "1": { components: { @@ -19527,6 +19613,7 @@ module.exports = { name: "Thermal resistant" }, ShieldCellBank_Rapid: { + fdname: "ShieldCellBank_Rapid", grades: { "1": { components: { @@ -19570,6 +19657,7 @@ module.exports = { name: "Rapid charge" }, ShieldCellBank_Specialised: { + fdname: "ShieldCellBank_Specialised", grades: { "1": { components: { @@ -19613,6 +19701,7 @@ module.exports = { name: "Specialised" }, ShieldGenerator_Kinetic: { + fdname: "ShieldGenerator_Kinetic", grades: { "1": { components: { @@ -19677,6 +19766,7 @@ module.exports = { name: "Kinetic resistant" }, ShieldGenerator_Optimised: { + fdname: "ShieldGenerator_Optimised", grades: { "1": { components: { @@ -19749,6 +19839,7 @@ module.exports = { name: "Enhanced low power" }, ShieldGenerator_Reinforced: { + fdname: "ShieldGenerator_Reinforced", grades: { "1": { components: { @@ -19830,6 +19921,7 @@ module.exports = { name: "Reinforced" }, ShieldGenerator_Thermic: { + fdname: "ShieldGenerator_Thermic", grades: { "1": { components: { @@ -19894,6 +19986,7 @@ module.exports = { name: "Thermal resistant" }, WakeScanner_LightWeight: { + fdname: "WakeScanner_LightWeight", grades: { "1": { components: { @@ -19953,6 +20046,7 @@ module.exports = { name: "Lightweight" }, WakeScanner_Reinforced: { + fdname: "WakeScanner_Reinforced", grades: { "1": { components: { @@ -20012,6 +20106,7 @@ module.exports = { name: "Reinforced" }, WakeScanner_Shielded: { + fdname: "WakeScanner_Shielded", grades: { "1": { components: { @@ -20071,6 +20166,7 @@ module.exports = { name: "Shielded" }, Weapon_DoubleShot: { + fdname: "Weapon_DoubleShot", grades: { "1": { components: { @@ -20140,6 +20236,7 @@ module.exports = { name: "Double shot" }, Weapon_Efficient: { + fdname: "Weapon_Efficient", grades: { "1": { components: { @@ -20206,6 +20303,7 @@ module.exports = { name: "Efficient" }, Weapon_Focused: { + fdname: "Weapon_Focused", grades: { "1": { components: { @@ -20274,6 +20372,7 @@ module.exports = { name: "Focused" }, Weapon_HighCapacity: { + fdname: "Weapon_HighCapacity", grades: { "1": { components: { @@ -20348,6 +20447,7 @@ module.exports = { name: "High capacity" }, Weapon_LightWeight: { + fdname: "Weapon_LightWeight", grades: { "1": { components: { @@ -20417,6 +20517,7 @@ module.exports = { name: "Lightweight" }, Weapon_LongRange: { + fdname: "Weapon_LongRange", grades: { "1": { components: { @@ -20485,6 +20586,7 @@ module.exports = { name: "Long range" }, Weapon_Overcharged: { + fdname: "Weapon_Overcharged", grades: { "1": { components: { @@ -20556,6 +20658,7 @@ module.exports = { name: "Overcharged" }, Weapon_RapidFire: { + fdname: "Weapon_RapidFire", grades: { "1": { components: { @@ -20629,6 +20732,7 @@ module.exports = { name: "Rapid fire" }, Weapon_ShortRange: { + fdname: "Weapon_ShortRange", grades: { "1": { components: { @@ -20695,6 +20799,7 @@ module.exports = { name: "Short range" }, Weapon_Sturdy: { + fdname: "Weapon_Sturdy", grades: { "1": { components: { @@ -21533,7 +21638,7 @@ module.exports = { CargoScanner_Shielded: [ 1, 2, 3, 4, 5 ], Sensor_CargoScanner_WideAngle: [ 1, 2, 3, 4, 5 ] }, - modifications: [ "boot", "integrity", "mass", "power", "angle", "range", "scantime" ] + modifications: [ "integrity", "mass", "power", "angle", "range", "scantime" ] }, dc: { blueprints: {}, @@ -21634,7 +21739,7 @@ module.exports = { KillWarrantScanner_Shielded: [ 1, 2, 3, 4, 5 ], Sensor_KillWarrantScanner_WideAngle: [ 1, 2, 3, 4, 5 ] }, - modifications: [ "boot", "integrity", "mass", "power", "angle", "range", "scantime" ] + modifications: [ "integrity", "mass", "power", "angle", "range", "scantime" ] }, ls: { blueprints: { @@ -21885,7 +21990,7 @@ module.exports = { WakeScanner_Shielded: [ 1, 2, 3, 4, 5 ], Sensor_WakeScanner_WideAngle: [ 1, 2, 3, 4, 5 ] }, - modifications: [ "boot", "integrity", "mass", "power", "angle", "range", "scantime" ] + modifications: [ "integrity", "mass", "power", "angle", "range", "scantime" ] } }, specials: { diff --git a/dist/index.json b/dist/index.json index e940123..8b88a6f 100644 --- a/dist/index.json +++ b/dist/index.json @@ -10052,14 +10052,14 @@ "grp": "fc", "id": "20", "integrity": 40, - "jitter": 0.5, + "jitter": 5, "mass": 2, "mount": "F", "piercing": 20, "power": 0.45, "range": 2000, "rating": "E", - "reload": 2.5, + "reload": 5, "rof": 5.555, "roundspershot": 12, "shotspeed": 667, @@ -10084,14 +10084,14 @@ "grp": "fc", "id": "21", "integrity": 40, - "jitter": 0.5, + "jitter": 5, "mass": 2, "mount": "G", "piercing": 20, "power": 0.59, "range": 2000, "rating": "E", - "reload": 2.5, + "reload": 5, "rof": 5.88, "roundspershot": 12, "shotspeed": 667, @@ -10116,14 +10116,14 @@ "grp": "fc", "id": "22", "integrity": 40, - "jitter": 0.5, + "jitter": 5, "mass": 2, "mount": "T", "piercing": 20, "power": 0.42, "range": 2000, "rating": "E", - "reload": 2.5, + "reload": 5, "rof": 4.76, "roundspershot": 12, "shotspeed": 667, @@ -10137,7 +10137,7 @@ "class": 2, "clip": 3, "cost": 291840, - "damage": 2.56, + "damage": 3, "damagedist": { "K": 1 }, @@ -10148,15 +10148,15 @@ "grp": "fc", "id": "1s", "integrity": 80, - "jitter": 0.5, + "jitter": 5, "mass": 4, "mount": "F", "piercing": 30, "power": 0.74, "range": 2000, "rating": "A", - "reload": 2.5, - "rof": 5, + "reload": 5, + "rof": 4.975, "roundspershot": 12, "shotspeed": 667, "thermload": 0.7 @@ -10169,7 +10169,7 @@ "class": 2, "clip": 3, "cost": 437800, - "damage": 1.95, + "damage": 2.275, "damagedist": { "K": 1 }, @@ -10180,14 +10180,14 @@ "grp": "fc", "id": "7e", "integrity": 80, - "jitter": 0.5, + "jitter": 5, "mass": 4, "mount": "G", "piercing": 30, "power": 1.03, "range": 2000, "rating": "D", - "reload": 2.5, + "reload": 5, "rof": 5.26, "roundspershot": 12, "shotspeed": 667, @@ -10201,7 +10201,7 @@ "class": 2, "clip": 3, "cost": 1459200, - "damage": 1.43, + "damage": 1.7, "damagedist": { "K": 1 }, @@ -10212,15 +10212,15 @@ "grp": "fc", "id": "7f", "integrity": 80, - "jitter": 0.5, + "jitter": 5, "mass": 4, "mount": "T", "piercing": 30, "power": 0.79, "range": 2000, "rating": "D", - "reload": 2.5, - "rof": 4.345, + "reload": 5, + "rof": 4.26, "roundspershot": 12, "shotspeed": 667, "thermload": 0.4 @@ -10233,7 +10233,7 @@ "class": 3, "clip": 3, "cost": 1167360, - "damage": 3.92, + "damage": 4.57, "damagedist": { "K": 1 }, @@ -10244,14 +10244,14 @@ "grp": "fc", "id": "1t", "integrity": 80, - "jitter": 0.5, + "jitter": 5, "mass": 8, "mount": "F", "piercing": 60, "power": 1.02, "range": 2000, "rating": "C", - "reload": 2.5, + "reload": 5, "rof": 4.545, "roundspershot": 12, "shotspeed": 667, @@ -10265,7 +10265,7 @@ "class": 3, "clip": 3, "cost": 1751040, - "damage": 3.23, + "damage": 3.77, "damagedist": { "K": 1 }, @@ -10276,14 +10276,14 @@ "grp": "fc", "id": "1u", "integrity": 80, - "jitter": 0.5, + "jitter": 5, "mass": 8, "mount": "G", "piercing": 60, "power": 1.55, "range": 2000, "rating": "C", - "reload": 2.5, + "reload": 5, "rof": 4.76, "roundspershot": 12, "shotspeed": 667, @@ -10297,7 +10297,7 @@ "class": 3, "clip": 3, "cost": 5836800, - "damage": 2.56, + "damage": 2.98, "damagedist": { "K": 1 }, @@ -10308,14 +10308,14 @@ "grp": "fc", "id": "1v", "integrity": 80, - "jitter": 0.5, + "jitter": 5, "mass": 8, "mount": "T", "piercing": 60, "power": 1.29, "range": 2000, "rating": "C", - "reload": 2.5, + "reload": 5, "rof": 4, "roundspershot": 12, "shotspeed": 667, @@ -10348,7 +10348,7 @@ "power": 1.02, "pp": "Zachary Hudson", "rating": "C", - "reload": 2.5, + "reload": 5, "rof": 4.5, "roundspershot": 12, "shotspeed": 1000, @@ -16895,6 +16895,7 @@ "Modifications": { "blueprints": { "AFM_Shielded": { + "fdname": "AFM_Shielded", "grades": { "1": { "components": { @@ -16970,6 +16971,7 @@ "name": "Shielded" }, "Armour_Advanced": { + "fdname": "Armour_Advanced", "grades": { "1": { "components": { @@ -16978,7 +16980,7 @@ "features": { "explres": [ 0, - 0.028 + 0.02 ], "hullboost": [ -0.01, @@ -16986,7 +16988,7 @@ ], "kinres": [ 0, - 0.024 + 0.02 ], "mass": [ -0.04, @@ -17005,16 +17007,16 @@ }, "features": { "explres": [ - 0.014, - 0.056 + 0.01, + 0.04 ], "hullboost": [ - -0.03, - -0.02 + -0.02, + -0.01 ], "kinres": [ - 0.012, - 0.048 + 0.01, + 0.04 ], "mass": [ -0.08, @@ -17034,16 +17036,16 @@ }, "features": { "explres": [ - 0.028, - 0.084 + 0.02, + 0.06 ], "hullboost": [ - -0.05, - -0.03 + -0.03, + -0.02 ], "kinres": [ - 0.024, - 0.072 + 0.02, + 0.06 ], "mass": [ -0.12, @@ -17063,16 +17065,16 @@ }, "features": { "explres": [ - 0.042, - 0.112 + 0.03, + 0.08 ], "hullboost": [ - -0.06, - -0.05 + -0.04, + -0.03 ], "kinres": [ - 0.036, - 0.096 + 0.03, + 0.08 ], "mass": [ -0.16, @@ -17092,16 +17094,16 @@ }, "features": { "explres": [ - 0.056, - 0.14 + 0.04, + 0.1 ], "hullboost": [ - -0.07, - -0.06 + -0.05, + -0.04 ], "kinres": [ - 0.048, - 0.12 + 0.04, + 0.1 ], "mass": [ -0.2, @@ -17122,6 +17124,7 @@ "name": "Lightweight" }, "Armour_Explosive": { + "fdname": "Armour_Explosive", "grades": { "1": { "components": { @@ -17129,12 +17132,12 @@ }, "features": { "explres": [ - 0.07, - 0.112 + 0.05, + 0.08 ], "kinres": [ - -0.048, - -0.024 + -0.04, + -0.02 ], "thermres": [ -0.04, @@ -17149,12 +17152,12 @@ }, "features": { "explres": [ - 0.14, - 0.224 + 0.1, + 0.16 ], "kinres": [ - -0.096, - -0.048 + -0.08, + -0.04 ], "thermres": [ -0.08, @@ -17169,12 +17172,12 @@ }, "features": { "explres": [ - 0.21, - 0.336 + 0.15, + 0.24 ], "kinres": [ - -0.144, - -0.072 + -0.12, + -0.06 ], "thermres": [ -0.12, @@ -17190,12 +17193,12 @@ }, "features": { "explres": [ - 0.28, - 0.448 + 0.2, + 0.32 ], "kinres": [ - -0.192, - -0.096 + -0.16, + -0.08 ], "thermres": [ -0.16, @@ -17211,12 +17214,12 @@ }, "features": { "explres": [ - 0.35, - 0.56 + 0.25, + 0.4 ], "kinres": [ - -0.24, - -0.12 + -0.2, + -0.1 ], "thermres": [ -0.2, @@ -17233,6 +17236,7 @@ "name": "Blast resistant" }, "Armour_HeavyDuty": { + "fdname": "Armour_HeavyDuty", "grades": { "1": { "components": { @@ -17241,15 +17245,15 @@ "features": { "explres": [ 0, - 0.014 + 0.01 ], "hullboost": [ - 0.05, - 0.14 + 0.04, + 0.1 ], "kinres": [ 0, - 0.012 + 0.01 ], "mass": [ 0.08, @@ -17268,20 +17272,20 @@ }, "features": { "explres": [ - 0.014, - 0.028 + 0.01, + 0.02 ], "hullboost": [ - 0.11, - 0.21 + 0.08, + 0.15 ], "kinres": [ - 0.012, - 0.024 + 0.01, + 0.02 ], "mass": [ - 0.17, - 0.04 + 0.16, + 0.05 ], "thermres": [ 0.01, @@ -17297,19 +17301,19 @@ }, "features": { "explres": [ - 0.028, - 0.042 + 0.02, + 0.03 ], "hullboost": [ - 0.17, - 0.28 + 0.12, + 0.2 ], "kinres": [ - 0.024, - 0.036 + 0.02, + 0.03 ], "mass": [ - 0.25, + 0.24, 0.1 ], "thermres": [ @@ -17326,16 +17330,16 @@ }, "features": { "explres": [ - 0.042, - 0.056 + 0.03, + 0.04 ], "hullboost": [ - 0.22, - 0.35 + 0.16, + 0.25 ], "kinres": [ - 0.036, - 0.048 + 0.03, + 0.04 ], "mass": [ 0.32, @@ -17355,16 +17359,16 @@ }, "features": { "explres": [ - 0.056, - 0.07 + 0.04, + 0.05 ], "hullboost": [ - 0.28, - 0.41 + 0.2, + 0.3 ], "kinres": [ - 0.048, - 0.06 + 0.04, + 0.05 ], "mass": [ 0.4, @@ -17385,6 +17389,7 @@ "name": "Heavy duty" }, "Armour_Kinetic": { + "fdname": "Armour_Kinetic", "grades": { "1": { "components": { @@ -17392,12 +17397,12 @@ }, "features": { "explres": [ - -0.056, - -0.028 + -0.04, + -0.02 ], "kinres": [ - 0.06, - 0.096 + 0.05, + 0.08 ], "thermres": [ -0.04, @@ -17412,12 +17417,12 @@ }, "features": { "explres": [ - -0.112, - -0.056 + -0.08, + -0.04 ], "kinres": [ - 0.12, - 0.192 + 0.1, + 0.16 ], "thermres": [ -0.08, @@ -17433,12 +17438,12 @@ }, "features": { "explres": [ - -0.168, - -0.084 + -0.12, + -0.06 ], "kinres": [ - 0.18, - 0.288 + 0.15, + 0.24 ], "thermres": [ -0.12, @@ -17454,12 +17459,12 @@ }, "features": { "explres": [ - -0.224, - -0.112 + -0.16, + -0.08 ], "kinres": [ - 0.24, - 0.384 + 0.2, + 0.32 ], "thermres": [ -0.16, @@ -17475,12 +17480,12 @@ }, "features": { "explres": [ - -0.28, - -0.14 + -0.2, + -0.1 ], "kinres": [ - 0.3, - 0.48 + 0.25, + 0.4 ], "thermres": [ -0.2, @@ -17497,6 +17502,7 @@ "name": "Kinetic resistant" }, "Armour_Thermic": { + "fdname": "Armour_Thermic", "grades": { "1": { "components": { @@ -17504,12 +17510,12 @@ }, "features": { "explres": [ - -0.056, - -0.028 + -0.04, + -0.02 ], "kinres": [ - -0.048, - -0.024 + -0.04, + -0.02 ], "thermres": [ 0.05, @@ -17524,12 +17530,12 @@ }, "features": { "explres": [ - -0.112, - -0.056 + -0.08, + -0.04 ], "kinres": [ - -0.066, - -0.048 + -0.08, + -0.04 ], "thermres": [ 0.1, @@ -17545,12 +17551,12 @@ }, "features": { "explres": [ - -0.168, - -0.084 + -0.12, + -0.06 ], "kinres": [ - -0.144, - -0.072 + -0.12, + -0.06 ], "thermres": [ 0.15, @@ -17566,12 +17572,12 @@ }, "features": { "explres": [ - -0.224, - -0.112 + -0.16, + -0.08 ], "kinres": [ - -0.192, - -0.096 + -0.16, + -0.08 ], "thermres": [ 0.2, @@ -17587,11 +17593,11 @@ }, "features": { "explres": [ - -0.28, - -0.14 + -0.2, + -0.12 ], "kinres": [ - -0.24, + -0.2, -0.12 ], "thermres": [ @@ -17609,6 +17615,7 @@ "name": "Thermal resistant" }, "CargoScanner_LightWeight": { + "fdname": "CargoScanner_LightWeight", "grades": { "1": { "components": { @@ -17701,6 +17708,7 @@ "name": "Lightweight" }, "CargoScanner_Reinforced": { + "fdname": "CargoScanner_Reinforced", "grades": { "1": { "components": { @@ -17793,6 +17801,7 @@ "name": "Reinforced" }, "CargoScanner_Shielded": { + "fdname": "CargoScanner_Shielded", "grades": { "1": { "components": { @@ -17885,6 +17894,7 @@ "name": "Shielded" }, "ChaffLauncher_ChaffCapacity": { + "fdname": "ChaffLauncher_ChaffCapacity", "grades": { "3": { "components": { @@ -17915,6 +17925,7 @@ "name": "Ammo capacity" }, "ChaffLauncher_LightWeight": { + "fdname": "ChaffLauncher_LightWeight", "grades": { "1": { "components": { @@ -18006,6 +18017,7 @@ "name": "Lightweight" }, "ChaffLauncher_Reinforced": { + "fdname": "ChaffLauncher_Reinforced", "grades": { "1": { "components": { @@ -18097,6 +18109,7 @@ "name": "Reinforced" }, "ChaffLauncher_Shielded": { + "fdname": "ChaffLauncher_Shielded", "grades": { "1": { "components": { @@ -18188,6 +18201,7 @@ "name": "Shielded" }, "CollectionLimpet_LightWeight": { + "fdname": "CollectionLimpet_LightWeight", "grades": { "1": { "components": { @@ -18279,6 +18293,7 @@ "name": "Lightweight" }, "CollectionLimpet_Reinforced": { + "fdname": "CollectionLimpet_Reinforced", "grades": { "1": { "components": { @@ -18370,6 +18385,7 @@ "name": "Reinforced" }, "CollectionLimpet_Shielded": { + "fdname": "CollectionLimpet_Shielded", "grades": { "1": { "components": { @@ -18461,6 +18477,7 @@ "name": "Shielded" }, "ECM_LightWeight": { + "fdname": "ECM_LightWeight", "grades": { "1": { "components": { @@ -18553,6 +18570,7 @@ "name": "Lightweight" }, "ECM_Reinforced": { + "fdname": "ECM_Reinforced", "grades": { "1": { "components": { @@ -18645,6 +18663,7 @@ "name": "Reinforced" }, "ECM_Shielded": { + "fdname": "ECM_Shielded", "grades": { "1": { "components": { @@ -18737,6 +18756,7 @@ "name": "Shielded" }, "Engine_Dirty": { + "fdname": "Engine_Dirty", "grades": { "1": { "components": { @@ -18889,6 +18909,7 @@ "name": "Dirty" }, "Engine_Reinforced": { + "fdname": "Engine_Reinforced", "grades": { "1": { "components": { @@ -19021,6 +19042,7 @@ "name": "Reinforced" }, "Engine_Tuned": { + "fdname": "Engine_Tuned", "grades": { "1": { "components": { @@ -19173,6 +19195,7 @@ "name": "Clean" }, "FSD_FastBoot": { + "fdname": "FSD_FastBoot", "grades": { "1": { "components": { @@ -19305,6 +19328,7 @@ "name": "Faster boot sequence" }, "FSD_LongRange": { + "fdname": "FSD_LongRange", "grades": { "1": { "components": { @@ -19437,6 +19461,7 @@ "name": "Increased range" }, "FSD_Shielded": { + "fdname": "FSD_Shielded", "grades": { "1": { "components": { @@ -19569,6 +19594,7 @@ "name": "Shielded" }, "FSDinterdictor_Expanded": { + "fdname": "FSDinterdictor_Expanded", "grades": { "1": { "components": { @@ -19660,6 +19686,7 @@ "name": "Expanded capture arc" }, "FSDinterdictor_LongRange": { + "fdname": "FSDinterdictor_LongRange", "grades": { "1": { "components": { @@ -19742,6 +19769,7 @@ "name": "Long range" }, "FuelScoop_Shielded": { + "fdname": "FuelScoop_Shielded", "grades": { "1": { "components": { @@ -19816,6 +19844,7 @@ "name": "Shielded" }, "FuelTransferLimpet_LightWeight": { + "fdname": "FuelTransferLimpet_LightWeight", "grades": { "1": { "components": { @@ -19907,6 +19936,7 @@ "name": "Lightweight" }, "FuelTransferLimpet_Reinforced": { + "fdname": "FuelTransferLimpet_Reinforced", "grades": { "1": { "components": { @@ -19998,6 +20028,7 @@ "name": "Reinforced" }, "FuelTransferLimpet_Shielded": { + "fdname": "FuelTransferLimpet_Shielded", "grades": { "1": { "components": { @@ -20089,6 +20120,7 @@ "name": "Shielded" }, "HatchBreakerLimpet_LightWeight": { + "fdname": "HatchBreakerLimpet_LightWeight", "grades": { "1": { "components": { @@ -20180,6 +20212,7 @@ "name": "Lightweight" }, "HatchBreakerLimpet_Reinforced": { + "fdname": "HatchBreakerLimpet_Reinforced", "grades": { "1": { "components": { @@ -20271,6 +20304,7 @@ "name": "Reinforced" }, "HatchBreakerLimpet_Shielded": { + "fdname": "HatchBreakerLimpet_Shielded", "grades": { "1": { "components": { @@ -20362,6 +20396,7 @@ "name": "Shielded" }, "HeatSinkLauncher_HeatSinkCapacity": { + "fdname": "HeatSinkLauncher_HeatSinkCapacity", "grades": { "3": { "components": { @@ -20392,6 +20427,7 @@ "name": "Ammo capacity" }, "HeatSinkLauncher_LightWeight": { + "fdname": "HeatSinkLauncher_LightWeight", "grades": { "1": { "components": { @@ -20483,6 +20519,7 @@ "name": "Lightweight" }, "HeatSinkLauncher_Reinforced": { + "fdname": "HeatSinkLauncher_Reinforced", "grades": { "1": { "components": { @@ -20574,6 +20611,7 @@ "name": "Reinforced" }, "HeatSinkLauncher_Shielded": { + "fdname": "HeatSinkLauncher_Shielded", "grades": { "1": { "components": { @@ -20665,6 +20703,7 @@ "name": "Shielded" }, "HullReinforcement_Advanced": { + "fdname": "HullReinforcement_Advanced", "grades": { "1": { "components": { @@ -20722,7 +20761,7 @@ ], "mass": [ 0, - -0.1 + -0.09 ] } }, @@ -20778,6 +20817,7 @@ "name": "Lightweight" }, "HullReinforcement_Explosive": { + "fdname": "HullReinforcement_Explosive", "grades": { "1": { "components": { @@ -20785,16 +20825,16 @@ }, "features": { "explres": [ - 0.0487, - 0.078 + 0.05, + 0.08 ], "kinres": [ - -0.0293, - -0.0195 + -0.03, + -0.02 ], "thermres": [ - -0.0293, - -0.0195 + -0.03, + -0.02 ] } }, @@ -20805,16 +20845,16 @@ }, "features": { "explres": [ - 0.0975, - 0.156 + 0.1, + 0.16 ], "kinres": [ - -0.0585, - -0.039 + -0.06, + -0.04 ], "thermres": [ - -0.0484, - -0.039 + -0.06, + -0.04 ] } }, @@ -20826,16 +20866,16 @@ }, "features": { "explres": [ - 0.1463, - 0.234 + 0.15, + 0.24 ], "kinres": [ - -0.0878, - -0.0585 + -0.09, + -0.06 ], "thermres": [ - -0.0878, - -0.0585 + -0.09, + -0.06 ] } }, @@ -20847,16 +20887,16 @@ }, "features": { "explres": [ - 0.195, - 0.312 + 0.2, + 0.32 ], "kinres": [ - -0.117, - -0.078 + -0.12, + -0.08 ], "thermres": [ - -0.117, - -0.078 + -0.12, + -0.08 ] } }, @@ -20868,16 +20908,16 @@ }, "features": { "explres": [ - 0.2437, + 0.24, 0.4 ], "kinres": [ - -0.1463, - -0.0975 + -0.15, + -0.1 ], "thermres": [ - -0.1463, - -0.0975 + -0.15, + -0.1 ] } } @@ -20891,6 +20931,7 @@ "name": "Blast resistant" }, "HullReinforcement_HeavyDuty": { + "fdname": "HullReinforcement_HeavyDuty", "grades": { "1": { "components": { @@ -20899,15 +20940,15 @@ "features": { "explres": [ 0, - 0.0292 + 0.03 ], "hullreinforcement": [ - 0.04, + 0.05, 0.2 ], "kinres": [ 0, - 0.0292 + 0.03 ], "mass": [ 0.08, @@ -20915,7 +20956,7 @@ ], "thermres": [ 0, - 0.0292 + 0.03 ] } }, @@ -20926,24 +20967,24 @@ }, "features": { "explres": [ - 0.098, - 0.0585 + 0.01, + 0.06 ], "hullreinforcement": [ 0.1, 0.3 ], "kinres": [ - 0.098, - 0.0585 + 0.01, + 0.06 ], "mass": [ - 0.15, - 0.04 + 0.16, + 0.05 ], "thermres": [ - 0.098, - 0.0585 + 0.01, + 0.06 ] } }, @@ -20955,24 +20996,24 @@ }, "features": { "explres": [ - 0.0195, - 0.0878 + 0.02, + 0.09 ], "hullreinforcement": [ - 0.14, + 0.15, 0.4 ], "kinres": [ - 0.0195, - 0.0878 + 0.02, + 0.09 ], "mass": [ - 0.23, + 0.24, 0.1 ], "thermres": [ - 0.0195, - 0.0878 + 0.02, + 0.09 ] } }, @@ -20984,24 +21025,24 @@ }, "features": { "explres": [ - 0.0292, - 0.117 + 0.03, + 0.12 ], "hullreinforcement": [ 0.2, 0.5 ], "kinres": [ - 0.0292, - 0.117 + 0.03, + 0.12 ], "mass": [ - 0.3, - 0.14 + 0.32, + 0.15 ], "thermres": [ - 0.0292, - 0.117 + 0.03, + 0.12 ] } }, @@ -21013,24 +21054,24 @@ }, "features": { "explres": [ - 0.039, - 0.1463 + 0.04, + 0.15 ], "hullreinforcement": [ 0.25, 0.6 ], "kinres": [ - 0.039, - 0.1463 + 0.04, + 0.15 ], "mass": [ 0.4, 0.2 ], "thermres": [ - 0.039, - 0.1463 + 0.04, + 0.15 ] } } @@ -21044,6 +21085,7 @@ "name": "Heavy duty" }, "HullReinforcement_Kinetic": { + "fdname": "HullReinforcement_Kinetic", "grades": { "1": { "components": { @@ -21051,16 +21093,16 @@ }, "features": { "explres": [ - -0.0293, - -0.0195 + -0.03, + -0.02 ], "kinres": [ - 0.0487, - 0.078 + 0.05, + 0.08 ], "thermres": [ - -0.0293, - -0.0195 + -0.03, + -0.02 ] } }, @@ -21071,16 +21113,16 @@ }, "features": { "explres": [ - -0.0585, - -0.039 + -0.06, + -0.04 ], "kinres": [ - 0.0975, - 0.156 + 0.1, + 0.16 ], "thermres": [ - -0.0585, - -0.039 + -0.06, + -0.04 ] } }, @@ -21092,16 +21134,16 @@ }, "features": { "explres": [ - -0.0878, - -0.0585 + -0.09, + -0.06 ], "kinres": [ - 0.1463, - 0.234 + 0.15, + 0.24 ], "thermres": [ - -0.0878, - -0.0585 + -0.09, + -0.06 ] } }, @@ -21113,16 +21155,16 @@ }, "features": { "explres": [ - -0.117, - -0.078 + -0.12, + -0.08 ], "kinres": [ - 0.195, - 0.312 + 0.2, + 0.32 ], "thermres": [ - -0.117, - -0.078 + -0.12, + -0.08 ] } }, @@ -21134,16 +21176,16 @@ }, "features": { "explres": [ - -0.1463, - -0.0975 + -0.15, + -0.1 ], "kinres": [ - 0.2437, + 0.25, 0.4 ], "thermres": [ - -0.1463, - -0.0975 + -0.15, + -0.1 ] } } @@ -21157,6 +21199,7 @@ "name": "Kinetic resistant" }, "HullReinforcement_Thermic": { + "fdname": "HullReinforcement_Thermic", "grades": { "1": { "components": { @@ -21164,16 +21207,16 @@ }, "features": { "explres": [ - -0.0293, - -0.0195 + -0.03, + -0.02 ], "kinres": [ - -0.0293, - -0.0195 + -0.03, + -0.02 ], "thermres": [ - 0.0487, - 0.078 + 0.05, + 0.08 ] } }, @@ -21184,16 +21227,16 @@ }, "features": { "explres": [ - -0.0585, - -0.039 + -0.06, + -0.04 ], "kinres": [ - -0.0585, - -0.039 + -0.06, + -0.04 ], "thermres": [ - 0.0975, - 0.156 + 0.1, + 0.16 ] } }, @@ -21205,16 +21248,16 @@ }, "features": { "explres": [ - -0.0878, - -0.0585 + -0.09, + -0.06 ], "kinres": [ - -0.0878, - -0.0585 + -0.09, + -0.06 ], "thermres": [ - 0.1463, - 0.234 + 0.15, + 0.24 ] } }, @@ -21226,16 +21269,16 @@ }, "features": { "explres": [ - -0.117, - -0.078 + -0.12, + -0.08 ], "kinres": [ - -0.117, - -0.078 + -0.12, + -0.08 ], "thermres": [ - 0.195, - 0.312 + 0.2, + 0.32 ] } }, @@ -21247,15 +21290,15 @@ }, "features": { "explres": [ - -0.1463, - -0.0975 + -0.15, + -0.1 ], "kinres": [ - -0.1463, - -0.0975 + -0.15, + -0.1 ], "thermres": [ - 0.2437, + 0.25, 0.4 ] } @@ -21270,6 +21313,7 @@ "name": "Thermal resistant" }, "KillWarrantScanner_LightWeight": { + "fdname": "KillWarrantScanner_LightWeight", "grades": { "1": { "components": { @@ -21362,6 +21406,7 @@ "name": "Lightweight" }, "KillWarrantScanner_LongRange": { + "fdname": "KillWarrantScanner_LongRange", "grades": { "1": { "components": { @@ -21474,6 +21519,7 @@ "name": "Long range" }, "KillWarrantScanner_Reinforced": { + "fdname": "KillWarrantScanner_Reinforced", "grades": { "1": { "components": { @@ -21566,6 +21612,7 @@ "name": "Reinforced" }, "KillWarrantScanner_Shielded": { + "fdname": "KillWarrantScanner_Shielded", "grades": { "1": { "components": { @@ -21658,6 +21705,7 @@ "name": "Shielded" }, "LifeSupport_LightWeight": { + "fdname": "LifeSupport_LightWeight", "grades": { "1": { "components": { @@ -21732,6 +21780,7 @@ "name": "Lightweight" }, "LifeSupport_Reinforced": { + "fdname": "LifeSupport_Reinforced", "grades": { "1": { "components": { @@ -21806,6 +21855,7 @@ "name": "Reinforced" }, "LifeSupport_Shielded": { + "fdname": "LifeSupport_Shielded", "grades": { "1": { "components": { @@ -21880,6 +21930,7 @@ "name": "Shielded" }, "PointDefence_LightWeight": { + "fdname": "PointDefence_LightWeight", "grades": { "1": { "components": { @@ -21971,6 +22022,7 @@ "name": "Lightweight" }, "PointDefence_PointDefenseCapacity": { + "fdname": "PointDefence_PointDefenseCapacity", "grades": { "3": { "components": { @@ -22001,6 +22053,7 @@ "name": "Ammo capacity" }, "PointDefence_Reinforced": { + "fdname": "PointDefence_Reinforced", "grades": { "1": { "components": { @@ -22092,6 +22145,7 @@ "name": "Reinforced" }, "PointDefence_Shielded": { + "fdname": "PointDefence_Shielded", "grades": { "1": { "components": { @@ -22183,6 +22237,7 @@ "name": "Shielded" }, "PowerDistributor_HighCapacity": { + "fdname": "PowerDistributor_HighCapacity", "grades": { "1": { "components": { @@ -22355,6 +22410,7 @@ "name": "High charge capacity" }, "PowerDistributor_HighFrequency": { + "fdname": "PowerDistributor_HighFrequency", "grades": { "1": { "components": { @@ -22527,6 +22583,7 @@ "name": "Charge enhanced" }, "PowerDistributor_PriorityEngines": { + "fdname": "PowerDistributor_PriorityEngines", "grades": { "1": { "components": { @@ -22633,6 +22690,7 @@ "name": "Engine focused" }, "PowerDistributor_PrioritySystems": { + "fdname": "PowerDistributor_PrioritySystems", "grades": { "1": { "components": { @@ -22739,6 +22797,7 @@ "name": "System focused" }, "PowerDistributor_PriorityWeapons": { + "fdname": "PowerDistributor_PriorityWeapons", "grades": { "1": { "components": { @@ -22845,6 +22904,7 @@ "name": "Weapon focused" }, "PowerDistributor_Shielded": { + "fdname": "PowerDistributor_Shielded", "grades": { "1": { "components": { @@ -22937,6 +22997,7 @@ "name": "Shielded" }, "PowerPlant_Armoured": { + "fdname": "PowerPlant_Armoured", "grades": { "1": { "components": { @@ -23049,6 +23110,7 @@ "name": "Armoured" }, "PowerPlant_Boosted": { + "fdname": "PowerPlant_Boosted", "grades": { "1": { "components": { @@ -23161,6 +23223,7 @@ "name": "Overcharged" }, "PowerPlant_Stealth": { + "fdname": "PowerPlant_Stealth", "grades": { "1": { "components": { @@ -23231,6 +23294,7 @@ "name": "Low emissions" }, "ProspectingLimpet_LightWeight": { + "fdname": "ProspectingLimpet_LightWeight", "grades": { "1": { "components": { @@ -23322,6 +23386,7 @@ "name": "Lightweight" }, "ProspectingLimpet_Reinforced": { + "fdname": "ProspectingLimpet_Reinforced", "grades": { "1": { "components": { @@ -23413,6 +23478,7 @@ "name": "Reinforced" }, "ProspectingLimpet_Shielded": { + "fdname": "ProspectingLimpet_Shielded", "grades": { "1": { "components": { @@ -23504,6 +23570,7 @@ "name": "Shielded" }, "Refineries_Shielded": { + "fdname": "Refineries_Shielded", "grades": { "1": { "components": { @@ -23578,6 +23645,7 @@ "name": "Shielded" }, "Sensor_CargoScanner_FastScan": { + "fdname": "Sensor_CargoScanner_FastScan", "grades": { "1": { "components": { @@ -23690,6 +23758,7 @@ "name": "Fast scan" }, "Sensor_CargoScanner_LongRange": { + "fdname": "Sensor_CargoScanner_LongRange", "grades": { "1": { "components": { @@ -23802,6 +23871,7 @@ "name": "Long range" }, "Sensor_CargoScanner_WideAngle": { + "fdname": "Sensor_CargoScanner_WideAngle", "grades": { "1": { "components": { @@ -23914,6 +23984,7 @@ "name": "Wide angle" }, "Sensor_KillWarrantScanner_FastScan": { + "fdname": "Sensor_KillWarrantScanner_FastScan", "grades": { "1": { "components": { @@ -24026,6 +24097,7 @@ "name": "Fast scan" }, "Sensor_KillWarrantScanner_WideAngle": { + "fdname": "Sensor_KillWarrantScanner_WideAngle", "grades": { "1": { "components": { @@ -24138,6 +24210,7 @@ "name": "Wide angle" }, "Sensor_Sensor_LightWeight": { + "fdname": "Sensor_Sensor_LightWeight", "grades": { "1": { "components": { @@ -24249,6 +24322,7 @@ "name": "Lightweight" }, "Sensor_Sensor_LongRange": { + "fdname": "Sensor_Sensor_LongRange", "grades": { "1": { "components": { @@ -24360,6 +24434,7 @@ "name": "Long range" }, "Sensor_Sensor_WideAngle": { + "fdname": "Sensor_Sensor_WideAngle", "grades": { "1": { "components": { @@ -24471,6 +24546,7 @@ "name": "Wide angle" }, "Sensor_SurfaceScanner_FastScan": { + "fdname": "Sensor_SurfaceScanner_FastScan", "grades": { "1": { "components": { @@ -24583,6 +24659,7 @@ "name": "Fast scan" }, "Sensor_SurfaceScanner_LongRange": { + "fdname": "Sensor_SurfaceScanner_LongRange", "grades": { "1": { "components": { @@ -24695,6 +24772,7 @@ "name": "Long range" }, "Sensor_SurfaceScanner_WideAngle": { + "fdname": "Sensor_SurfaceScanner_WideAngle", "grades": { "1": { "components": { @@ -24807,6 +24885,7 @@ "name": "Wide angle" }, "Sensor_WakeScanner_FastScan": { + "fdname": "Sensor_WakeScanner_FastScan", "grades": { "1": { "components": { @@ -24919,6 +24998,7 @@ "name": "Fast scan" }, "Sensor_WakeScanner_LongRange": { + "fdname": "Sensor_WakeScanner_LongRange", "grades": { "1": { "components": { @@ -25031,6 +25111,7 @@ "name": "Long range" }, "Sensor_WakeScanner_WideAngle": { + "fdname": "Sensor_WakeScanner_WideAngle", "grades": { "1": { "components": { @@ -25143,6 +25224,7 @@ "name": "Wide angle" }, "ShieldBooster_Explosive": { + "fdname": "ShieldBooster_Explosive", "grades": { "1": { "components": { @@ -25254,6 +25336,7 @@ "name": "Blast resistant" }, "ShieldBooster_HeavyDuty": { + "fdname": "ShieldBooster_HeavyDuty", "grades": { "1": { "components": { @@ -25385,6 +25468,7 @@ "name": "Heavy duty" }, "ShieldBooster_Kinetic": { + "fdname": "ShieldBooster_Kinetic", "grades": { "1": { "components": { @@ -25496,6 +25580,7 @@ "name": "Kinetic resistant" }, "ShieldBooster_Resistive": { + "fdname": "ShieldBooster_Resistive", "grades": { "1": { "components": { @@ -25647,6 +25732,7 @@ "name": "Resistance augmented" }, "ShieldBooster_Thermic": { + "fdname": "ShieldBooster_Thermic", "grades": { "1": { "components": { @@ -25758,6 +25844,7 @@ "name": "Thermal resistant" }, "ShieldCellBank_Rapid": { + "fdname": "ShieldCellBank_Rapid", "grades": { "1": { "components": { @@ -25840,6 +25927,7 @@ "name": "Rapid charge" }, "ShieldCellBank_Specialised": { + "fdname": "ShieldCellBank_Specialised", "grades": { "1": { "components": { @@ -25922,6 +26010,7 @@ "name": "Specialised" }, "ShieldGenerator_Kinetic": { + "fdname": "ShieldGenerator_Kinetic", "grades": { "1": { "components": { @@ -26034,6 +26123,7 @@ "name": "Kinetic resistant" }, "ShieldGenerator_Optimised": { + "fdname": "ShieldGenerator_Optimised", "grades": { "1": { "components": { @@ -26178,6 +26268,7 @@ "name": "Enhanced low power" }, "ShieldGenerator_Reinforced": { + "fdname": "ShieldGenerator_Reinforced", "grades": { "1": { "components": { @@ -26358,6 +26449,7 @@ "name": "Reinforced" }, "ShieldGenerator_Thermic": { + "fdname": "ShieldGenerator_Thermic", "grades": { "1": { "components": { @@ -26470,6 +26562,7 @@ "name": "Thermal resistant" }, "WakeScanner_LightWeight": { + "fdname": "WakeScanner_LightWeight", "grades": { "1": { "components": { @@ -26562,6 +26655,7 @@ "name": "Lightweight" }, "WakeScanner_Reinforced": { + "fdname": "WakeScanner_Reinforced", "grades": { "1": { "components": { @@ -26654,6 +26748,7 @@ "name": "Reinforced" }, "WakeScanner_Shielded": { + "fdname": "WakeScanner_Shielded", "grades": { "1": { "components": { @@ -26746,6 +26841,7 @@ "name": "Shielded" }, "Weapon_DoubleShot": { + "fdname": "Weapon_DoubleShot", "grades": { "1": { "components": { @@ -26877,6 +26973,7 @@ "name": "Double shot" }, "Weapon_Efficient": { + "fdname": "Weapon_Efficient", "grades": { "1": { "components": { @@ -26996,6 +27093,7 @@ "name": "Efficient" }, "Weapon_Focused": { + "fdname": "Weapon_Focused", "grades": { "1": { "components": { @@ -27123,6 +27221,7 @@ "name": "Focused" }, "Weapon_HighCapacity": { + "fdname": "Weapon_HighCapacity", "grades": { "1": { "components": { @@ -27274,6 +27373,7 @@ "name": "High capacity" }, "Weapon_LightWeight": { + "fdname": "Weapon_LightWeight", "grades": { "1": { "components": { @@ -27405,6 +27505,7 @@ "name": "Lightweight" }, "Weapon_LongRange": { + "fdname": "Weapon_LongRange", "grades": { "1": { "components": { @@ -27532,6 +27633,7 @@ "name": "Long range" }, "Weapon_Overcharged": { + "fdname": "Weapon_Overcharged", "grades": { "1": { "components": { @@ -27671,6 +27773,7 @@ "name": "Overcharged" }, "Weapon_RapidFire": { + "fdname": "Weapon_RapidFire", "grades": { "1": { "components": { @@ -27818,6 +27921,7 @@ "name": "Rapid fire" }, "Weapon_ShortRange": { + "fdname": "Weapon_ShortRange", "grades": { "1": { "components": { @@ -27937,6 +28041,7 @@ "name": "Short range" }, "Weapon_Sturdy": { + "fdname": "Weapon_Sturdy", "grades": { "1": { "components": { @@ -29123,7 +29228,6 @@ ] }, "modifications": [ - "boot", "integrity", "mass", "power", @@ -29519,7 +29623,6 @@ ] }, "modifications": [ - "boot", "integrity", "mass", "power", @@ -30604,7 +30707,6 @@ ] }, "modifications": [ - "boot", "integrity", "mass", "power", diff --git a/modifications/blueprints.json b/modifications/blueprints.json index 9177308..23886c6 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -1,5 +1,6 @@ { "AFM_Shielded": { + "fdname": "AFM_Shielded", "grades": { "1": { "components": { @@ -48,15 +49,16 @@ "name": "Shielded" }, "Armour_Advanced": { + "fdname": "Armour_Advanced", "grades": { "1": { "components": { "Iron": 1 }, "features": { - "explres": [ 0, 0.028 ], + "explres": [ 0, 0.02 ], "hullboost": [ -0.01, 0 ], - "kinres": [ 0, 0.024 ], + "kinres": [ 0, 0.02 ], "mass": [ -0.04, -0.15 ], "thermres": [ 0, 0.02 ] } @@ -67,9 +69,9 @@ "Iron": 1 }, "features": { - "explres": [ 0.014, 0.056 ], - "hullboost": [ -0.03, -0.02 ], - "kinres": [ 0.012, 0.048 ], + "explres": [ 0.01, 0.04 ], + "hullboost": [ -0.02, -0.01 ], + "kinres": [ 0.01, 0.04 ], "mass": [ -0.08, -0.25 ], "thermres": [ 0.01, 0.04 ] } @@ -81,9 +83,9 @@ "Iron": 1 }, "features": { - "explres": [ 0.028, 0.084 ], - "hullboost": [ -0.05, -0.03 ], - "kinres": [ 0.024, 0.072 ], + "explres": [ 0.02, 0.06 ], + "hullboost": [ -0.03, -0.02 ], + "kinres": [ 0.02, 0.06 ], "mass": [ -0.12, -0.35 ], "thermres": [ 0.02, 0.06 ] } @@ -95,9 +97,9 @@ "Proprietary Composites": 1 }, "features": { - "explres": [ 0.042, 0.112 ], - "hullboost": [ -0.06, -0.05 ], - "kinres": [ 0.036, 0.096 ], + "explres": [ 0.03, 0.08 ], + "hullboost": [ -0.04, -0.03 ], + "kinres": [ 0.03, 0.08 ], "mass": [ -0.16, -0.45 ], "thermres": [ 0.03, 0.08 ] } @@ -109,9 +111,9 @@ "Tin": 1 }, "features": { - "explres": [ 0.056, 0.14 ], - "hullboost": [ -0.07, -0.06 ], - "kinres": [ 0.048, 0.12 ], + "explres": [ 0.04, 0.1 ], + "hullboost": [ -0.05, -0.04 ], + "kinres": [ 0.04, 0.1 ], "mass": [ -0.2, -0.55 ], "thermres": [ 0.04, 0.1 ] } @@ -122,14 +124,15 @@ "name": "Lightweight" }, "Armour_Explosive": { + "fdname": "Armour_Explosive", "grades": { "1": { "components": { "Nickel": 1 }, "features": { - "explres": [ 0.07, 0.112 ], - "kinres": [ -0.048, -0.024 ], + "explres": [ 0.05, 0.08 ], + "kinres": [ -0.04, -0.02 ], "thermres": [ -0.04, -0.02 ] } }, @@ -139,8 +142,8 @@ "Zinc": 1 }, "features": { - "explres": [ 0.14, 0.224 ], - "kinres": [ -0.096, -0.048 ], + "explres": [ 0.1, 0.16 ], + "kinres": [ -0.08, -0.04 ], "thermres": [ -0.08, -0.04 ] } }, @@ -150,8 +153,8 @@ "Vanadium": 1 }, "features": { - "explres": [ 0.21, 0.336 ], - "kinres": [ -0.144, -0.072 ], + "explres": [ 0.15, 0.24 ], + "kinres": [ -0.12, -0.06 ], "thermres": [ -0.12, -0.06 ] } }, @@ -162,8 +165,8 @@ "Tungsten": 1 }, "features": { - "explres": [ 0.28, 0.448 ], - "kinres": [ -0.192, -0.096 ], + "explres": [ 0.2, 0.32 ], + "kinres": [ -0.16, -0.08 ], "thermres": [ -0.16, -0.08 ] } }, @@ -174,8 +177,8 @@ "Ruthenium": 1 }, "features": { - "explres": [ 0.35, 0.56 ], - "kinres": [ -0.24, -0.12 ], + "explres": [ 0.25, 0.4 ], + "kinres": [ -0.2, -0.1 ], "thermres": [ -0.2, -0.1 ] } } @@ -185,15 +188,16 @@ "name": "Blast resistant" }, "Armour_HeavyDuty": { + "fdname": "Armour_HeavyDuty", "grades": { "1": { "components": { "Carbon": 1 }, "features": { - "explres": [ 0, 0.014 ], - "hullboost": [ 0.05, 0.14 ], - "kinres": [ 0, 0.012 ], + "explres": [ 0, 0.01 ], + "hullboost": [ 0.04, 0.1 ], + "kinres": [ 0, 0.01 ], "mass": [ 0.08, 0 ], "thermres": [ 0, 0.01 ] } @@ -204,10 +208,10 @@ "Shield Emitters": 1 }, "features": { - "explres": [ 0.014, 0.028 ], - "hullboost": [ 0.11, 0.21 ], - "kinres": [ 0.012, 0.024 ], - "mass": [ 0.17, 0.04 ], + "explres": [ 0.01, 0.02 ], + "hullboost": [ 0.08, 0.15 ], + "kinres": [ 0.01, 0.02 ], + "mass": [ 0.16, 0.05 ], "thermres": [ 0.01, 0.02 ] } }, @@ -218,10 +222,10 @@ "Shield Emitters": 1 }, "features": { - "explres": [ 0.028, 0.042 ], - "hullboost": [ 0.17, 0.28 ], - "kinres": [ 0.024, 0.036 ], - "mass": [ 0.25, 0.1 ], + "explres": [ 0.02, 0.03 ], + "hullboost": [ 0.12, 0.2 ], + "kinres": [ 0.02, 0.03 ], + "mass": [ 0.24, 0.1 ], "thermres": [ 0.02, 0.03 ] } }, @@ -232,9 +236,9 @@ "Vanadium": 1 }, "features": { - "explres": [ 0.042, 0.056 ], - "hullboost": [ 0.22, 0.35 ], - "kinres": [ 0.036, 0.048 ], + "explres": [ 0.03, 0.04 ], + "hullboost": [ 0.16, 0.25 ], + "kinres": [ 0.03, 0.04 ], "mass": [ 0.32, 0.15 ], "thermres": [ 0.03, 0.04 ] } @@ -246,10 +250,10 @@ "Tungsten": 1 }, "features": { - "explres": [ 0.056, 0.07 ], - "hullboost": [ 0.28, 0.41 ], - "kinres": [ 0.048, 0.06 ], - "mass": [ 0.4, 0.2 ], + "explres": [ 0.04, 0.05 ], + "hullboost": [ 0.2, 0.3 ], + "kinres": [ 0.04, 0.05 ], + "mass": [ 0.4, 0.20 ], "thermres": [ 0.04, 0.05 ] } } @@ -259,14 +263,15 @@ "name": "Heavy duty" }, "Armour_Kinetic": { + "fdname": "Armour_Kinetic", "grades": { "1": { "components": { "Nickel": 1 }, "features": { - "explres": [ -0.056, -0.028 ], - "kinres": [ 0.06, 0.096 ], + "explres": [ -0.04, -0.02 ], + "kinres": [ 0.05, 0.08 ], "thermres": [ -0.04, -0.02 ] } }, @@ -276,8 +281,8 @@ "Vanadium": 1 }, "features": { - "explres": [ -0.112, -0.056 ], - "kinres": [ 0.12, 0.192 ], + "explres": [ -0.08, -0.04 ], + "kinres": [ 0.10, 0.16 ], "thermres": [ -0.08, -0.04 ] } }, @@ -288,8 +293,8 @@ "Vanadium": 1 }, "features": { - "explres": [ -0.168, -0.084 ], - "kinres": [ 0.18, 0.288 ], + "explres": [ -0.12, -0.06 ], + "kinres": [ 0.15, 0.24 ], "thermres": [ -0.12, -0.06 ] } }, @@ -300,8 +305,8 @@ "Tungsten": 1 }, "features": { - "explres": [ -0.224, -0.112 ], - "kinres": [ 0.24, 0.384 ], + "explres": [ -0.16, -0.08 ], + "kinres": [ 0.2, 0.32 ], "thermres": [ -0.16, -0.08 ] } }, @@ -312,8 +317,8 @@ "Phase Alloys": 1 }, "features": { - "explres": [ -0.28, -0.14 ], - "kinres": [ 0.3, 0.48 ], + "explres": [ -0.2, -0.1 ], + "kinres": [ 0.25, 0.4 ], "thermres": [ -0.2, -0.1 ] } } @@ -323,14 +328,15 @@ "name": "Kinetic resistant" }, "Armour_Thermic": { + "fdname": "Armour_Thermic", "grades": { "1": { "components": { "Heat Conduction Wiring": 1 }, "features": { - "explres": [ -0.056, -0.028 ], - "kinres": [ -0.048, -0.024 ], + "explres": [ -0.04, -0.02 ], + "kinres": [ -0.04, -0.02 ], "thermres": [ 0.05, 0.08 ] } }, @@ -340,8 +346,8 @@ "Nickel": 1 }, "features": { - "explres": [ -0.112, -0.056 ], - "kinres": [ -0.066, -0.048 ], + "explres": [ -0.08, -0.04 ], + "kinres": [ -0.08, -0.04 ], "thermres": [ 0.1, 0.16 ] } }, @@ -352,8 +358,8 @@ "Vanadium": 1 }, "features": { - "explres": [ -0.168, -0.084 ], - "kinres": [ -0.144, -0.072 ], + "explres": [ -0.12, -0.06 ], + "kinres": [ -0.12, -0.06 ], "thermres": [ 0.15, 0.24 ] } }, @@ -364,8 +370,8 @@ "Tungsten": 1 }, "features": { - "explres": [ -0.224, -0.112 ], - "kinres": [ -0.192, -0.096 ], + "explres": [ -0.16, -0.08 ], + "kinres": [ -0.16, -0.08 ], "thermres": [ 0.2, 0.32 ] } }, @@ -376,8 +382,8 @@ "Proto Heat Radiators": 1 }, "features": { - "explres": [ -0.28, -0.14 ], - "kinres": [ -0.24, -0.12 ], + "explres": [ -0.2, -0.12 ], + "kinres": [ -0.2, -0.12 ], "thermres": [ 0.25, 0.4 ] } } @@ -387,6 +393,7 @@ "name": "Thermal resistant" }, "CargoScanner_LightWeight": { + "fdname": "CargoScanner_LightWeight", "grades": { "1": { "components": { @@ -446,6 +453,7 @@ "name": "Lightweight" }, "CargoScanner_Reinforced": { + "fdname": "CargoScanner_Reinforced", "grades": { "1": { "components": { @@ -505,6 +513,7 @@ "name": "Reinforced" }, "CargoScanner_Shielded": { + "fdname": "CargoScanner_Shielded", "grades": { "1": { "components": { @@ -564,6 +573,7 @@ "name": "Shielded" }, "ChaffLauncher_ChaffCapacity": { + "fdname": "ChaffLauncher_ChaffCapacity", "grades": { "3": { "components": { @@ -583,6 +593,7 @@ "name": "Ammo capacity" }, "ChaffLauncher_LightWeight": { + "fdname": "ChaffLauncher_LightWeight", "grades": { "1": { "components": { @@ -642,6 +653,7 @@ "name": "Lightweight" }, "ChaffLauncher_Reinforced": { + "fdname": "ChaffLauncher_Reinforced", "grades": { "1": { "components": { @@ -701,6 +713,7 @@ "name": "Reinforced" }, "ChaffLauncher_Shielded": { + "fdname": "ChaffLauncher_Shielded", "grades": { "1": { "components": { @@ -760,6 +773,7 @@ "name": "Shielded" }, "CollectionLimpet_LightWeight": { + "fdname": "CollectionLimpet_LightWeight", "grades": { "1": { "components": { @@ -819,6 +833,7 @@ "name": "Lightweight" }, "CollectionLimpet_Reinforced": { + "fdname": "CollectionLimpet_Reinforced", "grades": { "1": { "components": { @@ -878,6 +893,7 @@ "name": "Reinforced" }, "CollectionLimpet_Shielded": { + "fdname": "CollectionLimpet_Shielded", "grades": { "1": { "components": { @@ -937,6 +953,7 @@ "name": "Shielded" }, "ECM_LightWeight": { + "fdname": "ECM_LightWeight", "grades": { "1": { "components": { @@ -996,6 +1013,7 @@ "name": "Lightweight" }, "ECM_Reinforced": { + "fdname": "ECM_Reinforced", "grades": { "1": { "components": { @@ -1055,6 +1073,7 @@ "name": "Reinforced" }, "ECM_Shielded": { + "fdname": "ECM_Shielded", "grades": { "1": { "components": { @@ -1114,6 +1133,7 @@ "name": "Shielded" }, "Engine_Dirty": { + "fdname": "Engine_Dirty", "grades": { "1": { "components": { @@ -1188,6 +1208,7 @@ "name": "Dirty" }, "Engine_Reinforced": { + "fdname": "Engine_Reinforced", "grades": { "1": { "components": { @@ -1257,6 +1278,7 @@ "name": "Reinforced" }, "Engine_Tuned": { + "fdname": "Engine_Tuned", "grades": { "1": { "components": { @@ -1331,6 +1353,7 @@ "name": "Clean" }, "FSD_FastBoot": { + "fdname": "FSD_FastBoot", "grades": { "1": { "components": { @@ -1400,6 +1423,7 @@ "name": "Faster boot sequence" }, "FSD_LongRange": { + "fdname": "FSD_LongRange", "grades": { "1": { "components": { @@ -1469,6 +1493,7 @@ "name": "Increased range" }, "FSD_Shielded": { + "fdname": "FSD_Shielded", "grades": { "1": { "components": { @@ -1538,6 +1563,7 @@ "name": "Shielded" }, "FSDinterdictor_Expanded": { + "fdname": "FSDinterdictor_Expanded", "grades": { "1": { "components": { @@ -1590,6 +1616,7 @@ "name": "Expanded capture arc" }, "FSDinterdictor_LongRange": { + "fdname": "FSDinterdictor_LongRange", "grades": { "1": { "components": { @@ -1633,6 +1660,7 @@ "name": "Long range" }, "FuelScoop_Shielded": { + "fdname": "FuelScoop_Shielded", "grades": { "1": { "components": { @@ -1681,6 +1709,7 @@ "name": "Shielded" }, "FuelTransferLimpet_LightWeight": { + "fdname": "FuelTransferLimpet_LightWeight", "grades": { "1": { "components": { @@ -1740,6 +1769,7 @@ "name": "Lightweight" }, "FuelTransferLimpet_Reinforced": { + "fdname": "FuelTransferLimpet_Reinforced", "grades": { "1": { "components": { @@ -1799,6 +1829,7 @@ "name": "Reinforced" }, "FuelTransferLimpet_Shielded": { + "fdname": "FuelTransferLimpet_Shielded", "grades": { "1": { "components": { @@ -1858,6 +1889,7 @@ "name": "Shielded" }, "HatchBreakerLimpet_LightWeight": { + "fdname": "HatchBreakerLimpet_LightWeight", "grades": { "1": { "components": { @@ -1917,6 +1949,7 @@ "name": "Lightweight" }, "HatchBreakerLimpet_Reinforced": { + "fdname": "HatchBreakerLimpet_Reinforced", "grades": { "1": { "components": { @@ -1976,6 +2009,7 @@ "name": "Reinforced" }, "HatchBreakerLimpet_Shielded": { + "fdname": "HatchBreakerLimpet_Shielded", "grades": { "1": { "components": { @@ -2035,6 +2069,7 @@ "name": "Shielded" }, "HeatSinkLauncher_HeatSinkCapacity": { + "fdname": "HeatSinkLauncher_HeatSinkCapacity", "grades": { "3": { "components": { @@ -2054,6 +2089,7 @@ "name": "Ammo capacity" }, "HeatSinkLauncher_LightWeight": { + "fdname": "HeatSinkLauncher_LightWeight", "grades": { "1": { "components": { @@ -2113,6 +2149,7 @@ "name": "Lightweight" }, "HeatSinkLauncher_Reinforced": { + "fdname": "HeatSinkLauncher_Reinforced", "grades": { "1": { "components": { @@ -2172,6 +2209,7 @@ "name": "Reinforced" }, "HeatSinkLauncher_Shielded": { + "fdname": "HeatSinkLauncher_Shielded", "grades": { "1": { "components": { @@ -2231,6 +2269,7 @@ "name": "Shielded" }, "HullReinforcement_Advanced": { + "fdname": "HullReinforcement_Advanced", "grades": { "1": { "components": { @@ -2262,7 +2301,7 @@ "features": { "hullboost": [ 0.06, 0.12 ], "hullreinforcement": [ -0.15, -0.1 ], - "mass": [ 0, -0.1 ] + "mass": [ 0, -0.09 ] } }, "4": { @@ -2295,15 +2334,16 @@ "name": "Lightweight" }, "HullReinforcement_Explosive": { + "fdname": "HullReinforcement_Explosive", "grades": { "1": { "components": { "Nickel": 1 }, "features": { - "explres": [ 0.0487, 0.078 ], - "kinres": [ -0.0293, -0.0195 ], - "thermres": [ -0.0293, -0.0195 ] + "explres": [ 0.05, 0.08 ], + "kinres": [ -0.03, -0.02 ], + "thermres": [ -0.03, -0.02 ] } }, "2": { @@ -2312,9 +2352,9 @@ "Zinc": 1 }, "features": { - "explres": [ 0.0975, 0.156 ], - "kinres": [ -0.0585, -0.039 ], - "thermres": [ -0.0484, -0.039 ] + "explres": [ 0.1, 0.16 ], + "kinres": [ -0.06, -0.04 ], + "thermres": [ -0.06, -0.04 ] } }, "3": { @@ -2324,9 +2364,9 @@ "Zirconium": 1 }, "features": { - "explres": [ 0.1463, 0.234 ], - "kinres": [ -0.0878, -0.0585 ], - "thermres": [ -0.0878, -0.0585 ] + "explres": [ 0.15, 0.24 ], + "kinres": [ -0.09, -0.06 ], + "thermres": [ -0.09, -0.06 ] } }, "4": { @@ -2336,9 +2376,9 @@ "Tungsten": 1 }, "features": { - "explres": [ 0.195, 0.312 ], - "kinres": [ -0.117, -0.078 ], - "thermres": [ -0.117, -0.078 ] + "explres": [ 0.2, 0.32 ], + "kinres": [ -0.12, -0.08 ], + "thermres": [ -0.12, -0.08 ] } }, "5": { @@ -2348,9 +2388,9 @@ "Ruthenium": 1 }, "features": { - "explres": [ 0.2437, 0.4 ], - "kinres": [ -0.1463, -0.0975 ], - "thermres": [ -0.1463, -0.0975 ] + "explres": [ 0.24, 0.4 ], + "kinres": [ -0.15, -0.1 ], + "thermres": [ -0.15, -0.1 ] } } }, @@ -2359,17 +2399,18 @@ "name": "Blast resistant" }, "HullReinforcement_HeavyDuty": { + "fdname": "HullReinforcement_HeavyDuty", "grades": { "1": { "components": { "Carbon": 1 }, "features": { - "explres": [ 0, 0.0292 ], - "hullreinforcement": [ 0.04, 0.2 ], - "kinres": [ 0, 0.0292 ], + "explres": [ 0, 0.03 ], + "hullreinforcement": [ 0.05, 0.2 ], + "kinres": [ 0, 0.03 ], "mass": [ 0.08, 0 ], - "thermres": [ 0, 0.0292 ] + "thermres": [ 0, 0.03 ] } }, "2": { @@ -2378,11 +2419,11 @@ "Shield Emitters": 1 }, "features": { - "explres": [ 0.098, 0.0585 ], + "explres": [ 0.01, 0.06 ], "hullreinforcement": [ 0.1, 0.3 ], - "kinres": [ 0.098, 0.0585 ], - "mass": [ 0.15, 0.04 ], - "thermres": [ 0.098, 0.0585 ] + "kinres": [ 0.01, 0.06 ], + "mass": [ 0.16, 0.05 ], + "thermres": [ 0.01, 0.06 ] } }, "3": { @@ -2392,11 +2433,11 @@ "Shield Emitters": 1 }, "features": { - "explres": [ 0.0195, 0.0878 ], - "hullreinforcement": [ 0.14, 0.4 ], - "kinres": [ 0.0195, 0.0878 ], - "mass": [ 0.23, 0.1 ], - "thermres": [ 0.0195, 0.0878 ] + "explres": [ 0.02, 0.09 ], + "hullreinforcement": [ 0.15, 0.4 ], + "kinres": [ 0.02, 0.09 ], + "mass": [ 0.24, 0.1 ], + "thermres": [ 0.02, 0.09 ] } }, "4": { @@ -2406,11 +2447,11 @@ "Vanadium": 1 }, "features": { - "explres": [ 0.0292, 0.117 ], + "explres": [ 0.03, 0.12 ], "hullreinforcement": [ 0.2, 0.5 ], - "kinres": [ 0.0292, 0.117 ], - "mass": [ 0.3, 0.14 ], - "thermres": [ 0.0292, 0.117 ] + "kinres": [ 0.03, 0.12 ], + "mass": [ 0.32, 0.15 ], + "thermres": [ 0.03, 0.12 ] } }, "5": { @@ -2420,11 +2461,11 @@ "Tungsten": 1 }, "features": { - "explres": [ 0.039, 0.1463 ], + "explres": [ 0.04, 0.15 ], "hullreinforcement": [ 0.25, 0.6 ], - "kinres": [ 0.039, 0.1463 ], + "kinres": [ 0.04, 0.15 ], "mass": [ 0.4, 0.2 ], - "thermres": [ 0.039, 0.1463 ] + "thermres": [ 0.04, 0.15 ] } } }, @@ -2433,15 +2474,16 @@ "name": "Heavy duty" }, "HullReinforcement_Kinetic": { + "fdname": "HullReinforcement_Kinetic", "grades": { "1": { "components": { "Nickel": 1 }, "features": { - "explres": [ -0.0293, -0.0195 ], - "kinres": [ 0.0487, 0.078 ], - "thermres": [ -0.0293, -0.0195 ] + "explres": [ -0.03, -0.02 ], + "kinres": [ 0.05, 0.08 ], + "thermres": [ -0.03, -0.02 ] } }, "2": { @@ -2450,9 +2492,9 @@ "Vanadium": 1 }, "features": { - "explres": [ -0.0585, -0.039 ], - "kinres": [ 0.0975, 0.156 ], - "thermres": [ -0.0585, -0.039 ] + "explres": [ -0.06, -0.04 ], + "kinres": [ 0.1, 0.16 ], + "thermres": [ -0.06, -0.04 ] } }, "3": { @@ -2462,9 +2504,9 @@ "Vanadium": 1 }, "features": { - "explres": [ -0.0878, -0.0585 ], - "kinres": [ 0.1463, 0.234 ], - "thermres": [ -0.0878, -0.0585 ] + "explres": [ -0.09, -0.06 ], + "kinres": [ 0.15, 0.24 ], + "thermres": [ -0.09, -0.06 ] } }, "4": { @@ -2474,9 +2516,9 @@ "Tungsten": 1 }, "features": { - "explres": [ -0.117, -0.078 ], - "kinres": [ 0.195, 0.312 ], - "thermres": [ -0.117, -0.078 ] + "explres": [ -0.12, -0.08 ], + "kinres": [ 0.2, 0.32 ], + "thermres": [ -0.12, -0.08 ] } }, "5": { @@ -2486,9 +2528,9 @@ "Phase Alloys": 1 }, "features": { - "explres": [ -0.1463, -0.0975 ], - "kinres": [ 0.2437, 0.4 ], - "thermres": [ -0.1463, -0.0975 ] + "explres": [ -0.15, -0.1 ], + "kinres": [ 0.25, 0.4 ], + "thermres": [ -0.15, -0.1 ] } } }, @@ -2497,15 +2539,16 @@ "name": "Kinetic resistant" }, "HullReinforcement_Thermic": { + "fdname": "HullReinforcement_Thermic", "grades": { "1": { "components": { "Heat Conduction Wiring": 1 }, "features": { - "explres": [ -0.0293, -0.0195 ], - "kinres": [ -0.0293, -0.0195 ], - "thermres": [ 0.0487, 0.078 ] + "explres": [ -0.03, -0.02 ], + "kinres": [ -0.03, -0.02 ], + "thermres": [ 0.05, 0.08 ] } }, "2": { @@ -2514,9 +2557,9 @@ "Nickel": 1 }, "features": { - "explres": [ -0.0585, -0.039 ], - "kinres": [ -0.0585, -0.039 ], - "thermres": [ 0.0975, 0.156 ] + "explres": [ -0.06, -0.04 ], + "kinres": [ -0.06, -0.04 ], + "thermres": [ 0.1, 0.16 ] } }, "3": { @@ -2526,9 +2569,9 @@ "Vanadium": 1 }, "features": { - "explres": [ -0.0878, -0.0585 ], - "kinres": [ -0.0878, -0.0585 ], - "thermres": [ 0.1463, 0.234 ] + "explres": [ -0.09, -0.06 ], + "kinres": [ -0.09, -0.06 ], + "thermres": [ 0.15, 0.24 ] } }, "4": { @@ -2538,9 +2581,9 @@ "Tungsten": 1 }, "features": { - "explres": [ -0.117, -0.078 ], - "kinres": [ -0.117, -0.078 ], - "thermres": [ 0.195, 0.312 ] + "explres": [ -0.12, -0.08 ], + "kinres": [ -0.12, -0.08 ], + "thermres": [ 0.2, 0.32 ] } }, "5": { @@ -2550,9 +2593,9 @@ "Proto Heat Radiators": 1 }, "features": { - "explres": [ -0.1463, -0.0975 ], - "kinres": [ -0.1463, -0.0975 ], - "thermres": [ 0.2437, 0.4 ] + "explres": [ -0.15, -0.1 ], + "kinres": [ -0.15, -0.1 ], + "thermres": [ 0.25, 0.4 ] } } }, @@ -2561,6 +2604,7 @@ "name": "Thermal resistant" }, "KillWarrantScanner_LightWeight": { + "fdname": "KillWarrantScanner_LightWeight", "grades": { "1": { "components": { @@ -2620,6 +2664,7 @@ "name": "Lightweight" }, "KillWarrantScanner_LongRange": { + "fdname": "KillWarrantScanner_LongRange", "grades": { "1": { "components": { @@ -2684,6 +2729,7 @@ "name": "Long range" }, "KillWarrantScanner_Reinforced": { + "fdname": "KillWarrantScanner_Reinforced", "grades": { "1": { "components": { @@ -2743,6 +2789,7 @@ "name": "Reinforced" }, "KillWarrantScanner_Shielded": { + "fdname": "KillWarrantScanner_Shielded", "grades": { "1": { "components": { @@ -2802,6 +2849,7 @@ "name": "Shielded" }, "LifeSupport_LightWeight": { + "fdname": "LifeSupport_LightWeight", "grades": { "1": { "components": { @@ -2850,6 +2898,7 @@ "name": "Lightweight" }, "LifeSupport_Reinforced": { + "fdname": "LifeSupport_Reinforced", "grades": { "1": { "components": { @@ -2898,6 +2947,7 @@ "name": "Reinforced" }, "LifeSupport_Shielded": { + "fdname": "LifeSupport_Shielded", "grades": { "1": { "components": { @@ -2946,6 +2996,7 @@ "name": "Shielded" }, "PointDefence_LightWeight": { + "fdname": "PointDefence_LightWeight", "grades": { "1": { "components": { @@ -3005,6 +3056,7 @@ "name": "Lightweight" }, "PointDefence_PointDefenseCapacity": { + "fdname": "PointDefence_PointDefenseCapacity", "grades": { "3": { "components": { @@ -3024,6 +3076,7 @@ "name": "Ammo capacity" }, "PointDefence_Reinforced": { + "fdname": "PointDefence_Reinforced", "grades": { "1": { "components": { @@ -3083,6 +3136,7 @@ "name": "Reinforced" }, "PointDefence_Shielded": { + "fdname": "PointDefence_Shielded", "grades": { "1": { "components": { @@ -3142,6 +3196,7 @@ "name": "Shielded" }, "PowerDistributor_HighCapacity": { + "fdname": "PowerDistributor_HighCapacity", "grades": { "1": { "components": { @@ -3221,6 +3276,7 @@ "name": "High charge capacity" }, "PowerDistributor_HighFrequency": { + "fdname": "PowerDistributor_HighFrequency", "grades": { "1": { "components": { @@ -3300,6 +3356,7 @@ "name": "Charge enhanced" }, "PowerDistributor_PriorityEngines": { + "fdname": "PowerDistributor_PriorityEngines", "grades": { "1": { "components": { @@ -3349,6 +3406,7 @@ "name": "Engine focused" }, "PowerDistributor_PrioritySystems": { + "fdname": "PowerDistributor_PrioritySystems", "grades": { "1": { "components": { @@ -3398,6 +3456,7 @@ "name": "System focused" }, "PowerDistributor_PriorityWeapons": { + "fdname": "PowerDistributor_PriorityWeapons", "grades": { "1": { "components": { @@ -3447,6 +3506,7 @@ "name": "Weapon focused" }, "PowerDistributor_Shielded": { + "fdname": "PowerDistributor_Shielded", "grades": { "1": { "components": { @@ -3506,6 +3566,7 @@ "name": "Shielded" }, "PowerPlant_Armoured": { + "fdname": "PowerPlant_Armoured", "grades": { "1": { "components": { @@ -3570,6 +3631,7 @@ "name": "Armoured" }, "PowerPlant_Boosted": { + "fdname": "PowerPlant_Boosted", "grades": { "1": { "components": { @@ -3634,6 +3696,7 @@ "name": "Overcharged" }, "PowerPlant_Stealth": { + "fdname": "PowerPlant_Stealth", "grades": { "1": { "components": { @@ -3674,6 +3737,7 @@ "name": "Low emissions" }, "ProspectingLimpet_LightWeight": { + "fdname": "ProspectingLimpet_LightWeight", "grades": { "1": { "components": { @@ -3733,6 +3797,7 @@ "name": "Lightweight" }, "ProspectingLimpet_Reinforced": { + "fdname": "ProspectingLimpet_Reinforced", "grades": { "1": { "components": { @@ -3792,6 +3857,7 @@ "name": "Reinforced" }, "ProspectingLimpet_Shielded": { + "fdname": "ProspectingLimpet_Shielded", "grades": { "1": { "components": { @@ -3851,6 +3917,7 @@ "name": "Shielded" }, "Refineries_Shielded": { + "fdname": "Refineries_Shielded", "grades": { "1": { "components": { @@ -3899,6 +3966,7 @@ "name": "Shielded" }, "Sensor_CargoScanner_FastScan": { + "fdname": "Sensor_CargoScanner_FastScan", "grades": { "1": { "components": { @@ -3963,6 +4031,7 @@ "name": "Fast scan" }, "Sensor_CargoScanner_LongRange": { + "fdname": "Sensor_CargoScanner_LongRange", "grades": { "1": { "components": { @@ -4027,6 +4096,7 @@ "name": "Long range" }, "Sensor_CargoScanner_WideAngle": { + "fdname": "Sensor_CargoScanner_WideAngle", "grades": { "1": { "components": { @@ -4091,6 +4161,7 @@ "name": "Wide angle" }, "Sensor_KillWarrantScanner_FastScan": { + "fdname": "Sensor_KillWarrantScanner_FastScan", "grades": { "1": { "components": { @@ -4155,6 +4226,7 @@ "name": "Fast scan" }, "Sensor_KillWarrantScanner_WideAngle": { + "fdname": "Sensor_KillWarrantScanner_WideAngle", "grades": { "1": { "components": { @@ -4219,6 +4291,7 @@ "name": "Wide angle" }, "Sensor_Sensor_LightWeight": { + "fdname": "Sensor_Sensor_LightWeight", "grades": { "1": { "components": { @@ -4283,6 +4356,7 @@ "name": "Lightweight" }, "Sensor_Sensor_LongRange": { + "fdname": "Sensor_Sensor_LongRange", "grades": { "1": { "components": { @@ -4347,6 +4421,7 @@ "name": "Long range" }, "Sensor_Sensor_WideAngle": { + "fdname": "Sensor_Sensor_WideAngle", "grades": { "1": { "components": { @@ -4411,6 +4486,7 @@ "name": "Wide angle" }, "Sensor_SurfaceScanner_FastScan": { + "fdname": "Sensor_SurfaceScanner_FastScan", "grades": { "1": { "components": { @@ -4475,6 +4551,7 @@ "name": "Fast scan" }, "Sensor_SurfaceScanner_LongRange": { + "fdname": "Sensor_SurfaceScanner_LongRange", "grades": { "1": { "components": { @@ -4539,6 +4616,7 @@ "name": "Long range" }, "Sensor_SurfaceScanner_WideAngle": { + "fdname": "Sensor_SurfaceScanner_WideAngle", "grades": { "1": { "components": { @@ -4603,6 +4681,7 @@ "name": "Wide angle" }, "Sensor_WakeScanner_FastScan": { + "fdname": "Sensor_WakeScanner_FastScan", "grades": { "1": { "components": { @@ -4667,6 +4746,7 @@ "name": "Fast scan" }, "Sensor_WakeScanner_LongRange": { + "fdname": "Sensor_WakeScanner_LongRange", "grades": { "1": { "components": { @@ -4731,6 +4811,7 @@ "name": "Long range" }, "Sensor_WakeScanner_WideAngle": { + "fdname": "Sensor_WakeScanner_WideAngle", "grades": { "1": { "components": { @@ -4795,6 +4876,7 @@ "name": "Wide angle" }, "ShieldBooster_Explosive": { + "fdname": "ShieldBooster_Explosive", "grades": { "1": { "components": { @@ -4859,6 +4941,7 @@ "name": "Blast resistant" }, "ShieldBooster_HeavyDuty": { + "fdname": "ShieldBooster_HeavyDuty", "grades": { "1": { "components": { @@ -4928,6 +5011,7 @@ "name": "Heavy duty" }, "ShieldBooster_Kinetic": { + "fdname": "ShieldBooster_Kinetic", "grades": { "1": { "components": { @@ -4992,6 +5076,7 @@ "name": "Kinetic resistant" }, "ShieldBooster_Resistive": { + "fdname": "ShieldBooster_Resistive", "grades": { "1": { "components": { @@ -5066,6 +5151,7 @@ "name": "Resistance augmented" }, "ShieldBooster_Thermic": { + "fdname": "ShieldBooster_Thermic", "grades": { "1": { "components": { @@ -5130,6 +5216,7 @@ "name": "Thermal resistant" }, "ShieldCellBank_Rapid": { + "fdname": "ShieldCellBank_Rapid", "grades": { "1": { "components": { @@ -5173,6 +5260,7 @@ "name": "Rapid charge" }, "ShieldCellBank_Specialised": { + "fdname": "ShieldCellBank_Specialised", "grades": { "1": { "components": { @@ -5216,6 +5304,7 @@ "name": "Specialised" }, "ShieldGenerator_Kinetic": { + "fdname": "ShieldGenerator_Kinetic", "grades": { "1": { "components": { @@ -5280,6 +5369,7 @@ "name": "Kinetic resistant" }, "ShieldGenerator_Optimised": { + "fdname": "ShieldGenerator_Optimised", "grades": { "1": { "components": { @@ -5352,6 +5442,7 @@ "name": "Enhanced low power" }, "ShieldGenerator_Reinforced": { + "fdname": "ShieldGenerator_Reinforced", "grades": { "1": { "components": { @@ -5433,6 +5524,7 @@ "name": "Reinforced" }, "ShieldGenerator_Thermic": { + "fdname": "ShieldGenerator_Thermic", "grades": { "1": { "components": { @@ -5497,6 +5589,7 @@ "name": "Thermal resistant" }, "WakeScanner_LightWeight": { + "fdname": "WakeScanner_LightWeight", "grades": { "1": { "components": { @@ -5556,6 +5649,7 @@ "name": "Lightweight" }, "WakeScanner_Reinforced": { + "fdname": "WakeScanner_Reinforced", "grades": { "1": { "components": { @@ -5615,6 +5709,7 @@ "name": "Reinforced" }, "WakeScanner_Shielded": { + "fdname": "WakeScanner_Shielded", "grades": { "1": { "components": { @@ -5674,6 +5769,7 @@ "name": "Shielded" }, "Weapon_DoubleShot": { + "fdname": "Weapon_DoubleShot", "grades": { "1": { "components": { @@ -5743,6 +5839,7 @@ "name": "Double shot" }, "Weapon_Efficient": { + "fdname": "Weapon_Efficient", "grades": { "1": { "components": { @@ -5809,6 +5906,7 @@ "name": "Efficient" }, "Weapon_Focused": { + "fdname": "Weapon_Focused", "grades": { "1": { "components": { @@ -5877,6 +5975,7 @@ "name": "Focused" }, "Weapon_HighCapacity": { + "fdname": "Weapon_HighCapacity", "grades": { "1": { "components": { @@ -5951,6 +6050,7 @@ "name": "High capacity" }, "Weapon_LightWeight": { + "fdname": "Weapon_LightWeight", "grades": { "1": { "components": { @@ -6020,6 +6120,7 @@ "name": "Lightweight" }, "Weapon_LongRange": { + "fdname": "Weapon_LongRange", "grades": { "1": { "components": { @@ -6088,6 +6189,7 @@ "name": "Long range" }, "Weapon_Overcharged": { + "fdname": "Weapon_Overcharged", "grades": { "1": { "components": { @@ -6159,6 +6261,7 @@ "name": "Overcharged" }, "Weapon_RapidFire": { + "fdname": "Weapon_RapidFire", "grades": { "1": { "components": { @@ -6232,6 +6335,7 @@ "name": "Rapid fire" }, "Weapon_ShortRange": { + "fdname": "Weapon_ShortRange", "grades": { "1": { "components": { @@ -6298,6 +6402,7 @@ "name": "Short range" }, "Weapon_Sturdy": { + "fdname": "Weapon_Sturdy", "grades": { "1": { "components": { diff --git a/modules/hardpoints/fragment_cannon.json b/modules/hardpoints/fragment_cannon.json index eb4f726..aa57c94 100644 --- a/modules/hardpoints/fragment_cannon.json +++ b/modules/hardpoints/fragment_cannon.json @@ -19,14 +19,14 @@ "grp": "fc", "id": "20", "integrity": 40, - "jitter": 0.5, + "jitter":5, "mass": 2, "mount": "F", "piercing": 20, "power": 0.45, "range": 2000, "rating": "E", - "reload": 2.5, + "reload": 5, "rof": 5.555, "roundspershot": 12, "shotspeed": 667, @@ -51,14 +51,14 @@ "grp": "fc", "id": "21", "integrity": 40, - "jitter": 0.5, + "jitter": 5, "mass": 2, "mount": "G", "piercing": 20, "power": 0.59, "range": 2000, "rating": "E", - "reload": 2.5, + "reload": 5, "rof": 5.88, "roundspershot": 12, "shotspeed": 667, @@ -83,14 +83,14 @@ "grp": "fc", "id": "22", "integrity": 40, - "jitter": 0.5, + "jitter": 5, "mass": 2, "mount": "T", "piercing": 20, "power": 0.42, "range": 2000, "rating": "E", - "reload": 2.5, + "reload": 5, "rof": 4.76, "roundspershot": 12, "shotspeed": 667, @@ -104,7 +104,7 @@ "class": 2, "clip": 3, "cost": 291840, - "damage": 2.56, + "damage": 3, "damagedist": { "K": 1 }, @@ -115,15 +115,15 @@ "grp": "fc", "id": "1s", "integrity": 80, - "jitter": 0.5, + "jitter": 5, "mass": 4, "mount": "F", "piercing": 30, "power": 0.74, "range": 2000, "rating": "A", - "reload": 2.5, - "rof": 5, + "reload": 5, + "rof": 4.975, "roundspershot": 12, "shotspeed": 667, "thermload": 0.7 @@ -136,7 +136,7 @@ "class": 2, "clip": 3, "cost": 437800, - "damage": 1.95, + "damage": 2.275, "damagedist": { "K": 1 }, @@ -147,14 +147,14 @@ "grp": "fc", "id": "7e", "integrity": 80, - "jitter": 0.5, + "jitter": 5, "mass": 4, "mount": "G", "piercing": 30, "power": 1.03, "range": 2000, "rating": "D", - "reload": 2.5, + "reload": 5, "rof": 5.26, "roundspershot": 12, "shotspeed": 667, @@ -168,7 +168,7 @@ "class": 2, "clip": 3, "cost": 1459200, - "damage": 1.43, + "damage": 1.7, "damagedist": { "K": 1 }, @@ -179,15 +179,15 @@ "grp": "fc", "id": "7f", "integrity": 80, - "jitter": 0.5, + "jitter": 5, "mass": 4, "mount": "T", "piercing": 30, "power": 0.79, "range": 2000, "rating": "D", - "reload": 2.5, - "rof": 4.345, + "reload": 5, + "rof": 4.26, "roundspershot": 12, "shotspeed": 667, "thermload": 0.4 @@ -200,7 +200,7 @@ "class": 3, "clip": 3, "cost": 1167360, - "damage": 3.92, + "damage": 4.57, "damagedist": { "K": 1 }, @@ -211,14 +211,14 @@ "grp": "fc", "id": "1t", "integrity": 80, - "jitter": 0.5, + "jitter": 5, "mass": 8, "mount": "F", "piercing": 60, "power": 1.02, "range": 2000, "rating": "C", - "reload": 2.5, + "reload": 5, "rof": 4.545, "roundspershot": 12, "shotspeed": 667, @@ -232,7 +232,7 @@ "class": 3, "clip": 3, "cost": 1751040, - "damage": 3.23, + "damage": 3.77, "damagedist": { "K": 1 }, @@ -243,14 +243,14 @@ "grp": "fc", "id": "1u", "integrity": 80, - "jitter": 0.5, + "jitter": 5, "mass": 8, "mount": "G", "piercing": 60, "power": 1.55, "range": 2000, "rating": "C", - "reload": 2.5, + "reload": 5, "rof": 4.76, "roundspershot": 12, "shotspeed": 667, @@ -264,7 +264,7 @@ "class": 3, "clip": 3, "cost": 5836800, - "damage": 2.56, + "damage": 2.98, "damagedist": { "K": 1 }, @@ -275,14 +275,14 @@ "grp": "fc", "id": "1v", "integrity": 80, - "jitter": 0.5, + "jitter": 5, "mass": 8, "mount": "T", "piercing": 60, "power": 1.29, "range": 2000, "rating": "C", - "reload": 2.5, + "reload": 5, "rof": 4, "roundspershot": 12, "shotspeed": 667, @@ -315,7 +315,7 @@ "power": 1.02, "pp": "Zachary Hudson", "rating": "C", - "reload": 2.5, + "reload": 5, "rof": 4.5, "roundspershot": 12, "shotspeed": 1000, From 4ec51cf25ef3b3f8bdfc836e0999c39db648a42e Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Wed, 22 Mar 2017 18:33:13 +0000 Subject: [PATCH 18/30] Update burstrof --- dist/index.js | 3 ++- dist/index.json | 3 ++- modifications/modifications.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index efa887e..824c406 100644 --- a/dist/index.js +++ b/dist/index.js @@ -20900,7 +20900,8 @@ module.exports = { id: 41, name: "burstrof", type: "numeric", - method: "overwrite" + method: "overwrite", + higherbetter: false }, clip: { id: 4, diff --git a/dist/index.json b/dist/index.json index 8b88a6f..7f87028 100644 --- a/dist/index.json +++ b/dist/index.json @@ -28198,7 +28198,8 @@ "id": 41, "name": "burstrof", "type": "numeric", - "method": "overwrite" + "method": "overwrite", + "higherbetter": false }, "clip": { "id": 4, diff --git a/modifications/modifications.json b/modifications/modifications.json index 08910f3..6a7212b 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -3,7 +3,7 @@ "boot": {"id": 1, "name": "boot", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "brokenregen": {"id": 2, "name": "brokenregen", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "burst": {"id": 3, "name": "burst", "type": "numeric", "method": "overwrite", "higherbetter": true}, - "burstrof": {"id": 41, "name": "burstrof", "type": "numeric", "method": "overwrite"}, + "burstrof": {"id": 41, "name": "burstrof", "type": "numeric", "method": "overwrite", "higherbetter": false}, "clip": {"id": 4, "name": "clip", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "damage": {"id": 5, "name": "damage", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "damagedist": {"id": 40, "name": "damage", "type": "object", "hidden": true, "method": "overwrite"}, From 2acb7cf43349176eab3384e7132f9ee78f9ece18 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Sat, 25 Mar 2017 16:22:05 +0000 Subject: [PATCH 19/30] Update shield cell bank metrics --- ChangeLog.md | 1 + dist/index.js | 204 +++++++++++++++---------- dist/index.json | 203 ++++++++++++++---------- modifications/modifierActions.json | 12 +- modifications/modules.json | 1 + modules/internal/shield_cell_bank.json | 190 ++++++++++++++--------- 6 files changed, 379 insertions(+), 232 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 4c78cd7..bc9748b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,7 @@ * Add ED ID for Rocket Propelled FSD Disruptor * Fix ED name for target lock breaker special * Update scan range and angle information for sensors + * Tidy out shield cell bank information to allow for accurate calculations with modifications #2.2.19 * Remove shot speed modification - it is directly tied to range diff --git a/dist/index.js b/dist/index.js index 824c406..52bcf5c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -12791,10 +12791,11 @@ module.exports = { rating: "E" } ], scb: [ { + ammo: 3, ammocost: 300, boot: 25, - cells: 4, class: 1, + clip: 1, cost: 517, duration: 1, edID: 128064298, @@ -12810,10 +12811,11 @@ module.exports = { spinup: 5, thermload: 170 }, { + ammo: 0, ammocost: 300, boot: 25, - cells: 1, class: 1, + clip: 1, cost: 1293, duration: 1, edID: 128064299, @@ -12829,10 +12831,11 @@ module.exports = { spinup: 5, thermload: 170 }, { + ammo: 2, ammocost: 300, boot: 25, - cells: 3, class: 1, + clip: 1, cost: 3231, duration: 1, edID: 128064300, @@ -12848,10 +12851,11 @@ module.exports = { spinup: 5, thermload: 170 }, { + ammo: 3, ammocost: 300, boot: 25, - cells: 4, class: 1, + clip: 1, cost: 8078, duration: 1, edID: 128064301, @@ -12867,10 +12871,11 @@ module.exports = { spinup: 5, thermload: 170 }, { + ammo: 2, ammocost: 300, boot: 25, - cells: 3, class: 1, + clip: 1, cost: 20195, duration: 1, edID: 128064302, @@ -12886,10 +12891,11 @@ module.exports = { spinup: 5, thermload: 170 }, { + ammo: 4, ammocost: 300, boot: 25, - cells: 5, class: 2, + clip: 1, cost: 1448, duration: 2, edID: 128064303, @@ -12900,15 +12906,16 @@ module.exports = { mass: 2.5, power: .5, rating: "E", - shieldreinforcement: 28, + shieldreinforcement: 14, rechargerating: "E", spinup: 5, thermload: 240 }, { + ammo: 2, ammocost: 300, boot: 25, - cells: 3, class: 2, + clip: 1, cost: 3619, duration: 2, edID: 128064304, @@ -12919,15 +12926,16 @@ module.exports = { mass: 1, power: .67, rating: "D", - shieldreinforcement: 36, + shieldreinforcement: 18, rechargerating: "D", spinup: 5, thermload: 240 }, { + ammo: 3, ammocost: 300, boot: 25, - cells: 4, class: 2, + clip: 1, cost: 9048, duration: 2, edID: 128064305, @@ -12938,15 +12946,16 @@ module.exports = { mass: 2.5, power: .84, rating: "C", - shieldreinforcement: 46, + shieldreinforcement: 23, rechargerating: "C", spinup: 5, thermload: 240 }, { + ammo: 4, ammocost: 300, boot: 25, - cells: 5, class: 2, + clip: 1, cost: 22619, duration: 2, edID: 128064306, @@ -12957,15 +12966,16 @@ module.exports = { mass: 4, power: 1.01, rating: "B", - shieldreinforcement: 56, + shieldreinforcement: 28, rechargerating: "B", spinup: 5, thermload: 240 }, { + ammo: 3, ammocost: 300, boot: 25, - cells: 4, class: 2, + clip: 1, cost: 56547, duration: 2, edID: 128064307, @@ -12976,15 +12986,16 @@ module.exports = { mass: 2.5, power: 1.18, rating: "A", - shieldreinforcement: 64, + shieldreinforcement: 32, rechargerating: "A", spinup: 5, thermload: 240 }, { + ammo: 4, ammocost: 300, boot: 25, - cells: 5, class: 3, + clip: 1, cost: 4053, duration: 2, edID: 128064308, @@ -12995,15 +13006,16 @@ module.exports = { mass: 5, power: .61, rating: "E", - shieldreinforcement: 34, + shieldreinforcement: 17, rechargerating: "E", spinup: 5, thermload: 340 }, { + ammo: 2, ammocost: 300, boot: 25, - cells: 3, class: 3, + clip: 1, cost: 10133, duration: 2, edID: 128064309, @@ -13014,15 +13026,16 @@ module.exports = { mass: 2, power: .82, rating: "D", - shieldreinforcement: 46, + shieldreinforcement: 23, rechargerating: "D", spinup: 5, thermload: 340 }, { + ammo: 3, ammocost: 300, boot: 25, - cells: 4, class: 3, + clip: 1, cost: 25333, duration: 2, edID: 128064310, @@ -13033,15 +13046,16 @@ module.exports = { mass: 5, power: 1.02, rating: "C", - shieldreinforcement: 58, + shieldreinforcement: 29, rechargerating: "C", spinup: 5, thermload: 340 }, { + ammo: 4, ammocost: 300, boot: 25, - cells: 5, class: 3, + clip: 1, cost: 61909, duration: 2, edID: 128064311, @@ -13052,15 +13066,16 @@ module.exports = { mass: 8, power: 1.22, rating: "B", - shieldreinforcement: 70, + shieldreinforcement: 35, rechargerating: "B", spinup: 5, thermload: 340 }, { + ammo: 3, ammocost: 300, boot: 25, - cells: 4, class: 3, + clip: 1, cost: 158331, duration: 2, edID: 128064312, @@ -13071,15 +13086,16 @@ module.exports = { mass: 5, power: 1.43, rating: "A", - shieldreinforcement: 82, + shieldreinforcement: 41, rechargerating: "A", spinup: 5, thermload: 340 }, { + ammo: 4, ammocost: 300, boot: 25, - cells: 5, class: 4, + clip: 1, cost: 11349, duration: 3, edID: 128064313, @@ -13090,15 +13106,16 @@ module.exports = { mass: 10, power: .74, rating: "E", - shieldreinforcement: 60, + shieldreinforcement: 20, rechargerating: "E", spinup: 5, thermload: 410 }, { + ammo: 2, ammocost: 300, boot: 25, - cells: 3, class: 4, + clip: 1, cost: 28373, duration: 3, edID: 128064314, @@ -13109,15 +13126,16 @@ module.exports = { mass: 4, power: .98, rating: "D", - shieldreinforcement: 78, + shieldreinforcement: 26, rechargerating: "D", spinup: 5, thermload: 410 }, { + ammo: 3, ammocost: 300, boot: 25, - cells: 4, class: 4, + clip: 1, cost: 70932, duration: 3, edID: 128064315, @@ -13128,15 +13146,16 @@ module.exports = { mass: 10, power: 1.23, rating: "C", - shieldreinforcement: 99, + shieldreinforcement: 33, rechargerating: "C", spinup: 5, thermload: 410 }, { + ammo: 4, ammocost: 300, boot: 25, - cells: 5, class: 4, + clip: 1, cost: 177331, duration: 3, edID: 128064316, @@ -13147,15 +13166,16 @@ module.exports = { mass: 16, power: 1.48, rating: "B", - shieldreinforcement: 117, + shieldreinforcement: 39, rechargerating: "B", spinup: 5, thermload: 410 }, { + ammo: 3, ammocost: 300, boot: 25, - cells: 4, class: 4, + clip: 1, cost: 443328, duration: 3, edID: 128064317, @@ -13166,15 +13186,16 @@ module.exports = { mass: 10, power: 1.72, rating: "A", - shieldreinforcement: 138, + shieldreinforcement: 46, rechargerating: "A", spinup: 5, thermload: 410 }, { + ammo: 4, ammocost: 300, boot: 25, - cells: 5, class: 5, + clip: 1, cost: 31778, duration: 5, edID: 128064318, @@ -13185,15 +13206,16 @@ module.exports = { mass: 20, power: .9, rating: "E", - shieldreinforcement: 105, + shieldreinforcement: 21, rechargerating: "E", spinup: 5, thermload: 540 }, { + ammo: 2, ammocost: 300, boot: 25, - cells: 3, class: 5, + clip: 1, cost: 79444, duration: 5, edID: 128064319, @@ -13204,15 +13226,16 @@ module.exports = { mass: 8, power: 1.2, rating: "D", - shieldreinforcement: 140, + shieldreinforcement: 28, rechargerating: "D", spinup: 5, thermload: 540 }, { + ammo: 3, ammocost: 300, boot: 25, - cells: 4, class: 5, + clip: 1, cost: 194143, duration: 5, edID: 128064320, @@ -13223,15 +13246,16 @@ module.exports = { mass: 20, power: 1.5, rating: "C", - shieldreinforcement: 175, + shieldreinforcement: 35, rechargerating: "C", spinup: 5, thermload: 540 }, { + ammo: 4, ammocost: 300, boot: 25, - cells: 5, class: 5, + clip: 1, cost: 496527, duration: 5, edID: 128064321, @@ -13242,15 +13266,16 @@ module.exports = { mass: 32, power: 1.8, rating: "B", - shieldreinforcement: 205, + shieldreinforcement: 41, rechargerating: "B", spinup: 5, thermload: 540 }, { + ammo: 3, ammocost: 300, boot: 25, - cells: 4, class: 5, + clip: 1, cost: 1210285, duration: 5, edID: 128064322, @@ -13261,15 +13286,16 @@ module.exports = { mass: 20, power: 2.1, rating: "A", - shieldreinforcement: 240, + shieldreinforcement: 48, rechargerating: "A", spinup: 5, thermload: 540 }, { + ammo: 5, ammocost: 300, boot: 25, - cells: 6, class: 6, + clip: 1, cost: 88987, duration: 8, edID: 128064323, @@ -13280,15 +13306,16 @@ module.exports = { mass: 40, power: 1.06, rating: "E", - shieldreinforcement: 160, + shieldreinforcement: 20, rechargerating: "E", spinup: 5, thermload: 640 }, { + ammo: 3, ammocost: 300, boot: 25, - cells: 4, class: 6, + clip: 1, cost: 222444, duration: 8, edID: 128064324, @@ -13299,15 +13326,16 @@ module.exports = { mass: 16, power: 1.42, rating: "D", - shieldreinforcement: 208, + shieldreinforcement: 26, rechargerating: "D", spinup: 5, thermload: 640 }, { + ammo: 4, ammocost: 300, boot: 25, - cells: 5, class: 6, + clip: 1, cost: 556110, duration: 8, edID: 128064325, @@ -13318,15 +13346,16 @@ module.exports = { mass: 40, power: 1.77, rating: "C", - shieldreinforcement: 264, + shieldreinforcement: 33, rechargerating: "C", spinup: 5, thermload: 640 }, { + ammo: 5, ammocost: 300, boot: 25, - cells: 6, class: 6, + clip: 1, cost: 1390275, duration: 8, edID: 128064326, @@ -13337,15 +13366,16 @@ module.exports = { mass: 64, power: 2.12, rating: "B", - shieldreinforcement: 312, + shieldreinforcement: 39, rechargerating: "B", spinup: 5, thermload: 640 }, { + ammo: 4, ammocost: 300, boot: 25, - cells: 5, class: 6, + clip: 1, cost: 3475688, duration: 8, edID: 128064327, @@ -13356,15 +13386,16 @@ module.exports = { mass: 40, power: 2.48, rating: "A", - shieldreinforcement: 368, + shieldreinforcement: 46, rechargerating: "A", spinup: 5, thermload: 640 }, { + ammo: 5, ammocost: 300, boot: 25, - cells: 6, class: 7, + clip: 1, cost: 249137, duration: 11, edID: 128064328, @@ -13375,15 +13406,16 @@ module.exports = { mass: 80, power: 1.24, rating: "E", - shieldreinforcement: 264, + shieldreinforcement: 24, rechargerating: "E", spinup: 5, thermload: 720 }, { + ammo: 3, ammocost: 300, boot: 25, - cells: 4, class: 7, + clip: 1, cost: 622843, duration: 11, edID: 128064329, @@ -13394,15 +13426,16 @@ module.exports = { mass: 32, power: 1.66, rating: "D", - shieldreinforcement: 352, + shieldreinforcement: 32, rechargerating: "D", spinup: 5, thermload: 720 }, { + ammo: 4, ammocost: 300, boot: 25, - cells: 5, class: 7, + clip: 1, cost: 1557108, duration: 11, edID: 128064330, @@ -13413,15 +13446,16 @@ module.exports = { mass: 80, power: 2.07, rating: "C", - shieldreinforcement: 451, + shieldreinforcement: 41, rechargerating: "C", spinup: 5, thermload: 720 }, { + ammo: 5, ammocost: 300, boot: 25, - cells: 6, class: 7, + clip: 1, cost: 3892770, duration: 11, edID: 128064331, @@ -13432,15 +13466,16 @@ module.exports = { mass: 128, power: 2.48, rating: "B", - shieldreinforcement: 539, + shieldreinforcement: 49, rechargerating: "B", spinup: 5, thermload: 720 }, { + ammo: 4, ammocost: 300, boot: 25, - cells: 5, class: 7, + clip: 1, cost: 9731925, duration: 11, edID: 128064332, @@ -13451,15 +13486,16 @@ module.exports = { mass: 80, power: 2.9, rating: "A", - shieldreinforcement: 627, + shieldreinforcement: 57, rechargerating: "A", spinup: 5, thermload: 720 }, { + ammo: 5, ammocost: 300, boot: 25, - cells: 6, class: 8, + clip: 1, cost: 697584, duration: 17, edID: 128064333, @@ -13470,15 +13506,16 @@ module.exports = { mass: 160, power: 1.44, rating: "E", - shieldreinforcement: 476, + shieldreinforcement: 28, rechargerating: "C", spinup: 5, thermload: 800 }, { + ammo: 3, ammocost: 300, boot: 25, - cells: 4, class: 8, + clip: 1, cost: 1743961, duration: 17, edID: 128064334, @@ -13489,15 +13526,16 @@ module.exports = { mass: 64, power: 1.92, rating: "D", - shieldreinforcement: 629, + shieldreinforcement: 37, rechargerating: "D", spinup: 5, thermload: 800 }, { + ammo: 4, ammocost: 300, boot: 25, - cells: 5, class: 8, + clip: 1, cost: 4359903, duration: 17, edID: 128064335, @@ -13508,15 +13546,16 @@ module.exports = { mass: 160, power: 2.4, rating: "C", - shieldreinforcement: 799, + shieldreinforcement: 47, rechargerating: "C", spinup: 5, thermload: 800 }, { + ammo: 5, ammocost: 300, boot: 25, - cells: 6, class: 8, + clip: 1, cost: 10899756, duration: 17, edID: 128064336, @@ -13527,15 +13566,16 @@ module.exports = { mass: 256, power: 2.88, rating: "B", - shieldreinforcement: 952, + shieldreinforcement: 56, rechargerating: "B", spinup: 5, thermload: 800 }, { + ammo: 4, ammocost: 300, boot: 25, - cells: 5, class: 8, + clip: 1, cost: 27249391, duration: 17, edID: 128064337, @@ -13546,7 +13586,7 @@ module.exports = { mass: 160, power: 3.36, rating: "A", - shieldreinforcement: 1105, + shieldreinforcement: 65, rechargerating: "A", spinup: 5, thermload: 800 @@ -21470,8 +21510,16 @@ module.exports = { special_thermalshock: { damage: -.2 }, - trade_cell_heat_cell_units: {}, - trade_defence_health_add_defence_global_mult: {}, + trade_cell_heat_cell_units: { + shieldreinforcement: -1, + thermload: -1 + }, + trade_defence_health_add_defence_global_mult: { + explres: .4, + hullreinforcement: 1, + kinres: .4, + thermres: .4 + }, trade_distributor_engine_charge_system_charge: { engcap: 1, syscap: -1 @@ -21933,7 +21981,7 @@ module.exports = { ShieldCellBank_Rapid: [ 1, 2, 3 ], ShieldCellBank_Specialised: [ 1, 2, 3 ] }, - modifications: [ "boot", "duration", "integrity", "mass", "power", "shieldreinforcement", "spinup", "thermload" ] + modifications: [ "boot", "clip", "duration", "integrity", "mass", "power", "shieldreinforcement", "spinup", "thermload" ] }, sg: { blueprints: { diff --git a/dist/index.json b/dist/index.json index 7f87028..22ec98b 100644 --- a/dist/index.json +++ b/dist/index.json @@ -15210,10 +15210,11 @@ ], "scb": [ { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 1, + "clip": 1, "cost": 517, "duration": 1, "edID": 128064298, @@ -15230,10 +15231,11 @@ "thermload": 170 }, { + "ammo": 0, "ammocost": 300, "boot": 25, - "cells": 1, "class": 1, + "clip": 1, "cost": 1293, "duration": 1, "edID": 128064299, @@ -15250,10 +15252,11 @@ "thermload": 170 }, { + "ammo": 2, "ammocost": 300, "boot": 25, - "cells": 3, "class": 1, + "clip": 1, "cost": 3231, "duration": 1, "edID": 128064300, @@ -15270,10 +15273,11 @@ "thermload": 170 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 1, + "clip": 1, "cost": 8078, "duration": 1, "edID": 128064301, @@ -15290,10 +15294,11 @@ "thermload": 170 }, { + "ammo": 2, "ammocost": 300, "boot": 25, - "cells": 3, "class": 1, + "clip": 1, "cost": 20195, "duration": 1, "edID": 128064302, @@ -15310,10 +15315,11 @@ "thermload": 170 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 2, + "clip": 1, "cost": 1448, "duration": 2, "edID": 128064303, @@ -15324,16 +15330,17 @@ "mass": 2.5, "power": 0.5, "rating": "E", - "shieldreinforcement": 28, + "shieldreinforcement": 14, "rechargerating": "E", "spinup": 5, "thermload": 240 }, { + "ammo": 2, "ammocost": 300, "boot": 25, - "cells": 3, "class": 2, + "clip": 1, "cost": 3619, "duration": 2, "edID": 128064304, @@ -15344,16 +15351,17 @@ "mass": 1, "power": 0.67, "rating": "D", - "shieldreinforcement": 36, + "shieldreinforcement": 18, "rechargerating": "D", "spinup": 5, "thermload": 240 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 2, + "clip": 1, "cost": 9048, "duration": 2, "edID": 128064305, @@ -15364,16 +15372,17 @@ "mass": 2.5, "power": 0.84, "rating": "C", - "shieldreinforcement": 46, + "shieldreinforcement": 23, "rechargerating": "C", "spinup": 5, "thermload": 240 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 2, + "clip": 1, "cost": 22619, "duration": 2, "edID": 128064306, @@ -15384,16 +15393,17 @@ "mass": 4, "power": 1.01, "rating": "B", - "shieldreinforcement": 56, + "shieldreinforcement": 28, "rechargerating": "B", "spinup": 5, "thermload": 240 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 2, + "clip": 1, "cost": 56547, "duration": 2, "edID": 128064307, @@ -15404,16 +15414,17 @@ "mass": 2.5, "power": 1.18, "rating": "A", - "shieldreinforcement": 64, + "shieldreinforcement": 32, "rechargerating": "A", "spinup": 5, "thermload": 240 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 3, + "clip": 1, "cost": 4053, "duration": 2, "edID": 128064308, @@ -15424,16 +15435,17 @@ "mass": 5, "power": 0.61, "rating": "E", - "shieldreinforcement": 34, + "shieldreinforcement": 17, "rechargerating": "E", "spinup": 5, "thermload": 340 }, { + "ammo": 2, "ammocost": 300, "boot": 25, - "cells": 3, "class": 3, + "clip": 1, "cost": 10133, "duration": 2, "edID": 128064309, @@ -15444,16 +15456,17 @@ "mass": 2, "power": 0.82, "rating": "D", - "shieldreinforcement": 46, + "shieldreinforcement": 23, "rechargerating": "D", "spinup": 5, "thermload": 340 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 3, + "clip": 1, "cost": 25333, "duration": 2, "edID": 128064310, @@ -15464,16 +15477,17 @@ "mass": 5, "power": 1.02, "rating": "C", - "shieldreinforcement": 58, + "shieldreinforcement": 29, "rechargerating": "C", "spinup": 5, "thermload": 340 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 3, + "clip": 1, "cost": 61909, "duration": 2, "edID": 128064311, @@ -15484,16 +15498,17 @@ "mass": 8, "power": 1.22, "rating": "B", - "shieldreinforcement": 70, + "shieldreinforcement": 35, "rechargerating": "B", "spinup": 5, "thermload": 340 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 3, + "clip": 1, "cost": 158331, "duration": 2, "edID": 128064312, @@ -15504,16 +15519,17 @@ "mass": 5, "power": 1.43, "rating": "A", - "shieldreinforcement": 82, + "shieldreinforcement": 41, "rechargerating": "A", "spinup": 5, "thermload": 340 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 4, + "clip": 1, "cost": 11349, "duration": 3, "edID": 128064313, @@ -15524,16 +15540,17 @@ "mass": 10, "power": 0.74, "rating": "E", - "shieldreinforcement": 60, + "shieldreinforcement": 20, "rechargerating": "E", "spinup": 5, "thermload": 410 }, { + "ammo": 2, "ammocost": 300, "boot": 25, - "cells": 3, "class": 4, + "clip": 1, "cost": 28373, "duration": 3, "edID": 128064314, @@ -15544,16 +15561,17 @@ "mass": 4, "power": 0.98, "rating": "D", - "shieldreinforcement": 78, + "shieldreinforcement": 26, "rechargerating": "D", "spinup": 5, "thermload": 410 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 4, + "clip": 1, "cost": 70932, "duration": 3, "edID": 128064315, @@ -15564,16 +15582,17 @@ "mass": 10, "power": 1.23, "rating": "C", - "shieldreinforcement": 99, + "shieldreinforcement": 33, "rechargerating": "C", "spinup": 5, "thermload": 410 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 4, + "clip": 1, "cost": 177331, "duration": 3, "edID": 128064316, @@ -15584,16 +15603,17 @@ "mass": 16, "power": 1.48, "rating": "B", - "shieldreinforcement": 117, + "shieldreinforcement": 39, "rechargerating": "B", "spinup": 5, "thermload": 410 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 4, + "clip": 1, "cost": 443328, "duration": 3, "edID": 128064317, @@ -15604,16 +15624,17 @@ "mass": 10, "power": 1.72, "rating": "A", - "shieldreinforcement": 138, + "shieldreinforcement": 46, "rechargerating": "A", "spinup": 5, "thermload": 410 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 5, + "clip": 1, "cost": 31778, "duration": 5, "edID": 128064318, @@ -15624,16 +15645,17 @@ "mass": 20, "power": 0.9, "rating": "E", - "shieldreinforcement": 105, + "shieldreinforcement": 21, "rechargerating": "E", "spinup": 5, "thermload": 540 }, { + "ammo": 2, "ammocost": 300, "boot": 25, - "cells": 3, "class": 5, + "clip": 1, "cost": 79444, "duration": 5, "edID": 128064319, @@ -15644,16 +15666,17 @@ "mass": 8, "power": 1.2, "rating": "D", - "shieldreinforcement": 140, + "shieldreinforcement": 28, "rechargerating": "D", "spinup": 5, "thermload": 540 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 5, + "clip": 1, "cost": 194143, "duration": 5, "edID": 128064320, @@ -15664,16 +15687,17 @@ "mass": 20, "power": 1.5, "rating": "C", - "shieldreinforcement": 175, + "shieldreinforcement": 35, "rechargerating": "C", "spinup": 5, "thermload": 540 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 5, + "clip": 1, "cost": 496527, "duration": 5, "edID": 128064321, @@ -15684,16 +15708,17 @@ "mass": 32, "power": 1.8, "rating": "B", - "shieldreinforcement": 205, + "shieldreinforcement": 41, "rechargerating": "B", "spinup": 5, "thermload": 540 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 5, + "clip": 1, "cost": 1210285, "duration": 5, "edID": 128064322, @@ -15704,16 +15729,17 @@ "mass": 20, "power": 2.1, "rating": "A", - "shieldreinforcement": 240, + "shieldreinforcement": 48, "rechargerating": "A", "spinup": 5, "thermload": 540 }, { + "ammo": 5, "ammocost": 300, "boot": 25, - "cells": 6, "class": 6, + "clip": 1, "cost": 88987, "duration": 8, "edID": 128064323, @@ -15724,16 +15750,17 @@ "mass": 40, "power": 1.06, "rating": "E", - "shieldreinforcement": 160, + "shieldreinforcement": 20, "rechargerating": "E", "spinup": 5, "thermload": 640 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 6, + "clip": 1, "cost": 222444, "duration": 8, "edID": 128064324, @@ -15744,16 +15771,17 @@ "mass": 16, "power": 1.42, "rating": "D", - "shieldreinforcement": 208, + "shieldreinforcement": 26, "rechargerating": "D", "spinup": 5, "thermload": 640 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 6, + "clip": 1, "cost": 556110, "duration": 8, "edID": 128064325, @@ -15764,16 +15792,17 @@ "mass": 40, "power": 1.77, "rating": "C", - "shieldreinforcement": 264, + "shieldreinforcement": 33, "rechargerating": "C", "spinup": 5, "thermload": 640 }, { + "ammo": 5, "ammocost": 300, "boot": 25, - "cells": 6, "class": 6, + "clip": 1, "cost": 1390275, "duration": 8, "edID": 128064326, @@ -15784,16 +15813,17 @@ "mass": 64, "power": 2.12, "rating": "B", - "shieldreinforcement": 312, + "shieldreinforcement": 39, "rechargerating": "B", "spinup": 5, "thermload": 640 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 6, + "clip": 1, "cost": 3475688, "duration": 8, "edID": 128064327, @@ -15804,16 +15834,17 @@ "mass": 40, "power": 2.48, "rating": "A", - "shieldreinforcement": 368, + "shieldreinforcement": 46, "rechargerating": "A", "spinup": 5, "thermload": 640 }, { + "ammo": 5, "ammocost": 300, "boot": 25, - "cells": 6, "class": 7, + "clip": 1, "cost": 249137, "duration": 11, "edID": 128064328, @@ -15824,16 +15855,17 @@ "mass": 80, "power": 1.24, "rating": "E", - "shieldreinforcement": 264, + "shieldreinforcement": 24, "rechargerating": "E", "spinup": 5, "thermload": 720 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 7, + "clip": 1, "cost": 622843, "duration": 11, "edID": 128064329, @@ -15844,16 +15876,17 @@ "mass": 32, "power": 1.66, "rating": "D", - "shieldreinforcement": 352, + "shieldreinforcement": 32, "rechargerating": "D", "spinup": 5, "thermload": 720 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 7, + "clip": 1, "cost": 1557108, "duration": 11, "edID": 128064330, @@ -15864,16 +15897,17 @@ "mass": 80, "power": 2.07, "rating": "C", - "shieldreinforcement": 451, + "shieldreinforcement": 41, "rechargerating": "C", "spinup": 5, "thermload": 720 }, { + "ammo": 5, "ammocost": 300, "boot": 25, - "cells": 6, "class": 7, + "clip": 1, "cost": 3892770, "duration": 11, "edID": 128064331, @@ -15884,16 +15918,17 @@ "mass": 128, "power": 2.48, "rating": "B", - "shieldreinforcement": 539, + "shieldreinforcement": 49, "rechargerating": "B", "spinup": 5, "thermload": 720 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 7, + "clip": 1, "cost": 9731925, "duration": 11, "edID": 128064332, @@ -15904,16 +15939,17 @@ "mass": 80, "power": 2.9, "rating": "A", - "shieldreinforcement": 627, + "shieldreinforcement": 57, "rechargerating": "A", "spinup": 5, "thermload": 720 }, { + "ammo": 5, "ammocost": 300, "boot": 25, - "cells": 6, "class": 8, + "clip": 1, "cost": 697584, "duration": 17, "edID": 128064333, @@ -15924,16 +15960,17 @@ "mass": 160, "power": 1.44, "rating": "E", - "shieldreinforcement": 476, + "shieldreinforcement": 28, "rechargerating": "C", "spinup": 5, "thermload": 800 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 8, + "clip": 1, "cost": 1743961, "duration": 17, "edID": 128064334, @@ -15944,16 +15981,17 @@ "mass": 64, "power": 1.92, "rating": "D", - "shieldreinforcement": 629, + "shieldreinforcement": 37, "rechargerating": "D", "spinup": 5, "thermload": 800 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 8, + "clip": 1, "cost": 4359903, "duration": 17, "edID": 128064335, @@ -15964,16 +16002,17 @@ "mass": 160, "power": 2.4, "rating": "C", - "shieldreinforcement": 799, + "shieldreinforcement": 47, "rechargerating": "C", "spinup": 5, "thermload": 800 }, { + "ammo": 5, "ammocost": 300, "boot": 25, - "cells": 6, "class": 8, + "clip": 1, "cost": 10899756, "duration": 17, "edID": 128064336, @@ -15984,16 +16023,17 @@ "mass": 256, "power": 2.88, "rating": "B", - "shieldreinforcement": 952, + "shieldreinforcement": 56, "rechargerating": "B", "spinup": 5, "thermload": 800 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 8, + "clip": 1, "cost": 27249391, "duration": 17, "edID": 128064337, @@ -16004,7 +16044,7 @@ "mass": 160, "power": 3.36, "rating": "A", - "shieldreinforcement": 1105, + "shieldreinforcement": 65, "rechargerating": "A", "spinup": 5, "thermload": 800 @@ -28768,8 +28808,16 @@ "special_thermalshock": { "damage": -0.2 }, - "trade_cell_heat_cell_units": {}, - "trade_defence_health_add_defence_global_mult": {}, + "trade_cell_heat_cell_units": { + "shieldreinforcement": -1, + "thermload": -1 + }, + "trade_defence_health_add_defence_global_mult": { + "explres": 0.4, + "hullreinforcement": 1, + "kinres": 0.4, + "thermres": 0.4 + }, "trade_distributor_engine_charge_system_charge": { "engcap": 1, "syscap": -1 @@ -30421,6 +30469,7 @@ }, "modifications": [ "boot", + "clip", "duration", "integrity", "mass", diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index cf1b3d4..b2df605 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -266,8 +266,16 @@ "special_thermalshock": { "damage": -0.2 }, - "trade_cell_heat_cell_units": {}, - "trade_defence_health_add_defence_global_mult": {}, + "trade_cell_heat_cell_units": { + "shieldreinforcement": -1, + "thermload": -1 + }, + "trade_defence_health_add_defence_global_mult": { + "explres": 0.4, + "hullreinforcement": 1, + "kinres": 0.4, + "thermres": 0.4 + }, "trade_distributor_engine_charge_system_charge": { "engcap": 1, "syscap": -1 diff --git a/modifications/modules.json b/modifications/modules.json index acb54df..a5f05cd 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -747,6 +747,7 @@ }, "modifications": [ "boot", + "clip", "duration", "integrity", "mass", diff --git a/modules/internal/shield_cell_bank.json b/modules/internal/shield_cell_bank.json index 60d2541..6e707ab 100644 --- a/modules/internal/shield_cell_bank.json +++ b/modules/internal/shield_cell_bank.json @@ -1,10 +1,11 @@ { "scb": [ { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 1, + "clip": 1, "cost": 517, "duration": 1, "edID": 128064298, @@ -21,10 +22,11 @@ "thermload": 170 }, { + "ammo": 0, "ammocost": 300, "boot": 25, - "cells": 1, "class": 1, + "clip": 1, "cost": 1293, "duration": 1, "edID": 128064299, @@ -41,10 +43,11 @@ "thermload": 170 }, { + "ammo": 2, "ammocost": 300, "boot": 25, - "cells": 3, "class": 1, + "clip": 1, "cost": 3231, "duration": 1, "edID": 128064300, @@ -61,10 +64,11 @@ "thermload": 170 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 1, + "clip": 1, "cost": 8078, "duration": 1, "edID": 128064301, @@ -81,10 +85,11 @@ "thermload": 170 }, { + "ammo": 2, "ammocost": 300, "boot": 25, - "cells": 3, "class": 1, + "clip": 1, "cost": 20195, "duration": 1, "edID": 128064302, @@ -101,10 +106,11 @@ "thermload": 170 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 2, + "clip": 1, "cost": 1448, "duration": 2, "edID": 128064303, @@ -115,16 +121,17 @@ "mass": 2.5, "power": 0.5, "rating": "E", - "shieldreinforcement": 28, + "shieldreinforcement": 14, "rechargerating": "E", "spinup": 5, "thermload": 240 }, { + "ammo": 2, "ammocost": 300, "boot": 25, - "cells": 3, "class": 2, + "clip": 1, "cost": 3619, "duration": 2, "edID": 128064304, @@ -135,16 +142,17 @@ "mass": 1, "power": 0.67, "rating": "D", - "shieldreinforcement": 36, + "shieldreinforcement": 18, "rechargerating": "D", "spinup": 5, "thermload": 240 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 2, + "clip": 1, "cost": 9048, "duration": 2, "edID": 128064305, @@ -155,16 +163,17 @@ "mass": 2.5, "power": 0.84, "rating": "C", - "shieldreinforcement": 46, + "shieldreinforcement": 23, "rechargerating": "C", "spinup": 5, "thermload": 240 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 2, + "clip": 1, "cost": 22619, "duration": 2, "edID": 128064306, @@ -175,16 +184,17 @@ "mass": 4, "power": 1.01, "rating": "B", - "shieldreinforcement": 56, + "shieldreinforcement": 28, "rechargerating": "B", "spinup": 5, "thermload": 240 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 2, + "clip": 1, "cost": 56547, "duration": 2, "edID": 128064307, @@ -195,16 +205,17 @@ "mass": 2.5, "power": 1.18, "rating": "A", - "shieldreinforcement": 64, + "shieldreinforcement": 32, "rechargerating": "A", "spinup": 5, "thermload": 240 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 3, + "clip": 1, "cost": 4053, "duration": 2, "edID": 128064308, @@ -215,16 +226,17 @@ "mass": 5, "power": 0.61, "rating": "E", - "shieldreinforcement": 34, + "shieldreinforcement": 17, "rechargerating": "E", "spinup": 5, "thermload": 340 }, { + "ammo": 2, "ammocost": 300, "boot": 25, - "cells": 3, "class": 3, + "clip": 1, "cost": 10133, "duration": 2, "edID": 128064309, @@ -235,16 +247,17 @@ "mass": 2, "power": 0.82, "rating": "D", - "shieldreinforcement": 46, + "shieldreinforcement": 23, "rechargerating": "D", "spinup": 5, "thermload": 340 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 3, + "clip": 1, "cost": 25333, "duration": 2, "edID": 128064310, @@ -255,16 +268,17 @@ "mass": 5, "power": 1.02, "rating": "C", - "shieldreinforcement": 58, + "shieldreinforcement": 29, "rechargerating": "C", "spinup": 5, "thermload": 340 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 3, + "clip": 1, "cost": 61909, "duration": 2, "edID": 128064311, @@ -275,16 +289,17 @@ "mass": 8, "power": 1.22, "rating": "B", - "shieldreinforcement": 70, + "shieldreinforcement": 35, "rechargerating": "B", "spinup": 5, "thermload": 340 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 3, + "clip": 1, "cost": 158331, "duration": 2, "edID": 128064312, @@ -295,16 +310,17 @@ "mass": 5, "power": 1.43, "rating": "A", - "shieldreinforcement": 82, + "shieldreinforcement": 41, "rechargerating": "A", "spinup": 5, "thermload": 340 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 4, + "clip": 1, "cost": 11349, "duration": 3, "edID": 128064313, @@ -315,16 +331,17 @@ "mass": 10, "power": 0.74, "rating": "E", - "shieldreinforcement": 60, + "shieldreinforcement": 20, "rechargerating": "E", "spinup": 5, "thermload": 410 }, { + "ammo": 2, "ammocost": 300, "boot": 25, - "cells": 3, "class": 4, + "clip": 1, "cost": 28373, "duration": 3, "edID": 128064314, @@ -335,16 +352,17 @@ "mass": 4, "power": 0.98, "rating": "D", - "shieldreinforcement": 78, + "shieldreinforcement": 26, "rechargerating": "D", "spinup": 5, "thermload": 410 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 4, + "clip": 1, "cost": 70932, "duration": 3, "edID": 128064315, @@ -355,16 +373,17 @@ "mass": 10, "power": 1.23, "rating": "C", - "shieldreinforcement": 99, + "shieldreinforcement": 33, "rechargerating": "C", "spinup": 5, "thermload": 410 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 4, + "clip": 1, "cost": 177331, "duration": 3, "edID": 128064316, @@ -375,16 +394,17 @@ "mass": 16, "power": 1.48, "rating": "B", - "shieldreinforcement": 117, + "shieldreinforcement": 39, "rechargerating": "B", "spinup": 5, "thermload": 410 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 4, + "clip": 1, "cost": 443328, "duration": 3, "edID": 128064317, @@ -395,16 +415,17 @@ "mass": 10, "power": 1.72, "rating": "A", - "shieldreinforcement": 138, + "shieldreinforcement": 46, "rechargerating": "A", "spinup": 5, "thermload": 410 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 5, + "clip": 1, "cost": 31778, "duration": 5, "edID": 128064318, @@ -415,16 +436,17 @@ "mass": 20, "power": 0.9, "rating": "E", - "shieldreinforcement": 105, + "shieldreinforcement": 21, "rechargerating": "E", "spinup": 5, "thermload": 540 }, { + "ammo": 2, "ammocost": 300, "boot": 25, - "cells": 3, "class": 5, + "clip": 1, "cost": 79444, "duration": 5, "edID": 128064319, @@ -435,16 +457,17 @@ "mass": 8, "power": 1.2, "rating": "D", - "shieldreinforcement": 140, + "shieldreinforcement": 28, "rechargerating": "D", "spinup": 5, "thermload": 540 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 5, + "clip": 1, "cost": 194143, "duration": 5, "edID": 128064320, @@ -455,16 +478,17 @@ "mass": 20, "power": 1.5, "rating": "C", - "shieldreinforcement": 175, + "shieldreinforcement": 35, "rechargerating": "C", "spinup": 5, "thermload": 540 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 5, + "clip": 1, "cost": 496527, "duration": 5, "edID": 128064321, @@ -475,16 +499,17 @@ "mass": 32, "power": 1.8, "rating": "B", - "shieldreinforcement": 205, + "shieldreinforcement": 41, "rechargerating": "B", "spinup": 5, "thermload": 540 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 5, + "clip": 1, "cost": 1210285, "duration": 5, "edID": 128064322, @@ -495,16 +520,17 @@ "mass": 20, "power": 2.1, "rating": "A", - "shieldreinforcement": 240, + "shieldreinforcement": 48, "rechargerating": "A", "spinup": 5, "thermload": 540 }, { + "ammo": 5, "ammocost": 300, "boot": 25, - "cells": 6, "class": 6, + "clip": 1, "cost": 88987, "duration": 8, "edID": 128064323, @@ -515,16 +541,17 @@ "mass": 40, "power": 1.06, "rating": "E", - "shieldreinforcement": 160, + "shieldreinforcement": 20, "rechargerating": "E", "spinup": 5, "thermload": 640 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 6, + "clip": 1, "cost": 222444, "duration": 8, "edID": 128064324, @@ -535,16 +562,17 @@ "mass": 16, "power": 1.42, "rating": "D", - "shieldreinforcement": 208, + "shieldreinforcement": 26, "rechargerating": "D", "spinup": 5, "thermload": 640 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 6, + "clip": 1, "cost": 556110, "duration": 8, "edID": 128064325, @@ -555,16 +583,17 @@ "mass": 40, "power": 1.77, "rating": "C", - "shieldreinforcement": 264, + "shieldreinforcement": 33, "rechargerating": "C", "spinup": 5, "thermload": 640 }, { + "ammo": 5, "ammocost": 300, "boot": 25, - "cells": 6, "class": 6, + "clip": 1, "cost": 1390275, "duration": 8, "edID": 128064326, @@ -575,16 +604,17 @@ "mass": 64, "power": 2.12, "rating": "B", - "shieldreinforcement": 312, + "shieldreinforcement": 39, "rechargerating": "B", "spinup": 5, "thermload": 640 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 6, + "clip": 1, "cost": 3475688, "duration": 8, "edID": 128064327, @@ -595,16 +625,17 @@ "mass": 40, "power": 2.48, "rating": "A", - "shieldreinforcement": 368, + "shieldreinforcement": 46, "rechargerating": "A", "spinup": 5, "thermload": 640 }, { + "ammo": 5, "ammocost": 300, "boot": 25, - "cells": 6, "class": 7, + "clip": 1, "cost": 249137, "duration": 11, "edID": 128064328, @@ -615,16 +646,17 @@ "mass": 80, "power": 1.24, "rating": "E", - "shieldreinforcement": 264, + "shieldreinforcement": 24, "rechargerating": "E", "spinup": 5, "thermload": 720 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 7, + "clip": 1, "cost": 622843, "duration": 11, "edID": 128064329, @@ -635,16 +667,17 @@ "mass": 32, "power": 1.66, "rating": "D", - "shieldreinforcement": 352, + "shieldreinforcement": 32, "rechargerating": "D", "spinup": 5, "thermload": 720 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 7, + "clip": 1, "cost": 1557108, "duration": 11, "edID": 128064330, @@ -655,16 +688,17 @@ "mass": 80, "power": 2.07, "rating": "C", - "shieldreinforcement": 451, + "shieldreinforcement": 41, "rechargerating": "C", "spinup": 5, "thermload": 720 }, { + "ammo": 5, "ammocost": 300, "boot": 25, - "cells": 6, "class": 7, + "clip": 1, "cost": 3892770, "duration": 11, "edID": 128064331, @@ -675,16 +709,17 @@ "mass": 128, "power": 2.48, "rating": "B", - "shieldreinforcement": 539, + "shieldreinforcement": 49, "rechargerating": "B", "spinup": 5, "thermload": 720 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 7, + "clip": 1, "cost": 9731925, "duration": 11, "edID": 128064332, @@ -695,16 +730,17 @@ "mass": 80, "power": 2.9, "rating": "A", - "shieldreinforcement": 627, + "shieldreinforcement": 57, "rechargerating": "A", "spinup": 5, "thermload": 720 }, { + "ammo": 5, "ammocost": 300, "boot": 25, - "cells": 6, "class": 8, + "clip": 1, "cost": 697584, "duration": 17, "edID": 128064333, @@ -715,16 +751,17 @@ "mass": 160, "power": 1.44, "rating": "E", - "shieldreinforcement": 476, + "shieldreinforcement": 28, "rechargerating": "C", "spinup": 5, "thermload": 800 }, { + "ammo": 3, "ammocost": 300, "boot": 25, - "cells": 4, "class": 8, + "clip": 1, "cost": 1743961, "duration": 17, "edID": 128064334, @@ -735,16 +772,17 @@ "mass": 64, "power": 1.92, "rating": "D", - "shieldreinforcement": 629, + "shieldreinforcement": 37, "rechargerating": "D", "spinup": 5, "thermload": 800 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 8, + "clip": 1, "cost": 4359903, "duration": 17, "edID": 128064335, @@ -755,16 +793,17 @@ "mass": 160, "power": 2.4, "rating": "C", - "shieldreinforcement": 799, + "shieldreinforcement": 47, "rechargerating": "C", "spinup": 5, "thermload": 800 }, { + "ammo": 5, "ammocost": 300, "boot": 25, - "cells": 6, "class": 8, + "clip": 1, "cost": 10899756, "duration": 17, "edID": 128064336, @@ -775,16 +814,17 @@ "mass": 256, "power": 2.88, "rating": "B", - "shieldreinforcement": 952, + "shieldreinforcement": 56, "rechargerating": "B", "spinup": 5, "thermload": 800 }, { + "ammo": 4, "ammocost": 300, "boot": 25, - "cells": 5, "class": 8, + "clip": 1, "cost": 27249391, "duration": 17, "edID": 128064337, @@ -795,7 +835,7 @@ "mass": 160, "power": 3.36, "rating": "A", - "shieldreinforcement": 1105, + "shieldreinforcement": 65, "rechargerating": "A", "spinup": 5, "thermload": 800 From 3bd6641c26795ddc67aa21f71505c2ef6fc07b64 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Sun, 26 Mar 2017 13:38:17 +0100 Subject: [PATCH 20/30] Update mine launch statS --- ChangeLog.md | 1 + dist/index.js | 8 ++++---- dist/index.json | 8 ++++---- modules/hardpoints/mine_launcher.json | 8 ++++---- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index bc9748b..8fbeb74 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -18,6 +18,7 @@ * Fix ED name for target lock breaker special * Update scan range and angle information for sensors * Tidy out shield cell bank information to allow for accurate calculations with modifications + * Update mine launche stats #2.2.19 * Remove shot speed modification - it is directly tied to range diff --git a/dist/index.js b/dist/index.js index 52bcf5c..cf53d4a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8763,7 +8763,7 @@ module.exports = { breachmax: 0, breachmin: 0, class: 1, - clip: 3, + clip: 1, cost: 24260, damage: 44, damagedist: { @@ -8790,7 +8790,7 @@ module.exports = { breachmax: 0, breachmin: 0, class: 1, - clip: 3, + clip: 1, cost: 36400, damage: 32, damagedist: { @@ -8813,7 +8813,7 @@ module.exports = { rof: 1, thermload: 5 }, { - ammo: 36, + ammo: 72, breachdmg: 0, breachmax: 0, breachmin: 0, @@ -8836,7 +8836,7 @@ module.exports = { piercing: 60, power: .4, rating: "I", - reload: 2, + reload: 6.6, rof: 1, thermload: 7.5 } ], diff --git a/dist/index.json b/dist/index.json index 22ec98b..67d5566 100644 --- a/dist/index.json +++ b/dist/index.json @@ -10837,7 +10837,7 @@ "breachmax": 0, "breachmin": 0, "class": 1, - "clip": 3, + "clip": 1, "cost": 24260, "damage": 44, "damagedist": { @@ -10865,7 +10865,7 @@ "breachmax": 0, "breachmin": 0, "class": 1, - "clip": 3, + "clip": 1, "cost": 36400, "damage": 32, "damagedist": { @@ -10889,7 +10889,7 @@ "thermload": 5 }, { - "ammo": 36, + "ammo": 72, "breachdmg": 0, "breachmax": 0, "breachmin": 0, @@ -10912,7 +10912,7 @@ "piercing": 60, "power": 0.4, "rating": "I", - "reload": 2, + "reload": 6.6, "rof": 1, "thermload": 7.5 } diff --git a/modules/hardpoints/mine_launcher.json b/modules/hardpoints/mine_launcher.json index 5f22fbf..48f91e7 100644 --- a/modules/hardpoints/mine_launcher.json +++ b/modules/hardpoints/mine_launcher.json @@ -6,7 +6,7 @@ "breachmax": 0, "breachmin": 0, "class": 1, - "clip": 3, + "clip": 1, "cost": 24260, "damage": 44, "damagedist": { @@ -34,7 +34,7 @@ "breachmax": 0, "breachmin": 0, "class": 1, - "clip": 3, + "clip": 1, "cost": 36400, "damage": 32, "damagedist": { @@ -58,7 +58,7 @@ "thermload": 5 }, { - "ammo": 36, + "ammo": 72, "breachdmg": 0, "breachmax": 0, "breachmin": 0, @@ -81,7 +81,7 @@ "piercing": 60, "power": 0.4, "rating": "I", - "reload": 2, + "reload": 6.6, "rof": 1, "thermload": 7.5 } From 5594a5fc0dcaa3a3904e9cbd5aba117f2d5782ff Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Mon, 27 Mar 2017 09:53:34 +0100 Subject: [PATCH 21/30] Add engineer info --- ChangeLog.md | 3 +- dist/index.js | 3302 +++++++++++++++++- dist/index.json | 6747 +++++++++++++++++++++++++++++------- modifications/modules.json | 5750 +++++++++++++++++++++++++++++- 4 files changed, 14291 insertions(+), 1511 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 8fbeb74..c16f867 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -18,7 +18,8 @@ * Fix ED name for target lock breaker special * Update scan range and angle information for sensors * Tidy out shield cell bank information to allow for accurate calculations with modifications - * Update mine launche stats + * Update mine launcher stats + * Add appropriate engineers to per-module blueprint information #2.2.19 * Remove shot speed modification - it is directly tied to range diff --git a/dist/index.js b/dist/index.js index cf53d4a..33dbe6a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -21608,69 +21608,593 @@ module.exports = { modules: { am: { blueprints: { - AFM_Shielded: [ 1, 2, 3, 4 ] + AFM_Shielded: { + grades: { + "1": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "2": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "3": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "4": { + engineers: [ "Lori Jameson" ] + } + } + } }, modifications: [ "integrity", "power" ] }, bh: { blueprints: { - Armour_Advanced: [ 1, 2, 3, 4, 5 ], - Armour_Explosive: [ 1, 2, 3, 4, 5 ], - Armour_HeavyDuty: [ 1, 2, 3, 4, 5 ], - Armour_Kinetic: [ 1, 2, 3, 4, 5 ], - Armour_Thermic: [ 1, 2, 3, 4, 5 ] + Armour_Advanced: { + grades: { + "1": { + engineers: [ "Liz Ryder", "Selene Jean" ] + }, + "2": { + engineers: [ "Selene Jean" ] + }, + "3": { + engineers: [ "Selene Jean" ] + }, + "4": { + engineers: [ "Selene Jean" ] + }, + "5": { + engineers: [ "Selene Jean" ] + } + } + }, + Armour_Explosive: { + grades: { + "1": { + engineers: [ "Liz Ryder", "Selene Jean" ] + }, + "2": { + engineers: [ "Selene Jean" ] + }, + "3": { + engineers: [ "Selene Jean" ] + }, + "4": { + engineers: [ "Selene Jean" ] + }, + "5": { + engineers: [ "Selene Jean" ] + } + } + }, + Armour_HeavyDuty: { + grades: { + "1": { + engineers: [ "Liz Ryder", "Selene Jean" ] + }, + "2": { + engineers: [ "Selene Jean" ] + }, + "3": { + engineers: [ "Selene Jean" ] + }, + "4": { + engineers: [ "Selene Jean" ] + }, + "5": { + engineers: [ "Selene Jean" ] + } + } + }, + Armour_Kinetic: { + grades: { + "1": { + engineers: [ "Liz Ryder", "Selene Jean" ] + }, + "2": { + engineers: [ "Selene Jean" ] + }, + "3": { + engineers: [ "Selene Jean" ] + }, + "4": { + engineers: [ "Selene Jean" ] + }, + "5": { + engineers: [ "Selene Jean" ] + } + } + }, + Armour_Thermic: { + grades: { + "1": { + engineers: [ "Liz Ryder", "Selene Jean" ] + }, + "2": { + engineers: [ "Selene Jean" ] + }, + "3": { + engineers: [ "Selene Jean" ] + }, + "4": { + engineers: [ "Selene Jean" ] + }, + "5": { + engineers: [ "Selene Jean" ] + } + } + } }, modifications: [ "explres", "hullboost", "kinres", "mass", "thermres" ] }, bl: { blueprints: { - Weapon_Efficient: [ 1, 2, 3, 4, 5 ], - Weapon_LightWeight: [ 1, 2, 3, 4, 5 ], - Weapon_LongRange: [ 1, 2, 3, 4, 5 ], - Weapon_Overcharged: [ 1, 2, 3, 4, 5 ], - Weapon_ShortRange: [ 1, 2, 3, 4, 5 ], - Weapon_Sturdy: [ 1, 2, 3, 4, 5 ] + Weapon_Efficient: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_LightWeight: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_LongRange: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_Overcharged: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_ShortRange: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_Sturdy: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + } }, modifications: [ "damage", "damagedist", "distdraw", "fallofffromrange", "integrity", "jitter", "mass", "piercing", "power", "range", "thermload" ], specials: [ "special_concordant_sequence", "special_regeneration_sequence", "special_thermal_conduit", "special_thermalshock", "special_thermal_vent" ] }, bsg: { blueprints: { - ShieldGenerator_Kinetic: [ 1, 2, 3, 4, 5 ], - ShieldGenerator_Optimised: [ 1, 2, 3, 4, 5 ], - ShieldGenerator_Reinforced: [ 1, 2, 3, 4, 5 ], - ShieldGenerator_Thermic: [ 1, 2, 3, 4, 5 ] + ShieldGenerator_Kinetic: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "4": { + engineers: [ "Lei Cheung" ] + }, + "5": { + engineers: [ "Lei Cheung" ] + } + } + }, + ShieldGenerator_Optimised: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "4": { + engineers: [ "Lei Cheung" ] + }, + "5": { + engineers: [ "Lei Cheung" ] + } + } + }, + ShieldGenerator_Reinforced: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "4": { + engineers: [ "Lei Cheung" ] + }, + "5": { + engineers: [ "Lei Cheung" ] + } + } + }, + ShieldGenerator_Thermic: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "4": { + engineers: [ "Lei Cheung" ] + }, + "5": { + engineers: [ "Lei Cheung" ] + } + } + } }, modifications: [ "boot", "brokenregen", "distdraw", "explres", "integrity", "kinres", "mass", "optmass", "optmul", "power", "regen", "thermload", "thermres" ] }, c: { blueprints: { - Weapon_Efficient: [ 1, 2, 3, 4, 5 ], - Weapon_HighCapacity: [ 1, 2, 3, 4, 5 ], - Weapon_LightWeight: [ 1, 2, 3, 4, 5 ], - Weapon_LongRange: [ 1, 2, 3, 4, 5 ], - Weapon_Overcharged: [ 1, 2, 3, 4, 5 ], - Weapon_RapidFire: [ 1, 2, 3, 4, 5 ], - Weapon_ShortRange: [ 1, 2, 3, 4, 5 ], - Weapon_Sturdy: [ 1, 2, 3, 4, 5 ] + Weapon_Efficient: { + grades: { + "1": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "2": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "3": { + engineers: [ "The Sarge" ] + }, + "4": { + engineers: [ "The Sarge" ] + }, + "5": { + engineers: [ "The Sarge" ] + } + } + }, + Weapon_HighCapacity: { + grades: { + "1": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "2": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "3": { + engineers: [ "The Sarge" ] + }, + "4": { + engineers: [ "The Sarge" ] + }, + "5": { + engineers: [ "The Sarge" ] + } + } + }, + Weapon_LightWeight: { + grades: { + "1": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "2": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "3": { + engineers: [ "The Sarge" ] + }, + "4": { + engineers: [ "The Sarge" ] + }, + "5": { + engineers: [ "The Sarge" ] + } + } + }, + Weapon_LongRange: { + grades: { + "1": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "2": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "3": { + engineers: [ "The Sarge" ] + }, + "4": { + engineers: [ "The Sarge" ] + }, + "5": { + engineers: [ "The Sarge" ] + } + } + }, + Weapon_Overcharged: { + grades: { + "1": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "2": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "3": { + engineers: [ "The Sarge" ] + }, + "4": { + engineers: [ "The Sarge" ] + }, + "5": { + engineers: [ "The Sarge" ] + } + } + }, + Weapon_ShortRange: { + grades: { + "1": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "2": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "3": { + engineers: [ "The Sarge" ] + }, + "4": { + engineers: [ "The Sarge" ] + }, + "5": { + engineers: [ "The Sarge" ] + } + } + }, + Weapon_Sturdy: { + grades: { + "1": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "2": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "3": { + engineers: [ "The Sarge" ] + }, + "4": { + engineers: [ "The Sarge" ] + }, + "5": { + engineers: [ "The Sarge" ] + } + } + } }, modifications: [ "ammo", "clip", "damage", "damagedist", "distdraw", "fallofffromrange", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ], specials: [ "special_auto_loader", "special_dispersal_field", "special_smart_rounds", "special_force_shell", "special_high_yield_shell", "special_thermal_cascade" ] }, cc: { blueprints: { - CollectionLimpet_LightWeight: [ 1, 2, 3, 4, 5 ], - CollectionLimpet_Reinforced: [ 1, 2, 3, 4, 5 ], - CollectionLimpet_Shielded: [ 1, 2, 3, 4, 5 ] + CollectionLimpet_LightWeight: { + grades: { + "1": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "5": { + engineers: [ "The Sarge", "Tiana Fortune" ] + } + } + }, + CollectionLimpet_Reinforced: { + grades: { + "1": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "5": { + engineers: [ "The Sarge", "Tiana Fortune" ] + } + } + }, + CollectionLimpet_Shielded: { + grades: { + "1": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "5": { + engineers: [ "The Sarge", "Tiana Fortune" ] + } + } + } }, modifications: [ "integrity", "mass", "power" ] }, ch: { blueprints: { - ChaffLauncher_ChaffCapacity: [ 3 ], - ChaffLauncher_LightWeight: [ 1, 2, 3, 4, 5 ], - ChaffLauncher_Reinforced: [ 1, 2, 3, 4, 5 ], - ChaffLauncher_Shielded: [ 1, 2, 3, 4, 5 ] + ChaffLauncher_ChaffCapacity: { + grades: { + "3": { + engineers: [ "Ram Tah" ] + } + } + }, + ChaffLauncher_LightWeight: { + grades: { + "1": { + engineers: [ "Ram Tah" ] + }, + "2": { + engineers: [ "Ram Tah" ] + }, + "3": { + engineers: [ "Ram Tah" ] + }, + "4": { + engineers: [ "Ram Tah" ] + }, + "5": { + engineers: [ "Ram Tah" ] + } + } + }, + ChaffLauncher_Reinforced: { + grades: { + "1": { + engineers: [ "Ram Tah" ] + }, + "2": { + engineers: [ "Ram Tah" ] + }, + "3": { + engineers: [ "Ram Tah" ] + }, + "4": { + engineers: [ "Ram Tah" ] + }, + "5": { + engineers: [ "Ram Tah" ] + } + } + }, + ChaffLauncher_Shielded: { + grades: { + "1": { + engineers: [ "Ram Tah" ] + }, + "2": { + engineers: [ "Ram Tah" ] + }, + "3": { + engineers: [ "Ram Tah" ] + }, + "4": { + engineers: [ "Ram Tah" ] + }, + "5": { + engineers: [ "Ram Tah" ] + } + } + } }, modifications: [ "ammo", "integrity", "mass", "power", "reload" ] }, @@ -21680,12 +22204,120 @@ module.exports = { }, cs: { blueprints: { - Sensor_CargoScanner_FastScan: [ 1, 2, 3, 4, 5 ], - CargoScanner_LightWeight: [ 1, 2, 3, 4, 5 ], - Sensor_CargoScanner_LongRange: [ 1, 2, 3, 4, 5 ], - CargoScanner_Reinforced: [ 1, 2, 3, 4, 5 ], - CargoScanner_Shielded: [ 1, 2, 3, 4, 5 ], - Sensor_CargoScanner_WideAngle: [ 1, 2, 3, 4, 5 ] + Sensor_CargoScanner_FastScan: { + grades: { + "1": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "5": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + } + } + }, + CargoScanner_LightWeight: { + grades: { + "1": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Tiana Fortune" ] + }, + "5": { + engineers: [ "Tiana Fortune" ] + } + } + }, + Sensor_CargoScanner_LongRange: { + grades: { + "1": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "5": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + } + } + }, + CargoScanner_Reinforced: { + grades: { + "1": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Tiana Fortune" ] + }, + "5": { + engineers: [ "Tiana Fortune" ] + } + } + }, + CargoScanner_Shielded: { + grades: { + "1": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Tiana Fortune" ] + }, + "5": { + engineers: [ "Tiana Fortune" ] + } + } + }, + Sensor_CargoScanner_WideAngle: { + grades: { + "1": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "5": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + } + } + } }, modifications: [ "integrity", "mass", "power", "angle", "range", "scantime" ] }, @@ -21695,22 +22327,220 @@ module.exports = { }, ec: { blueprints: { - ECM_LightWeight: [ 1, 2, 3, 4, 5 ], - ECM_Reinforced: [ 1, 2, 3, 4, 5 ], - ECM_Shielded: [ 1, 2, 3, 4, 5 ] + ECM_LightWeight: { + grades: { + "1": { + engineers: [ "Ram Tah" ] + }, + "2": { + engineers: [ "Ram Tah" ] + }, + "3": { + engineers: [ "Ram Tah" ] + }, + "4": { + engineers: [ "Ram Tah" ] + }, + "5": { + engineers: [ "Ram Tah" ] + } + } + }, + ECM_Reinforced: { + grades: { + "1": { + engineers: [ "Ram Tah" ] + }, + "2": { + engineers: [ "Ram Tah" ] + }, + "3": { + engineers: [ "Ram Tah" ] + }, + "4": { + engineers: [ "Ram Tah" ] + }, + "5": { + engineers: [ "Ram Tah" ] + } + } + }, + ECM_Shielded: { + grades: { + "1": { + engineers: [ "Ram Tah" ] + }, + "2": { + engineers: [ "Ram Tah" ] + }, + "3": { + engineers: [ "Ram Tah" ] + }, + "4": { + engineers: [ "Ram Tah" ] + }, + "5": { + engineers: [ "Ram Tah" ] + } + } + } }, modifications: [ "integrity", "mass", "power" ] }, fc: { blueprints: { - Weapon_DoubleShot: [ 1, 2, 3, 4, 5 ], - Weapon_Efficient: [ 1, 2, 3, 4, 5 ], - Weapon_HighCapacity: [ 1, 2, 3, 4, 5 ], - Weapon_LightWeight: [ 1, 2, 3, 4, 5 ], - Weapon_LongRange: [ 1, 2, 3, 4, 5 ], - Weapon_Overcharged: [ 1, 2, 3, 4, 5 ], - Weapon_RapidFire: [ 1, 2, 3, 4, 5 ], - Weapon_Sturdy: [ 1, 2, 3, 4, 5 ] + Weapon_DoubleShot: { + grades: { + "1": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "4": { + engineers: [ "Zacariah Nemo" ] + }, + "5": { + engineers: [ "Zacariah Nemo" ] + } + } + }, + Weapon_Efficient: { + grades: { + "1": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "4": { + engineers: [ "Zacariah Nemo" ] + }, + "5": { + engineers: [ "Zacariah Nemo" ] + } + } + }, + Weapon_HighCapacity: { + grades: { + "1": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "4": { + engineers: [ "Zacariah Nemo" ] + }, + "5": { + engineers: [ "Zacariah Nemo" ] + } + } + }, + Weapon_LightWeight: { + grades: { + "1": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "4": { + engineers: [ "Zacariah Nemo" ] + }, + "5": { + engineers: [ "Zacariah Nemo" ] + } + } + }, + Weapon_LongRange: { + grades: { + "1": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "4": { + engineers: [ "Zacariah Nemo" ] + }, + "5": { + engineers: [ "Zacariah Nemo" ] + } + } + }, + Weapon_Overcharged: { + grades: { + "1": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "4": { + engineers: [ "Zacariah Nemo" ] + }, + "5": { + engineers: [ "Zacariah Nemo" ] + } + } + }, + Weapon_RapidFire: { + grades: { + "1": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "4": { + engineers: [ "Zacariah Nemo" ] + }, + "5": { + engineers: [ "Zacariah Nemo" ] + } + } + }, + Weapon_Sturdy: { + grades: { + "1": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "4": { + engineers: [ "Zacariah Nemo" ] + }, + "5": { + engineers: [ "Zacariah Nemo" ] + } + } + } }, modifications: [ "ammo", "burst", "burstrof", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ], specials: [ "special_corrosive_shell", "special_blinding_shell", "special_incendiary_rounds", "special_drag_munitions", "special_screening_shell" ] @@ -21721,22 +22551,118 @@ module.exports = { }, fi: { blueprints: { - FSDinterdictor_Expanded: [ 1, 2, 3, 4 ], - FSDinterdictor_LongRange: [ 1, 2, 3 ] + FSDinterdictor_Expanded: { + grades: { + "1": { + engineers: [ "Colonel Bris Dekker", "Felicity Farseer", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Colonel Bris Dekker" ] + } + } + }, + FSDinterdictor_LongRange: { + grades: { + "1": { + engineers: [ "Colonel Bris Dekker", "Felicity Farseer", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Colonel Bris Dekker", "Tiana Fortune" ] + } + } + } }, modifications: [ "boot", "facinglimit", "integrity", "mass", "power", "ranget" ] }, fs: { blueprints: { - FuelScoop_Shielded: [ 1, 2, 3, 4 ] + FuelScoop_Shielded: { + grades: { + "1": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "2": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "3": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "4": { + engineers: [ "Lori Jameson" ] + } + } + } }, modifications: [ "integrity", "power" ] }, fsd: { blueprints: { - FSD_FastBoot: [ 1, 2, 3, 4, 5 ], - FSD_LongRange: [ 1, 2, 3, 4, 5 ], - FSD_Shielded: [ 1, 2, 3, 4, 5 ] + FSD_FastBoot: { + grades: { + "1": { + engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] + }, + "2": { + engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] + }, + "3": { + engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] + }, + "4": { + engineers: [ "Elvira Martuuk", "Felicity Farseer" ] + }, + "5": { + engineers: [ "Elvira Martuuk", "Felicity Farseer" ] + } + } + }, + FSD_LongRange: { + grades: { + "1": { + engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] + }, + "2": { + engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] + }, + "3": { + engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] + }, + "4": { + engineers: [ "Elvira Martuuk", "Felicity Farseer" ] + }, + "5": { + engineers: [ "Elvira Martuuk", "Felicity Farseer" ] + } + } + }, + FSD_Shielded: { + grades: { + "1": { + engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] + }, + "2": { + engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] + }, + "3": { + engineers: [ "Colonel Bris Dekker", "Elvira Martuuk", "Felicity Farseer", "Professor Palin" ] + }, + "4": { + engineers: [ "Elvira Martuuk", "Felicity Farseer" ] + }, + "5": { + engineers: [ "Elvira Martuuk", "Felicity Farseer" ] + } + } + } }, modifications: [ "boot", "integrity", "mass", "maxfuel", "optmass", "power", "thermload" ] }, @@ -21746,68 +22672,604 @@ module.exports = { }, fx: { blueprints: { - FuelTransferLimpet_LightWeight: [ 1, 2, 3, 4, 5 ], - FuelTransferLimpet_Reinforced: [ 1, 2, 3, 4, 5 ], - FuelTransferLimpet_Shielded: [ 1, 2, 3, 4, 5 ] + FuelTransferLimpet_LightWeight: { + grades: { + "1": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "5": { + engineers: [ "The Sarge", "Tiana Fortune" ] + } + } + }, + FuelTransferLimpet_Reinforced: { + grades: { + "1": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "5": { + engineers: [ "The Sarge", "Tiana Fortune" ] + } + } + }, + FuelTransferLimpet_Shielded: { + grades: { + "1": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "5": { + engineers: [ "The Sarge", "Tiana Fortune" ] + } + } + } }, modifications: [ "integrity", "mass", "power" ] }, hb: { blueprints: { - HatchBreakerLimpet_LightWeight: [ 1, 2, 3, 4, 5 ], - HatchBreakerLimpet_Reinforced: [ 1, 2, 3, 4, 5 ], - HatchBreakerLimpet_Shielded: [ 1, 2, 3, 4, 5 ] + HatchBreakerLimpet_LightWeight: { + grades: { + "1": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "5": { + engineers: [ "The Sarge", "Tiana Fortune" ] + } + } + }, + HatchBreakerLimpet_Reinforced: { + grades: { + "1": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "5": { + engineers: [ "The Sarge", "Tiana Fortune" ] + } + } + }, + HatchBreakerLimpet_Shielded: { + grades: { + "1": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "5": { + engineers: [ "The Sarge", "Tiana Fortune" ] + } + } + } }, modifications: [ "integrity", "mass", "power" ] }, hr: { blueprints: { - HullReinforcement_Advanced: [ 1, 2, 3, 4, 5 ], - HullReinforcement_Explosive: [ 1, 2, 3, 4, 5 ], - HullReinforcement_HeavyDuty: [ 1, 2, 3, 4, 5 ], - HullReinforcement_Kinetic: [ 1, 2, 3, 4, 5 ], - HullReinforcement_Thermic: [ 1, 2, 3, 4, 5 ] + HullReinforcement_Advanced: { + grades: { + "1": { + engineers: [ "Liz Ryder", "Selene Jean" ] + }, + "2": { + engineers: [ "Selene Jean" ] + }, + "3": { + engineers: [ "Selene Jean" ] + }, + "4": { + engineers: [ "Selene Jean" ] + }, + "5": { + engineers: [ "Selene Jean" ] + } + } + }, + HullReinforcement_Explosive: { + grades: { + "1": { + engineers: [ "Liz Ryder", "Selene Jean" ] + }, + "2": { + engineers: [ "Selene Jean" ] + }, + "3": { + engineers: [ "Selene Jean" ] + }, + "4": { + engineers: [ "Selene Jean" ] + }, + "5": { + engineers: [ "Selene Jean" ] + } + } + }, + HullReinforcement_HeavyDuty: { + grades: { + "1": { + engineers: [ "Liz Ryder", "Selene Jean" ] + }, + "2": { + engineers: [ "Selene Jean" ] + }, + "3": { + engineers: [ "Selene Jean" ] + }, + "4": { + engineers: [ "Selene Jean" ] + }, + "5": { + engineers: [ "Selene Jean" ] + } + } + }, + HullReinforcement_Kinetic: { + grades: { + "1": { + engineers: [ "Liz Ryder", "Selene Jean" ] + }, + "2": { + engineers: [ "Selene Jean" ] + }, + "3": { + engineers: [ "Selene Jean" ] + }, + "4": { + engineers: [ "Selene Jean" ] + }, + "5": { + engineers: [ "Selene Jean" ] + } + } + }, + HullReinforcement_Thermic: { + grades: { + "1": { + engineers: [ "Liz Ryder", "Selene Jean" ] + }, + "2": { + engineers: [ "Selene Jean" ] + }, + "3": { + engineers: [ "Selene Jean" ] + }, + "4": { + engineers: [ "Selene Jean" ] + }, + "5": { + engineers: [ "Selene Jean" ] + } + } + } }, modifications: [ "hullreinforcement", "explres", "hullboost", "kinres", "mass", "thermres" ] }, hs: { blueprints: { - HeatSinkLauncher_HeatSinkCapacity: [ 3 ], - HeatSinkLauncher_LightWeight: [ 1, 2, 3, 4, 5 ], - HeatSinkLauncher_Reinforced: [ 1, 2, 3, 4, 5 ], - HeatSinkLauncher_Shielded: [ 1, 2, 3, 4, 5 ] + HeatSinkLauncher_HeatSinkCapacity: { + grades: { + "3": { + engineers: [ "Ram Tah" ] + } + } + }, + HeatSinkLauncher_LightWeight: { + grades: { + "1": { + engineers: [ "Ram Tah" ] + }, + "2": { + engineers: [ "Ram Tah" ] + }, + "3": { + engineers: [ "Ram Tah" ] + }, + "4": { + engineers: [ "Ram Tah" ] + }, + "5": { + engineers: [ "Ram Tah" ] + } + } + }, + HeatSinkLauncher_Reinforced: { + grades: { + "1": { + engineers: [ "Ram Tah" ] + }, + "2": { + engineers: [ "Ram Tah" ] + }, + "3": { + engineers: [ "Ram Tah" ] + }, + "4": { + engineers: [ "Ram Tah" ] + }, + "5": { + engineers: [ "Ram Tah" ] + } + } + }, + HeatSinkLauncher_Shielded: { + grades: { + "1": { + engineers: [ "Ram Tah" ] + }, + "2": { + engineers: [ "Ram Tah" ] + }, + "3": { + engineers: [ "Ram Tah" ] + }, + "4": { + engineers: [ "Ram Tah" ] + }, + "5": { + engineers: [ "Ram Tah" ] + } + } + } }, modifications: [ "ammo", "integrity", "mass", "power", "reload" ] }, kw: { blueprints: { - Sensor_KillWarrantScanner_FastScan: [ 1, 2, 3, 4, 5 ], - KillWarrantScanner_LightWeight: [ 1, 2, 3, 4, 5 ], - KillWarrantScanner_LongRange: [ 1, 2, 3, 4, 5 ], - KillWarrantScanner_Reinforced: [ 1, 2, 3, 4, 5 ], - KillWarrantScanner_Shielded: [ 1, 2, 3, 4, 5 ], - Sensor_KillWarrantScanner_WideAngle: [ 1, 2, 3, 4, 5 ] + Sensor_KillWarrantScanner_FastScan: { + grades: { + "1": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "5": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + } + } + }, + KillWarrantScanner_LightWeight: { + grades: { + "1": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Tiana Fortune" ] + }, + "5": { + engineers: [ "Tiana Fortune" ] + } + } + }, + KillWarrantScanner_LongRange: { + grades: { + "1": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "5": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + } + } + }, + KillWarrantScanner_Reinforced: { + grades: { + "1": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Tiana Fortune" ] + }, + "5": { + engineers: [ "Tiana Fortune" ] + } + } + }, + KillWarrantScanner_Shielded: { + grades: { + "1": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Tiana Fortune" ] + }, + "5": { + engineers: [ "Tiana Fortune" ] + } + } + }, + Sensor_KillWarrantScanner_WideAngle: { + grades: { + "1": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "5": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + } + } + } }, modifications: [ "integrity", "mass", "power", "angle", "range", "scantime" ] }, ls: { blueprints: { - LifeSupport_LightWeight: [ 1, 2, 3, 4 ], - LifeSupport_Reinforced: [ 1, 2, 3, 4 ], - LifeSupport_Shielded: [ 1, 2, 3, 4 ] + LifeSupport_LightWeight: { + grades: { + "1": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "2": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "3": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "4": { + engineers: [ "Lori Jameson" ] + } + } + }, + LifeSupport_Reinforced: { + grades: { + "1": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "2": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "3": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "4": { + engineers: [ "Lori Jameson" ] + } + } + }, + LifeSupport_Shielded: { + grades: { + "1": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "2": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "3": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "4": { + engineers: [ "Lori Jameson" ] + } + } + } }, modifications: [ "boot", "integrity", "mass", "power" ] }, mc: { blueprints: { - Weapon_Efficient: [ 1, 2, 3, 4, 5 ], - Weapon_HighCapacity: [ 1, 2, 3, 4, 5 ], - Weapon_LightWeight: [ 1, 2, 3, 4, 5 ], - Weapon_LongRange: [ 1, 2, 3, 4, 5 ], - Weapon_Overcharged: [ 1, 2, 3, 4, 5 ], - Weapon_RapidFire: [ 1, 2, 3, 4, 5 ], - Weapon_ShortRange: [ 1, 2, 3, 4, 5 ], - Weapon_Sturdy: [ 1, 2, 3, 4, 5 ] + Weapon_Efficient: { + grades: { + "1": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "4": { + engineers: [ "Tod McQuinn" ] + }, + "5": { + engineers: [ "Tod McQuinn" ] + } + } + }, + Weapon_HighCapacity: { + grades: { + "1": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "4": { + engineers: [ "Tod McQuinn" ] + }, + "5": { + engineers: [ "Tod McQuinn" ] + } + } + }, + Weapon_LightWeight: { + grades: { + "1": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "4": { + engineers: [ "Tod McQuinn" ] + }, + "5": { + engineers: [ "Tod McQuinn" ] + } + } + }, + Weapon_Overcharged: { + grades: { + "1": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "4": { + engineers: [ "Tod McQuinn" ] + }, + "5": { + engineers: [ "Tod McQuinn" ] + } + } + }, + Weapon_RapidFire: { + grades: { + "1": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "4": { + engineers: [ "Tod McQuinn" ] + }, + "5": { + engineers: [ "Tod McQuinn" ] + } + } + }, + Weapon_ShortRange: { + grades: { + "1": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "4": { + engineers: [ "Tod McQuinn" ] + }, + "5": { + engineers: [ "Tod McQuinn" ] + } + } + }, + Weapon_Sturdy: { + grades: { + "1": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Tod McQuinn", "Zacariah Nemo" ] + }, + "4": { + engineers: [ "Tod McQuinn" ] + }, + "5": { + engineers: [ "Tod McQuinn" ] + } + } + } }, modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ], specials: [ "special_auto_loader", "special_corrosive_shell", "special_emissive_munitions", "special_incendiary_rounds", "special_smart_rounds", "special_thermalshock" ] @@ -21818,10 +23280,82 @@ module.exports = { }, mr: { blueprints: { - Weapon_HighCapacity: [ 1, 2, 3, 4, 5 ], - Weapon_LightWeight: [ 1, 2, 3, 4, 5 ], - Weapon_RapidFire: [ 1, 2, 3, 4, 5 ], - Weapon_Sturdy: [ 1, 2, 3, 4, 5 ] + Weapon_HighCapacity: { + grades: { + "1": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "2": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "3": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "4": { + engineers: [ "Liz Ryder" ] + }, + "5": { + engineers: [ "Liz Ryder" ] + } + } + }, + Weapon_LightWeight: { + grades: { + "1": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "2": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "3": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "4": { + engineers: [ "Liz Ryder" ] + }, + "5": { + engineers: [ "Liz Ryder" ] + } + } + }, + Weapon_RapidFire: { + grades: { + "1": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "2": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "3": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "4": { + engineers: [ "Liz Ryder" ] + }, + "5": { + engineers: [ "Liz Ryder" ] + } + } + }, + Weapon_Sturdy: { + grades: { + "1": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "2": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "3": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "4": { + engineers: [ "Liz Ryder" ] + }, + "5": { + engineers: [ "Liz Ryder" ] + } + } + } }, modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "reload", "rof", "thermload" ], specials: [ "special_drag_munitions", "special_emissive_munitions", "special_overload_munitions", "special_penetrator_payload", "special_thermal_cascade" ] @@ -21832,24 +23366,240 @@ module.exports = { }, nl: { blueprints: { - Weapon_HighCapacity: [ 1, 2, 3, 4, 5 ], - Weapon_LightWeight: [ 1, 2, 3, 4, 5 ], - Weapon_RapidFire: [ 1, 2, 3, 4, 5 ], - Weapon_Sturdy: [ 1, 2, 3, 4, 5 ] + Weapon_HighCapacity: { + grades: { + "1": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "2": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "3": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "4": { + engineers: [ "Juri Ishmaak" ] + }, + "5": { + engineers: [ "Juri Ishmaak" ] + } + } + }, + Weapon_LightWeight: { + grades: { + "1": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "2": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "3": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "4": { + engineers: [ "Juri Ishmaak" ] + }, + "5": { + engineers: [ "Juri Ishmaak" ] + } + } + }, + Weapon_RapidFire: { + grades: { + "1": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "2": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "3": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "4": { + engineers: [ "Juri Ishmaak" ] + }, + "5": { + engineers: [ "Juri Ishmaak" ] + } + } + }, + Weapon_Sturdy: { + grades: { + "1": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "2": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "3": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "4": { + engineers: [ "Juri Ishmaak" ] + }, + "5": { + engineers: [ "Juri Ishmaak" ] + } + } + } }, modifications: [ "ammo", "boot", "clip", "damage", "damagedist", "fallofffromrange", "integrity", "jitter", "mass", "piercing", "power", "reload", "rof", "thermload" ], specials: [ "special_ion_disruptor", "special_overload_munitions", "special_radiant_canister", "special_reverberating_cascade", "special_shiftlock_canister", "special_emissive_munitions" ] }, pa: { blueprints: { - Weapon_Efficient: [ 1, 2, 3, 4, 5 ], - Weapon_Focused: [ 1, 2, 3, 4, 5 ], - Weapon_LightWeight: [ 1, 2, 3, 4, 5 ], - Weapon_LongRange: [ 1, 2, 3, 4, 5 ], - Weapon_Overcharged: [ 1, 2, 3, 4, 5 ], - Weapon_RapidFire: [ 1, 2, 3, 4, 5 ], - Weapon_ShortRange: [ 1, 2, 3, 4, 5 ], - Weapon_Sturdy: [ 1, 2, 3, 4, 5 ] + Weapon_Efficient: { + grades: { + "1": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Bill Turner" ] + }, + "4": { + engineers: [ "Bill Turner" ] + }, + "5": { + engineers: [ "Bill Turner" ] + } + } + }, + Weapon_Focused: { + grades: { + "1": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Bill Turner" ] + }, + "4": { + engineers: [ "Bill Turner" ] + }, + "5": { + engineers: [ "Bill Turner" ] + } + } + }, + Weapon_LightWeight: { + grades: { + "1": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Bill Turner" ] + }, + "4": { + engineers: [ "Bill Turner" ] + }, + "5": { + engineers: [ "Bill Turner" ] + } + } + }, + Weapon_LongRange: { + grades: { + "1": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Bill Turner" ] + }, + "4": { + engineers: [ "Bill Turner" ] + }, + "5": { + engineers: [ "Bill Turner" ] + } + } + }, + Weapon_Overcharged: { + grades: { + "1": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Bill Turner" ] + }, + "4": { + engineers: [ "Bill Turner" ] + }, + "5": { + engineers: [ "Bill Turner" ] + } + } + }, + Weapon_RapidFire: { + grades: { + "1": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Bill Turner" ] + }, + "4": { + engineers: [ "Bill Turner" ] + }, + "5": { + engineers: [ "Bill Turner" ] + } + } + }, + Weapon_ShortRange: { + grades: { + "1": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Bill Turner" ] + }, + "4": { + engineers: [ "Bill Turner" ] + }, + "5": { + engineers: [ "Bill Turner" ] + } + } + }, + Weapon_Sturdy: { + grades: { + "1": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "2": { + engineers: [ "Bill Turner", "Zacariah Nemo" ] + }, + "3": { + engineers: [ "Bill Turner" ] + }, + "4": { + engineers: [ "Bill Turner" ] + }, + "5": { + engineers: [ "Bill Turner" ] + } + } + } }, modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ], specials: [ "special_blinding_shell", "special_dispersal_field", "special_phasing_sequence", "special_plasma_slug", "special_lock_breaker", "special_thermal_conduit" ] @@ -21860,9 +23610,63 @@ module.exports = { }, pc: { blueprints: { - ProspectingLimpet_LightWeight: [ 1, 2, 3, 4, 5 ], - ProspectingLimpet_Reinforced: [ 1, 2, 3, 4, 5 ], - ProspectingLimpet_Shielded: [ 1, 2, 3, 4, 5 ] + ProspectingLimpet_LightWeight: { + grades: { + "1": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "5": { + engineers: [ "The Sarge", "Tiana Fortune" ] + } + } + }, + ProspectingLimpet_Reinforced: { + grades: { + "1": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "5": { + engineers: [ "The Sarge", "Tiana Fortune" ] + } + } + }, + ProspectingLimpet_Shielded: { + grades: { + "1": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Ram Tah", "The Sarge", "Tiana Fortune" ] + }, + "5": { + engineers: [ "The Sarge", "Tiana Fortune" ] + } + } + } }, modifications: [ "integrity", "mass", "power" ] }, @@ -21884,25 +23688,259 @@ module.exports = { }, pd: { blueprints: { - PowerDistributor_HighFrequency: [ 1, 2, 3, 4, 5 ], - PowerDistributor_PriorityEngines: [ 1, 2, 3 ], - PowerDistributor_HighCapacity: [ 1, 2, 3, 4, 5 ], - PowerDistributor_Shielded: [ 1, 2, 3, 4, 5 ], - PowerDistributor_PrioritySystems: [ 1, 2, 3 ], - PowerDistributor_PriorityWeapons: [ 1, 2, 3 ] + PowerDistributor_HighFrequency: { + grades: { + "1": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + }, + "2": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + }, + "3": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + }, + "4": { + engineers: [ "The Dweller" ] + }, + "5": { + engineers: [ "The Dweller" ] + } + } + }, + PowerDistributor_PriorityEngines: { + grades: { + "1": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + }, + "2": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + }, + "3": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + } + } + }, + PowerDistributor_HighCapacity: { + grades: { + "1": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + }, + "2": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + }, + "3": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + }, + "4": { + engineers: [ "The Dweller" ] + }, + "5": { + engineers: [ "The Dweller" ] + } + } + }, + PowerDistributor_Shielded: { + grades: { + "1": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + }, + "2": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + }, + "3": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + }, + "4": { + engineers: [ "The Dweller" ] + }, + "5": { + engineers: [ "The Dweller" ] + } + } + }, + PowerDistributor_PrioritySystems: { + grades: { + "1": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + }, + "2": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + }, + "3": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + } + } + }, + PowerDistributor_PriorityWeapons: { + grades: { + "1": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + }, + "2": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + }, + "3": { + engineers: [ "Hera Tani", "Marco Qwent", "The Dweller" ] + } + } + } }, modifications: [ "boot", "engcap", "engrate", "integrity", "mass", "power", "syscap", "sysrate", "wepcap", "weprate" ] }, pl: { blueprints: { - Weapon_Efficient: [ 1, 2, 3, 4, 5 ], - Weapon_Focused: [ 1, 2, 3, 4, 5 ], - Weapon_LightWeight: [ 1, 2, 3, 4, 5 ], - Weapon_LongRange: [ 1, 2, 3, 4, 5 ], - Weapon_Overcharged: [ 1, 2, 3, 4, 5 ], - Weapon_RapidFire: [ 1, 2, 3, 4, 5 ], - Weapon_ShortRange: [ 1, 2, 3, 4, 5 ], - Weapon_Sturdy: [ 1, 2, 3, 4, 5 ] + Weapon_Efficient: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_Focused: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_LightWeight: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_LongRange: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_Overcharged: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_RapidFire: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_ShortRange: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_Sturdy: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + } }, modifications: [ "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "rof", "thermload" ], specials: [ "special_concordant_sequence", "special_emissive_munitions", "special_phasing_sequence", "special_scramble_spectrum", "special_thermalshock" ] @@ -21910,26 +23948,207 @@ module.exports = { po: { blueprints: { PointDefence_PointDefenseCapacity: [ 3 ], - PointDefence_LightWeight: [ 1, 2, 3, 4, 5 ], - PointDefence_Reinforced: [ 1, 2, 3, 4, 5 ], - PointDefence_Shielded: [ 1, 2, 3, 4, 5 ] + HeatSinkLauncher_Shielded: { + grades: { + "3": { + engineers: [ "Ram Tah" ] + } + } + }, + PointDefence_LightWeight: { + grades: { + "1": { + engineers: [ "Ram Tah" ] + }, + "2": { + engineers: [ "Ram Tah" ] + }, + "3": { + engineers: [ "Ram Tah" ] + }, + "4": { + engineers: [ "Ram Tah" ] + }, + "5": { + engineers: [ "Ram Tah" ] + } + } + }, + PointDefence_Reinforced: { + grades: { + "1": { + engineers: [ "Ram Tah" ] + }, + "2": { + engineers: [ "Ram Tah" ] + }, + "3": { + engineers: [ "Ram Tah" ] + }, + "4": { + engineers: [ "Ram Tah" ] + }, + "5": { + engineers: [ "Ram Tah" ] + } + } + }, + PointDefence_Shielded: { + grades: { + "1": { + engineers: [ "Ram Tah" ] + }, + "2": { + engineers: [ "Ram Tah" ] + }, + "3": { + engineers: [ "Ram Tah" ] + }, + "4": { + engineers: [ "Ram Tah" ] + }, + "5": { + engineers: [ "Ram Tah" ] + } + } + } }, modifications: [ "ammo", "integrity", "mass", "power", "reload" ] }, pp: { blueprints: { - PowerPlant_Armoured: [ 1, 2, 3, 4, 5 ], - PowerPlant_Stealth: [ 1, 2, 3 ], - PowerPlant_Boosted: [ 1, 2, 3, 4, 5 ] + PowerPlant_Armoured: { + grades: { + "1": { + engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] + }, + "2": { + engineers: [ "Hera Tani", "Marco Qwent" ] + }, + "3": { + engineers: [ "Hera Tani", "Marco Qwent" ] + }, + "4": { + engineers: [ "Hera Tani", "Marco Qwent" ] + }, + "5": { + engineers: [ "Hera Tani" ] + } + } + }, + PowerPlant_Stealth: { + grades: { + "1": { + engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] + }, + "2": { + engineers: [ "Hera Tani", "Marco Qwent" ] + }, + "3": { + engineers: [ "Hera Tani", "Marco Qwent" ] + } + } + }, + PowerPlant_Boosted: { + grades: { + "1": { + engineers: [ "Felicity Farseer", "Hera Tani", "Marco Qwent" ] + }, + "2": { + engineers: [ "Hera Tani", "Marco Qwent" ] + }, + "3": { + engineers: [ "Hera Tani", "Marco Qwent" ] + }, + "4": { + engineers: [ "Hera Tani", "Marco Qwent" ] + }, + "5": { + engineers: [ "Hera Tani" ] + } + } + } }, modifications: [ "eff", "integrity", "mass", "pgen" ] }, psg: { blueprints: { - ShieldGenerator_Kinetic: [ 1, 2, 3, 4, 5 ], - ShieldGenerator_Optimised: [ 1, 2, 3, 4, 5 ], - ShieldGenerator_Reinforced: [ 1, 2, 3, 4, 5 ], - ShieldGenerator_Thermic: [ 1, 2, 3, 4, 5 ] + ShieldGenerator_Kinetic: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "4": { + engineers: [ "Lei Cheung" ] + }, + "5": { + engineers: [ "Lei Cheung" ] + } + } + }, + ShieldGenerator_Optimised: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "4": { + engineers: [ "Lei Cheung" ] + }, + "5": { + engineers: [ "Lei Cheung" ] + } + } + }, + ShieldGenerator_Reinforced: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "4": { + engineers: [ "Lei Cheung" ] + }, + "5": { + engineers: [ "Lei Cheung" ] + } + } + }, + ShieldGenerator_Thermic: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "4": { + engineers: [ "Lei Cheung" ] + }, + "5": { + engineers: [ "Lei Cheung" ] + } + } + } }, modifications: [ "boot", "brokenregen", "distdraw", "explres", "integrity", "kinres", "mass", "optmass", "optmul", "power", "regen", "thermload", "thermres" ] }, @@ -21939,36 +24158,285 @@ module.exports = { }, rf: { blueprints: { - Refineries_Shielded: [ 1, 2, 3, 4 ] + Refineries_Shielded: { + grades: { + "1": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "2": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "3": { + engineers: [ "Bill Turner", "Lori Jameson" ] + }, + "4": { + engineers: [ "Lori Jameson" ] + } + } + } }, modifications: [ "integrity", "power" ] }, rg: { blueprints: { - Weapon_HighCapacity: [ 1, 2, 3, 4, 5 ], - Weapon_LightWeight: [ 1, 2, 3, 4, 5 ], - Weapon_LongRange: [ 1, 2, 3, 4, 5 ], - Weapon_ShortRange: [ 1, 2, 3, 4, 5 ], - Weapon_Sturdy: [ 1, 2, 3, 4, 5 ] + Weapon_HighCapacity: { + grades: { + "1": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "2": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "3": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "4": { + engineers: [ "Tod McQuinn" ] + }, + "5": { + engineers: [ "Tod McQuinn" ] + } + } + }, + Weapon_LightWeight: { + grades: { + "1": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "2": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "3": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "4": { + engineers: [ "Tod McQuinn" ] + }, + "5": { + engineers: [ "Tod McQuinn" ] + } + } + }, + Weapon_LongRange: { + grades: { + "1": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "2": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "3": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "4": { + engineers: [ "Tod McQuinn" ] + }, + "5": { + engineers: [ "Tod McQuinn" ] + } + } + }, + Weapon_ShortRange: { + grades: { + "1": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "2": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "3": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "4": { + engineers: [ "Tod McQuinn" ] + }, + "5": { + engineers: [ "Tod McQuinn" ] + } + } + }, + Weapon_Sturdy: { + grades: { + "1": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "2": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "3": { + engineers: [ "The Sarge", "Tod McQuinn" ] + }, + "4": { + engineers: [ "Tod McQuinn" ] + }, + "5": { + engineers: [ "Tod McQuinn" ] + } + } + } }, modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ], specials: [ "special_feedback_cascade", "special_plasma_slug", "special_super_penetrator" ] }, s: { blueprints: { - Sensor_Sensor_LightWeight: [ 1, 2, 3, 4, 5 ], - Sensor_Sensor_LongRange: [ 1, 2, 3, 4, 5 ], - Sensor_Sensor_WideAngle: [ 1, 2, 3, 4, 5 ] + Sensor_Sensor_LightWeight: { + grades: { + "1": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "5": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + } + } + }, + Sensor_Sensor_LongRange: { + grades: { + "1": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "5": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + } + } + }, + Sensor_Sensor_WideAngle: { + grades: { + "1": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "5": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + } + } + } }, modifications: [ "integrity", "mass", "power", "range", "angle" ] }, sb: { blueprints: { - ShieldBooster_Explosive: [ 1, 2, 3, 4, 5 ], - ShieldBooster_HeavyDuty: [ 1, 2, 3, 4, 5 ], - ShieldBooster_Kinetic: [ 1, 2, 3, 4, 5 ], - ShieldBooster_Resistive: [ 1, 2, 3, 4, 5 ], - ShieldBooster_Thermic: [ 1, 2, 3, 4, 5 ] + ShieldBooster_Explosive: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Chung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Lei Chung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Lei Chung" ] + }, + "4": { + engineers: [ "Didi Vatermann" ] + }, + "5": { + engineers: [ "Didi Vatermann" ] + } + } + }, + ShieldBooster_HeavyDuty: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Chung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Lei Chung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Lei Chung" ] + }, + "4": { + engineers: [ "Didi Vatermann" ] + }, + "5": { + engineers: [ "Didi Vatermann" ] + } + } + }, + ShieldBooster_Kinetic: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Chung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Lei Chung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Lei Chung" ] + }, + "4": { + engineers: [ "Didi Vatermann" ] + }, + "5": { + engineers: [ "Didi Vatermann" ] + } + } + }, + ShieldBooster_Resistive: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Chung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Lei Chung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Lei Chung" ] + }, + "4": { + engineers: [ "Didi Vatermann" ] + }, + "5": { + engineers: [ "Didi Vatermann" ] + } + } + }, + ShieldBooster_Thermic: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Felicity Farseer", "Lei Chung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Lei Chung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Lei Chung" ] + }, + "4": { + engineers: [ "Didi Vatermann" ] + }, + "5": { + engineers: [ "Didi Vatermann" ] + } + } + } }, modifications: [ "explres", "integrity", "kinres", "mass", "power", "shieldboost", "thermres" ] }, @@ -21978,66 +24446,558 @@ module.exports = { }, scb: { blueprints: { - ShieldCellBank_Rapid: [ 1, 2, 3 ], - ShieldCellBank_Specialised: [ 1, 2, 3 ] + ShieldCellBank_Rapid: { + grades: { + "1": { + engineers: [ "Elvira Martuuk", "Lori Jameson" ] + }, + "2": { + engineers: [ "Lori Jameson" ] + }, + "3": { + engineers: [ "Lori Jameson" ] + } + } + }, + ShieldCellBank_Specialised: { + grades: { + "1": { + engineers: [ "Elvira Martuuk", "Lori Jameson" ] + }, + "2": { + engineers: [ "Lori Jameson" ] + }, + "3": { + engineers: [ "Lori Jameson" ] + } + } + } }, modifications: [ "boot", "clip", "duration", "integrity", "mass", "power", "shieldreinforcement", "spinup", "thermload" ] }, sg: { blueprints: { - ShieldGenerator_Kinetic: [ 1, 2, 3, 4, 5 ], - ShieldGenerator_Optimised: [ 1, 2, 3, 4, 5 ], - ShieldGenerator_Reinforced: [ 1, 2, 3, 4, 5 ], - ShieldGenerator_Thermic: [ 1, 2, 3, 4, 5 ] + ShieldGenerator_Kinetic: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "4": { + engineers: [ "Lei Cheung" ] + }, + "5": { + engineers: [ "Lei Cheung" ] + } + } + }, + ShieldGenerator_Optimised: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "4": { + engineers: [ "Lei Cheung" ] + }, + "5": { + engineers: [ "Lei Cheung" ] + } + } + }, + ShieldGenerator_Reinforced: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "4": { + engineers: [ "Lei Cheung" ] + }, + "5": { + engineers: [ "Lei Cheung" ] + } + } + }, + ShieldGenerator_Thermic: { + grades: { + "1": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "2": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "3": { + engineers: [ "Didi Vatermann", "Elvira Martuuk", "Lei Cheung" ] + }, + "4": { + engineers: [ "Lei Cheung" ] + }, + "5": { + engineers: [ "Lei Cheung" ] + } + } + } }, modifications: [ "boot", "brokenregen", "distdraw", "explres", "integrity", "kinres", "mass", "optmass", "optmul", "power", "regen", "thermload", "thermres" ] }, ss: { blueprints: { - Sensor_SurfaceScanner_FastScan: [ 1, 2, 3, 4, 5 ], - Sensor_SurfaceScanner_LongRange: [ 1, 2, 3, 4, 5 ], - Sensor_SurfaceScanner_WideAngle: [ 1, 2, 3, 4, 5 ] + Sensor_SurfaceScanner_FastScan: { + grades: { + "1": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Lori Jameson", "Tiana Fortune" ] + }, + "5": { + engineers: [ "Lori Jameson", "Tiana Fortune" ] + } + } + }, + Sensor_SurfaceScanner_LongRange: { + grades: { + "1": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Lori Jameson", "Tiana Fortune" ] + }, + "5": { + engineers: [ "Lori Jameson", "Tiana Fortune" ] + } + } + }, + Sensor_SurfaceScanner_WideAngle: { + grades: { + "1": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Lori Jameson", "Tiana Fortune" ] + }, + "5": { + engineers: [ "Lori Jameson", "Tiana Fortune" ] + } + } + } }, modifications: [ "mass", "power", "angle", "range", "scantime" ] }, t: { blueprints: { - Engine_Dirty: [ 1, 2, 3, 4, 5 ], - Engine_Reinforced: [ 1, 2, 3, 4, 5 ], - Engine_Tuned: [ 1, 2, 3, 4, 5 ] + Engine_Dirty: { + grades: { + "1": { + engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] + }, + "2": { + engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] + }, + "3": { + engineers: [ "Felicty Farseer", "Professor Palin" ] + }, + "4": { + engineers: [ "Professor Palin" ] + }, + "5": { + engineers: [ "Professor Palin" ] + } + } + }, + Engine_Reinforced: { + grades: { + "1": { + engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] + }, + "2": { + engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] + }, + "3": { + engineers: [ "Felicty Farseer", "Professor Palin" ] + }, + "4": { + engineers: [ "Professor Palin" ] + }, + "5": { + engineers: [ "Professor Palin" ] + } + } + }, + Engine_Tuned: { + grades: { + "1": { + engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] + }, + "2": { + engineers: [ "Elvira Martuuk", "Felicty Farseer", "Professor Palin" ] + }, + "3": { + engineers: [ "Felicty Farseer", "Professor Palin" ] + }, + "4": { + engineers: [ "Professor Palin" ] + }, + "5": { + engineers: [ "Professor Palin" ] + } + } + } }, modifications: [ "integrity", "mass", "optmass", "optmul", "power", "thermload" ] }, tp: { blueprints: { - Weapon_LightWeight: [ 1, 2, 3, 4, 5 ], - Weapon_Sturdy: [ 1, 2, 3, 4, 5 ] + Weapon_LightWeight: { + grades: { + "1": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "2": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "3": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "4": { + engineers: [ "Liz Ryder" ] + }, + "5": { + engineers: [ "Liz Ryder" ] + } + } + }, + Weapon_Sturdy: { + grades: { + "1": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "2": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "3": { + engineers: [ "Juri Ishmaak", "Liz Ryder" ] + }, + "4": { + engineers: [ "Liz Ryder" ] + }, + "5": { + engineers: [ "Liz Ryder" ] + } + } + } }, modifications: [ "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "rof", "thermload" ], specials: [ "special_mass_lock_munition", "special_penetrator_payload", "special_reverberating_cascade" ] }, ul: { blueprints: { - Weapon_Efficient: [ 1, 2, 3, 4, 5 ], - Weapon_Focused: [ 1, 2, 3, 4, 5 ], - Weapon_LightWeight: [ 1, 2, 3, 4, 5 ], - Weapon_LongRange: [ 1, 2, 3, 4, 5 ], - Weapon_Overcharged: [ 1, 2, 3, 4, 5 ], - Weapon_RapidFire: [ 1, 2, 3, 4, 5 ], - Weapon_ShortRange: [ 1, 2, 3, 4, 5 ], - Weapon_Sturdy: [ 1, 2, 3, 4, 5 ] + Weapon_Efficient: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_Focused: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_LightWeight: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_LongRange: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_Overcharged: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_RapidFire: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_ShortRange: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + }, + Weapon_Sturdy: { + grades: { + "1": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "2": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "3": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "4": { + engineers: [ "Broo Tarquin", "The Dweller" ] + }, + "5": { + engineers: [ "Broo Tarquin" ] + } + } + } }, modifications: [ "burst", "burstrof", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "rof", "thermload" ], specials: [ "special_concordant_sequence", "special_inertial_impact", "special_phasing_sequence", "special_scramble_spectrum", "special_thermalshock" ] }, ws: { blueprints: { - Sensor_WakeScanner_FastScan: [ 1, 2, 3, 4, 5 ], - WakeScanner_LightWeight: [ 1, 2, 3, 4, 5 ], - Sensor_WakeScanner_LongRange: [ 1, 2, 3, 4, 5 ], - WakeScanner_Reinforced: [ 1, 2, 3, 4, 5 ], - WakeScanner_Shielded: [ 1, 2, 3, 4, 5 ], - Sensor_WakeScanner_WideAngle: [ 1, 2, 3, 4, 5 ] + Sensor_WakeScanner_FastScan: { + grades: { + "1": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "5": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + } + } + }, + WakeScanner_LightWeight: { + grades: { + "1": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Tiana Fortune" ] + }, + "5": { + engineers: [ "Tiana Fortune" ] + } + } + }, + Sensor_WakeScanner_LongRange: { + grades: { + "1": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "5": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + } + } + }, + WakeScanner_Reinforced: { + grades: { + "1": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Tiana Fortune" ] + }, + "5": { + engineers: [ "Tiana Fortune" ] + } + } + }, + WakeScanner_Shielded: { + grades: { + "1": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Tiana Fortune" ] + }, + "5": { + engineers: [ "Tiana Fortune" ] + } + } + }, + Sensor_WakeScanner_WideAngle: { + grades: { + "1": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "2": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lei Chung", "Lori Jameson", "Tiana Fortune" ] + }, + "3": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "4": { + engineers: [ "Bill Turner", "Juri Ishmaak", "Lori Jameson", "Tiana Fortune" ] + }, + "5": { + engineers: [ "Bill Turner", "Lori Jameson", "Tiana Fortune" ] + } + } + } }, modifications: [ "integrity", "mass", "power", "angle", "range", "scantime" ] } diff --git a/dist/index.json b/dist/index.json index 67d5566..a5e556c 100644 --- a/dist/index.json +++ b/dist/index.json @@ -28906,12 +28906,33 @@ "modules": { "am": { "blueprints": { - "AFM_Shielded": [ - 1, - 2, - 3, - 4 - ] + "AFM_Shielded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "4": { + "engineers": [ + "Lori Jameson" + ] + } + } + } }, "modifications": [ "integrity", @@ -28920,41 +28941,156 @@ }, "bh": { "blueprints": { - "Armour_Advanced": [ - 1, - 2, - 3, - 4, - 5 - ], - "Armour_Explosive": [ - 1, - 2, - 3, - 4, - 5 - ], - "Armour_HeavyDuty": [ - 1, - 2, - 3, - 4, - 5 - ], - "Armour_Kinetic": [ - 1, - 2, - 3, - 4, - 5 - ], - "Armour_Thermic": [ - 1, - 2, - 3, - 4, - 5 - ] + "Armour_Advanced": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "Armour_Explosive": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "Armour_HeavyDuty": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "Armour_Kinetic": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "Armour_Thermic": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + } }, "modifications": [ "explres", @@ -28966,48 +29102,198 @@ }, "bl": { "blueprints": { - "Weapon_Efficient": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LongRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Overcharged": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_ShortRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Sturdy": [ - 1, - 2, - 3, - 4, - 5 - ] + "Weapon_Efficient": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_LongRange": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Overcharged": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_ShortRange": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + } }, "modifications": [ "damage", @@ -29032,34 +29318,146 @@ }, "bsg": { "blueprints": { - "ShieldGenerator_Kinetic": [ - 1, - 2, - 3, - 4, - 5 - ], - "ShieldGenerator_Optimised": [ - 1, - 2, - 3, - 4, - 5 - ], - "ShieldGenerator_Reinforced": [ - 1, - 2, - 3, - 4, - 5 - ], - "ShieldGenerator_Thermic": [ - 1, - 2, - 3, - 4, - 5 - ] + "ShieldGenerator_Kinetic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Optimised": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Thermic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + } }, "modifications": [ "boot", @@ -29079,62 +29477,223 @@ }, "c": { "blueprints": { - "Weapon_Efficient": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_HighCapacity": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LongRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Overcharged": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_RapidFire": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_ShortRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Sturdy": [ - 1, - 2, - 3, - 4, - 5 - ] + "Weapon_Efficient": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge" + ] + }, + "4": { + "engineers": [ + "The Sarge" + ] + }, + "5": { + "engineers": [ + "The Sarge" + ] + } + } + }, + "Weapon_HighCapacity": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge" + ] + }, + "4": { + "engineers": [ + "The Sarge" + ] + }, + "5": { + "engineers": [ + "The Sarge" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge" + ] + }, + "4": { + "engineers": [ + "The Sarge" + ] + }, + "5": { + "engineers": [ + "The Sarge" + ] + } + } + }, + "Weapon_LongRange": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge" + ] + }, + "4": { + "engineers": [ + "The Sarge" + ] + }, + "5": { + "engineers": [ + "The Sarge" + ] + } + } + }, + "Weapon_Overcharged": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge" + ] + }, + "4": { + "engineers": [ + "The Sarge" + ] + }, + "5": { + "engineers": [ + "The Sarge" + ] + } + } + }, + "Weapon_ShortRange": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge" + ] + }, + "4": { + "engineers": [ + "The Sarge" + ] + }, + "5": { + "engineers": [ + "The Sarge" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge" + ] + }, + "4": { + "engineers": [ + "The Sarge" + ] + }, + "5": { + "engineers": [ + "The Sarge" + ] + } + } + } }, "modifications": [ "ammo", @@ -29164,27 +29723,120 @@ }, "cc": { "blueprints": { - "CollectionLimpet_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "CollectionLimpet_Reinforced": [ - 1, - 2, - 3, - 4, - 5 - ], - "CollectionLimpet_Shielded": [ - 1, - 2, - 3, - 4, - 5 - ] + "CollectionLimpet_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "CollectionLimpet_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "CollectionLimpet_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", @@ -29194,30 +29846,102 @@ }, "ch": { "blueprints": { - "ChaffLauncher_ChaffCapacity": [ - 3 - ], - "ChaffLauncher_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "ChaffLauncher_Reinforced": [ - 1, - 2, - 3, - 4, - 5 - ], - "ChaffLauncher_Shielded": [ - 1, - 2, - 3, - 4, - 5 - ] + "ChaffLauncher_ChaffCapacity": { + "grades": { + "3": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "ChaffLauncher_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "ChaffLauncher_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "ChaffLauncher_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + } }, "modifications": [ "ammo", @@ -29233,48 +29957,246 @@ }, "cs": { "blueprints": { - "Sensor_CargoScanner_FastScan": [ - 1, - 2, - 3, - 4, - 5 - ], - "CargoScanner_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "Sensor_CargoScanner_LongRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "CargoScanner_Reinforced": [ - 1, - 2, - 3, - 4, - 5 - ], - "CargoScanner_Shielded": [ - 1, - 2, - 3, - 4, - 5 - ], - "Sensor_CargoScanner_WideAngle": [ - 1, - 2, - 3, - 4, - 5 - ] + "Sensor_CargoScanner_FastScan": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "CargoScanner_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "Sensor_CargoScanner_LongRange": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "CargoScanner_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "CargoScanner_Shielded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "Sensor_CargoScanner_WideAngle": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", @@ -29291,27 +30213,93 @@ }, "ec": { "blueprints": { - "ECM_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "ECM_Reinforced": [ - 1, - 2, - 3, - 4, - 5 - ], - "ECM_Shielded": [ - 1, - 2, - 3, - 4, - 5 - ] + "ECM_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "ECM_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "ECM_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + } }, "modifications": [ "integrity", @@ -29321,62 +30309,262 @@ }, "fc": { "blueprints": { - "Weapon_DoubleShot": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Efficient": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_HighCapacity": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LongRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Overcharged": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_RapidFire": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Sturdy": [ - 1, - 2, - 3, - 4, - 5 - ] + "Weapon_DoubleShot": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + }, + "Weapon_Efficient": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + }, + "Weapon_HighCapacity": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + }, + "Weapon_LongRange": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + }, + "Weapon_Overcharged": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + }, + "Weapon_RapidFire": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + } }, "modifications": [ "ammo", @@ -29411,17 +30599,57 @@ }, "fi": { "blueprints": { - "FSDinterdictor_Expanded": [ - 1, - 2, - 3, - 4 - ], - "FSDinterdictor_LongRange": [ - 1, - 2, - 3 - ] + "FSDinterdictor_Expanded": { + "grades": { + "1": { + "engineers": [ + "Colonel Bris Dekker", + "Felicity Farseer", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Colonel Bris Dekker", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Colonel Bris Dekker", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Colonel Bris Dekker" + ] + } + } + }, + "FSDinterdictor_LongRange": { + "grades": { + "1": { + "engineers": [ + "Colonel Bris Dekker", + "Felicity Farseer", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Colonel Bris Dekker", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Colonel Bris Dekker", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "boot", @@ -29434,12 +30662,33 @@ }, "fs": { "blueprints": { - "FuelScoop_Shielded": [ - 1, - 2, - 3, - 4 - ] + "FuelScoop_Shielded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "4": { + "engineers": [ + "Lori Jameson" + ] + } + } + } }, "modifications": [ "integrity", @@ -29448,27 +30697,126 @@ }, "fsd": { "blueprints": { - "FSD_FastBoot": [ - 1, - 2, - 3, - 4, - 5 - ], - "FSD_LongRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "FSD_Shielded": [ - 1, - 2, - 3, - 4, - 5 - ] + "FSD_FastBoot": { + "grades": { + "1": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "2": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "3": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "4": { + "engineers": [ + "Elvira Martuuk", + "Felicity Farseer" + ] + }, + "5": { + "engineers": [ + "Elvira Martuuk", + "Felicity Farseer" + ] + } + } + }, + "FSD_LongRange": { + "grades": { + "1": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "2": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "3": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "4": { + "engineers": [ + "Elvira Martuuk", + "Felicity Farseer" + ] + }, + "5": { + "engineers": [ + "Elvira Martuuk", + "Felicity Farseer" + ] + } + } + }, + "FSD_Shielded": { + "grades": { + "1": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "2": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "3": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "4": { + "engineers": [ + "Elvira Martuuk", + "Felicity Farseer" + ] + }, + "5": { + "engineers": [ + "Elvira Martuuk", + "Felicity Farseer" + ] + } + } + } }, "modifications": [ "boot", @@ -29486,27 +30834,120 @@ }, "fx": { "blueprints": { - "FuelTransferLimpet_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "FuelTransferLimpet_Reinforced": [ - 1, - 2, - 3, - 4, - 5 - ], - "FuelTransferLimpet_Shielded": [ - 1, - 2, - 3, - 4, - 5 - ] + "FuelTransferLimpet_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "FuelTransferLimpet_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "FuelTransferLimpet_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", @@ -29516,27 +30957,120 @@ }, "hb": { "blueprints": { - "HatchBreakerLimpet_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "HatchBreakerLimpet_Reinforced": [ - 1, - 2, - 3, - 4, - 5 - ], - "HatchBreakerLimpet_Shielded": [ - 1, - 2, - 3, - 4, - 5 - ] + "HatchBreakerLimpet_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "HatchBreakerLimpet_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "HatchBreakerLimpet_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", @@ -29546,41 +31080,156 @@ }, "hr": { "blueprints": { - "HullReinforcement_Advanced": [ - 1, - 2, - 3, - 4, - 5 - ], - "HullReinforcement_Explosive": [ - 1, - 2, - 3, - 4, - 5 - ], - "HullReinforcement_HeavyDuty": [ - 1, - 2, - 3, - 4, - 5 - ], - "HullReinforcement_Kinetic": [ - 1, - 2, - 3, - 4, - 5 - ], - "HullReinforcement_Thermic": [ - 1, - 2, - 3, - 4, - 5 - ] + "HullReinforcement_Advanced": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "HullReinforcement_Explosive": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "HullReinforcement_HeavyDuty": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "HullReinforcement_Kinetic": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "HullReinforcement_Thermic": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + } }, "modifications": [ "hullreinforcement", @@ -29593,30 +31242,102 @@ }, "hs": { "blueprints": { - "HeatSinkLauncher_HeatSinkCapacity": [ - 3 - ], - "HeatSinkLauncher_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "HeatSinkLauncher_Reinforced": [ - 1, - 2, - 3, - 4, - 5 - ], - "HeatSinkLauncher_Shielded": [ - 1, - 2, - 3, - 4, - 5 - ] + "HeatSinkLauncher_HeatSinkCapacity": { + "grades": { + "3": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "HeatSinkLauncher_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "HeatSinkLauncher_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "HeatSinkLauncher_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + } }, "modifications": [ "ammo", @@ -29628,48 +31349,246 @@ }, "kw": { "blueprints": { - "Sensor_KillWarrantScanner_FastScan": [ - 1, - 2, - 3, - 4, - 5 - ], - "KillWarrantScanner_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "KillWarrantScanner_LongRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "KillWarrantScanner_Reinforced": [ - 1, - 2, - 3, - 4, - 5 - ], - "KillWarrantScanner_Shielded": [ - 1, - 2, - 3, - 4, - 5 - ], - "Sensor_KillWarrantScanner_WideAngle": [ - 1, - 2, - 3, - 4, - 5 - ] + "Sensor_KillWarrantScanner_FastScan": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "KillWarrantScanner_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "KillWarrantScanner_LongRange": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "KillWarrantScanner_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "KillWarrantScanner_Shielded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "Sensor_KillWarrantScanner_WideAngle": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", @@ -29682,24 +31601,87 @@ }, "ls": { "blueprints": { - "LifeSupport_LightWeight": [ - 1, - 2, - 3, - 4 - ], - "LifeSupport_Reinforced": [ - 1, - 2, - 3, - 4 - ], - "LifeSupport_Shielded": [ - 1, - 2, - 3, - 4 - ] + "LifeSupport_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "4": { + "engineers": [ + "Lori Jameson" + ] + } + } + }, + "LifeSupport_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "4": { + "engineers": [ + "Lori Jameson" + ] + } + } + }, + "LifeSupport_Shielded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "4": { + "engineers": [ + "Lori Jameson" + ] + } + } + } }, "modifications": [ "boot", @@ -29710,62 +31692,230 @@ }, "mc": { "blueprints": { - "Weapon_Efficient": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_HighCapacity": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LongRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Overcharged": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_RapidFire": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_ShortRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Sturdy": [ - 1, - 2, - 3, - 4, - 5 - ] + "Weapon_Efficient": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_HighCapacity": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_Overcharged": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_RapidFire": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_ShortRange": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + } }, "modifications": [ "ammo", @@ -29799,34 +31949,134 @@ }, "mr": { "blueprints": { - "Weapon_HighCapacity": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_RapidFire": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Sturdy": [ - 1, - 2, - 3, - 4, - 5 - ] + "Weapon_HighCapacity": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Liz Ryder" + ] + }, + "5": { + "engineers": [ + "Liz Ryder" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Liz Ryder" + ] + }, + "5": { + "engineers": [ + "Liz Ryder" + ] + } + } + }, + "Weapon_RapidFire": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Liz Ryder" + ] + }, + "5": { + "engineers": [ + "Liz Ryder" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Liz Ryder" + ] + }, + "5": { + "engineers": [ + "Liz Ryder" + ] + } + } + } }, "modifications": [ "ammo", @@ -29858,34 +32108,134 @@ }, "nl": { "blueprints": { - "Weapon_HighCapacity": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_RapidFire": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Sturdy": [ - 1, - 2, - 3, - 4, - 5 - ] + "Weapon_HighCapacity": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Juri Ishmaak" + ] + }, + "5": { + "engineers": [ + "Juri Ishmaak" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Juri Ishmaak" + ] + }, + "5": { + "engineers": [ + "Juri Ishmaak" + ] + } + } + }, + "Weapon_RapidFire": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Juri Ishmaak" + ] + }, + "5": { + "engineers": [ + "Juri Ishmaak" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Juri Ishmaak" + ] + }, + "5": { + "engineers": [ + "Juri Ishmaak" + ] + } + } + } }, "modifications": [ "ammo", @@ -29914,62 +32264,254 @@ }, "pa": { "blueprints": { - "Weapon_Efficient": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Focused": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LongRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Overcharged": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_RapidFire": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_ShortRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Sturdy": [ - 1, - 2, - 3, - 4, - 5 - ] + "Weapon_Efficient": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + }, + "Weapon_Focused": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + }, + "Weapon_LongRange": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + }, + "Weapon_Overcharged": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + }, + "Weapon_RapidFire": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + }, + "Weapon_ShortRange": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + } }, "modifications": [ "ammo", @@ -30003,27 +32545,120 @@ }, "pc": { "blueprints": { - "ProspectingLimpet_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "ProspectingLimpet_Reinforced": [ - 1, - 2, - 3, - 4, - 5 - ], - "ProspectingLimpet_Shielded": [ - 1, - 2, - 3, - 4, - 5 - ] + "ProspectingLimpet_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "ProspectingLimpet_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "ProspectingLimpet_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", @@ -30049,42 +32684,186 @@ }, "pd": { "blueprints": { - "PowerDistributor_HighFrequency": [ - 1, - 2, - 3, - 4, - 5 - ], - "PowerDistributor_PriorityEngines": [ - 1, - 2, - 3 - ], - "PowerDistributor_HighCapacity": [ - 1, - 2, - 3, - 4, - 5 - ], - "PowerDistributor_Shielded": [ - 1, - 2, - 3, - 4, - 5 - ], - "PowerDistributor_PrioritySystems": [ - 1, - 2, - 3 - ], - "PowerDistributor_PriorityWeapons": [ - 1, - 2, - 3 - ] + "PowerDistributor_HighFrequency": { + "grades": { + "1": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "The Dweller" + ] + }, + "5": { + "engineers": [ + "The Dweller" + ] + } + } + }, + "PowerDistributor_PriorityEngines": { + "grades": { + "1": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + } + } + }, + "PowerDistributor_HighCapacity": { + "grades": { + "1": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "The Dweller" + ] + }, + "5": { + "engineers": [ + "The Dweller" + ] + } + } + }, + "PowerDistributor_Shielded": { + "grades": { + "1": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "The Dweller" + ] + }, + "5": { + "engineers": [ + "The Dweller" + ] + } + } + }, + "PowerDistributor_PrioritySystems": { + "grades": { + "1": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + } + } + }, + "PowerDistributor_PriorityWeapons": { + "grades": { + "1": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + } + } + } }, "modifications": [ "boot", @@ -30101,62 +32880,270 @@ }, "pl": { "blueprints": { - "Weapon_Efficient": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Focused": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LongRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Overcharged": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_RapidFire": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_ShortRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Sturdy": [ - 1, - 2, - 3, - 4, - 5 - ] + "Weapon_Efficient": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Focused": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_LongRange": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Overcharged": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_RapidFire": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_ShortRange": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + } }, "modifications": [ "damage", @@ -30185,27 +33172,102 @@ "PointDefence_PointDefenseCapacity": [ 3 ], - "PointDefence_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "PointDefence_Reinforced": [ - 1, - 2, - 3, - 4, - 5 - ], - "PointDefence_Shielded": [ - 1, - 2, - 3, - 4, - 5 - ] + "HeatSinkLauncher_Shielded": { + "grades": { + "3": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "PointDefence_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "PointDefence_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "PointDefence_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + } }, "modifications": [ "ammo", @@ -30217,25 +33279,97 @@ }, "pp": { "blueprints": { - "PowerPlant_Armoured": [ - 1, - 2, - 3, - 4, - 5 - ], - "PowerPlant_Stealth": [ - 1, - 2, - 3 - ], - "PowerPlant_Boosted": [ - 1, - 2, - 3, - 4, - 5 - ] + "PowerPlant_Armoured": { + "grades": { + "1": { + "engineers": [ + "Felicity Farseer", + "Hera Tani", + "Marco Qwent" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + }, + "4": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + }, + "5": { + "engineers": [ + "Hera Tani" + ] + } + } + }, + "PowerPlant_Stealth": { + "grades": { + "1": { + "engineers": [ + "Felicity Farseer", + "Hera Tani", + "Marco Qwent" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + } + } + }, + "PowerPlant_Boosted": { + "grades": { + "1": { + "engineers": [ + "Felicity Farseer", + "Hera Tani", + "Marco Qwent" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + }, + "4": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + }, + "5": { + "engineers": [ + "Hera Tani" + ] + } + } + } }, "modifications": [ "eff", @@ -30246,34 +33380,146 @@ }, "psg": { "blueprints": { - "ShieldGenerator_Kinetic": [ - 1, - 2, - 3, - 4, - 5 - ], - "ShieldGenerator_Optimised": [ - 1, - 2, - 3, - 4, - 5 - ], - "ShieldGenerator_Reinforced": [ - 1, - 2, - 3, - 4, - 5 - ], - "ShieldGenerator_Thermic": [ - 1, - 2, - 3, - 4, - 5 - ] + "ShieldGenerator_Kinetic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Optimised": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Thermic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + } }, "modifications": [ "boot", @@ -30297,12 +33543,33 @@ }, "rf": { "blueprints": { - "Refineries_Shielded": [ - 1, - 2, - 3, - 4 - ] + "Refineries_Shielded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "4": { + "engineers": [ + "Lori Jameson" + ] + } + } + } }, "modifications": [ "integrity", @@ -30311,41 +33578,166 @@ }, "rg": { "blueprints": { - "Weapon_HighCapacity": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LongRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_ShortRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Sturdy": [ - 1, - 2, - 3, - 4, - 5 - ] + "Weapon_HighCapacity": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_LongRange": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_ShortRange": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + } }, "modifications": [ "ammo", @@ -30372,27 +33764,141 @@ }, "s": { "blueprints": { - "Sensor_Sensor_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "Sensor_Sensor_LongRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Sensor_Sensor_WideAngle": [ - 1, - 2, - 3, - 4, - 5 - ] + "Sensor_Sensor_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "Sensor_Sensor_LongRange": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "Sensor_Sensor_WideAngle": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", @@ -30404,41 +33910,171 @@ }, "sb": { "blueprints": { - "ShieldBooster_Explosive": [ - 1, - 2, - 3, - 4, - 5 - ], - "ShieldBooster_HeavyDuty": [ - 1, - 2, - 3, - 4, - 5 - ], - "ShieldBooster_Kinetic": [ - 1, - 2, - 3, - 4, - 5 - ], - "ShieldBooster_Resistive": [ - 1, - 2, - 3, - 4, - 5 - ], - "ShieldBooster_Thermic": [ - 1, - 2, - 3, - 4, - 5 - ] + "ShieldBooster_Explosive": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Felicity Farseer", + "Lei Chung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "4": { + "engineers": [ + "Didi Vatermann" + ] + }, + "5": { + "engineers": [ + "Didi Vatermann" + ] + } + } + }, + "ShieldBooster_HeavyDuty": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Felicity Farseer", + "Lei Chung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "4": { + "engineers": [ + "Didi Vatermann" + ] + }, + "5": { + "engineers": [ + "Didi Vatermann" + ] + } + } + }, + "ShieldBooster_Kinetic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Felicity Farseer", + "Lei Chung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "4": { + "engineers": [ + "Didi Vatermann" + ] + }, + "5": { + "engineers": [ + "Didi Vatermann" + ] + } + } + }, + "ShieldBooster_Resistive": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Felicity Farseer", + "Lei Chung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "4": { + "engineers": [ + "Didi Vatermann" + ] + }, + "5": { + "engineers": [ + "Didi Vatermann" + ] + } + } + }, + "ShieldBooster_Thermic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Felicity Farseer", + "Lei Chung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "4": { + "engineers": [ + "Didi Vatermann" + ] + }, + "5": { + "engineers": [ + "Didi Vatermann" + ] + } + } + } }, "modifications": [ "explres", @@ -30456,16 +34092,46 @@ }, "scb": { "blueprints": { - "ShieldCellBank_Rapid": [ - 1, - 2, - 3 - ], - "ShieldCellBank_Specialised": [ - 1, - 2, - 3 - ] + "ShieldCellBank_Rapid": { + "grades": { + "1": { + "engineers": [ + "Elvira Martuuk", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Lori Jameson" + ] + } + } + }, + "ShieldCellBank_Specialised": { + "grades": { + "1": { + "engineers": [ + "Elvira Martuuk", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Lori Jameson" + ] + } + } + } }, "modifications": [ "boot", @@ -30481,34 +34147,146 @@ }, "sg": { "blueprints": { - "ShieldGenerator_Kinetic": [ - 1, - 2, - 3, - 4, - 5 - ], - "ShieldGenerator_Optimised": [ - 1, - 2, - 3, - 4, - 5 - ], - "ShieldGenerator_Reinforced": [ - 1, - 2, - 3, - 4, - 5 - ], - "ShieldGenerator_Thermic": [ - 1, - 2, - 3, - 4, - 5 - ] + "ShieldGenerator_Kinetic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Optimised": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Thermic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + } }, "modifications": [ "boot", @@ -30528,27 +34306,123 @@ }, "ss": { "blueprints": { - "Sensor_SurfaceScanner_FastScan": [ - 1, - 2, - 3, - 4, - 5 - ], - "Sensor_SurfaceScanner_LongRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Sensor_SurfaceScanner_WideAngle": [ - 1, - 2, - 3, - 4, - 5 - ] + "Sensor_SurfaceScanner_FastScan": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "Sensor_SurfaceScanner_LongRange": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "Sensor_SurfaceScanner_WideAngle": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "mass", @@ -30560,27 +34434,108 @@ }, "t": { "blueprints": { - "Engine_Dirty": [ - 1, - 2, - 3, - 4, - 5 - ], - "Engine_Reinforced": [ - 1, - 2, - 3, - 4, - 5 - ], - "Engine_Tuned": [ - 1, - 2, - 3, - 4, - 5 - ] + "Engine_Dirty": { + "grades": { + "1": { + "engineers": [ + "Elvira Martuuk", + "Felicty Farseer", + "Professor Palin" + ] + }, + "2": { + "engineers": [ + "Elvira Martuuk", + "Felicty Farseer", + "Professor Palin" + ] + }, + "3": { + "engineers": [ + "Felicty Farseer", + "Professor Palin" + ] + }, + "4": { + "engineers": [ + "Professor Palin" + ] + }, + "5": { + "engineers": [ + "Professor Palin" + ] + } + } + }, + "Engine_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Elvira Martuuk", + "Felicty Farseer", + "Professor Palin" + ] + }, + "2": { + "engineers": [ + "Elvira Martuuk", + "Felicty Farseer", + "Professor Palin" + ] + }, + "3": { + "engineers": [ + "Felicty Farseer", + "Professor Palin" + ] + }, + "4": { + "engineers": [ + "Professor Palin" + ] + }, + "5": { + "engineers": [ + "Professor Palin" + ] + } + } + }, + "Engine_Tuned": { + "grades": { + "1": { + "engineers": [ + "Elvira Martuuk", + "Felicty Farseer", + "Professor Palin" + ] + }, + "2": { + "engineers": [ + "Elvira Martuuk", + "Felicty Farseer", + "Professor Palin" + ] + }, + "3": { + "engineers": [ + "Felicty Farseer", + "Professor Palin" + ] + }, + "4": { + "engineers": [ + "Professor Palin" + ] + }, + "5": { + "engineers": [ + "Professor Palin" + ] + } + } + } }, "modifications": [ "integrity", @@ -30593,20 +34548,70 @@ }, "tp": { "blueprints": { - "Weapon_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Sturdy": [ - 1, - 2, - 3, - 4, - 5 - ] + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Liz Ryder" + ] + }, + "5": { + "engineers": [ + "Liz Ryder" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Liz Ryder" + ] + }, + "5": { + "engineers": [ + "Liz Ryder" + ] + } + } + } }, "modifications": [ "damage", @@ -30630,62 +34635,270 @@ }, "ul": { "blueprints": { - "Weapon_Efficient": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Focused": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_LongRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Overcharged": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_RapidFire": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_ShortRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "Weapon_Sturdy": [ - 1, - 2, - 3, - 4, - 5 - ] + "Weapon_Efficient": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Focused": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_LongRange": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Overcharged": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_RapidFire": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_ShortRange": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + } }, "modifications": [ "burst", @@ -30713,48 +34926,246 @@ }, "ws": { "blueprints": { - "Sensor_WakeScanner_FastScan": [ - 1, - 2, - 3, - 4, - 5 - ], - "WakeScanner_LightWeight": [ - 1, - 2, - 3, - 4, - 5 - ], - "Sensor_WakeScanner_LongRange": [ - 1, - 2, - 3, - 4, - 5 - ], - "WakeScanner_Reinforced": [ - 1, - 2, - 3, - 4, - 5 - ], - "WakeScanner_Shielded": [ - 1, - 2, - 3, - 4, - 5 - ], - "Sensor_WakeScanner_WideAngle": [ - 1, - 2, - 3, - 4, - 5 - ] + "Sensor_WakeScanner_FastScan": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "WakeScanner_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "Sensor_WakeScanner_LongRange": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "WakeScanner_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "WakeScanner_Shielded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "Sensor_WakeScanner_WideAngle": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", diff --git a/modifications/modules.json b/modifications/modules.json index a5f05cd..23992d5 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -1,7 +1,33 @@ { "am": { "blueprints": { - "AFM_Shielded": [1, 2, 3, 4] + "AFM_Shielded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "4": { + "engineers": [ + "Lori Jameson" + ] + } + } + } }, "modifications": [ "integrity", @@ -10,11 +36,156 @@ }, "bh": { "blueprints": { - "Armour_Advanced": [1, 2, 3, 4, 5], - "Armour_Explosive": [1, 2, 3, 4, 5], - "Armour_HeavyDuty": [1, 2, 3, 4, 5], - "Armour_Kinetic": [1, 2, 3, 4, 5], - "Armour_Thermic": [1, 2, 3, 4, 5] + "Armour_Advanced": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "Armour_Explosive": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "Armour_HeavyDuty": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "Armour_Kinetic": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "Armour_Thermic": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + } }, "modifications": [ "explres", @@ -26,12 +197,198 @@ }, "bl": { "blueprints": { - "Weapon_Efficient": [1, 2, 3, 4, 5], - "Weapon_LightWeight": [1, 2, 3, 4, 5], - "Weapon_LongRange": [1, 2, 3, 4, 5], - "Weapon_Overcharged": [1, 2, 3, 4, 5], - "Weapon_ShortRange": [1, 2, 3, 4, 5], - "Weapon_Sturdy": [1, 2, 3, 4, 5] + "Weapon_Efficient": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_LongRange": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Overcharged": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_ShortRange": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + } }, "modifications": [ "damage", @@ -56,10 +413,146 @@ }, "bsg": { "blueprints": { - "ShieldGenerator_Kinetic": [1, 2, 3, 4, 5], - "ShieldGenerator_Optimised": [1, 2, 3, 4, 5], - "ShieldGenerator_Reinforced": [1, 2, 3, 4, 5], - "ShieldGenerator_Thermic": [1, 2, 3, 4, 5] + "ShieldGenerator_Kinetic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Optimised": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Thermic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + } }, "modifications": [ "boot", @@ -79,14 +572,223 @@ }, "c": { "blueprints": { - "Weapon_Efficient": [1, 2, 3, 4, 5], - "Weapon_HighCapacity": [1, 2, 3, 4, 5], - "Weapon_LightWeight": [1, 2, 3, 4, 5], - "Weapon_LongRange": [1, 2, 3, 4, 5], - "Weapon_Overcharged": [1, 2, 3, 4, 5], - "Weapon_RapidFire": [1, 2, 3, 4, 5], - "Weapon_ShortRange": [1, 2, 3, 4, 5], - "Weapon_Sturdy": [1, 2, 3, 4, 5] + "Weapon_Efficient": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge" + ] + }, + "4": { + "engineers": [ + "The Sarge" + ] + }, + "5": { + "engineers": [ + "The Sarge" + ] + } + } + }, + "Weapon_HighCapacity": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge" + ] + }, + "4": { + "engineers": [ + "The Sarge" + ] + }, + "5": { + "engineers": [ + "The Sarge" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge" + ] + }, + "4": { + "engineers": [ + "The Sarge" + ] + }, + "5": { + "engineers": [ + "The Sarge" + ] + } + } + }, + "Weapon_LongRange": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge" + ] + }, + "4": { + "engineers": [ + "The Sarge" + ] + }, + "5": { + "engineers": [ + "The Sarge" + ] + } + } + }, + "Weapon_Overcharged": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge" + ] + }, + "4": { + "engineers": [ + "The Sarge" + ] + }, + "5": { + "engineers": [ + "The Sarge" + ] + } + } + }, + "Weapon_ShortRange": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge" + ] + }, + "4": { + "engineers": [ + "The Sarge" + ] + }, + "5": { + "engineers": [ + "The Sarge" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge" + ] + }, + "4": { + "engineers": [ + "The Sarge" + ] + }, + "5": { + "engineers": [ + "The Sarge" + ] + } + } + } }, "modifications": [ "ammo", @@ -116,9 +818,120 @@ }, "cc": { "blueprints": { - "CollectionLimpet_LightWeight": [1, 2, 3, 4, 5], - "CollectionLimpet_Reinforced": [1, 2, 3, 4, 5], - "CollectionLimpet_Shielded": [1, 2, 3, 4, 5] + "CollectionLimpet_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "CollectionLimpet_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "CollectionLimpet_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", @@ -128,10 +941,102 @@ }, "ch": { "blueprints": { - "ChaffLauncher_ChaffCapacity": [3], - "ChaffLauncher_LightWeight": [1, 2, 3, 4, 5], - "ChaffLauncher_Reinforced": [1, 2, 3, 4, 5], - "ChaffLauncher_Shielded": [1, 2, 3, 4, 5] + "ChaffLauncher_ChaffCapacity": { + "grades": { + "3": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "ChaffLauncher_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "ChaffLauncher_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "ChaffLauncher_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + } }, "modifications": [ "ammo", @@ -149,12 +1054,246 @@ }, "cs": { "blueprints": { - "Sensor_CargoScanner_FastScan": [1, 2, 3, 4, 5], - "CargoScanner_LightWeight": [1, 2, 3, 4, 5], - "Sensor_CargoScanner_LongRange": [1, 2, 3, 4, 5], - "CargoScanner_Reinforced": [1, 2, 3, 4, 5], - "CargoScanner_Shielded": [1, 2, 3, 4, 5], - "Sensor_CargoScanner_WideAngle": [1, 2, 3, 4, 5] + "Sensor_CargoScanner_FastScan": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "CargoScanner_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "Sensor_CargoScanner_LongRange": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "CargoScanner_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "CargoScanner_Shielded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "Sensor_CargoScanner_WideAngle": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", @@ -173,9 +1312,93 @@ }, "ec": { "blueprints": { - "ECM_LightWeight": [1, 2, 3, 4, 5], - "ECM_Reinforced": [1, 2, 3, 4, 5], - "ECM_Shielded": [1, 2, 3, 4, 5] + "ECM_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "ECM_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "ECM_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + } }, "modifications": [ "integrity", @@ -185,14 +1408,262 @@ }, "fc": { "blueprints": { - "Weapon_DoubleShot": [1, 2, 3, 4, 5], - "Weapon_Efficient": [1, 2, 3, 4, 5], - "Weapon_HighCapacity": [1, 2, 3, 4, 5], - "Weapon_LightWeight": [1, 2, 3, 4, 5], - "Weapon_LongRange": [1, 2, 3, 4, 5], - "Weapon_Overcharged": [1, 2, 3, 4, 5], - "Weapon_RapidFire": [1, 2, 3, 4, 5], - "Weapon_Sturdy": [1, 2, 3, 4, 5] + "Weapon_DoubleShot": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + }, + "Weapon_Efficient": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + }, + "Weapon_HighCapacity": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + }, + "Weapon_LongRange": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + }, + "Weapon_Overcharged": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + }, + "Weapon_RapidFire": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Zacariah Nemo" + ] + }, + "5": { + "engineers": [ + "Zacariah Nemo" + ] + } + } + } }, "modifications": [ "ammo", @@ -229,8 +1700,57 @@ }, "fi": { "blueprints": { - "FSDinterdictor_Expanded": [1, 2, 3, 4], - "FSDinterdictor_LongRange": [1, 2, 3] + "FSDinterdictor_Expanded": { + "grades": { + "1": { + "engineers": [ + "Colonel Bris Dekker", + "Felicity Farseer", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Colonel Bris Dekker", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Colonel Bris Dekker", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Colonel Bris Dekker" + ] + } + } + }, + "FSDinterdictor_LongRange": { + "grades": { + "1": { + "engineers": [ + "Colonel Bris Dekker", + "Felicity Farseer", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Colonel Bris Dekker", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Colonel Bris Dekker", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "boot", @@ -243,7 +1763,33 @@ }, "fs": { "blueprints": { - "FuelScoop_Shielded": [1, 2, 3, 4] + "FuelScoop_Shielded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "4": { + "engineers": [ + "Lori Jameson" + ] + } + } + } }, "modifications": [ "integrity", @@ -252,9 +1798,126 @@ }, "fsd": { "blueprints": { - "FSD_FastBoot": [1, 2, 3, 4, 5], - "FSD_LongRange": [1, 2, 3, 4, 5], - "FSD_Shielded": [1, 2, 3, 4, 5] + "FSD_FastBoot": { + "grades": { + "1": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "2": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "3": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "4": { + "engineers": [ + "Elvira Martuuk", + "Felicity Farseer" + ] + }, + "5": { + "engineers": [ + "Elvira Martuuk", + "Felicity Farseer" + ] + } + } + }, + "FSD_LongRange": { + "grades": { + "1": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "2": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "3": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "4": { + "engineers": [ + "Elvira Martuuk", + "Felicity Farseer" + ] + }, + "5": { + "engineers": [ + "Elvira Martuuk", + "Felicity Farseer" + ] + } + } + }, + "FSD_Shielded": { + "grades": { + "1": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "2": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "3": { + "engineers": [ + "Colonel Bris Dekker", + "Elvira Martuuk", + "Felicity Farseer", + "Professor Palin" + ] + }, + "4": { + "engineers": [ + "Elvira Martuuk", + "Felicity Farseer" + ] + }, + "5": { + "engineers": [ + "Elvira Martuuk", + "Felicity Farseer" + ] + } + } + } }, "modifications": [ "boot", @@ -274,9 +1937,120 @@ }, "fx": { "blueprints": { - "FuelTransferLimpet_LightWeight": [1, 2, 3, 4, 5], - "FuelTransferLimpet_Reinforced": [1, 2, 3, 4, 5], - "FuelTransferLimpet_Shielded": [1, 2, 3, 4, 5] + "FuelTransferLimpet_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "FuelTransferLimpet_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "FuelTransferLimpet_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", @@ -286,9 +2060,120 @@ }, "hb": { "blueprints": { - "HatchBreakerLimpet_LightWeight": [1, 2, 3, 4, 5], - "HatchBreakerLimpet_Reinforced": [1, 2, 3, 4, 5], - "HatchBreakerLimpet_Shielded": [1, 2, 3, 4, 5] + "HatchBreakerLimpet_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "HatchBreakerLimpet_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "HatchBreakerLimpet_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", @@ -298,11 +2183,156 @@ }, "hr": { "blueprints": { - "HullReinforcement_Advanced": [1, 2, 3, 4, 5], - "HullReinforcement_Explosive": [1, 2, 3, 4, 5], - "HullReinforcement_HeavyDuty": [1, 2, 3, 4, 5], - "HullReinforcement_Kinetic": [1, 2, 3, 4, 5], - "HullReinforcement_Thermic": [1, 2, 3, 4, 5] + "HullReinforcement_Advanced": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "HullReinforcement_Explosive": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "HullReinforcement_HeavyDuty": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "HullReinforcement_Kinetic": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + }, + "HullReinforcement_Thermic": { + "grades": { + "1": { + "engineers": [ + "Liz Ryder", + "Selene Jean" + ] + }, + "2": { + "engineers": [ + "Selene Jean" + ] + }, + "3": { + "engineers": [ + "Selene Jean" + ] + }, + "4": { + "engineers": [ + "Selene Jean" + ] + }, + "5": { + "engineers": [ + "Selene Jean" + ] + } + } + } }, "modifications": [ "hullreinforcement", @@ -315,10 +2345,102 @@ }, "hs": { "blueprints": { - "HeatSinkLauncher_HeatSinkCapacity": [3], - "HeatSinkLauncher_LightWeight": [1, 2, 3, 4, 5], - "HeatSinkLauncher_Reinforced": [1, 2, 3, 4, 5], - "HeatSinkLauncher_Shielded": [1, 2, 3, 4, 5] + "HeatSinkLauncher_HeatSinkCapacity": { + "grades": { + "3": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "HeatSinkLauncher_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "HeatSinkLauncher_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "HeatSinkLauncher_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + } }, "modifications": [ "ammo", @@ -330,12 +2452,246 @@ }, "kw": { "blueprints": { - "Sensor_KillWarrantScanner_FastScan": [1, 2, 3, 4, 5], - "KillWarrantScanner_LightWeight": [1, 2, 3, 4, 5], - "KillWarrantScanner_LongRange": [1, 2, 3, 4, 5], - "KillWarrantScanner_Reinforced": [1, 2, 3, 4, 5], - "KillWarrantScanner_Shielded": [1, 2, 3, 4, 5], - "Sensor_KillWarrantScanner_WideAngle": [1, 2, 3, 4, 5] + "Sensor_KillWarrantScanner_FastScan": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "KillWarrantScanner_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "KillWarrantScanner_LongRange": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "KillWarrantScanner_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "KillWarrantScanner_Shielded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "Sensor_KillWarrantScanner_WideAngle": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", @@ -348,9 +2704,87 @@ }, "ls": { "blueprints": { - "LifeSupport_LightWeight": [1, 2, 3, 4], - "LifeSupport_Reinforced": [1, 2, 3, 4], - "LifeSupport_Shielded": [1, 2, 3, 4] + "LifeSupport_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "4": { + "engineers": [ + "Lori Jameson" + ] + } + } + }, + "LifeSupport_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "4": { + "engineers": [ + "Lori Jameson" + ] + } + } + }, + "LifeSupport_Shielded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "4": { + "engineers": [ + "Lori Jameson" + ] + } + } + } }, "modifications": [ "boot", @@ -361,14 +2795,230 @@ }, "mc": { "blueprints": { - "Weapon_Efficient": [1, 2, 3, 4, 5], - "Weapon_HighCapacity": [1, 2, 3, 4, 5], - "Weapon_LightWeight": [1, 2, 3, 4, 5], - "Weapon_LongRange": [1, 2, 3, 4, 5], - "Weapon_Overcharged": [1, 2, 3, 4, 5], - "Weapon_RapidFire": [1, 2, 3, 4, 5], - "Weapon_ShortRange": [1, 2, 3, 4, 5], - "Weapon_Sturdy": [1, 2, 3, 4, 5] + "Weapon_Efficient": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_HighCapacity": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_Overcharged": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_RapidFire": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_ShortRange": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Tod McQuinn", + "Zacariah Nemo" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + } }, "modifications": [ "ammo", @@ -404,10 +3054,134 @@ }, "mr": { "blueprints": { - "Weapon_HighCapacity": [1, 2, 3, 4, 5], - "Weapon_LightWeight": [1, 2, 3, 4, 5], - "Weapon_RapidFire": [1, 2, 3, 4, 5], - "Weapon_Sturdy": [1, 2, 3, 4, 5] + "Weapon_HighCapacity": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Liz Ryder" + ] + }, + "5": { + "engineers": [ + "Liz Ryder" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Liz Ryder" + ] + }, + "5": { + "engineers": [ + "Liz Ryder" + ] + } + } + }, + "Weapon_RapidFire": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Liz Ryder" + ] + }, + "5": { + "engineers": [ + "Liz Ryder" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Liz Ryder" + ] + }, + "5": { + "engineers": [ + "Liz Ryder" + ] + } + } + } }, "modifications": [ "ammo", @@ -441,10 +3215,134 @@ }, "nl": { "blueprints": { - "Weapon_HighCapacity": [1, 2, 3, 4, 5], - "Weapon_LightWeight": [1, 2, 3, 4, 5], - "Weapon_RapidFire": [1, 2, 3, 4, 5], - "Weapon_Sturdy": [1, 2, 3, 4, 5] + "Weapon_HighCapacity": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Juri Ishmaak" + ] + }, + "5": { + "engineers": [ + "Juri Ishmaak" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Juri Ishmaak" + ] + }, + "5": { + "engineers": [ + "Juri Ishmaak" + ] + } + } + }, + "Weapon_RapidFire": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Juri Ishmaak" + ] + }, + "5": { + "engineers": [ + "Juri Ishmaak" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Juri Ishmaak" + ] + }, + "5": { + "engineers": [ + "Juri Ishmaak" + ] + } + } + } }, "modifications": [ "ammo", @@ -473,14 +3371,254 @@ }, "pa": { "blueprints": { - "Weapon_Efficient": [1, 2, 3, 4, 5], - "Weapon_Focused": [1, 2, 3, 4, 5], - "Weapon_LightWeight": [1, 2, 3, 4, 5], - "Weapon_LongRange": [1, 2, 3, 4, 5], - "Weapon_Overcharged": [1, 2, 3, 4, 5], - "Weapon_RapidFire": [1, 2, 3, 4, 5], - "Weapon_ShortRange": [1, 2, 3, 4, 5], - "Weapon_Sturdy": [1, 2, 3, 4, 5] + "Weapon_Efficient": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + }, + "Weapon_Focused": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + }, + "Weapon_LongRange": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + }, + "Weapon_Overcharged": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + }, + "Weapon_RapidFire": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + }, + "Weapon_ShortRange": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Zacariah Nemo" + ] + }, + "3": { + "engineers": [ + "Bill Turner" + ] + }, + "4": { + "engineers": [ + "Bill Turner" + ] + }, + "5": { + "engineers": [ + "Bill Turner" + ] + } + } + } }, "modifications": [ "ammo", @@ -516,9 +3654,120 @@ }, "pc": { "blueprints": { - "ProspectingLimpet_LightWeight": [1, 2, 3, 4, 5], - "ProspectingLimpet_Reinforced": [1, 2, 3, 4, 5], - "ProspectingLimpet_Shielded": [1, 2, 3, 4, 5] + "ProspectingLimpet_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "ProspectingLimpet_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + }, + "ProspectingLimpet_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Ram Tah", + "The Sarge", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "The Sarge", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", @@ -552,12 +3801,186 @@ }, "pd": { "blueprints": { - "PowerDistributor_HighFrequency": [1, 2, 3, 4, 5], - "PowerDistributor_PriorityEngines": [1, 2, 3], - "PowerDistributor_HighCapacity": [1, 2, 3, 4, 5], - "PowerDistributor_Shielded": [1, 2, 3, 4, 5], - "PowerDistributor_PrioritySystems": [1, 2, 3], - "PowerDistributor_PriorityWeapons": [1, 2, 3] + "PowerDistributor_HighFrequency": { + "grades": { + "1": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "The Dweller" + ] + }, + "5": { + "engineers": [ + "The Dweller" + ] + } + } + }, + "PowerDistributor_PriorityEngines": { + "grades": { + "1": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + } + } + }, + "PowerDistributor_HighCapacity": { + "grades": { + "1": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "The Dweller" + ] + }, + "5": { + "engineers": [ + "The Dweller" + ] + } + } + }, + "PowerDistributor_Shielded": { + "grades": { + "1": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "The Dweller" + ] + }, + "5": { + "engineers": [ + "The Dweller" + ] + } + } + }, + "PowerDistributor_PrioritySystems": { + "grades": { + "1": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + } + } + }, + "PowerDistributor_PriorityWeapons": { + "grades": { + "1": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent", + "The Dweller" + ] + } + } + } }, "modifications": [ "boot", @@ -574,14 +3997,270 @@ }, "pl": { "blueprints": { - "Weapon_Efficient": [1, 2, 3, 4, 5], - "Weapon_Focused": [1, 2, 3, 4, 5], - "Weapon_LightWeight": [1, 2, 3, 4, 5], - "Weapon_LongRange": [1, 2, 3, 4, 5], - "Weapon_Overcharged": [1, 2, 3, 4, 5], - "Weapon_RapidFire": [1, 2, 3, 4, 5], - "Weapon_ShortRange": [1, 2, 3, 4, 5], - "Weapon_Sturdy": [1, 2, 3, 4, 5] + "Weapon_Efficient": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Focused": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_LongRange": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Overcharged": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_RapidFire": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_ShortRange": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + } }, "modifications": [ "damage", @@ -608,9 +4287,102 @@ "po": { "blueprints": { "PointDefence_PointDefenseCapacity": [3], - "PointDefence_LightWeight": [1, 2, 3, 4, 5], - "PointDefence_Reinforced": [1, 2, 3, 4, 5], - "PointDefence_Shielded": [1, 2, 3, 4, 5] + "HeatSinkLauncher_Shielded": { + "grades": { + "3": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "PointDefence_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "PointDefence_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + }, + "PointDefence_Shielded": { + "grades": { + "1": { + "engineers": [ + "Ram Tah" + ] + }, + "2": { + "engineers": [ + "Ram Tah" + ] + }, + "3": { + "engineers": [ + "Ram Tah" + ] + }, + "4": { + "engineers": [ + "Ram Tah" + ] + }, + "5": { + "engineers": [ + "Ram Tah" + ] + } + } + } }, "modifications": [ "ammo", @@ -622,9 +4394,97 @@ }, "pp": { "blueprints": { - "PowerPlant_Armoured": [1, 2, 3, 4, 5], - "PowerPlant_Stealth": [1, 2, 3], - "PowerPlant_Boosted": [1, 2, 3, 4, 5] + "PowerPlant_Armoured": { + "grades": { + "1": { + "engineers": [ + "Felicity Farseer", + "Hera Tani", + "Marco Qwent" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + }, + "4": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + }, + "5": { + "engineers": [ + "Hera Tani" + ] + } + } + }, + "PowerPlant_Stealth": { + "grades": { + "1": { + "engineers": [ + "Felicity Farseer", + "Hera Tani", + "Marco Qwent" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + } + } + }, + "PowerPlant_Boosted": { + "grades": { + "1": { + "engineers": [ + "Felicity Farseer", + "Hera Tani", + "Marco Qwent" + ] + }, + "2": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + }, + "3": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + }, + "4": { + "engineers": [ + "Hera Tani", + "Marco Qwent" + ] + }, + "5": { + "engineers": [ + "Hera Tani" + ] + } + } + } }, "modifications": [ "eff", @@ -635,10 +4495,146 @@ }, "psg": { "blueprints": { - "ShieldGenerator_Kinetic": [1, 2, 3, 4, 5], - "ShieldGenerator_Optimised": [1, 2, 3, 4, 5], - "ShieldGenerator_Reinforced": [1, 2, 3, 4, 5], - "ShieldGenerator_Thermic": [1, 2, 3, 4, 5] + "ShieldGenerator_Kinetic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Optimised": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Thermic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + } }, "modifications": [ "boot", @@ -664,7 +4660,33 @@ }, "rf": { "blueprints": { - "Refineries_Shielded": [1, 2, 3, 4] + "Refineries_Shielded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson" + ] + }, + "4": { + "engineers": [ + "Lori Jameson" + ] + } + } + } }, "modifications": [ "integrity", @@ -673,11 +4695,166 @@ }, "rg": { "blueprints": { - "Weapon_HighCapacity": [1, 2, 3, 4, 5], - "Weapon_LightWeight": [1, 2, 3, 4, 5], - "Weapon_LongRange": [1, 2, 3, 4, 5], - "Weapon_ShortRange": [1, 2, 3, 4, 5], - "Weapon_Sturdy": [1, 2, 3, 4, 5] + "Weapon_HighCapacity": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_LongRange": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_ShortRange": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "2": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "3": { + "engineers": [ + "The Sarge", + "Tod McQuinn" + ] + }, + "4": { + "engineers": [ + "Tod McQuinn" + ] + }, + "5": { + "engineers": [ + "Tod McQuinn" + ] + } + } + } }, "modifications": [ "ammo", @@ -704,9 +4881,141 @@ }, "s": { "blueprints": { - "Sensor_Sensor_LightWeight": [1, 2, 3, 4, 5], - "Sensor_Sensor_LongRange": [1, 2, 3, 4, 5], - "Sensor_Sensor_WideAngle": [1, 2, 3, 4, 5] + "Sensor_Sensor_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "Sensor_Sensor_LongRange": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "Sensor_Sensor_WideAngle": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", @@ -718,11 +5027,171 @@ }, "sb": { "blueprints": { - "ShieldBooster_Explosive": [1, 2, 3, 4, 5], - "ShieldBooster_HeavyDuty": [1, 2, 3, 4, 5], - "ShieldBooster_Kinetic": [1, 2, 3, 4, 5], - "ShieldBooster_Resistive": [1, 2, 3, 4, 5], - "ShieldBooster_Thermic": [1, 2, 3, 4, 5] + "ShieldBooster_Explosive": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Felicity Farseer", + "Lei Chung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "4": { + "engineers": [ + "Didi Vatermann" + ] + }, + "5": { + "engineers": [ + "Didi Vatermann" + ] + } + } + }, + "ShieldBooster_HeavyDuty": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Felicity Farseer", + "Lei Chung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "4": { + "engineers": [ + "Didi Vatermann" + ] + }, + "5": { + "engineers": [ + "Didi Vatermann" + ] + } + } + }, + "ShieldBooster_Kinetic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Felicity Farseer", + "Lei Chung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "4": { + "engineers": [ + "Didi Vatermann" + ] + }, + "5": { + "engineers": [ + "Didi Vatermann" + ] + } + } + }, + "ShieldBooster_Resistive": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Felicity Farseer", + "Lei Chung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "4": { + "engineers": [ + "Didi Vatermann" + ] + }, + "5": { + "engineers": [ + "Didi Vatermann" + ] + } + } + }, + "ShieldBooster_Thermic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Felicity Farseer", + "Lei Chung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Lei Chung" + ] + }, + "4": { + "engineers": [ + "Didi Vatermann" + ] + }, + "5": { + "engineers": [ + "Didi Vatermann" + ] + } + } + } }, "modifications": [ "explres", @@ -742,8 +5211,46 @@ }, "scb": { "blueprints": { - "ShieldCellBank_Rapid": [1, 2, 3], - "ShieldCellBank_Specialised": [1, 2, 3] + "ShieldCellBank_Rapid": { + "grades": { + "1": { + "engineers": [ + "Elvira Martuuk", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Lori Jameson" + ] + } + } + }, + "ShieldCellBank_Specialised": { + "grades": { + "1": { + "engineers": [ + "Elvira Martuuk", + "Lori Jameson" + ] + }, + "2": { + "engineers": [ + "Lori Jameson" + ] + }, + "3": { + "engineers": [ + "Lori Jameson" + ] + } + } + } }, "modifications": [ "boot", @@ -759,10 +5266,146 @@ }, "sg": { "blueprints": { - "ShieldGenerator_Kinetic": [1, 2, 3, 4, 5], - "ShieldGenerator_Optimised": [1, 2, 3, 4, 5], - "ShieldGenerator_Reinforced": [1, 2, 3, 4, 5], - "ShieldGenerator_Thermic": [1, 2, 3, 4, 5] + "ShieldGenerator_Kinetic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Optimised": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + }, + "ShieldGenerator_Thermic": { + "grades": { + "1": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "2": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "3": { + "engineers": [ + "Didi Vatermann", + "Elvira Martuuk", + "Lei Cheung" + ] + }, + "4": { + "engineers": [ + "Lei Cheung" + ] + }, + "5": { + "engineers": [ + "Lei Cheung" + ] + } + } + } }, "modifications": [ "boot", @@ -782,9 +5425,123 @@ }, "ss": { "blueprints": { - "Sensor_SurfaceScanner_FastScan": [1, 2, 3, 4, 5], - "Sensor_SurfaceScanner_LongRange": [1, 2, 3, 4, 5], - "Sensor_SurfaceScanner_WideAngle": [1, 2, 3, 4, 5] + "Sensor_SurfaceScanner_FastScan": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "Sensor_SurfaceScanner_LongRange": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "Sensor_SurfaceScanner_WideAngle": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Lori Jameson", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "mass", @@ -797,9 +5554,108 @@ "t": { "blueprints": { - "Engine_Dirty": [1, 2, 3, 4, 5], - "Engine_Reinforced": [1, 2, 3, 4, 5], - "Engine_Tuned": [1, 2, 3, 4, 5] + "Engine_Dirty": { + "grades": { + "1": { + "engineers": [ + "Elvira Martuuk", + "Felicty Farseer", + "Professor Palin" + ] + }, + "2": { + "engineers": [ + "Elvira Martuuk", + "Felicty Farseer", + "Professor Palin" + ] + }, + "3": { + "engineers": [ + "Felicty Farseer", + "Professor Palin" + ] + }, + "4": { + "engineers": [ + "Professor Palin" + ] + }, + "5": { + "engineers": [ + "Professor Palin" + ] + } + } + }, + "Engine_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Elvira Martuuk", + "Felicty Farseer", + "Professor Palin" + ] + }, + "2": { + "engineers": [ + "Elvira Martuuk", + "Felicty Farseer", + "Professor Palin" + ] + }, + "3": { + "engineers": [ + "Felicty Farseer", + "Professor Palin" + ] + }, + "4": { + "engineers": [ + "Professor Palin" + ] + }, + "5": { + "engineers": [ + "Professor Palin" + ] + } + } + }, + "Engine_Tuned": { + "grades": { + "1": { + "engineers": [ + "Elvira Martuuk", + "Felicty Farseer", + "Professor Palin" + ] + }, + "2": { + "engineers": [ + "Elvira Martuuk", + "Felicty Farseer", + "Professor Palin" + ] + }, + "3": { + "engineers": [ + "Felicty Farseer", + "Professor Palin" + ] + }, + "4": { + "engineers": [ + "Professor Palin" + ] + }, + "5": { + "engineers": [ + "Professor Palin" + ] + } + } + } }, "modifications": [ "integrity", @@ -812,8 +5668,70 @@ }, "tp": { "blueprints": { - "Weapon_LightWeight": [1, 2, 3, 4, 5], - "Weapon_Sturdy": [1, 2, 3, 4, 5] + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Liz Ryder" + ] + }, + "5": { + "engineers": [ + "Liz Ryder" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "2": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "3": { + "engineers": [ + "Juri Ishmaak", + "Liz Ryder" + ] + }, + "4": { + "engineers": [ + "Liz Ryder" + ] + }, + "5": { + "engineers": [ + "Liz Ryder" + ] + } + } + } }, "modifications": [ "damage", @@ -837,14 +5755,270 @@ }, "ul": { "blueprints": { - "Weapon_Efficient": [1, 2, 3, 4, 5], - "Weapon_Focused": [1, 2, 3, 4, 5], - "Weapon_LightWeight": [1, 2, 3, 4, 5], - "Weapon_LongRange": [1, 2, 3, 4, 5], - "Weapon_Overcharged": [1, 2, 3, 4, 5], - "Weapon_RapidFire": [1, 2, 3, 4, 5], - "Weapon_ShortRange": [1, 2, 3, 4, 5], - "Weapon_Sturdy": [1, 2, 3, 4, 5] + "Weapon_Efficient": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Focused": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_LongRange": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Overcharged": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_RapidFire": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_ShortRange": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + }, + "Weapon_Sturdy": { + "grades": { + "1": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "2": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "3": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "4": { + "engineers": [ + "Broo Tarquin", + "The Dweller" + ] + }, + "5": { + "engineers": [ + "Broo Tarquin" + ] + } + } + } }, "modifications": [ "burst", @@ -872,12 +6046,246 @@ }, "ws": { "blueprints": { - "Sensor_WakeScanner_FastScan": [1, 2, 3, 4, 5], - "WakeScanner_LightWeight": [1, 2, 3, 4, 5], - "Sensor_WakeScanner_LongRange": [1, 2, 3, 4, 5], - "WakeScanner_Reinforced": [1, 2, 3, 4, 5], - "WakeScanner_Shielded": [1, 2, 3, 4, 5], - "Sensor_WakeScanner_WideAngle": [1, 2, 3, 4, 5] + "Sensor_WakeScanner_FastScan": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "WakeScanner_LightWeight": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "Sensor_WakeScanner_LongRange": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + }, + "WakeScanner_Reinforced": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "WakeScanner_Shielded": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Tiana Fortune" + ] + } + } + }, + "Sensor_WakeScanner_WideAngle": { + "grades": { + "1": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "2": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lei Chung", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "3": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "4": { + "engineers": [ + "Bill Turner", + "Juri Ishmaak", + "Lori Jameson", + "Tiana Fortune" + ] + }, + "5": { + "engineers": [ + "Bill Turner", + "Lori Jameson", + "Tiana Fortune" + ] + } + } + } }, "modifications": [ "integrity", From 812d84a13082fa952c93db6c0f2626534b70b3b9 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Mon, 27 Mar 2017 12:12:14 +0100 Subject: [PATCH 22/30] Fix typo for scan angle --- dist/index.js | 2 +- dist/index.json | 2 +- modifications/modifications.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index 33dbe6a..6494e80 100644 --- a/dist/index.js +++ b/dist/index.js @@ -21155,7 +21155,7 @@ module.exports = { }, angle: { id: 46, - name: "scanangle", + name: "angle", type: "percentage", method: "multiplicative", higherbetter: true diff --git a/dist/index.json b/dist/index.json index a5e556c..bdca86a 100644 --- a/dist/index.json +++ b/dist/index.json @@ -28453,7 +28453,7 @@ }, "angle": { "id": 46, - "name": "scanangle", + "name": "angle", "type": "percentage", "method": "multiplicative", "higherbetter": true diff --git a/modifications/modifications.json b/modifications/modifications.json index 6a7212b..0ae7260 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -34,7 +34,7 @@ "regen": {"id": 27, "name": "regen", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "reload": {"id": 28, "name": "reload", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "rof": {"id": 29, "name": "rof", "type": "percentage", "method": "multiplicative", "higherbetter": false}, - "angle": {"id": 46, "name": "scanangle", "type": "percentage", "method": "multiplicative", "higherbetter": true}, + "angle": {"id": 46, "name": "angle", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "scantime": {"id": 48, "name": "scantime", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "shield": {"id": 30, "name": "shield", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "shieldboost": {"id": 31, "name": "shieldboost", "type": "percentage", "method": "multiplicative", "higherbetter": true}, From 501fc6932d31288d88fcbb1bfee00afa62f86ad0 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Tue, 28 Mar 2017 11:00:08 +0100 Subject: [PATCH 23/30] Remove power mods from DSS blueprints --- dist/index.js | 17 +--------- dist/index.json | 61 ----------------------------------- modifications/blueprints.json | 15 --------- modifications/modules.json | 1 - 4 files changed, 1 insertion(+), 93 deletions(-) diff --git a/dist/index.js b/dist/index.js index 6494e80..cc609cc 100644 --- a/dist/index.js +++ b/dist/index.js @@ -18931,7 +18931,6 @@ module.exports = { }, features: { mass: [ .4, .2 ], - power: [ .2, .1 ], scantime: [ .1, .4 ] } }, @@ -18942,7 +18941,6 @@ module.exports = { }, features: { mass: [ .8, .4 ], - power: [ .4, .2 ], scantime: [ .2, .5 ] } }, @@ -18954,7 +18952,6 @@ module.exports = { }, features: { mass: [ 1.2, .6 ], - power: [ .6, .3 ], scantime: [ .3, .6 ] } }, @@ -18966,7 +18963,6 @@ module.exports = { }, features: { mass: [ 1.6, .8 ], - power: [ .8, .4 ], scantime: [ .4, .7 ] } }, @@ -18978,7 +18974,6 @@ module.exports = { }, features: { mass: [ 2, 1 ], - power: [ 1, .5 ], scantime: [ .5, .8 ] } } @@ -18996,7 +18991,6 @@ module.exports = { }, features: { mass: [ .4, .2 ], - power: [ .2, .1 ], range: [ .2, .4 ] } }, @@ -19007,7 +19001,6 @@ module.exports = { }, features: { mass: [ .8, .4 ], - power: [ .4, .2 ], range: [ .4, .8 ] } }, @@ -19019,7 +19012,6 @@ module.exports = { }, features: { mass: [ 1.2, .6 ], - power: [ .6, .3 ], range: [ .6, 1.2 ] } }, @@ -19031,7 +19023,6 @@ module.exports = { }, features: { mass: [ 1.6, .8 ], - power: [ .8, .4 ], range: [ .8, 1.6 ] } }, @@ -19043,7 +19034,6 @@ module.exports = { }, features: { mass: [ 2, 1 ], - power: [ 1, .5 ], range: [ 1, 2 ] } } @@ -19061,7 +19051,6 @@ module.exports = { }, features: { mass: [ .4, .2 ], - power: [ .2, .1 ], angle: [ .2, .4 ] } }, @@ -19072,7 +19061,6 @@ module.exports = { }, features: { mass: [ .8, .4 ], - power: [ .4, .2 ], angle: [ .4, .8 ] } }, @@ -19084,7 +19072,6 @@ module.exports = { }, features: { mass: [ 1.2, .6 ], - power: [ .6, .3 ], angle: [ .6, 1.2 ] } }, @@ -19096,7 +19083,6 @@ module.exports = { }, features: { mass: [ 1.6, .8 ], - power: [ .8, .4 ], angle: [ .8, 1.6 ] } }, @@ -19108,7 +19094,6 @@ module.exports = { }, features: { mass: [ 2, 1 ], - power: [ 1, .5 ], angle: [ 1, 2 ] } } @@ -24616,7 +24601,7 @@ module.exports = { } } }, - modifications: [ "mass", "power", "angle", "range", "scantime" ] + modifications: [ "mass", "angle", "range", "scantime" ] }, t: { blueprints: { diff --git a/dist/index.json b/dist/index.json index bdca86a..453f2d0 100644 --- a/dist/index.json +++ b/dist/index.json @@ -24597,10 +24597,6 @@ 0.4, 0.2 ], - "power": [ - 0.2, - 0.1 - ], "scantime": [ 0.1, 0.4 @@ -24617,10 +24613,6 @@ 0.8, 0.4 ], - "power": [ - 0.4, - 0.2 - ], "scantime": [ 0.2, 0.5 @@ -24638,10 +24630,6 @@ 1.2, 0.6 ], - "power": [ - 0.6, - 0.3 - ], "scantime": [ 0.3, 0.6 @@ -24659,10 +24647,6 @@ 1.6, 0.8 ], - "power": [ - 0.8, - 0.4 - ], "scantime": [ 0.4, 0.7 @@ -24680,10 +24664,6 @@ 2, 1 ], - "power": [ - 1, - 0.5 - ], "scantime": [ 0.5, 0.8 @@ -24710,10 +24690,6 @@ 0.4, 0.2 ], - "power": [ - 0.2, - 0.1 - ], "range": [ 0.2, 0.4 @@ -24730,10 +24706,6 @@ 0.8, 0.4 ], - "power": [ - 0.4, - 0.2 - ], "range": [ 0.4, 0.8 @@ -24751,10 +24723,6 @@ 1.2, 0.6 ], - "power": [ - 0.6, - 0.3 - ], "range": [ 0.6, 1.2 @@ -24772,10 +24740,6 @@ 1.6, 0.8 ], - "power": [ - 0.8, - 0.4 - ], "range": [ 0.8, 1.6 @@ -24793,10 +24757,6 @@ 2, 1 ], - "power": [ - 1, - 0.5 - ], "range": [ 1, 2 @@ -24823,10 +24783,6 @@ 0.4, 0.2 ], - "power": [ - 0.2, - 0.1 - ], "angle": [ 0.2, 0.4 @@ -24843,10 +24799,6 @@ 0.8, 0.4 ], - "power": [ - 0.4, - 0.2 - ], "angle": [ 0.4, 0.8 @@ -24864,10 +24816,6 @@ 1.2, 0.6 ], - "power": [ - 0.6, - 0.3 - ], "angle": [ 0.6, 1.2 @@ -24885,10 +24833,6 @@ 1.6, 0.8 ], - "power": [ - 0.8, - 0.4 - ], "angle": [ 0.8, 1.6 @@ -24906,10 +24850,6 @@ 2, 1 ], - "power": [ - 1, - 0.5 - ], "angle": [ 1, 2 @@ -34426,7 +34366,6 @@ }, "modifications": [ "mass", - "power", "angle", "range", "scantime" diff --git a/modifications/blueprints.json b/modifications/blueprints.json index 23886c6..4f4f8e3 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -4494,7 +4494,6 @@ }, "features": { "mass": [ 0.4, 0.2 ], - "power": [ 0.2, 0.1 ], "scantime": [ 0.1, 0.4 ] } }, @@ -4505,7 +4504,6 @@ }, "features": { "mass": [ 0.8, 0.4 ], - "power": [ 0.4, 0.2 ], "scantime": [ 0.2, 0.5 ] } }, @@ -4517,7 +4515,6 @@ }, "features": { "mass": [ 1.2, 0.6 ], - "power": [ 0.6, 0.3 ], "scantime": [ 0.3, 0.6 ] } }, @@ -4529,7 +4526,6 @@ }, "features": { "mass": [ 1.6, 0.8 ], - "power": [ 0.8, 0.4 ], "scantime": [ 0.4, 0.7 ] } }, @@ -4541,7 +4537,6 @@ }, "features": { "mass": [ 2, 1 ], - "power": [ 1, 0.5 ], "scantime": [ 0.5, 0.8 ] } } @@ -4559,7 +4554,6 @@ }, "features": { "mass": [ 0.4, 0.2 ], - "power": [ 0.2, 0.1 ], "range": [ 0.2, 0.4 ] } }, @@ -4570,7 +4564,6 @@ }, "features": { "mass": [ 0.8, 0.4 ], - "power": [ 0.4, 0.2 ], "range": [ 0.4, 0.8 ] } }, @@ -4582,7 +4575,6 @@ }, "features": { "mass": [ 1.2, 0.6 ], - "power": [ 0.6, 0.3 ], "range": [ 0.6, 1.2 ] } }, @@ -4594,7 +4586,6 @@ }, "features": { "mass": [ 1.6, 0.8 ], - "power": [ 0.8, 0.4 ], "range": [ 0.8, 1.6 ] } }, @@ -4606,7 +4597,6 @@ }, "features": { "mass": [ 2, 1 ], - "power": [ 1, 0.5 ], "range": [ 1, 2 ] } } @@ -4624,7 +4614,6 @@ }, "features": { "mass": [ 0.4, 0.2 ], - "power": [ 0.2, 0.1 ], "angle": [ 0.2, 0.4 ] } }, @@ -4635,7 +4624,6 @@ }, "features": { "mass": [ 0.8, 0.4 ], - "power": [ 0.4, 0.2 ], "angle": [ 0.4, 0.8 ] } }, @@ -4647,7 +4635,6 @@ }, "features": { "mass": [ 1.2, 0.6 ], - "power": [ 0.6, 0.3 ], "angle": [ 0.6, 1.2 ] } }, @@ -4659,7 +4646,6 @@ }, "features": { "mass": [ 1.6, 0.8 ], - "power": [ 0.8, 0.4 ], "angle": [ 0.8, 1.6 ] } }, @@ -4671,7 +4657,6 @@ }, "features": { "mass": [ 2, 1 ], - "power": [ 1, 0.5 ], "angle": [ 1, 2 ] } } diff --git a/modifications/modules.json b/modifications/modules.json index 23992d5..c134590 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -5545,7 +5545,6 @@ }, "modifications": [ "mass", - "power", "angle", "range", "scantime" From 6567478d80b72667ffcb42ba88f4eae0007b2b43 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Tue, 28 Mar 2017 13:01:26 +0100 Subject: [PATCH 24/30] Add explosive/thermal split for overload munitions --- dist/index.js | 13 ++++++++++--- dist/index.json | 13 ++++++++++--- modifications/modifierActions.json | 4 ++++ 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/dist/index.js b/dist/index.js index cc609cc..2e937a8 100644 --- a/dist/index.js +++ b/dist/index.js @@ -21431,7 +21431,7 @@ module.exports = { special_distortion_field: {}, special_drag_munitions: {}, special_emissive_munitions: { - thermload: 1 + thermload: 1.1 }, special_feedback_cascade: { breachdmg: -.2, @@ -21459,7 +21459,12 @@ module.exports = { T: .5 } }, - special_overload_munitions: {}, + special_overload_munitions: { + damagedist: { + E: .5, + T: .5 + } + }, special_phasing_sequence: { damage: -.1 }, @@ -21472,7 +21477,9 @@ module.exports = { special_regeneration_sequence: { damage: -.1 }, - special_reverberating_cascade: {}, + special_reverberating_cascade: { + damage: 0 + }, special_scramble_spectrum: { rof: .1111111111111111 }, diff --git a/dist/index.json b/dist/index.json index 453f2d0..1955667 100644 --- a/dist/index.json +++ b/dist/index.json @@ -28684,7 +28684,7 @@ "special_distortion_field": {}, "special_drag_munitions": {}, "special_emissive_munitions": { - "thermload": 1 + "thermload": 1.1 }, "special_feedback_cascade": { "breachdmg": -0.2, @@ -28712,7 +28712,12 @@ "T": 0.5 } }, - "special_overload_munitions": {}, + "special_overload_munitions": { + "damagedist": { + "E": 0.5, + "T": 0.5 + } + }, "special_phasing_sequence": { "damage": -0.1 }, @@ -28725,7 +28730,9 @@ "special_regeneration_sequence": { "damage": -0.1 }, - "special_reverberating_cascade": {}, + "special_reverberating_cascade": { + "damage": 0 + }, "special_scramble_spectrum": { "rof": 0.1111111111111111 }, diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index b2df605..978a364 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -230,6 +230,10 @@ } }, "special_overload_munitions": { + "damagedist": { + "E": 0.5, + "T": 0.5 + } }, "special_phasing_sequence": { "damage": -0.1 From 1a6f9fc4dacb994534b0cbb0ef202a7e55c6a8c2 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Tue, 28 Mar 2017 13:01:41 +0100 Subject: [PATCH 25/30] fix --- dist/index.js | 6 ++---- dist/index.json | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/dist/index.js b/dist/index.js index 2e937a8..1e41dc1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -21431,7 +21431,7 @@ module.exports = { special_distortion_field: {}, special_drag_munitions: {}, special_emissive_munitions: { - thermload: 1.1 + thermload: 1 }, special_feedback_cascade: { breachdmg: -.2, @@ -21477,9 +21477,7 @@ module.exports = { special_regeneration_sequence: { damage: -.1 }, - special_reverberating_cascade: { - damage: 0 - }, + special_reverberating_cascade: {}, special_scramble_spectrum: { rof: .1111111111111111 }, diff --git a/dist/index.json b/dist/index.json index 1955667..251e5fb 100644 --- a/dist/index.json +++ b/dist/index.json @@ -28684,7 +28684,7 @@ "special_distortion_field": {}, "special_drag_munitions": {}, "special_emissive_munitions": { - "thermload": 1.1 + "thermload": 1 }, "special_feedback_cascade": { "breachdmg": -0.2, @@ -28730,9 +28730,7 @@ "special_regeneration_sequence": { "damage": -0.1 }, - "special_reverberating_cascade": { - "damage": 0 - }, + "special_reverberating_cascade": {}, "special_scramble_spectrum": { "rof": 0.1111111111111111 }, From 3d28363e98363eb5549f8764edc9948b4a694e2c Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Thu, 30 Mar 2017 13:34:05 +0100 Subject: [PATCH 26/30] tidy-ups --- dist/index.js | 140 +++++++++++++-------------- dist/index.json | 140 +++++++++++++-------------- modifications/modifications.json | 2 +- modifications/modifierActions.json | 2 +- modules/hardpoints/burst_laser.json | 58 +++++------ modules/hardpoints/multi_cannon.json | 22 ++--- modules/hardpoints/pulse_laser.json | 56 +++++------ 7 files changed, 210 insertions(+), 210 deletions(-) diff --git a/dist/index.js b/dist/index.js index 1e41dc1..e830d2f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6422,7 +6422,7 @@ module.exports = { breachmin: .4, class: 1, cost: 2200, - damage: 2.04, + damage: 2.05, damagedist: { T: 1 }, @@ -6439,8 +6439,8 @@ module.exports = { power: .39, range: 3e3, rating: "F", - rof: 3.847, - thermload: .3 + rof: 3.85, + thermload: .33 }, { breachdmg: 1.3, breachmax: .8, @@ -6464,15 +6464,15 @@ module.exports = { power: .39, range: 3e3, rating: "G", - rof: 3.987, - thermload: .3 + rof: 4, + thermload: .31 }, { breachdmg: 1, breachmax: .8, breachmin: .4, class: 1, cost: 26e3, - damage: 1.18, + damage: 1.19, damagedist: { T: 1 }, @@ -6489,15 +6489,15 @@ module.exports = { power: .38, range: 3e3, rating: "G", - rof: 3.339, - thermload: .2 + rof: 3.33, + thermload: .19 }, { breachdmg: 3, breachmax: .8, breachmin: .4, class: 2, cost: 17600, - damage: 3.49, + damage: 3.5, damagedist: { T: 1 }, @@ -6514,8 +6514,8 @@ module.exports = { power: .6, range: 3e3, rating: "E", - rof: 3.448, - thermload: .6 + rof: 3.45, + thermload: .56 }, { breachdmg: 2.3, breachmax: .8, @@ -6539,15 +6539,15 @@ module.exports = { power: .6, range: 3e3, rating: "F", - rof: 3.567, - thermload: .5 + rof: 3.57, + thermload: .54 }, { breachdmg: 1.7, breachmax: .8, breachmin: .4, class: 2, cost: 132800, - damage: 2.04, + damage: 2.05, damagedist: { T: 1 }, @@ -6564,8 +6564,8 @@ module.exports = { power: .58, range: 3e3, rating: "F", - rof: 3.037, - thermload: .3 + rof: 3.03, + thermload: .33 }, { breachdmg: 2.4, breachmax: .8, @@ -6615,8 +6615,8 @@ module.exports = { power: .9, range: 3e3, rating: "D", - rof: 3.3, - thermload: 1 + rof: 3.03, + thermload: .96 }, { breachdmg: 3.9, breachmax: .8, @@ -6640,15 +6640,15 @@ module.exports = { power: .92, range: 3e3, rating: "E", - rof: 3.223, - thermload: .9 + rof: 3.23, + thermload: .92 }, { breachdmg: 3, breachmax: .8, breachmin: .4, class: 3, cost: 400400, - damage: 3.49, + damage: 3.5, damagedist: { T: 1 }, @@ -6665,15 +6665,15 @@ module.exports = { power: .89, range: 3e3, rating: "F", - rof: 2.705, - thermload: .6 + rof: 2.7, + thermload: .56 }, { breachdmg: 8.7, breachmax: .8, breachmin: .4, class: 4, cost: 177600, - damage: 10.23, + damage: 10.24, damagedist: { T: 1 }, @@ -6690,8 +6690,8 @@ module.exports = { power: 1.33, range: 3e3, rating: "A", - rof: 2.633, - thermload: 1.6 + rof: 2.63, + thermload: 1.64 }, { breachdmg: 6.6, breachmax: .8, @@ -6715,8 +6715,8 @@ module.exports = { power: 1.37, range: 3e3, rating: "A", - rof: 2.777, - thermload: 1.6 + rof: 2.78, + thermload: 1.56 } ], ul: [ { breachdmg: 1.5, @@ -6730,7 +6730,7 @@ module.exports = { damagedist: { T: 1 }, - distdraw: .24, + distdraw: .25, edID: 128049400, eddbID: 832, falloff: 500, @@ -6744,7 +6744,7 @@ module.exports = { range: 3e3, rating: "F", rof: 2, - thermload: .4 + thermload: .38 }, { breachdmg: 1, breachmax: .8, @@ -6753,11 +6753,11 @@ module.exports = { burstrof: 17, class: 1, cost: 8600, - damage: 1.2, + damage: 1.22, damagedist: { T: 1 }, - distdraw: .23, + distdraw: .24, edID: 128049404, eddbID: 835, falloff: 500, @@ -6771,7 +6771,7 @@ module.exports = { range: 3e3, rating: "G", rof: 2.23, - thermload: .3 + thermload: .34 }, { breachdmg: .4, breachmax: .8, @@ -6784,7 +6784,7 @@ module.exports = { damagedist: { T: 1 }, - distdraw: .136, + distdraw: .14, edID: 128049407, eddbID: 838, falloff: 500, @@ -6798,7 +6798,7 @@ module.exports = { range: 3e3, rating: "G", rof: 1.92, - thermload: .2 + thermload: .19 }, { breachdmg: 2, breachmax: 0, @@ -6837,11 +6837,11 @@ module.exports = { burstrof: 11, class: 2, cost: 23e3, - damage: 3.5, + damage: 3.53, damagedist: { T: 1 }, - distdraw: .482, + distdraw: .5, edID: 128049401, eddbID: 833, falloff: 500, @@ -6855,7 +6855,7 @@ module.exports = { range: 3e3, rating: "E", rof: 1.6, - thermload: .8 + thermload: .78 }, { breachdmg: 2.1, breachmax: .8, @@ -6868,7 +6868,7 @@ module.exports = { damagedist: { T: 1 }, - distdraw: .468, + distdraw: .49, edID: 128049405, eddbID: 836, falloff: 500, @@ -6882,7 +6882,7 @@ module.exports = { range: 3e3, rating: "F", rof: 1.78, - thermload: .7 + thermload: .67 }, { breachdmg: .9, breachmax: .8, @@ -6891,11 +6891,11 @@ module.exports = { burstrof: 15, class: 2, cost: 162800, - damage: 1.74, + damage: 1.72, damagedist: { T: 1 }, - distdraw: .26, + distdraw: .28, edID: 128049408, eddbID: 839, falloff: 500, @@ -6909,7 +6909,7 @@ module.exports = { range: 3e3, rating: "F", rof: 1.57, - thermload: .4 + thermload: .38 }, { breachdmg: 3.9, breachmax: .8, @@ -6918,11 +6918,11 @@ module.exports = { burstrof: 7, class: 3, cost: 140400, - damage: 7.75, + damage: 7.73, damagedist: { T: 1 }, - distdraw: 1.06, + distdraw: 1.11, edID: 128049402, eddbID: 834, falloff: 500, @@ -6945,11 +6945,11 @@ module.exports = { burstrof: 9, class: 3, cost: 281600, - damage: 5.18, + damage: 5.16, damagedist: { T: 1 }, - distdraw: .986, + distdraw: 1.03, edID: 128049406, eddbID: 837, falloff: 500, @@ -6963,7 +6963,7 @@ module.exports = { range: 3e3, rating: "E", rof: 1.4, - thermload: 1.4 + thermload: 1.42 }, { breachdmg: 1.8, breachmax: .8, @@ -6972,11 +6972,11 @@ module.exports = { burstrof: 11, class: 3, cost: 800400, - damage: 3.54, + damage: 3.53, damagedist: { T: 1 }, - distdraw: .536, + distdraw: .56, edID: 128049409, eddbID: 840, falloff: 500, @@ -6990,7 +6990,7 @@ module.exports = { range: 3e3, rating: "E", rof: 1.272, - thermload: .8 + thermload: .78 }, { breachdmg: 17.5, breachmax: .8, @@ -6999,11 +6999,11 @@ module.exports = { burstrof: 3, class: 4, cost: 281600, - damage: 20.6, + damage: 20.61, damagedist: { T: 1 }, - distdraw: 2.84, + distdraw: 2.98, edID: 128049403, eddbID: 1549, falloff: 500, @@ -7017,7 +7017,7 @@ module.exports = { range: 3e3, rating: "E", rof: .8, - thermload: 4.5 + thermload: 4.53 }, { breachdmg: 10.3, breachmax: .8, @@ -7026,11 +7026,11 @@ module.exports = { burstrof: 5, class: 4, cost: 1245600, - damage: 12.1, + damage: 12.09, damagedist: { T: 1 }, - distdraw: 2.31, + distdraw: 2.41, edID: 128727920, eddbID: 1550, falloff: 500, @@ -7044,7 +7044,7 @@ module.exports = { range: 3e3, rating: "E", rof: 1, - thermload: 3.3 + thermload: 3.33 } ], bl: [ { breachdmg: 7.9, @@ -7367,7 +7367,7 @@ module.exports = { reload: 4, rof: 7.69, shotspeed: 1600, - thermload: .1 + thermload: .09 }, { ammo: 2100, breachdmg: .7, @@ -7425,7 +7425,7 @@ module.exports = { reload: 4, rof: 7.14, shotspeed: 1600, - thermload: 0 + thermload: .04 }, { ammo: 1e3, breachdmg: 2.6, @@ -7485,7 +7485,7 @@ module.exports = { reload: 4, rof: 7.14, shotspeed: 1600, - thermload: .2 + thermload: .18 }, { ammo: 2100, breachdmg: 1.5, @@ -7543,7 +7543,7 @@ module.exports = { reload: 4, rof: 6.25, shotspeed: 1600, - thermload: .1 + thermload: .09 }, { ammo: 2100, breachdmg: 3.5, @@ -7552,7 +7552,7 @@ module.exports = { class: 3, clip: 100, cost: 140400, - damage: 3.93, + damage: 3.92, damagedist: { K: 1 }, @@ -7570,9 +7570,9 @@ module.exports = { range: 4e3, rating: "C", reload: 4, - rof: 5.88, + rof: 5.884, shotspeed: 1600, - thermload: .3 + thermload: .28 }, { ammo: 2100, breachdmg: 2.6, @@ -7601,7 +7601,7 @@ module.exports = { reload: 5, rof: 6.665, shotspeed: 1600, - thermload: .3 + thermload: .34 }, { ammo: 2100, breachdmg: 4.2, @@ -7610,7 +7610,7 @@ module.exports = { class: 4, clip: 100, cost: 1177600, - damage: 4.62, + damage: 4.625, damagedist: { K: 1 }, @@ -7631,7 +7631,7 @@ module.exports = { rof: 3.03, roundspershot: 2, shotspeed: 1600, - thermload: .4 + thermload: .39 }, { ammo: 2100, breachdmg: 3.1, @@ -7661,7 +7661,7 @@ module.exports = { rof: 3.365, roundspershot: 2, shotspeed: 1600, - thermload: .5 + thermload: .51 } ], c: [ { ammo: 120, @@ -21037,7 +21037,7 @@ module.exports = { id: 16, name: "jitter", type: "numeric", - method: "multiplicative", + method: "additive", higherbetter: false }, kinres: { @@ -21453,7 +21453,7 @@ module.exports = { }, special_inertial_impact: { damage: .5, - jitter: 1, + jitter: 3, damagedist: { K: .5, T: .5 diff --git a/dist/index.json b/dist/index.json index 251e5fb..2b8c7bb 100644 --- a/dist/index.json +++ b/dist/index.json @@ -8403,7 +8403,7 @@ "breachmin": 0.4, "class": 1, "cost": 2200, - "damage": 2.04, + "damage": 2.05, "damagedist": { "T": 1 }, @@ -8420,8 +8420,8 @@ "power": 0.39, "range": 3000, "rating": "F", - "rof": 3.847, - "thermload": 0.3 + "rof": 3.85, + "thermload": 0.33 }, { "breachdmg": 1.3, @@ -8446,8 +8446,8 @@ "power": 0.39, "range": 3000, "rating": "G", - "rof": 3.987, - "thermload": 0.3 + "rof": 4, + "thermload": 0.31 }, { "breachdmg": 1, @@ -8455,7 +8455,7 @@ "breachmin": 0.4, "class": 1, "cost": 26000, - "damage": 1.18, + "damage": 1.19, "damagedist": { "T": 1 }, @@ -8472,8 +8472,8 @@ "power": 0.38, "range": 3000, "rating": "G", - "rof": 3.339, - "thermload": 0.2 + "rof": 3.33, + "thermload": 0.19 }, { "breachdmg": 3, @@ -8481,7 +8481,7 @@ "breachmin": 0.4, "class": 2, "cost": 17600, - "damage": 3.49, + "damage": 3.5, "damagedist": { "T": 1 }, @@ -8498,8 +8498,8 @@ "power": 0.6, "range": 3000, "rating": "E", - "rof": 3.448, - "thermload": 0.6 + "rof": 3.45, + "thermload": 0.56 }, { "breachdmg": 2.3, @@ -8524,8 +8524,8 @@ "power": 0.6, "range": 3000, "rating": "F", - "rof": 3.567, - "thermload": 0.5 + "rof": 3.57, + "thermload": 0.54 }, { "breachdmg": 1.7, @@ -8533,7 +8533,7 @@ "breachmin": 0.4, "class": 2, "cost": 132800, - "damage": 2.04, + "damage": 2.05, "damagedist": { "T": 1 }, @@ -8550,8 +8550,8 @@ "power": 0.58, "range": 3000, "rating": "F", - "rof": 3.037, - "thermload": 0.3 + "rof": 3.03, + "thermload": 0.33 }, { "breachdmg": 2.4, @@ -8603,8 +8603,8 @@ "power": 0.9, "range": 3000, "rating": "D", - "rof": 3.3, - "thermload": 1 + "rof": 3.03, + "thermload": 0.96 }, { "breachdmg": 3.9, @@ -8629,8 +8629,8 @@ "power": 0.92, "range": 3000, "rating": "E", - "rof": 3.223, - "thermload": 0.9 + "rof": 3.23, + "thermload": 0.92 }, { "breachdmg": 3, @@ -8638,7 +8638,7 @@ "breachmin": 0.4, "class": 3, "cost": 400400, - "damage": 3.49, + "damage": 3.5, "damagedist": { "T": 1 }, @@ -8655,8 +8655,8 @@ "power": 0.89, "range": 3000, "rating": "F", - "rof": 2.705, - "thermload": 0.6 + "rof": 2.7, + "thermload": 0.56 }, { "breachdmg": 8.7, @@ -8664,7 +8664,7 @@ "breachmin": 0.4, "class": 4, "cost": 177600, - "damage": 10.23, + "damage": 10.24, "damagedist": { "T": 1 }, @@ -8681,8 +8681,8 @@ "power": 1.33, "range": 3000, "rating": "A", - "rof": 2.633, - "thermload": 1.6 + "rof": 2.63, + "thermload": 1.64 }, { "breachdmg": 6.6, @@ -8707,8 +8707,8 @@ "power": 1.37, "range": 3000, "rating": "A", - "rof": 2.777, - "thermload": 1.6 + "rof": 2.78, + "thermload": 1.56 } ], "ul": [ @@ -8724,7 +8724,7 @@ "damagedist": { "T": 1 }, - "distdraw": 0.24, + "distdraw": 0.25, "edID": 128049400, "eddbID": 832, "falloff": 500, @@ -8738,7 +8738,7 @@ "range": 3000, "rating": "F", "rof": 2, - "thermload": 0.4 + "thermload": 0.38 }, { "breachdmg": 1, @@ -8748,11 +8748,11 @@ "burstrof": 17, "class": 1, "cost": 8600, - "damage": 1.2, + "damage": 1.22, "damagedist": { "T": 1 }, - "distdraw": 0.23, + "distdraw": 0.24, "edID": 128049404, "eddbID": 835, "falloff": 500, @@ -8766,7 +8766,7 @@ "range": 3000, "rating": "G", "rof": 2.23, - "thermload": 0.3 + "thermload": 0.34 }, { "breachdmg": 0.4, @@ -8780,7 +8780,7 @@ "damagedist": { "T": 1 }, - "distdraw": 0.136, + "distdraw": 0.14, "edID": 128049407, "eddbID": 838, "falloff": 500, @@ -8794,7 +8794,7 @@ "range": 3000, "rating": "G", "rof": 1.92, - "thermload": 0.2 + "thermload": 0.19 }, { "breachdmg": 2, @@ -8835,11 +8835,11 @@ "burstrof": 11, "class": 2, "cost": 23000, - "damage": 3.5, + "damage": 3.53, "damagedist": { "T": 1 }, - "distdraw": 0.482, + "distdraw": 0.5, "edID": 128049401, "eddbID": 833, "falloff": 500, @@ -8853,7 +8853,7 @@ "range": 3000, "rating": "E", "rof": 1.6, - "thermload": 0.8 + "thermload": 0.78 }, { "breachdmg": 2.1, @@ -8867,7 +8867,7 @@ "damagedist": { "T": 1 }, - "distdraw": 0.468, + "distdraw": 0.49, "edID": 128049405, "eddbID": 836, "falloff": 500, @@ -8881,7 +8881,7 @@ "range": 3000, "rating": "F", "rof": 1.78, - "thermload": 0.7 + "thermload": 0.67 }, { "breachdmg": 0.9, @@ -8891,11 +8891,11 @@ "burstrof": 15, "class": 2, "cost": 162800, - "damage": 1.74, + "damage": 1.72, "damagedist": { "T": 1 }, - "distdraw": 0.26, + "distdraw": 0.28, "edID": 128049408, "eddbID": 839, "falloff": 500, @@ -8909,7 +8909,7 @@ "range": 3000, "rating": "F", "rof": 1.57, - "thermload": 0.4 + "thermload": 0.38 }, { "breachdmg": 3.9, @@ -8919,11 +8919,11 @@ "burstrof": 7, "class": 3, "cost": 140400, - "damage": 7.75, + "damage": 7.73, "damagedist": { "T": 1 }, - "distdraw": 1.06, + "distdraw": 1.11, "edID": 128049402, "eddbID": 834, "falloff": 500, @@ -8947,11 +8947,11 @@ "burstrof": 9, "class": 3, "cost": 281600, - "damage": 5.18, + "damage": 5.16, "damagedist": { "T": 1 }, - "distdraw": 0.986, + "distdraw": 1.03, "edID": 128049406, "eddbID": 837, "falloff": 500, @@ -8965,7 +8965,7 @@ "range": 3000, "rating": "E", "rof": 1.4, - "thermload": 1.4 + "thermload": 1.42 }, { "breachdmg": 1.8, @@ -8975,11 +8975,11 @@ "burstrof": 11, "class": 3, "cost": 800400, - "damage": 3.54, + "damage": 3.53, "damagedist": { "T": 1 }, - "distdraw": 0.536, + "distdraw": 0.56, "edID": 128049409, "eddbID": 840, "falloff": 500, @@ -8993,7 +8993,7 @@ "range": 3000, "rating": "E", "rof": 1.272, - "thermload": 0.8 + "thermload": 0.78 }, { "breachdmg": 17.5, @@ -9003,11 +9003,11 @@ "burstrof": 3, "class": 4, "cost": 281600, - "damage": 20.6, + "damage": 20.61, "damagedist": { "T": 1 }, - "distdraw": 2.84, + "distdraw": 2.98, "edID": 128049403, "eddbID": 1549, "falloff": 500, @@ -9021,7 +9021,7 @@ "range": 3000, "rating": "E", "rof": 0.8, - "thermload": 4.5 + "thermload": 4.53 }, { "breachdmg": 10.3, @@ -9031,11 +9031,11 @@ "burstrof": 5, "class": 4, "cost": 1245600, - "damage": 12.1, + "damage": 12.09, "damagedist": { "T": 1 }, - "distdraw": 2.31, + "distdraw": 2.41, "edID": 128727920, "eddbID": 1550, "falloff": 500, @@ -9049,7 +9049,7 @@ "range": 3000, "rating": "E", "rof": 1, - "thermload": 3.3 + "thermload": 3.33 } ], "bl": [ @@ -9387,7 +9387,7 @@ "reload": 4, "rof": 7.69, "shotspeed": 1600, - "thermload": 0.1 + "thermload": 0.09 }, { "ammo": 2100, @@ -9447,7 +9447,7 @@ "reload": 4, "rof": 7.14, "shotspeed": 1600, - "thermload": 0 + "thermload": 0.04 }, { "ammo": 1000, @@ -9509,7 +9509,7 @@ "reload": 4, "rof": 7.14, "shotspeed": 1600, - "thermload": 0.2 + "thermload": 0.18 }, { "ammo": 2100, @@ -9569,7 +9569,7 @@ "reload": 4, "rof": 6.25, "shotspeed": 1600, - "thermload": 0.1 + "thermload": 0.09 }, { "ammo": 2100, @@ -9579,7 +9579,7 @@ "class": 3, "clip": 100, "cost": 140400, - "damage": 3.93, + "damage": 3.92, "damagedist": { "K": 1 }, @@ -9597,9 +9597,9 @@ "range": 4000, "rating": "C", "reload": 4, - "rof": 5.88, + "rof": 5.884, "shotspeed": 1600, - "thermload": 0.3 + "thermload": 0.28 }, { "ammo": 2100, @@ -9629,7 +9629,7 @@ "reload": 5, "rof": 6.665, "shotspeed": 1600, - "thermload": 0.3 + "thermload": 0.34 }, { "ammo": 2100, @@ -9639,7 +9639,7 @@ "class": 4, "clip": 100, "cost": 1177600, - "damage": 4.62, + "damage": 4.625, "damagedist": { "K": 1 }, @@ -9660,7 +9660,7 @@ "rof": 3.03, "roundspershot": 2, "shotspeed": 1600, - "thermload": 0.4 + "thermload": 0.39 }, { "ammo": 2100, @@ -9691,7 +9691,7 @@ "rof": 3.365, "roundspershot": 2, "shotspeed": 1600, - "thermload": 0.5 + "thermload": 0.51 } ], "c": [ @@ -28290,7 +28290,7 @@ "id": 16, "name": "jitter", "type": "numeric", - "method": "multiplicative", + "method": "additive", "higherbetter": false }, "kinres": { @@ -28706,7 +28706,7 @@ }, "special_inertial_impact": { "damage": 0.5, - "jitter": 1, + "jitter": 3, "damagedist": { "K": 0.5, "T": 0.5 diff --git a/modifications/modifications.json b/modifications/modifications.json index 0ae7260..49cca6e 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -19,7 +19,7 @@ "hullboost": {"id": 13, "name": "hullboost", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "hullreinforcement": {"id": 14, "name": "hullreinforcement", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "integrity": {"id": 15, "name": "integrity", "type": "percentage", "method": "multiplicative", "higherbetter": true}, - "jitter": {"id": 16, "name": "jitter", "type": "numeric", "method": "multiplicative", "higherbetter": false}, + "jitter": {"id": 16, "name": "jitter", "type": "numeric", "method": "additive", "higherbetter": false}, "kinres": {"id": 17, "name": "kinres", "type": "percentage", "method": "additive", "higherbetter": true}, "mass": {"id": 18, "name": "mass", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "maxfuel": {"id": 19, "name": "maxfuel", "type": "percentage", "method": "multiplicative", "higherbetter": true}, diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index 978a364..ed8bee1 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -223,7 +223,7 @@ }, "special_inertial_impact": { "damage": 0.5, - "jitter": 1, + "jitter": 3, "damagedist": { "K": 0.5, "T": 0.5 diff --git a/modules/hardpoints/burst_laser.json b/modules/hardpoints/burst_laser.json index f3d263e..85c7e77 100644 --- a/modules/hardpoints/burst_laser.json +++ b/modules/hardpoints/burst_laser.json @@ -12,7 +12,7 @@ "damagedist": { "T": 1 }, - "distdraw": 0.24, + "distdraw": 0.25, "edID": 128049400, "eddbID": 832, "falloff": 500, @@ -26,7 +26,7 @@ "range": 3000, "rating": "F", "rof": 2, - "thermload": 0.4 + "thermload": 0.38 }, { "breachdmg": 1, @@ -36,11 +36,11 @@ "burstrof": 17, "class": 1, "cost": 8600, - "damage": 1.2, + "damage": 1.22, "damagedist": { "T": 1 }, - "distdraw": 0.23, + "distdraw": 0.24, "edID": 128049404, "eddbID": 835, "falloff": 500, @@ -54,7 +54,7 @@ "range": 3000, "rating": "G", "rof": 2.23, - "thermload": 0.3 + "thermload": 0.34 }, { "breachdmg": 0.4, @@ -68,7 +68,7 @@ "damagedist": { "T": 1 }, - "distdraw": 0.136, + "distdraw": 0.14, "edID": 128049407, "eddbID": 838, "falloff": 500, @@ -82,7 +82,7 @@ "range": 3000, "rating": "G", "rof": 1.92, - "thermload": 0.2 + "thermload": 0.19 }, { "breachdmg": 2, @@ -123,11 +123,11 @@ "burstrof": 11, "class": 2, "cost": 23000, - "damage": 3.5, + "damage": 3.53, "damagedist": { "T": 1 }, - "distdraw": 0.482, + "distdraw": 0.5, "edID": 128049401, "eddbID": 833, "falloff": 500, @@ -141,7 +141,7 @@ "range": 3000, "rating": "E", "rof": 1.6, - "thermload": 0.8 + "thermload": 0.78 }, { "breachdmg": 2.1, @@ -155,7 +155,7 @@ "damagedist": { "T": 1 }, - "distdraw": 0.468, + "distdraw": 0.49, "edID": 128049405, "eddbID": 836, "falloff": 500, @@ -169,7 +169,7 @@ "range": 3000, "rating": "F", "rof": 1.78, - "thermload": 0.7 + "thermload": 0.67 }, { "breachdmg": 0.9, @@ -179,11 +179,11 @@ "burstrof": 15, "class": 2, "cost": 162800, - "damage": 1.74, + "damage": 1.72, "damagedist": { "T": 1 }, - "distdraw": 0.26, + "distdraw": 0.28, "edID": 128049408, "eddbID": 839, "falloff": 500, @@ -197,7 +197,7 @@ "range": 3000, "rating": "F", "rof": 1.57, - "thermload": 0.4 + "thermload": 0.38 }, { "breachdmg": 3.9, @@ -207,11 +207,11 @@ "burstrof": 7, "class": 3, "cost": 140400, - "damage": 7.75, + "damage": 7.73, "damagedist": { "T": 1 }, - "distdraw": 1.06, + "distdraw": 1.11, "edID": 128049402, "eddbID": 834, "falloff": 500, @@ -235,11 +235,11 @@ "burstrof": 9, "class": 3, "cost": 281600, - "damage": 5.18, + "damage": 5.16, "damagedist": { "T": 1 }, - "distdraw": 0.986, + "distdraw": 1.03, "edID": 128049406, "eddbID": 837, "falloff": 500, @@ -253,7 +253,7 @@ "range": 3000, "rating": "E", "rof": 1.4, - "thermload": 1.4 + "thermload": 1.42 }, { "breachdmg": 1.8, @@ -263,11 +263,11 @@ "burstrof": 11, "class": 3, "cost": 800400, - "damage": 3.54, + "damage": 3.53, "damagedist": { "T": 1 }, - "distdraw": 0.536, + "distdraw": 0.56, "edID": 128049409, "eddbID": 840, "falloff": 500, @@ -281,7 +281,7 @@ "range": 3000, "rating": "E", "rof": 1.272, - "thermload": 0.8 + "thermload": 0.78 }, { "breachdmg": 17.5, @@ -291,11 +291,11 @@ "burstrof": 3, "class": 4, "cost": 281600, - "damage": 20.6, + "damage": 20.61, "damagedist": { "T": 1 }, - "distdraw": 2.84, + "distdraw": 2.98, "edID": 128049403, "eddbID": 1549, "falloff": 500, @@ -309,7 +309,7 @@ "range": 3000, "rating": "E", "rof": 0.8, - "thermload": 4.5 + "thermload": 4.53 }, { "breachdmg": 10.3, @@ -319,11 +319,11 @@ "burstrof": 5, "class": 4, "cost": 1245600, - "damage": 12.1, + "damage": 12.09, "damagedist": { "T": 1 }, - "distdraw": 2.31, + "distdraw": 2.41, "edID": 128727920, "eddbID": 1550, "falloff": 500, @@ -337,7 +337,7 @@ "range": 3000, "rating": "E", "rof": 1, - "thermload": 3.3 + "thermload": 3.33 } ] } diff --git a/modules/hardpoints/multi_cannon.json b/modules/hardpoints/multi_cannon.json index 2d6d8b1..7b090d1 100644 --- a/modules/hardpoints/multi_cannon.json +++ b/modules/hardpoints/multi_cannon.json @@ -28,7 +28,7 @@ "reload": 4, "rof": 7.69, "shotspeed": 1600, - "thermload": 0.1 + "thermload": 0.09 }, { "ammo": 2100, @@ -88,7 +88,7 @@ "reload": 4, "rof": 7.14, "shotspeed": 1600, - "thermload": 0 + "thermload": 0.04 }, { "ammo": 1000, @@ -150,7 +150,7 @@ "reload": 4, "rof": 7.14, "shotspeed": 1600, - "thermload": 0.2 + "thermload": 0.18 }, { "ammo": 2100, @@ -210,7 +210,7 @@ "reload": 4, "rof": 6.25, "shotspeed": 1600, - "thermload": 0.1 + "thermload": 0.09 }, { "ammo": 2100, @@ -220,7 +220,7 @@ "class": 3, "clip": 100, "cost": 140400, - "damage": 3.93, + "damage": 3.92, "damagedist": { "K": 1 }, @@ -238,9 +238,9 @@ "range": 4000, "rating": "C", "reload": 4, - "rof": 5.88, + "rof": 5.884, "shotspeed": 1600, - "thermload": 0.3 + "thermload": 0.28 }, { "ammo": 2100, @@ -270,7 +270,7 @@ "reload": 5, "rof": 6.665, "shotspeed": 1600, - "thermload": 0.3 + "thermload": 0.34 }, { "ammo": 2100, @@ -280,7 +280,7 @@ "class": 4, "clip": 100, "cost": 1177600, - "damage": 4.62, + "damage": 4.625, "damagedist": { "K": 1 }, @@ -301,7 +301,7 @@ "rof": 3.03, "roundspershot": 2, "shotspeed": 1600, - "thermload": 0.4 + "thermload": 0.39 }, { "ammo": 2100, @@ -332,7 +332,7 @@ "rof": 3.365, "roundspershot": 2, "shotspeed": 1600, - "thermload": 0.5 + "thermload": 0.51 } ] } diff --git a/modules/hardpoints/pulse_laser.json b/modules/hardpoints/pulse_laser.json index 1518d7e..1422422 100644 --- a/modules/hardpoints/pulse_laser.json +++ b/modules/hardpoints/pulse_laser.json @@ -6,7 +6,7 @@ "breachmin": 0.4, "class": 1, "cost": 2200, - "damage": 2.04, + "damage": 2.05, "damagedist": { "T": 1 }, @@ -23,8 +23,8 @@ "power": 0.39, "range": 3000, "rating": "F", - "rof": 3.847, - "thermload": 0.3 + "rof": 3.85, + "thermload": 0.33 }, { "breachdmg": 1.3, @@ -49,8 +49,8 @@ "power": 0.39, "range": 3000, "rating": "G", - "rof": 3.987, - "thermload": 0.3 + "rof": 4, + "thermload": 0.31 }, { "breachdmg": 1, @@ -58,7 +58,7 @@ "breachmin": 0.4, "class": 1, "cost": 26000, - "damage": 1.18, + "damage": 1.19, "damagedist": { "T": 1 }, @@ -75,8 +75,8 @@ "power": 0.38, "range": 3000, "rating": "G", - "rof": 3.339, - "thermload": 0.2 + "rof": 3.33, + "thermload": 0.19 }, { "breachdmg": 3, @@ -84,7 +84,7 @@ "breachmin": 0.4, "class": 2, "cost": 17600, - "damage": 3.49, + "damage": 3.5, "damagedist": { "T": 1 }, @@ -101,8 +101,8 @@ "power": 0.6, "range": 3000, "rating": "E", - "rof": 3.448, - "thermload": 0.6 + "rof": 3.45, + "thermload": 0.56 }, { "breachdmg": 2.3, @@ -127,8 +127,8 @@ "power": 0.6, "range": 3000, "rating": "F", - "rof": 3.567, - "thermload": 0.5 + "rof": 3.57, + "thermload": 0.54 }, { "breachdmg": 1.7, @@ -136,7 +136,7 @@ "breachmin": 0.4, "class": 2, "cost": 132800, - "damage": 2.04, + "damage": 2.05, "damagedist": { "T": 1 }, @@ -153,8 +153,8 @@ "power": 0.58, "range": 3000, "rating": "F", - "rof": 3.037, - "thermload": 0.3 + "rof": 3.03, + "thermload": 0.33 }, { "breachdmg": 2.4, @@ -206,8 +206,8 @@ "power": 0.9, "range": 3000, "rating": "D", - "rof": 3.3, - "thermload": 1 + "rof": 3.03, + "thermload": 0.96 }, { "breachdmg": 3.9, @@ -232,8 +232,8 @@ "power": 0.92, "range": 3000, "rating": "E", - "rof": 3.223, - "thermload": 0.9 + "rof": 3.23, + "thermload": 0.92 }, { "breachdmg": 3, @@ -241,7 +241,7 @@ "breachmin": 0.4, "class": 3, "cost": 400400, - "damage": 3.49, + "damage": 3.5, "damagedist": { "T": 1 }, @@ -258,8 +258,8 @@ "power": 0.89, "range": 3000, "rating": "F", - "rof": 2.705, - "thermload": 0.6 + "rof": 2.7, + "thermload": 0.56 }, { "breachdmg": 8.7, @@ -267,7 +267,7 @@ "breachmin": 0.4, "class": 4, "cost": 177600, - "damage": 10.23, + "damage": 10.24, "damagedist": { "T": 1 }, @@ -284,8 +284,8 @@ "power": 1.33, "range": 3000, "rating": "A", - "rof": 2.633, - "thermload": 1.6 + "rof": 2.63, + "thermload": 1.64 }, { "breachdmg": 6.6, @@ -310,8 +310,8 @@ "power": 1.37, "range": 3000, "rating": "A", - "rof": 2.777, - "thermload": 1.6 + "rof": 2.78, + "thermload": 1.56 } ] } From 7516fb8783f432689c8492a04d41f04445770d23 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Fri, 31 Mar 2017 16:31:16 +0100 Subject: [PATCH 27/30] Revert changes not going in to 2.3 --- dist/index.js | 68 +++++++++++----------- dist/index.json | 68 +++++++++++----------- modules/hardpoints/beam_laser.json | 10 ++-- modules/hardpoints/burst_laser.json | 10 ++-- modules/hardpoints/cannon.json | 10 ++-- modules/hardpoints/fragment_cannon.json | 8 +-- modules/hardpoints/plasma_accelerator.json | 8 +-- modules/hardpoints/pulse_laser.json | 10 ++-- modules/hardpoints/rail_gun.json | 6 +- ships/anaconda.json | 2 +- ships/federal_corvette.json | 2 +- ships/imperial_cutter.json | 2 +- 12 files changed, 102 insertions(+), 102 deletions(-) diff --git a/dist/index.js b/dist/index.js index e830d2f..cfd7062 100644 --- a/dist/index.js +++ b/dist/index.js @@ -103,7 +103,7 @@ module.exports = { boostEnergy: 27, baseShieldStrength: 350, baseArmour: 525, - hardness: 170, + hardness: 65, hullMass: 400, masslock: 23, pipSpeed: .13875, @@ -1178,7 +1178,7 @@ module.exports = { boostEnergy: 27, baseShieldStrength: 555, baseArmour: 370, - hardness: 185, + hardness: 70, hullMass: 900, masslock: 24, pipSpeed: .125, @@ -1866,7 +1866,7 @@ module.exports = { boostEnergy: 23, baseShieldStrength: 600, baseArmour: 400, - hardness: 185, + hardness: 70, hullMass: 1100, masslock: 27, pipSpeed: .05, @@ -6611,7 +6611,7 @@ module.exports = { integrity: 64, mass: 8, mount: "F", - piercing: 95, + piercing: 52, power: .9, range: 3e3, rating: "D", @@ -6636,7 +6636,7 @@ module.exports = { integrity: 64, mass: 8, mount: "G", - piercing: 95, + piercing: 52, power: .92, range: 3e3, rating: "E", @@ -6661,7 +6661,7 @@ module.exports = { integrity: 64, mass: 8, mount: "T", - piercing: 95, + piercing: 52, power: .89, range: 3e3, rating: "F", @@ -6686,7 +6686,7 @@ module.exports = { integrity: 80, mass: 16, mount: "F", - piercing: 170, + piercing: 65, power: 1.33, range: 3e3, rating: "A", @@ -6711,7 +6711,7 @@ module.exports = { integrity: 80, mass: 16, mount: "G", - piercing: 170, + piercing: 65, power: 1.37, range: 3e3, rating: "A", @@ -6931,7 +6931,7 @@ module.exports = { integrity: 64, mass: 8, mount: "F", - piercing: 95, + piercing: 52, power: 1.66, range: 3e3, rating: "D", @@ -6958,7 +6958,7 @@ module.exports = { integrity: 64, mass: 8, mount: "G", - piercing: 95, + piercing: 52, power: 1.65, range: 3e3, rating: "E", @@ -6985,7 +6985,7 @@ module.exports = { integrity: 64, mass: 8, mount: "T", - piercing: 95, + piercing: 52, power: 1.57, range: 3e3, rating: "E", @@ -7012,7 +7012,7 @@ module.exports = { integrity: 80, mass: 16, mount: "F", - piercing: 170, + piercing: 65, power: 2.58, range: 3e3, rating: "E", @@ -7039,7 +7039,7 @@ module.exports = { integrity: 80, mass: 16, mount: "G", - piercing: 170, + piercing: 65, power: 2.59, range: 3e3, rating: "E", @@ -7237,7 +7237,7 @@ module.exports = { integrity: 64, mass: 8, mount: "F", - piercing: 90, + piercing: 50, power: 1.62, range: 3e3, rating: "C", @@ -7261,7 +7261,7 @@ module.exports = { integrity: 64, mass: 8, mount: "G", - piercing: 90, + piercing: 50, power: 1.6, range: 3e3, rating: "C", @@ -7285,7 +7285,7 @@ module.exports = { integrity: 64, mass: 8, mount: "T", - piercing: 90, + piercing: 50, power: 1.51, range: 3e3, rating: "D", @@ -7309,7 +7309,7 @@ module.exports = { integrity: 80, mass: 16, mount: "F", - piercing: 155, + piercing: 60, power: 2.61, range: 3e3, rating: "A", @@ -7333,7 +7333,7 @@ module.exports = { integrity: 80, mass: 16, mount: "G", - piercing: 155, + piercing: 60, power: 2.57, range: 3e3, rating: "A", @@ -7858,7 +7858,7 @@ module.exports = { integrity: 64, mass: 8, mount: "F", - piercing: 125, + piercing: 70, power: .67, range: 4e3, rating: "C", @@ -7889,7 +7889,7 @@ module.exports = { integrity: 64, mass: 8, mount: "G", - piercing: 125, + piercing: 70, power: .75, range: 4e3, rating: "C", @@ -7918,7 +7918,7 @@ module.exports = { integrity: 64, mass: 8, mount: "T", - piercing: 125, + piercing: 70, power: .64, range: 4e3, rating: "D", @@ -7949,7 +7949,7 @@ module.exports = { integrity: 80, mass: 16, mount: "F", - piercing: 200, + piercing: 90, power: .92, range: 4500, rating: "B", @@ -7980,7 +7980,7 @@ module.exports = { integrity: 80, mass: 16, mount: "G", - piercing: 200, + piercing: 90, power: 1.03, range: 4500, rating: "B", @@ -8197,7 +8197,7 @@ module.exports = { jitter: 5, mass: 8, mount: "F", - piercing: 60, + piercing: 45, power: 1.02, range: 2e3, rating: "C", @@ -8228,7 +8228,7 @@ module.exports = { jitter: 5, mass: 8, mount: "G", - piercing: 60, + piercing: 45, power: 1.55, range: 2e3, rating: "C", @@ -8259,7 +8259,7 @@ module.exports = { jitter: 5, mass: 8, mount: "T", - piercing: 60, + piercing: 45, power: 1.29, range: 2e3, rating: "C", @@ -8291,7 +8291,7 @@ module.exports = { mass: 8, mount: "F", name: "Pacifier", - piercing: 60, + piercing: 45, power: 1.02, pp: "Zachary Hudson", rating: "C", @@ -8323,7 +8323,7 @@ module.exports = { integrity: 40, mass: 2, mount: "F", - piercing: 200, + piercing: 30, power: 1.15, range: 3e3, rating: "D", @@ -8352,7 +8352,7 @@ module.exports = { integrity: 51, mass: 4, mount: "F", - piercing: 200, + piercing: 48, power: 1.63, range: 3e3, rating: "B", @@ -8384,7 +8384,7 @@ module.exports = { mass: 4, mount: "F", name: "Imperial Hammer", - piercing: 200, + piercing: 48, power: 1.63, pp: "Arissa Lavigny-Duval", range: 3e3, @@ -8416,7 +8416,7 @@ module.exports = { integrity: 51, mass: 4, mount: "F", - piercing: 200, + piercing: 100, power: 1.43, range: 3500, rating: "C", @@ -8447,7 +8447,7 @@ module.exports = { integrity: 64, mass: 8, mount: "F", - piercing: 200, + piercing: 100, power: 1.97, range: 3500, rating: "B", @@ -8479,7 +8479,7 @@ module.exports = { mass: 8, mount: "F", name: "Advanced Plasma Accelerator", - piercing: 200, + piercing: 100, power: 1.97, pp: "Denton Patreus", range: 3500, @@ -8511,7 +8511,7 @@ module.exports = { integrity: 80, mass: 16, mount: "F", - piercing: 200, + piercing: 100, power: 2.63, range: 3500, rating: "A", diff --git a/dist/index.json b/dist/index.json index 2b8c7bb..53b0e36 100644 --- a/dist/index.json +++ b/dist/index.json @@ -149,7 +149,7 @@ "boostEnergy": 27, "baseShieldStrength": 350, "baseArmour": 525, - "hardness": 170, + "hardness": 65, "hullMass": 400, "masslock": 23, "pipSpeed": 0.13875, @@ -1846,7 +1846,7 @@ "boostEnergy": 27, "baseShieldStrength": 555, "baseArmour": 370, - "hardness": 185, + "hardness": 70, "hullMass": 900, "masslock": 24, "pipSpeed": 0.125, @@ -2948,7 +2948,7 @@ "boostEnergy": 23, "baseShieldStrength": 600, "baseArmour": 400, - "hardness": 185, + "hardness": 70, "hullMass": 1100, "masslock": 27, "pipSpeed": 0.05, @@ -8599,7 +8599,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 95, + "piercing": 52, "power": 0.9, "range": 3000, "rating": "D", @@ -8625,7 +8625,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 95, + "piercing": 52, "power": 0.92, "range": 3000, "rating": "E", @@ -8651,7 +8651,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 95, + "piercing": 52, "power": 0.89, "range": 3000, "rating": "F", @@ -8677,7 +8677,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 170, + "piercing": 65, "power": 1.33, "range": 3000, "rating": "A", @@ -8703,7 +8703,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 170, + "piercing": 65, "power": 1.37, "range": 3000, "rating": "A", @@ -8932,7 +8932,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 95, + "piercing": 52, "power": 1.66, "range": 3000, "rating": "D", @@ -8960,7 +8960,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 95, + "piercing": 52, "power": 1.65, "range": 3000, "rating": "E", @@ -8988,7 +8988,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 95, + "piercing": 52, "power": 1.57, "range": 3000, "rating": "E", @@ -9016,7 +9016,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 170, + "piercing": 65, "power": 2.58, "range": 3000, "rating": "E", @@ -9044,7 +9044,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 170, + "piercing": 65, "power": 2.59, "range": 3000, "rating": "E", @@ -9251,7 +9251,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 90, + "piercing": 50, "power": 1.62, "range": 3000, "rating": "C", @@ -9276,7 +9276,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 90, + "piercing": 50, "power": 1.6, "range": 3000, "rating": "C", @@ -9301,7 +9301,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 90, + "piercing": 50, "power": 1.51, "range": 3000, "rating": "D", @@ -9326,7 +9326,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 155, + "piercing": 60, "power": 2.61, "range": 3000, "rating": "A", @@ -9351,7 +9351,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 155, + "piercing": 60, "power": 2.57, "range": 3000, "rating": "A", @@ -9896,7 +9896,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 125, + "piercing": 70, "power": 0.67, "range": 4000, "rating": "C", @@ -9928,7 +9928,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 125, + "piercing": 70, "power": 0.75, "range": 4000, "rating": "C", @@ -9958,7 +9958,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 125, + "piercing": 70, "power": 0.64, "range": 4000, "rating": "D", @@ -9990,7 +9990,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 200, + "piercing": 90, "power": 0.92, "range": 4500, "rating": "B", @@ -10022,7 +10022,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 200, + "piercing": 90, "power": 1.03, "range": 4500, "rating": "B", @@ -10247,7 +10247,7 @@ "jitter": 5, "mass": 8, "mount": "F", - "piercing": 60, + "piercing": 45, "power": 1.02, "range": 2000, "rating": "C", @@ -10279,7 +10279,7 @@ "jitter": 5, "mass": 8, "mount": "G", - "piercing": 60, + "piercing": 45, "power": 1.55, "range": 2000, "rating": "C", @@ -10311,7 +10311,7 @@ "jitter": 5, "mass": 8, "mount": "T", - "piercing": 60, + "piercing": 45, "power": 1.29, "range": 2000, "rating": "C", @@ -10344,7 +10344,7 @@ "mass": 8, "mount": "F", "name": "Pacifier", - "piercing": 60, + "piercing": 45, "power": 1.02, "pp": "Zachary Hudson", "rating": "C", @@ -10378,7 +10378,7 @@ "integrity": 40, "mass": 2, "mount": "F", - "piercing": 200, + "piercing": 30, "power": 1.15, "range": 3000, "rating": "D", @@ -10408,7 +10408,7 @@ "integrity": 51, "mass": 4, "mount": "F", - "piercing": 200, + "piercing": 48, "power": 1.63, "range": 3000, "rating": "B", @@ -10441,7 +10441,7 @@ "mass": 4, "mount": "F", "name": "Imperial Hammer", - "piercing": 200, + "piercing": 48, "power": 1.63, "pp": "Arissa Lavigny-Duval", "range": 3000, @@ -10475,7 +10475,7 @@ "integrity": 51, "mass": 4, "mount": "F", - "piercing": 200, + "piercing": 100, "power": 1.43, "range": 3500, "rating": "C", @@ -10507,7 +10507,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 200, + "piercing": 100, "power": 1.97, "range": 3500, "rating": "B", @@ -10540,7 +10540,7 @@ "mass": 8, "mount": "F", "name": "Advanced Plasma Accelerator", - "piercing": 200, + "piercing": 100, "power": 1.97, "pp": "Denton Patreus", "range": 3500, @@ -10573,7 +10573,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 200, + "piercing": 100, "power": 2.63, "range": 3500, "rating": "A", diff --git a/modules/hardpoints/beam_laser.json b/modules/hardpoints/beam_laser.json index e3fd192..26aab6f 100644 --- a/modules/hardpoints/beam_laser.json +++ b/modules/hardpoints/beam_laser.json @@ -198,7 +198,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 90, + "piercing": 50, "power": 1.62, "range": 3000, "rating": "C", @@ -223,7 +223,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 90, + "piercing": 50, "power": 1.6, "range": 3000, "rating": "C", @@ -248,7 +248,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 90, + "piercing": 50, "power": 1.51, "range": 3000, "rating": "D", @@ -273,7 +273,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 155, + "piercing": 60, "power": 2.61, "range": 3000, "rating": "A", @@ -298,7 +298,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 155, + "piercing": 60, "power": 2.57, "range": 3000, "rating": "A", diff --git a/modules/hardpoints/burst_laser.json b/modules/hardpoints/burst_laser.json index 85c7e77..3724991 100644 --- a/modules/hardpoints/burst_laser.json +++ b/modules/hardpoints/burst_laser.json @@ -220,7 +220,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 95, + "piercing": 52, "power": 1.66, "range": 3000, "rating": "D", @@ -248,7 +248,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 95, + "piercing": 52, "power": 1.65, "range": 3000, "rating": "E", @@ -276,7 +276,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 95, + "piercing": 52, "power": 1.57, "range": 3000, "rating": "E", @@ -304,7 +304,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 170, + "piercing": 65, "power": 2.58, "range": 3000, "rating": "E", @@ -332,7 +332,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 170, + "piercing": 65, "power": 2.59, "range": 3000, "rating": "E", diff --git a/modules/hardpoints/cannon.json b/modules/hardpoints/cannon.json index 9b2071f..adb9edd 100644 --- a/modules/hardpoints/cannon.json +++ b/modules/hardpoints/cannon.json @@ -201,7 +201,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 125, + "piercing": 70, "power": 0.67, "range": 4000, "rating": "C", @@ -233,7 +233,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 125, + "piercing": 70, "power": 0.75, "range": 4000, "rating": "C", @@ -263,7 +263,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 125, + "piercing": 70, "power": 0.64, "range": 4000, "rating": "D", @@ -295,7 +295,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 200, + "piercing": 90, "power": 0.92, "range": 4500, "rating": "B", @@ -327,7 +327,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 200, + "piercing": 90, "power": 1.03, "range": 4500, "rating": "B", diff --git a/modules/hardpoints/fragment_cannon.json b/modules/hardpoints/fragment_cannon.json index aa57c94..608819c 100644 --- a/modules/hardpoints/fragment_cannon.json +++ b/modules/hardpoints/fragment_cannon.json @@ -214,7 +214,7 @@ "jitter": 5, "mass": 8, "mount": "F", - "piercing": 60, + "piercing": 45, "power": 1.02, "range": 2000, "rating": "C", @@ -246,7 +246,7 @@ "jitter": 5, "mass": 8, "mount": "G", - "piercing": 60, + "piercing": 45, "power": 1.55, "range": 2000, "rating": "C", @@ -278,7 +278,7 @@ "jitter": 5, "mass": 8, "mount": "T", - "piercing": 60, + "piercing": 45, "power": 1.29, "range": 2000, "rating": "C", @@ -311,7 +311,7 @@ "mass": 8, "mount": "F", "name": "Pacifier", - "piercing": 60, + "piercing": 45, "power": 1.02, "pp": "Zachary Hudson", "rating": "C", diff --git a/modules/hardpoints/plasma_accelerator.json b/modules/hardpoints/plasma_accelerator.json index 3cd932d..756b7dd 100644 --- a/modules/hardpoints/plasma_accelerator.json +++ b/modules/hardpoints/plasma_accelerator.json @@ -23,7 +23,7 @@ "integrity": 51, "mass": 4, "mount": "F", - "piercing": 200, + "piercing": 100, "power": 1.43, "range": 3500, "rating": "C", @@ -55,7 +55,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 200, + "piercing": 100, "power": 1.97, "range": 3500, "rating": "B", @@ -88,7 +88,7 @@ "mass": 8, "mount": "F", "name": "Advanced Plasma Accelerator", - "piercing": 200, + "piercing": 100, "power": 1.97, "pp": "Denton Patreus", "range": 3500, @@ -121,7 +121,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 200, + "piercing": 100, "power": 2.63, "range": 3500, "rating": "A", diff --git a/modules/hardpoints/pulse_laser.json b/modules/hardpoints/pulse_laser.json index 1422422..adb3de2 100644 --- a/modules/hardpoints/pulse_laser.json +++ b/modules/hardpoints/pulse_laser.json @@ -202,7 +202,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 95, + "piercing": 52, "power": 0.9, "range": 3000, "rating": "D", @@ -228,7 +228,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 95, + "piercing": 52, "power": 0.92, "range": 3000, "rating": "E", @@ -254,7 +254,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 95, + "piercing": 52, "power": 0.89, "range": 3000, "rating": "F", @@ -280,7 +280,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 170, + "piercing": 65, "power": 1.33, "range": 3000, "rating": "A", @@ -306,7 +306,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 170, + "piercing": 65, "power": 1.37, "range": 3000, "rating": "A", diff --git a/modules/hardpoints/rail_gun.json b/modules/hardpoints/rail_gun.json index 4ab6a76..919eace 100644 --- a/modules/hardpoints/rail_gun.json +++ b/modules/hardpoints/rail_gun.json @@ -22,7 +22,7 @@ "integrity": 40, "mass": 2, "mount": "F", - "piercing": 200, + "piercing": 30, "power": 1.15, "range": 3000, "rating": "D", @@ -52,7 +52,7 @@ "integrity": 51, "mass": 4, "mount": "F", - "piercing": 200, + "piercing": 48, "power": 1.63, "range": 3000, "rating": "B", @@ -85,7 +85,7 @@ "mass": 4, "mount": "F", "name": "Imperial Hammer", - "piercing": 200, + "piercing": 48, "power": 1.63, "pp": "Arissa Lavigny-Duval", "range": 3000, diff --git a/ships/anaconda.json b/ships/anaconda.json index 0c29210..ab0cb35 100755 --- a/ships/anaconda.json +++ b/ships/anaconda.json @@ -12,7 +12,7 @@ "boostEnergy": 27, "baseShieldStrength": 350, "baseArmour": 525, - "hardness": 170, + "hardness": 65, "hullMass": 400, "masslock": 23, "pipSpeed": 0.13875, diff --git a/ships/federal_corvette.json b/ships/federal_corvette.json index db96784..7edb589 100644 --- a/ships/federal_corvette.json +++ b/ships/federal_corvette.json @@ -12,7 +12,7 @@ "boostEnergy": 27, "baseShieldStrength": 555, "baseArmour": 370, - "hardness": 185, + "hardness": 70, "hullMass": 900, "masslock": 24, "pipSpeed": 0.125, diff --git a/ships/imperial_cutter.json b/ships/imperial_cutter.json index d30fedd..5b6eb3a 100644 --- a/ships/imperial_cutter.json +++ b/ships/imperial_cutter.json @@ -12,7 +12,7 @@ "boostEnergy": 23, "baseShieldStrength": 600, "baseArmour": 400, - "hardness": 185, + "hardness": 70, "hullMass": 1100, "masslock": 27, "pipSpeed": 0.05, From bc80662649f607dce320544d811b2f36dc61177f Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Fri, 31 Mar 2017 16:31:20 +0100 Subject: [PATCH 28/30] Revert changes not going in to 2.3 --- ChangeLog.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index c16f867..7bce1cb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,15 +1,12 @@ #2.3.0 * Add Dolphin * Add turreted mining lasers - * Update ship hardness for Federal Corvette, Imperial Cutter and Anaconda - * Update piercing for large and huge weapons * Add long range / wide angle / fast scan scanner blueprints * Fix EDDB IDs for class 5 and 7 fighter hangars for correct shopping list * Fix cost for rocket-propelled FSD disruptor * Add module names for blueprints * Fix erroneous value for grade 5 kinetic shield booster * Add missing integrity values for some modules - * Update rail gun hardness values for 2.3 * Update module reinforcement package integrity * Update specs of Beluga as per 2.3 * Update specs of Asp Scout as per 2.3 @@ -17,7 +14,7 @@ * Add ED ID for Rocket Propelled FSD Disruptor * Fix ED name for target lock breaker special * Update scan range and angle information for sensors - * Tidy out shield cell bank information to allow for accurate calculations with modifications + * Tidy up shield cell bank information to allow for accurate calculations with modifications * Update mine launcher stats * Add appropriate engineers to per-module blueprint information From 26ca6c85328153fd7a3886a147f875a68fee951a Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Fri, 31 Mar 2017 16:34:02 +0100 Subject: [PATCH 29/30] Revert changes not going in to 2.3 --- dist/index.js | 8 ++++---- dist/index.json | 8 ++++---- modules/hardpoints/multi_cannon.json | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dist/index.js b/dist/index.js index cfd7062..867f377 100644 --- a/dist/index.js +++ b/dist/index.js @@ -7565,7 +7565,7 @@ module.exports = { integrity: 64, mass: 8, mount: "F", - piercing: 98, + piercing: 54, power: .64, range: 4e3, rating: "C", @@ -7594,7 +7594,7 @@ module.exports = { integrity: 64, mass: 8, mount: "G", - piercing: 98, + piercing: 54, power: .97, range: 4e3, rating: "C", @@ -7623,7 +7623,7 @@ module.exports = { integrity: 80, mass: 16, mount: "F", - piercing: 175, + piercing: 68, power: .73, range: 4e3, rating: "A", @@ -7653,7 +7653,7 @@ module.exports = { integrity: 80, mass: 16, mount: "G", - piercing: 175, + piercing: 68, power: 1.22, range: 4e3, rating: "A", diff --git a/dist/index.json b/dist/index.json index 53b0e36..c9f62de 100644 --- a/dist/index.json +++ b/dist/index.json @@ -9592,7 +9592,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 98, + "piercing": 54, "power": 0.64, "range": 4000, "rating": "C", @@ -9622,7 +9622,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 98, + "piercing": 54, "power": 0.97, "range": 4000, "rating": "C", @@ -9652,7 +9652,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 175, + "piercing": 68, "power": 0.73, "range": 4000, "rating": "A", @@ -9683,7 +9683,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 175, + "piercing": 68, "power": 1.22, "range": 4000, "rating": "A", diff --git a/modules/hardpoints/multi_cannon.json b/modules/hardpoints/multi_cannon.json index 7b090d1..d0e1850 100644 --- a/modules/hardpoints/multi_cannon.json +++ b/modules/hardpoints/multi_cannon.json @@ -233,7 +233,7 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 98, + "piercing": 54, "power": 0.64, "range": 4000, "rating": "C", @@ -263,7 +263,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 98, + "piercing": 54, "power": 0.97, "range": 4000, "rating": "C", @@ -293,7 +293,7 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 175, + "piercing": 68, "power": 0.73, "range": 4000, "rating": "A", @@ -324,7 +324,7 @@ "integrity": 80, "mass": 16, "mount": "G", - "piercing": 175, + "piercing": 68, "power": 1.22, "range": 4000, "rating": "A", From 4864b11dea5083f6b9b87bb77ed9f5d6e90d0f83 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Sun, 9 Apr 2017 09:09:53 +0100 Subject: [PATCH 30/30] Fix blueprint for specialised shield cell --- dist/index.js | 12 ++++++------ dist/index.json | 12 ++++++------ modifications/blueprints.json | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/dist/index.js b/dist/index.js index 867f377..c31387b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -19686,7 +19686,7 @@ module.exports = { grades: { "1": { components: { - Sulphur: 1 + "Specialised Legacy Firmware": 1 }, features: { boot: [ -.04, -.08 ], @@ -19697,8 +19697,8 @@ module.exports = { }, "2": { components: { - Chromium: 1, - "Grid Resistors": 1 + "Conductive Components": 1, + "Specialised Legacy Firmware": 1 }, features: { boot: [ -.08, -.16 ], @@ -19709,9 +19709,9 @@ module.exports = { }, "3": { components: { - "Hybrid Capacitors": 1, - "Precipitated Alloys": 1, - Sulphur: 1 + "Conductive Components": 1, + "Cracked Industrial Firmware": 1, + "Exceptional Scrambled Emission Data": 1 }, features: { boot: [ -.12, -.26 ], diff --git a/dist/index.json b/dist/index.json index c9f62de..7c1ae15 100644 --- a/dist/index.json +++ b/dist/index.json @@ -25911,7 +25911,7 @@ "grades": { "1": { "components": { - "Sulphur": 1 + "Specialised Legacy Firmware": 1 }, "features": { "boot": [ @@ -25934,8 +25934,8 @@ }, "2": { "components": { - "Chromium": 1, - "Grid Resistors": 1 + "Conductive Components": 1, + "Specialised Legacy Firmware": 1 }, "features": { "boot": [ @@ -25958,9 +25958,9 @@ }, "3": { "components": { - "Hybrid Capacitors": 1, - "Precipitated Alloys": 1, - "Sulphur": 1 + "Conductive Components": 1, + "Cracked Industrial Firmware": 1, + "Exceptional Scrambled Emission Data": 1 }, "features": { "boot": [ diff --git a/modifications/blueprints.json b/modifications/blueprints.json index 4f4f8e3..8b86068 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -5249,7 +5249,7 @@ "grades": { "1": { "components": { - "Sulphur": 1 + "Specialised Legacy Firmware": 1 }, "features": { "boot": [ -0.04, -0.08 ], @@ -5260,8 +5260,8 @@ }, "2": { "components": { - "Chromium": 1, - "Grid Resistors": 1 + "Conductive Components": 1, + "Specialised Legacy Firmware": 1 }, "features": { "boot": [ -0.08, -0.16 ], @@ -5272,9 +5272,9 @@ }, "3": { "components": { - "Hybrid Capacitors": 1, - "Precipitated Alloys": 1, - "Sulphur": 1 + "Conductive Components": 1, + "Cracked Industrial Firmware": 1, + "Exceptional Scrambled Emission Data": 1 }, "features": { "boot": [ -0.12, -0.26 ],