mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Add hardness to ship data
This commit is contained in:
38
dist/index.js
vendored
38
dist/index.js
vendored
@@ -13,6 +13,7 @@ module.exports = {
|
||||
boostEnergy: 9,
|
||||
baseShieldStrength: 60,
|
||||
baseArmour: 90,
|
||||
hardness: 35,
|
||||
hullMass: 35,
|
||||
masslock: 7,
|
||||
pipSpeed: .13625,
|
||||
@@ -99,8 +100,9 @@ module.exports = {
|
||||
speed: 180,
|
||||
boost: 240,
|
||||
boostEnergy: 27,
|
||||
baseShieldStrength: 350,
|
||||
baseShieldStrength: 385,
|
||||
baseArmour: 525,
|
||||
hardness: 200,
|
||||
hullMass: 400,
|
||||
masslock: 23,
|
||||
pipSpeed: .13875,
|
||||
@@ -204,6 +206,7 @@ module.exports = {
|
||||
boostEnergy: 13,
|
||||
baseShieldStrength: 140,
|
||||
baseArmour: 210,
|
||||
hardness: 52,
|
||||
hullMass: 280,
|
||||
masslock: 11,
|
||||
pipSpeed: .13,
|
||||
@@ -292,6 +295,7 @@ module.exports = {
|
||||
boostEnergy: 13,
|
||||
baseShieldStrength: 120,
|
||||
baseArmour: 180,
|
||||
hardness: 52,
|
||||
hullMass: 150,
|
||||
masslock: 8,
|
||||
pipSpeed: .125,
|
||||
@@ -380,6 +384,7 @@ module.exports = {
|
||||
boostEnergy: 19,
|
||||
baseShieldStrength: 280,
|
||||
baseArmour: 280,
|
||||
hardness: 60,
|
||||
hullMass: 1100,
|
||||
masslock: 18,
|
||||
pipSpeed: .1125,
|
||||
@@ -510,6 +515,7 @@ module.exports = {
|
||||
boostEnergy: 10,
|
||||
baseShieldStrength: 80,
|
||||
baseArmour: 120,
|
||||
hardness: 35,
|
||||
hullMass: 180,
|
||||
masslock: 8,
|
||||
pipSpeed: .125,
|
||||
@@ -598,6 +604,7 @@ module.exports = {
|
||||
boostEnergy: 10,
|
||||
baseShieldStrength: 120,
|
||||
baseArmour: 120,
|
||||
hardness: 35,
|
||||
hullMass: 210,
|
||||
masslock: 8,
|
||||
pipSpeed: .125,
|
||||
@@ -686,6 +693,7 @@ module.exports = {
|
||||
boostEnergy: 13,
|
||||
baseShieldStrength: 150,
|
||||
baseArmour: 150,
|
||||
hardness: 42,
|
||||
hullMass: 298,
|
||||
masslock: 10,
|
||||
pipSpeed: .09625,
|
||||
@@ -774,6 +782,7 @@ module.exports = {
|
||||
boostEnergy: 10,
|
||||
baseShieldStrength: 120,
|
||||
baseArmour: 120,
|
||||
hardness: 40,
|
||||
hullMass: 170,
|
||||
masslock: 8,
|
||||
pipSpeed: .09875,
|
||||
@@ -862,6 +871,7 @@ module.exports = {
|
||||
boostEnergy: 8,
|
||||
baseShieldStrength: 60,
|
||||
baseArmour: 40,
|
||||
hardness: 28,
|
||||
hullMass: 50,
|
||||
masslock: 6,
|
||||
pipSpeed: .0625,
|
||||
@@ -957,6 +967,7 @@ module.exports = {
|
||||
boostEnergy: 19,
|
||||
baseShieldStrength: 200,
|
||||
baseArmour: 300,
|
||||
hardness: 60,
|
||||
hullMass: 480,
|
||||
masslock: 14,
|
||||
pipSpeed: .11125,
|
||||
@@ -1064,8 +1075,9 @@ module.exports = {
|
||||
speed: 200,
|
||||
boost: 260,
|
||||
boostEnergy: 27,
|
||||
baseShieldStrength: 555,
|
||||
baseShieldStrength: 610.5,
|
||||
baseArmour: 370,
|
||||
hardness: 210,
|
||||
hullMass: 900,
|
||||
masslock: 24,
|
||||
pipSpeed: .125,
|
||||
@@ -1176,6 +1188,7 @@ module.exports = {
|
||||
boostEnergy: 19,
|
||||
baseShieldStrength: 200,
|
||||
baseArmour: 300,
|
||||
hardness: 60,
|
||||
hullMass: 580,
|
||||
masslock: 14,
|
||||
pipSpeed: .0725,
|
||||
@@ -1285,6 +1298,7 @@ module.exports = {
|
||||
boostEnergy: 23,
|
||||
baseShieldStrength: 250,
|
||||
baseArmour: 350,
|
||||
hardness: 60,
|
||||
hullMass: 580,
|
||||
masslock: 14,
|
||||
pipSpeed: .1025,
|
||||
@@ -1395,6 +1409,7 @@ module.exports = {
|
||||
boostEnergy: 19,
|
||||
baseShieldStrength: 300,
|
||||
baseArmour: 225,
|
||||
hardness: 70,
|
||||
hullMass: 250,
|
||||
masslock: 12,
|
||||
pipSpeed: .03875,
|
||||
@@ -1483,6 +1498,7 @@ module.exports = {
|
||||
boostEnergy: 7,
|
||||
baseShieldStrength: 50,
|
||||
baseArmour: 100,
|
||||
hardness: 20,
|
||||
hullMass: 14,
|
||||
masslock: 6,
|
||||
pipSpeed: .1625,
|
||||
@@ -1571,6 +1587,7 @@ module.exports = {
|
||||
boostEnergy: 19,
|
||||
baseShieldStrength: 180,
|
||||
baseArmour: 270,
|
||||
hardness: 60,
|
||||
hullMass: 400,
|
||||
masslock: 12,
|
||||
pipSpeed: .1,
|
||||
@@ -1659,6 +1676,7 @@ module.exports = {
|
||||
boostEnergy: 10,
|
||||
baseShieldStrength: 200,
|
||||
baseArmour: 80,
|
||||
hardness: 30,
|
||||
hullMass: 35,
|
||||
masslock: 7,
|
||||
pipSpeed: .05375,
|
||||
@@ -1745,8 +1763,9 @@ module.exports = {
|
||||
speed: 200,
|
||||
boost: 320,
|
||||
boostEnergy: 23,
|
||||
baseShieldStrength: 600,
|
||||
baseShieldStrength: 690,
|
||||
baseArmour: 400,
|
||||
hardness: 210,
|
||||
hullMass: 1100,
|
||||
masslock: 27,
|
||||
pipSpeed: .05,
|
||||
@@ -1857,6 +1876,7 @@ module.exports = {
|
||||
boostEnergy: 8,
|
||||
baseShieldStrength: 80,
|
||||
baseArmour: 60,
|
||||
hardness: 28,
|
||||
hullMass: 50,
|
||||
masslock: 6,
|
||||
pipSpeed: .075,
|
||||
@@ -1952,6 +1972,7 @@ module.exports = {
|
||||
boostEnergy: 10,
|
||||
baseShieldStrength: 135,
|
||||
baseArmour: 270,
|
||||
hardness: 45,
|
||||
hullMass: 180,
|
||||
masslock: 8,
|
||||
pipSpeed: .1375,
|
||||
@@ -2041,6 +2062,7 @@ module.exports = {
|
||||
boostEnergy: 16,
|
||||
baseShieldStrength: 220,
|
||||
baseArmour: 220,
|
||||
hardness: 55,
|
||||
hullMass: 580,
|
||||
masslock: 13,
|
||||
pipSpeed: .08375,
|
||||
@@ -2150,6 +2172,7 @@ module.exports = {
|
||||
boostEnergy: 23,
|
||||
baseShieldStrength: 260,
|
||||
baseArmour: 260,
|
||||
hardness: 65,
|
||||
hullMass: 350,
|
||||
masslock: 17,
|
||||
pipSpeed: .0975,
|
||||
@@ -2238,6 +2261,7 @@ module.exports = {
|
||||
boostEnergy: 7,
|
||||
baseShieldStrength: 40,
|
||||
baseArmour: 60,
|
||||
hardness: 20,
|
||||
hullMass: 25,
|
||||
masslock: 6,
|
||||
pipSpeed: .1375,
|
||||
@@ -2326,6 +2350,7 @@ module.exports = {
|
||||
boostEnergy: 10,
|
||||
baseShieldStrength: 90,
|
||||
baseArmour: 180,
|
||||
hardness: 35,
|
||||
hullMass: 155,
|
||||
masslock: 8,
|
||||
pipSpeed: .1475,
|
||||
@@ -2414,6 +2439,7 @@ module.exports = {
|
||||
boostEnergy: 10,
|
||||
baseShieldStrength: 155,
|
||||
baseArmour: 340,
|
||||
hardness: 54,
|
||||
hullMass: 420,
|
||||
masslock: 10,
|
||||
pipSpeed: .16625,
|
||||
@@ -2502,6 +2528,7 @@ module.exports = {
|
||||
boostEnergy: 19,
|
||||
baseShieldStrength: 240,
|
||||
baseArmour: 480,
|
||||
hardness: 65,
|
||||
hullMass: 1e3,
|
||||
masslock: 16,
|
||||
pipSpeed: .17375,
|
||||
@@ -2591,6 +2618,7 @@ module.exports = {
|
||||
boostEnergy: 10,
|
||||
baseShieldStrength: 105,
|
||||
baseArmour: 70,
|
||||
hardness: 35,
|
||||
hullMass: 60,
|
||||
masslock: 7,
|
||||
pipSpeed: .09375,
|
||||
@@ -2693,6 +2721,7 @@ module.exports = {
|
||||
boostEnergy: 10,
|
||||
baseShieldStrength: 150,
|
||||
baseArmour: 150,
|
||||
hardness: 35,
|
||||
hullMass: 190,
|
||||
masslock: 7,
|
||||
pipSpeed: .0875,
|
||||
@@ -2795,6 +2824,7 @@ module.exports = {
|
||||
boostEnergy: 16,
|
||||
baseShieldStrength: 240,
|
||||
baseArmour: 160,
|
||||
hardness: 55,
|
||||
hullMass: 230,
|
||||
masslock: 10,
|
||||
pipSpeed: .02375,
|
||||
@@ -6914,7 +6944,7 @@ module.exports = {
|
||||
mass: 4,
|
||||
mount: "F",
|
||||
piercing: 35,
|
||||
power: 1,
|
||||
power: 1.01,
|
||||
range: 3e3,
|
||||
rating: "D",
|
||||
thermload: 5.1,
|
||||
|
||||
38
dist/index.json
vendored
38
dist/index.json
vendored
@@ -13,6 +13,7 @@
|
||||
"boostEnergy": 9,
|
||||
"baseShieldStrength": 60,
|
||||
"baseArmour": 90,
|
||||
"hardness": 35,
|
||||
"hullMass": 35,
|
||||
"masslock": 7,
|
||||
"pipSpeed": 0.13625,
|
||||
@@ -145,8 +146,9 @@
|
||||
"speed": 180,
|
||||
"boost": 240,
|
||||
"boostEnergy": 27,
|
||||
"baseShieldStrength": 350,
|
||||
"baseShieldStrength": 385,
|
||||
"baseArmour": 525,
|
||||
"hardness": 200,
|
||||
"hullMass": 400,
|
||||
"masslock": 23,
|
||||
"pipSpeed": 0.13875,
|
||||
@@ -334,6 +336,7 @@
|
||||
"boostEnergy": 13,
|
||||
"baseShieldStrength": 140,
|
||||
"baseArmour": 210,
|
||||
"hardness": 52,
|
||||
"hullMass": 280,
|
||||
"masslock": 11,
|
||||
"pipSpeed": 0.13,
|
||||
@@ -482,6 +485,7 @@
|
||||
"boostEnergy": 13,
|
||||
"baseShieldStrength": 120,
|
||||
"baseArmour": 180,
|
||||
"hardness": 52,
|
||||
"hullMass": 150,
|
||||
"masslock": 8,
|
||||
"pipSpeed": 0.125,
|
||||
@@ -618,6 +622,7 @@
|
||||
"boostEnergy": 19,
|
||||
"baseShieldStrength": 280,
|
||||
"baseArmour": 280,
|
||||
"hardness": 60,
|
||||
"hullMass": 1100,
|
||||
"masslock": 18,
|
||||
"pipSpeed": 0.1125,
|
||||
@@ -818,6 +823,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 80,
|
||||
"baseArmour": 120,
|
||||
"hardness": 35,
|
||||
"hullMass": 180,
|
||||
"masslock": 8,
|
||||
"pipSpeed": 0.125,
|
||||
@@ -956,6 +962,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 120,
|
||||
"baseArmour": 120,
|
||||
"hardness": 35,
|
||||
"hullMass": 210,
|
||||
"masslock": 8,
|
||||
"pipSpeed": 0.125,
|
||||
@@ -1100,6 +1107,7 @@
|
||||
"boostEnergy": 13,
|
||||
"baseShieldStrength": 150,
|
||||
"baseArmour": 150,
|
||||
"hardness": 42,
|
||||
"hullMass": 298,
|
||||
"masslock": 10,
|
||||
"pipSpeed": 0.09625,
|
||||
@@ -1238,6 +1246,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 120,
|
||||
"baseArmour": 120,
|
||||
"hardness": 40,
|
||||
"hullMass": 170,
|
||||
"masslock": 8,
|
||||
"pipSpeed": 0.09875,
|
||||
@@ -1376,6 +1385,7 @@
|
||||
"boostEnergy": 8,
|
||||
"baseShieldStrength": 60,
|
||||
"baseArmour": 40,
|
||||
"hardness": 28,
|
||||
"hullMass": 50,
|
||||
"masslock": 6,
|
||||
"pipSpeed": 0.0625,
|
||||
@@ -1515,6 +1525,7 @@
|
||||
"boostEnergy": 19,
|
||||
"baseShieldStrength": 200,
|
||||
"baseArmour": 300,
|
||||
"hardness": 60,
|
||||
"hullMass": 480,
|
||||
"masslock": 14,
|
||||
"pipSpeed": 0.11125,
|
||||
@@ -1682,8 +1693,9 @@
|
||||
"speed": 200,
|
||||
"boost": 260,
|
||||
"boostEnergy": 27,
|
||||
"baseShieldStrength": 555,
|
||||
"baseShieldStrength": 610.5,
|
||||
"baseArmour": 370,
|
||||
"hardness": 210,
|
||||
"hullMass": 900,
|
||||
"masslock": 24,
|
||||
"pipSpeed": 0.125,
|
||||
@@ -1876,6 +1888,7 @@
|
||||
"boostEnergy": 19,
|
||||
"baseShieldStrength": 200,
|
||||
"baseArmour": 300,
|
||||
"hardness": 60,
|
||||
"hullMass": 580,
|
||||
"masslock": 14,
|
||||
"pipSpeed": 0.0725,
|
||||
@@ -2049,6 +2062,7 @@
|
||||
"boostEnergy": 23,
|
||||
"baseShieldStrength": 250,
|
||||
"baseArmour": 350,
|
||||
"hardness": 60,
|
||||
"hullMass": 580,
|
||||
"masslock": 14,
|
||||
"pipSpeed": 0.1025,
|
||||
@@ -2223,6 +2237,7 @@
|
||||
"boostEnergy": 19,
|
||||
"baseShieldStrength": 300,
|
||||
"baseArmour": 225,
|
||||
"hardness": 70,
|
||||
"hullMass": 250,
|
||||
"masslock": 12,
|
||||
"pipSpeed": 0.03875,
|
||||
@@ -2369,6 +2384,7 @@
|
||||
"boostEnergy": 7,
|
||||
"baseShieldStrength": 50,
|
||||
"baseArmour": 100,
|
||||
"hardness": 20,
|
||||
"hullMass": 14,
|
||||
"masslock": 6,
|
||||
"pipSpeed": 0.1625,
|
||||
@@ -2497,6 +2513,7 @@
|
||||
"boostEnergy": 19,
|
||||
"baseShieldStrength": 180,
|
||||
"baseArmour": 270,
|
||||
"hardness": 60,
|
||||
"hullMass": 400,
|
||||
"masslock": 12,
|
||||
"pipSpeed": 0.1,
|
||||
@@ -2643,6 +2660,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 200,
|
||||
"baseArmour": 80,
|
||||
"hardness": 30,
|
||||
"hullMass": 35,
|
||||
"masslock": 7,
|
||||
"pipSpeed": 0.05375,
|
||||
@@ -2781,8 +2799,9 @@
|
||||
"speed": 200,
|
||||
"boost": 320,
|
||||
"boostEnergy": 23,
|
||||
"baseShieldStrength": 600,
|
||||
"baseShieldStrength": 690,
|
||||
"baseArmour": 400,
|
||||
"hardness": 210,
|
||||
"hullMass": 1100,
|
||||
"masslock": 27,
|
||||
"pipSpeed": 0.05,
|
||||
@@ -2973,6 +2992,7 @@
|
||||
"boostEnergy": 8,
|
||||
"baseShieldStrength": 80,
|
||||
"baseArmour": 60,
|
||||
"hardness": 28,
|
||||
"hullMass": 50,
|
||||
"masslock": 6,
|
||||
"pipSpeed": 0.075,
|
||||
@@ -3112,6 +3132,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 135,
|
||||
"baseArmour": 270,
|
||||
"hardness": 45,
|
||||
"hullMass": 180,
|
||||
"masslock": 8,
|
||||
"pipSpeed": 0.1375,
|
||||
@@ -3253,6 +3274,7 @@
|
||||
"boostEnergy": 16,
|
||||
"baseShieldStrength": 220,
|
||||
"baseArmour": 220,
|
||||
"hardness": 55,
|
||||
"hullMass": 580,
|
||||
"masslock": 13,
|
||||
"pipSpeed": 0.08375,
|
||||
@@ -3418,6 +3440,7 @@
|
||||
"boostEnergy": 23,
|
||||
"baseShieldStrength": 260,
|
||||
"baseArmour": 260,
|
||||
"hardness": 65,
|
||||
"hullMass": 350,
|
||||
"masslock": 17,
|
||||
"pipSpeed": 0.0975,
|
||||
@@ -3568,6 +3591,7 @@
|
||||
"boostEnergy": 7,
|
||||
"baseShieldStrength": 40,
|
||||
"baseArmour": 60,
|
||||
"hardness": 20,
|
||||
"hullMass": 25,
|
||||
"masslock": 6,
|
||||
"pipSpeed": 0.1375,
|
||||
@@ -3698,6 +3722,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 90,
|
||||
"baseArmour": 180,
|
||||
"hardness": 35,
|
||||
"hullMass": 155,
|
||||
"masslock": 8,
|
||||
"pipSpeed": 0.1475,
|
||||
@@ -3836,6 +3861,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 155,
|
||||
"baseArmour": 340,
|
||||
"hardness": 54,
|
||||
"hullMass": 420,
|
||||
"masslock": 10,
|
||||
"pipSpeed": 0.16625,
|
||||
@@ -3982,6 +4008,7 @@
|
||||
"boostEnergy": 19,
|
||||
"baseShieldStrength": 240,
|
||||
"baseArmour": 480,
|
||||
"hardness": 65,
|
||||
"hullMass": 1000,
|
||||
"masslock": 16,
|
||||
"pipSpeed": 0.17375,
|
||||
@@ -4133,6 +4160,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 105,
|
||||
"baseArmour": 70,
|
||||
"hardness": 35,
|
||||
"hullMass": 60,
|
||||
"masslock": 7,
|
||||
"pipSpeed": 0.09375,
|
||||
@@ -4285,6 +4313,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 150,
|
||||
"baseArmour": 150,
|
||||
"hardness": 35,
|
||||
"hullMass": 190,
|
||||
"masslock": 7,
|
||||
"pipSpeed": 0.0875,
|
||||
@@ -4441,6 +4470,7 @@
|
||||
"boostEnergy": 16,
|
||||
"baseShieldStrength": 240,
|
||||
"baseArmour": 160,
|
||||
"hardness": 55,
|
||||
"hullMass": 230,
|
||||
"masslock": 10,
|
||||
"pipSpeed": 0.02375,
|
||||
@@ -8887,7 +8917,7 @@
|
||||
"mass": 4,
|
||||
"mount": "F",
|
||||
"piercing": 35,
|
||||
"power": 1,
|
||||
"power": 1.01,
|
||||
"range": 3000,
|
||||
"rating": "D",
|
||||
"thermload": 5.1,
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
"mass": 4,
|
||||
"mount": "F",
|
||||
"piercing": 35,
|
||||
"power": 1,
|
||||
"power": 1.01,
|
||||
"range": 3000,
|
||||
"rating": "D",
|
||||
"thermload": 5.1,
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
{
|
||||
"ammo": 16,
|
||||
"breachdmg": 20,
|
||||
"breachmax": 1,
|
||||
"breachmin": 1,
|
||||
"breachmax": 0,
|
||||
"breachmin": 0,
|
||||
"class": 1,
|
||||
"clip": 8,
|
||||
"cost": 32180,
|
||||
@@ -57,8 +57,8 @@
|
||||
{
|
||||
"ammo": 48,
|
||||
"breachdmg": 20,
|
||||
"breachmax": 1,
|
||||
"breachmin": 1,
|
||||
"breachmax": 0,
|
||||
"breachmin": 0,
|
||||
"class": 2,
|
||||
"clip": 12,
|
||||
"cost": 240400,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 9,
|
||||
"baseShieldStrength": 60,
|
||||
"baseArmour": 90,
|
||||
"hardness": 35,
|
||||
"hullMass": 35,
|
||||
"masslock": 7,
|
||||
"pipSpeed": 0.13625,
|
||||
|
||||
@@ -10,8 +10,9 @@
|
||||
"speed": 180,
|
||||
"boost": 240,
|
||||
"boostEnergy": 27,
|
||||
"baseShieldStrength": 350,
|
||||
"baseShieldStrength": 385,
|
||||
"baseArmour": 525,
|
||||
"hardness": 200,
|
||||
"hullMass": 400,
|
||||
"masslock": 23,
|
||||
"pipSpeed": 0.13875,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 13,
|
||||
"baseShieldStrength": 140,
|
||||
"baseArmour": 210,
|
||||
"hardness": 52,
|
||||
"hullMass": 280,
|
||||
"masslock": 11,
|
||||
"pipSpeed": 0.13,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 13,
|
||||
"baseShieldStrength": 120,
|
||||
"baseArmour": 180,
|
||||
"hardness": 52,
|
||||
"hullMass": 150,
|
||||
"masslock": 8,
|
||||
"pipSpeed": 0.125,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 19,
|
||||
"baseShieldStrength": 280,
|
||||
"baseArmour": 280,
|
||||
"hardness": 60,
|
||||
"hullMass": 1100,
|
||||
"masslock": 18,
|
||||
"pipSpeed": 0.1125,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 80,
|
||||
"baseArmour": 120,
|
||||
"hardness": 35,
|
||||
"hullMass": 180,
|
||||
"masslock": 8,
|
||||
"pipSpeed": 0.125,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 120,
|
||||
"baseArmour": 120,
|
||||
"hardness": 35,
|
||||
"hullMass": 210,
|
||||
"masslock": 8,
|
||||
"pipSpeed": 0.125,
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"boostEnergy": 13,
|
||||
"baseShieldStrength": 150,
|
||||
"baseArmour": 150,
|
||||
"hardness": 42,
|
||||
"hullMass": 298,
|
||||
"masslock": 10,
|
||||
"pipSpeed": 0.09625,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 120,
|
||||
"baseArmour": 120,
|
||||
"hardness": 40,
|
||||
"hullMass": 170,
|
||||
"masslock": 8,
|
||||
"pipSpeed": 0.09875,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 8,
|
||||
"baseShieldStrength": 60,
|
||||
"baseArmour": 40,
|
||||
"hardness": 28,
|
||||
"hullMass": 50,
|
||||
"masslock": 6,
|
||||
"pipSpeed": 0.0625,
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"boostEnergy": 19,
|
||||
"baseShieldStrength": 200,
|
||||
"baseArmour": 300,
|
||||
"hardness": 60,
|
||||
"hullMass": 480,
|
||||
"masslock": 14,
|
||||
"pipSpeed": 0.11125,
|
||||
|
||||
@@ -10,8 +10,9 @@
|
||||
"speed": 200,
|
||||
"boost": 260,
|
||||
"boostEnergy": 27,
|
||||
"baseShieldStrength": 555,
|
||||
"baseShieldStrength": 610.5,
|
||||
"baseArmour": 370,
|
||||
"hardness": 210,
|
||||
"hullMass": 900,
|
||||
"masslock": 24,
|
||||
"pipSpeed": 0.125,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 19,
|
||||
"baseShieldStrength": 200,
|
||||
"baseArmour": 300,
|
||||
"hardness": 60,
|
||||
"hullMass": 580,
|
||||
"masslock": 14,
|
||||
"pipSpeed": 0.0725,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 23,
|
||||
"baseShieldStrength": 250,
|
||||
"baseArmour": 350,
|
||||
"hardness": 60,
|
||||
"hullMass": 580,
|
||||
"masslock": 14,
|
||||
"pipSpeed": 0.1025,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 19,
|
||||
"baseShieldStrength": 300,
|
||||
"baseArmour": 225,
|
||||
"hardness": 70,
|
||||
"hullMass": 250,
|
||||
"masslock": 12,
|
||||
"pipSpeed": 0.03875,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 7,
|
||||
"baseShieldStrength": 50,
|
||||
"baseArmour": 100,
|
||||
"hardness": 20,
|
||||
"hullMass": 14,
|
||||
"masslock": 6,
|
||||
"pipSpeed": 0.1625,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 19,
|
||||
"baseShieldStrength": 180,
|
||||
"baseArmour": 270,
|
||||
"hardness": 60,
|
||||
"hullMass": 400,
|
||||
"masslock": 12,
|
||||
"pipSpeed": 0.1,
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 200,
|
||||
"baseArmour": 80,
|
||||
"hardness": 30,
|
||||
"hullMass": 35,
|
||||
"masslock": 7,
|
||||
"pipSpeed": 0.05375,
|
||||
|
||||
@@ -9,8 +9,9 @@
|
||||
"speed": 200,
|
||||
"boost": 320,
|
||||
"boostEnergy": 23,
|
||||
"baseShieldStrength": 600,
|
||||
"baseShieldStrength": 690,
|
||||
"baseArmour": 400,
|
||||
"hardness": 210,
|
||||
"hullMass": 1100,
|
||||
"masslock": 27,
|
||||
"pipSpeed": 0.05,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 8,
|
||||
"baseShieldStrength": 80,
|
||||
"baseArmour": 60,
|
||||
"hardness": 28,
|
||||
"hullMass": 50,
|
||||
"masslock": 6,
|
||||
"pipSpeed": 0.075,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 135,
|
||||
"baseArmour": 270,
|
||||
"hardness": 45,
|
||||
"hullMass": 180,
|
||||
"masslock": 8,
|
||||
"pipSpeed": 0.1375,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 16,
|
||||
"baseShieldStrength": 220,
|
||||
"baseArmour": 220,
|
||||
"hardness": 55,
|
||||
"hullMass": 580,
|
||||
"masslock": 13,
|
||||
"pipSpeed": 0.08375,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 23,
|
||||
"baseShieldStrength": 260,
|
||||
"baseArmour": 260,
|
||||
"hardness": 65,
|
||||
"hullMass": 350,
|
||||
"masslock": 17,
|
||||
"pipSpeed": 0.0975,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 7,
|
||||
"baseShieldStrength": 40,
|
||||
"baseArmour": 60,
|
||||
"hardness": 20,
|
||||
"hullMass": 25,
|
||||
"masslock": 6,
|
||||
"pipSpeed": 0.1375,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 90,
|
||||
"baseArmour": 180,
|
||||
"hardness": 35,
|
||||
"hullMass": 155,
|
||||
"masslock": 8,
|
||||
"pipSpeed": 0.1475,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 155,
|
||||
"baseArmour": 340,
|
||||
"hardness": 54,
|
||||
"hullMass": 420,
|
||||
"masslock": 10,
|
||||
"pipSpeed": 0.16625,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 19,
|
||||
"baseShieldStrength": 240,
|
||||
"baseArmour": 480,
|
||||
"hardness": 65,
|
||||
"hullMass": 1000,
|
||||
"masslock": 16,
|
||||
"pipSpeed": 0.17375,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 105,
|
||||
"baseArmour": 70,
|
||||
"hardness": 35,
|
||||
"hullMass": 60,
|
||||
"masslock": 7,
|
||||
"pipSpeed": 0.09375,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 10,
|
||||
"baseShieldStrength": 150,
|
||||
"baseArmour": 150,
|
||||
"hardness": 35,
|
||||
"hullMass": 190,
|
||||
"masslock": 7,
|
||||
"pipSpeed": 0.0875,
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"boostEnergy": 16,
|
||||
"baseShieldStrength": 240,
|
||||
"baseArmour": 160,
|
||||
"hardness": 55,
|
||||
"hullMass": 230,
|
||||
"masslock": 10,
|
||||
"pipSpeed": 0.02375,
|
||||
|
||||
@@ -14,6 +14,7 @@ describe('JSON Data', function() {
|
||||
'boostEnergy',
|
||||
'baseShieldStrength',
|
||||
'baseArmour',
|
||||
'hardness',
|
||||
'hullMass',
|
||||
'masslock',
|
||||
'pipSpeed',
|
||||
|
||||
Reference in New Issue
Block a user