fix pipspeed, and speed for crusader

This commit is contained in:
William Blythe
2018-08-28 13:04:23 +10:00
parent 98af901f9f
commit 5db3d10ec2
3 changed files with 9 additions and 9 deletions

6
dist/index.js vendored
View File

@@ -350,8 +350,8 @@ module.exports = {
manufacturer: "Lakon", manufacturer: "Lakon",
class: 2, class: 2,
hullCost: 18182883, hullCost: 18182883,
speed: 230, speed: 180,
boost: 330, boost: 300,
boostEnergy: 19, boostEnergy: 19,
baseShieldStrength: 200, baseShieldStrength: 200,
baseArmour: 300, baseArmour: 300,
@@ -359,7 +359,7 @@ module.exports = {
hullMass: 500, hullMass: 500,
masslock: 13, masslock: 13,
fighterHangars: true, fighterHangars: true,
pipSpeed: .08695652173913, pipSpeed: .15833333333333,
pitch: 32, pitch: 32,
roll: 80, roll: 80,
yaw: 16, yaw: 16,

6
dist/index.json vendored
View File

@@ -523,8 +523,8 @@
"manufacturer": "Lakon", "manufacturer": "Lakon",
"class": 2, "class": 2,
"hullCost": 18182883, "hullCost": 18182883,
"speed": 230, "speed": 180,
"boost": 330, "boost": 300,
"boostEnergy": 19, "boostEnergy": 19,
"baseShieldStrength": 200, "baseShieldStrength": 200,
"baseArmour": 300, "baseArmour": 300,
@@ -532,7 +532,7 @@
"hullMass": 500, "hullMass": 500,
"masslock": 13, "masslock": 13,
"fighterHangars": true, "fighterHangars": true,
"pipSpeed": 0.08695652173913, "pipSpeed": 0.15833333333333,
"pitch": 32, "pitch": 32,
"roll": 80, "roll": 80,
"yaw": 16, "yaw": 16,

View File

@@ -7,8 +7,8 @@
"manufacturer": "Lakon", "manufacturer": "Lakon",
"class": 2, "class": 2,
"hullCost": 18182883, "hullCost": 18182883,
"speed": 230, "speed": 180,
"boost": 330, "boost": 300,
"boostEnergy": 19, "boostEnergy": 19,
"baseShieldStrength": 200, "baseShieldStrength": 200,
"baseArmour": 300, "baseArmour": 300,
@@ -16,7 +16,7 @@
"hullMass": 500, "hullMass": 500,
"masslock": 13, "masslock": 13,
"fighterHangars": true, "fighterHangars": true,
"pipSpeed": 0.08695652173913, "pipSpeed": 0.15833333333333,
"pitch": 32, "pitch": 32,
"roll": 80, "roll": 80,
"yaw": 16, "yaw": 16,