fix chieftain base shield strength

This commit is contained in:
willyb321
2018-06-15 10:43:46 +10:00
parent eb5733fa43
commit afb4632f8d
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@@ -101,7 +101,7 @@ module.exports = {
speed: 230, speed: 230,
boost: 330, boost: 330,
boostEnergy: 19, boostEnergy: 19,
baseShieldStrength: 154, baseShieldStrength: 200,
baseArmour: 280, baseArmour: 280,
hardness: 65, hardness: 65,
hullMass: 400, hullMass: 400,

2
dist/index.json vendored
View File

@@ -147,7 +147,7 @@
"speed": 230, "speed": 230,
"boost": 330, "boost": 330,
"boostEnergy": 19, "boostEnergy": 19,
"baseShieldStrength": 154, "baseShieldStrength": 200,
"baseArmour": 280, "baseArmour": 280,
"hardness": 65, "hardness": 65,
"hullMass": 400, "hullMass": 400,

View File

@@ -10,7 +10,7 @@
"speed": 230, "speed": 230,
"boost": 330, "boost": 330,
"boostEnergy": 19, "boostEnergy": 19,
"baseShieldStrength": 154, "baseShieldStrength": 200,
"baseArmour": 280, "baseArmour": 280,
"hardness": 65, "hardness": 65,
"hullMass": 400, "hullMass": 400,