Fix incorrect thrusters value

This commit is contained in:
Cmdr McDonald
2016-12-31 09:02:52 +00:00
parent d4242e6846
commit 81334fccba
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@@ -3356,7 +3356,7 @@ module.exports = {
maxmul: 1.16,
minmass: 1680,
minmul: .96,
optmass: 5040,
optmass: 3360,
optmul: 1,
power: 10.8,
rating: "A"

2
dist/index.json vendored
View File

@@ -5077,7 +5077,7 @@
"maxmul": 1.16,
"minmass": 1680,
"minmul": 0.96,
"optmass": 5040,
"optmass": 3360,
"optmul": 1,
"power": 10.8,
"rating": "A"

View File

@@ -85,7 +85,7 @@
"maxmul": 1.16,
"minmass": 1680,
"minmul": 0.96,
"optmass": 5040,
"optmass": 3360,
"optmul": 1,
"power": 10.8,
"rating": "A"