Update type_10_defender.json (#15)

The value in baseShieldStrength seems to be incorrect. MJ value displayed in coriolis (31mj) doesn't match the righ shielding value for the Type 10 stock build (99mj). After some testing "baseShieldStrength": 320, seems to work outputting the right mj value.
This commit is contained in:
TheHeavyMachine
2017-12-24 10:54:15 +01:00
committed by Noah Stride
parent 92e4c09a61
commit 59a31cbb9f

View File

@@ -10,7 +10,7 @@
"speed": 179,
"boost": 219,
"boostEnergy": 19,
"baseShieldStrength": 99,
"baseShieldStrength": 320,
"baseArmour": 1879,
"hardness": 75,
"hullMass": 1200,
@@ -42,4 +42,4 @@
}
}
}