Fix base shield values for cutter and corvette

This commit is contained in:
Cmdr McDonald
2017-01-15 08:37:01 +00:00
parent 8f141ff5d5
commit 5a1ebf72d9
5 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,8 @@
#2.2.10
* Fix incorrect base shield values for Cutter and Corvette
#2.2.9
* Add falloff metric for weapons
* Add falloff metric for weapons
* Add falloff from range modification

4
dist/index.js vendored
View File

@@ -1069,7 +1069,7 @@ module.exports = {
speed: 200,
boost: 260,
boostEnergy: 27,
baseShieldStrength: 610.5,
baseShieldStrength: 555,
baseArmour: 370,
hardness: 70,
hullMass: 900,
@@ -1750,7 +1750,7 @@ module.exports = {
speed: 200,
boost: 320,
boostEnergy: 23,
baseShieldStrength: 690,
baseShieldStrength: 600,
baseArmour: 400,
hardness: 70,
hullMass: 1100,

4
dist/index.json vendored
View File

@@ -1683,7 +1683,7 @@
"speed": 200,
"boost": 260,
"boostEnergy": 27,
"baseShieldStrength": 610.5,
"baseShieldStrength": 555,
"baseArmour": 370,
"hardness": 70,
"hullMass": 900,
@@ -2778,7 +2778,7 @@
"speed": 200,
"boost": 320,
"boostEnergy": 23,
"baseShieldStrength": 690,
"baseShieldStrength": 600,
"baseArmour": 400,
"hardness": 70,
"hullMass": 1100,

View File

@@ -10,7 +10,7 @@
"speed": 200,
"boost": 260,
"boostEnergy": 27,
"baseShieldStrength": 610.5,
"baseShieldStrength": 555,
"baseArmour": 370,
"hardness": 70,
"hullMass": 900,

View File

@@ -9,7 +9,7 @@
"speed": 200,
"boost": 320,
"boostEnergy": 23,
"baseShieldStrength": 690,
"baseShieldStrength": 600,
"baseArmour": 400,
"hardness": 70,
"hullMass": 1100,