From 841d70c560d647ba23a2bf145e371af80c2bbb25 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Thu, 2 Mar 2017 12:20:43 +0000 Subject: [PATCH] Added Dolphin stats --- dist/index.js | 6 +++--- dist/index.json | 6 +++--- ships/dolphin.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dist/index.js b/dist/index.js index 5252377..c52d263 100644 --- a/dist/index.js +++ b/dist/index.js @@ -874,13 +874,13 @@ module.exports = { hullCost: 1115330, speed: 250, boost: 350, - boostEnergy: -1, + boostEnergy: 11, baseShieldStrength: 110, baseArmour: 110, hardness: 35, hullMass: 140, - masslock: -1, - pipSpeed: .08375, + masslock: 9, + pipSpeed: .13, luxuryCabins: true, pitch: 30, roll: 100, diff --git a/dist/index.json b/dist/index.json index 6c78d5f..42c7ce9 100644 --- a/dist/index.json +++ b/dist/index.json @@ -1386,13 +1386,13 @@ "hullCost": 1115330, "speed": 250, "boost": 350, - "boostEnergy": -1, + "boostEnergy": 11, "baseShieldStrength": 110, "baseArmour": 110, "hardness": 35, "hullMass": 140, - "masslock": -1, - "pipSpeed": 0.08375, + "masslock": 9, + "pipSpeed": 0.13, "luxuryCabins": true, "pitch": 30, "roll": 100, diff --git a/ships/dolphin.json b/ships/dolphin.json index bcb7a45..0166d6f 100755 --- a/ships/dolphin.json +++ b/ships/dolphin.json @@ -8,13 +8,13 @@ "hullCost": 1115330, "speed": 250, "boost": 350, - "boostEnergy": -1, + "boostEnergy": 11, "baseShieldStrength": 110, "baseArmour": 110, "hardness": 35, "hullMass": 140, - "masslock": -1, - "pipSpeed": 0.08375, + "masslock": 9, + "pipSpeed": 0.13, "luxuryCabins": true, "pitch": 30, "roll": 100,