From 827ed4a6dd798d95f22121a8ce9ffdb9f10a19d4 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Sun, 5 Feb 2017 21:11:45 +0000 Subject: [PATCH] Fix incorrect retail price for Keelback --- dist/index.js | 2 +- dist/index.json | 2 +- ships/keelback.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index e2cc0d2..8d8cb11 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1964,7 +1964,7 @@ module.exports = { roll: 100, yaw: 15 }, - retailCost: 3126160, + retailCost: 3126150, bulkheads: [ { id: "cb", edID: 128672271, diff --git a/dist/index.json b/dist/index.json index 64f72ad..5971738 100644 --- a/dist/index.json +++ b/dist/index.json @@ -3114,7 +3114,7 @@ "roll": 100, "yaw": 15 }, - "retailCost": 3126160, + "retailCost": 3126150, "bulkheads": [ { "id": "cb", diff --git a/ships/keelback.json b/ships/keelback.json index ef28932..4cf85e8 100644 --- a/ships/keelback.json +++ b/ships/keelback.json @@ -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 },