From 5db3d10ec24c743c670e9bfd80f57d90092b8dd6 Mon Sep 17 00:00:00 2001 From: William Blythe Date: Tue, 28 Aug 2018 13:04:23 +1000 Subject: [PATCH] fix pipspeed, and speed for crusader --- dist/index.js | 6 +++--- dist/index.json | 6 +++--- ships/alliance_crusader.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dist/index.js b/dist/index.js index 56a2685..ddb3e51 100644 --- a/dist/index.js +++ b/dist/index.js @@ -350,8 +350,8 @@ module.exports = { manufacturer: "Lakon", class: 2, hullCost: 18182883, - speed: 230, - boost: 330, + speed: 180, + boost: 300, boostEnergy: 19, baseShieldStrength: 200, baseArmour: 300, @@ -359,7 +359,7 @@ module.exports = { hullMass: 500, masslock: 13, fighterHangars: true, - pipSpeed: .08695652173913, + pipSpeed: .15833333333333, pitch: 32, roll: 80, yaw: 16, diff --git a/dist/index.json b/dist/index.json index 31da1b3..d38ad6a 100644 --- a/dist/index.json +++ b/dist/index.json @@ -523,8 +523,8 @@ "manufacturer": "Lakon", "class": 2, "hullCost": 18182883, - "speed": 230, - "boost": 330, + "speed": 180, + "boost": 300, "boostEnergy": 19, "baseShieldStrength": 200, "baseArmour": 300, @@ -532,7 +532,7 @@ "hullMass": 500, "masslock": 13, "fighterHangars": true, - "pipSpeed": 0.08695652173913, + "pipSpeed": 0.15833333333333, "pitch": 32, "roll": 80, "yaw": 16, diff --git a/ships/alliance_crusader.json b/ships/alliance_crusader.json index 35adc50..59f36c2 100644 --- a/ships/alliance_crusader.json +++ b/ships/alliance_crusader.json @@ -7,8 +7,8 @@ "manufacturer": "Lakon", "class": 2, "hullCost": 18182883, - "speed": 230, - "boost": 330, + "speed": 180, + "boost": 300, "boostEnergy": 19, "baseShieldStrength": 200, "baseArmour": 300, @@ -16,7 +16,7 @@ "hullMass": 500, "masslock": 13, "fighterHangars": true, - "pipSpeed": 0.08695652173913, + "pipSpeed": 0.15833333333333, "pitch": 32, "roll": 80, "yaw": 16,