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,
|
||||
|
||||
Reference in New Issue
Block a user