Fix incorrect retail price for Keelback

This commit is contained in:
Cmdr McDonald
2017-02-05 21:11:45 +00:00
parent c82b28448c
commit 827ed4a6dd
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@@ -1964,7 +1964,7 @@ module.exports = {
roll: 100,
yaw: 15
},
retailCost: 3126160,
retailCost: 3126150,
bulkheads: [ {
id: "cb",
edID: 128672271,

2
dist/index.json vendored
View File

@@ -3114,7 +3114,7 @@
"roll": 100,
"yaw": 15
},
"retailCost": 3126160,
"retailCost": 3126150,
"bulkheads": [
{
"id": "cb",

View File

@@ -21,7 +21,7 @@
"roll": 100,
"yaw": 15
},
"retailCost": 3126160,
"retailCost": 3126150,
"bulkheads": [
{ "id": "cb", "edID": 128672271, "eddbID": 1513, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
{ "id": "cc", "edID": 128672272, "eddbID": 1514, "grp": "bh", "cost": 1250460, "mass": 12, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },