From 90a6e717204317e679a9c0c3cf2ff45d06ce36a3 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Thu, 2 Mar 2017 14:30:44 +0000 Subject: [PATCH] Fix dolphin boost --- dist/index.js | 2 +- dist/index.json | 2 +- ships/dolphin.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index c52d263..935bb83 100644 --- a/dist/index.js +++ b/dist/index.js @@ -874,7 +874,7 @@ module.exports = { hullCost: 1115330, speed: 250, boost: 350, - boostEnergy: 11, + boostEnergy: 10, baseShieldStrength: 110, baseArmour: 110, hardness: 35, diff --git a/dist/index.json b/dist/index.json index 42c7ce9..c0cc891 100644 --- a/dist/index.json +++ b/dist/index.json @@ -1386,7 +1386,7 @@ "hullCost": 1115330, "speed": 250, "boost": 350, - "boostEnergy": 11, + "boostEnergy": 10, "baseShieldStrength": 110, "baseArmour": 110, "hardness": 35, diff --git a/ships/dolphin.json b/ships/dolphin.json index 0166d6f..71d20d1 100755 --- a/ships/dolphin.json +++ b/ships/dolphin.json @@ -8,7 +8,7 @@ "hullCost": 1115330, "speed": 250, "boost": 350, - "boostEnergy": 11, + "boostEnergy": 10, "baseShieldStrength": 110, "baseArmour": 110, "hardness": 35,