diff --git a/dist/index.js b/dist/index.js index 1b1cc85..0fb3f5f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -20458,9 +20458,9 @@ module.exports = { }, ws: { blueprints: { - WakeScanner_LightWeight: [ 1, 2, 3, 4, 5 ], - WakeScanner_Reinforced: [ 1, 2, 3, 4, 5 ], - WakeScanner_Shielded: [ 1, 2, 3, 4, 5 ] + WakeScanner_LightWeight: [ 1, 2, 3 ], + WakeScanner_Reinforced: [ 1, 2, 3 ], + WakeScanner_Shielded: [ 1, 2, 3 ] }, modifications: [ "boot", "integrity", "mass", "power" ] } diff --git a/dist/index.json b/dist/index.json index b429ca0..890206e 100644 --- a/dist/index.json +++ b/dist/index.json @@ -28031,23 +28031,17 @@ "WakeScanner_LightWeight": [ 1, 2, - 3, - 4, - 5 + 3 ], "WakeScanner_Reinforced": [ 1, 2, - 3, - 4, - 5 + 3 ], "WakeScanner_Shielded": [ 1, 2, - 3, - 4, - 5 + 3 ] }, "modifications": [ diff --git a/package.json b/package.json index fc953d1..01c88b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coriolis-data", - "version": "2.2.16", + "version": "2.2.17", "repository": { "type": "git", "url": "https://github.com/EDCD/coriolis-data"