Merge branch 'release/2.2.17' into develop

This commit is contained in:
Cmdr McDonald
2017-02-18 09:51:58 +00:00
3 changed files with 7 additions and 13 deletions

6
dist/index.js vendored
View File

@@ -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" ]
}

12
dist/index.json vendored
View File

@@ -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": [

View File

@@ -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"