diff --git a/ChangeLog.md b/ChangeLog.md index 9b2d05c..c04c466 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,19 @@ +#2.2.6 + * Update weapons with changed values for 2.2.03 + * Add individual pitch/roll/yaw statistics for each ship + * Remove old and meaningless agility stat + * Use sane order for multi-module JSON - coriolis can re-order as it sees fit when displaying modules + * Fix cost of fighter hangars + * Update Powerplay weapons with current statistics + * Add separate min/opt/max multipliers for enhanced thrusters for speed, acceleration and rotation + * Add module reinforcement packages + * Add military compartments + * Fix missing damage value for 2B dumbfires + * Update shield recharge rates + * Reduce hull mass of Viper to 50T + * Fix incorrect optimal mass value for 8A thrusters + * Add power draw for detailed surface scanner + #2.2.5 * Fix incorrect ID for emissive munitions special * Fix rate of fire for burst lasers diff --git a/dist/index.js b/dist/index.js index 20d094d..4cc2e1c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -11,12 +11,15 @@ module.exports = { speed: 220, boost: 320, boostEnergy: 9, - agility: 8, baseShieldStrength: 60, baseArmour: 90, + hardness: 35, hullMass: 35, masslock: 7, - pipSpeed: .13625 + pipSpeed: .13625, + pitch: 38, + roll: 100, + yaw: 14 }, retailCost: 87810, bulkheads: [ { @@ -97,13 +100,16 @@ module.exports = { speed: 180, boost: 240, boostEnergy: 27, - agility: 2, baseShieldStrength: 350, baseArmour: 525, + hardness: 65, hullMass: 400, masslock: 23, pipSpeed: .13875, - fighterHangars: true + fighterHangars: true, + pitch: 25, + roll: 60, + yaw: 10 }, retailCost: 146969450, bulkheads: [ { @@ -165,12 +171,20 @@ module.exports = { slots: { standard: [ 8, 7, 6, 5, 8, 8, 5 ], hardpoints: [ 4, 3, 3, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ 7, 6, 6, 6, 5, 5, 5, 4, 4, 4, 2 ] + internal: [ 7, 6, 6, 6, 5, 5, 5, { + class: 5, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, 4, 4, 4, 2 ] }, defaults: { standard: [ "8E", "7E", "6E", "5E", "8E", "8E", "5C" ], hardpoints: [ 0, 0, 0, 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "05", "04", "4j", 0, "03", 0, 0, 0, 0, "2h", "00" ] + internal: [ "05", "04", "4j", 0, "03", 0, 0, 0, 0, 0, "2h", "00" ] } }, asp: { @@ -184,12 +198,15 @@ module.exports = { speed: 250, boost: 340, boostEnergy: 13, - agility: 6, baseShieldStrength: 140, baseArmour: 210, + hardness: 52, hullMass: 280, masslock: 11, - pipSpeed: .13 + pipSpeed: .13, + pitch: 38, + roll: 100, + yaw: 10 }, retailCost: 6661150, bulkheads: [ { @@ -270,12 +287,15 @@ module.exports = { speed: 220, boost: 300, boostEnergy: 13, - agility: 8, baseShieldStrength: 120, baseArmour: 180, + hardness: 52, hullMass: 150, masslock: 8, - pipSpeed: .125 + pipSpeed: .125, + pitch: 40, + roll: 110, + yaw: 15 }, retailCost: 3961150, bulkheads: [ { @@ -356,14 +376,17 @@ module.exports = { speed: 200, boost: 280, boostEnergy: 19, - agility: 2, baseShieldStrength: 280, baseArmour: 280, + hardness: 60, hullMass: 1100, masslock: 18, - pipSpeed: -1, + pipSpeed: .1125, luxuryCabins: true, - fighterHangars: true + fighterHangars: true, + pitch: 25, + roll: 60, + yaw: 17 }, retailCost: 84532770, bulkheads: [ { @@ -427,6 +450,7 @@ module.exports = { hardpoints: [ 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0 ], internal: [ 6, 6, { class: 6, + name: "Passenger", eligible: { cr: 1, hr: 1, @@ -437,6 +461,7 @@ module.exports = { } }, { class: 6, + name: "Passenger", eligible: { cr: 1, hr: 1, @@ -447,6 +472,7 @@ module.exports = { } }, { class: 5, + name: "Passenger", eligible: { cr: 1, hr: 1, @@ -457,6 +483,7 @@ module.exports = { } }, { class: 5, + name: "Passenger", eligible: { cr: 1, hr: 1, @@ -484,12 +511,15 @@ module.exports = { speed: 280, boost: 400, boostEnergy: 10, - agility: 6, baseShieldStrength: 80, baseArmour: 120, + hardness: 35, hullMass: 180, masslock: 8, - pipSpeed: .125 + pipSpeed: .125, + pitch: 40, + roll: 100, + yaw: 10 }, retailCost: 349720, bulkheads: [ { @@ -570,12 +600,15 @@ module.exports = { speed: 200, boost: 300, boostEnergy: 10, - agility: 4, baseShieldStrength: 120, baseArmour: 120, + hardness: 35, hullMass: 210, masslock: 8, - pipSpeed: .125 + pipSpeed: .125, + pitch: 30, + roll: 90, + yaw: 10 }, retailCost: 747660, bulkheads: [ { @@ -656,12 +689,15 @@ module.exports = { speed: 260, boost: 340, boostEnergy: 13, - agility: 5, baseShieldStrength: 150, baseArmour: 150, + hardness: 42, hullMass: 298, masslock: 10, - pipSpeed: .09625 + pipSpeed: .09625, + pitch: 35, + roll: 90, + yaw: 13 }, retailCost: 1894760, bulkheads: [ { @@ -742,12 +778,15 @@ module.exports = { speed: 280, boost: 380, boostEnergy: 10, - agility: 8, baseShieldStrength: 120, baseArmour: 120, + hardness: 40, hullMass: 170, masslock: 8, - pipSpeed: .09875 + pipSpeed: .09875, + pitch: 42, + roll: 100, + yaw: 15 }, retailCost: 564330, bulkheads: [ { @@ -828,12 +867,15 @@ module.exports = { speed: 240, boost: 350, boostEnergy: 8, - agility: 10, baseShieldStrength: 60, baseArmour: 40, + hardness: 28, hullMass: 50, masslock: 6, - pipSpeed: .0625 + pipSpeed: .0625, + pitch: 50, + roll: 120, + yaw: 18 }, retailCost: 44800, bulkheads: [ { @@ -895,12 +937,20 @@ module.exports = { slots: { standard: [ 2, 3, 3, 1, 2, 2, 2 ], hardpoints: [ 1, 1, 1, 0 ], - internal: [ 3, 2, 1, 1 ] + internal: [ 3, 2, { + class: 2, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, 1, 1 ] }, defaults: { standard: [ "2E", "3E", "3E", "1E", "2E", "2E", "2C" ], hardpoints: [ 17, 17, 0, 0 ], - internal: [ "44", "00", "2h", 0 ] + internal: [ "44", "00", 0, "2h", 0 ] } }, federal_assault_ship: { @@ -914,12 +964,15 @@ module.exports = { speed: 210, boost: 350, boostEnergy: 19, - agility: 6, baseShieldStrength: 200, baseArmour: 300, + hardness: 60, hullMass: 480, masslock: 14, - pipSpeed: .11125 + pipSpeed: .11125, + pitch: 38, + roll: 90, + yaw: 19 }, retailCost: 19814210, bulkheads: [ { @@ -981,12 +1034,28 @@ module.exports = { slots: { standard: [ 6, 6, 5, 5, 6, 4, 4 ], hardpoints: [ 3, 3, 2, 2, 0, 0, 0, 0 ], - internal: [ 5, 5, 4, 3, 2, 2 ] + internal: [ 5, 5, 4, { + class: 4, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, { + class: 4, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, 3, 2, 2 ] }, defaults: { standard: [ "6E", "6E", "5E", "5E", "6E", "4E", "4C" ], hardpoints: [ 0, 0, 17, 17, 0, 0, 0, 0 ], - internal: [ "4e", "03", "02", "02", 0, 0 ] + internal: [ "4e", "03", "02", 0, 0, "02", 0, 0 ] } }, federal_corvette: { @@ -1000,13 +1069,16 @@ module.exports = { speed: 200, boost: 260, boostEnergy: 27, - agility: 2, - baseShieldStrength: 555, + baseShieldStrength: 610.5, baseArmour: 370, + hardness: 70, hullMass: 900, masslock: 24, pipSpeed: .125, - fighterHangars: true + fighterHangars: true, + pitch: 28, + roll: 75, + yaw: 8 }, retailCost: 187969450, bulkheads: [ { @@ -1068,12 +1140,28 @@ module.exports = { slots: { standard: [ 8, 7, 6, 5, 8, 8, 5 ], hardpoints: [ 4, 4, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ 7, 7, 7, 6, 6, 5, 5, 4, 4, 3 ] + internal: [ 7, 7, 7, 6, 6, 5, 5, { + class: 5, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, { + class: 5, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, 4, 4, 3 ] }, defaults: { standard: [ "8E", "7E", "6E", "5E", "8E", "8E", "5C" ], hardpoints: [ 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "4o", "05", 0, 0, 0, 0, 0, "02", "01", "2h" ] + internal: [ "4o", "05", 0, 0, 0, 0, 0, 0, 0, "02", "01", "2h" ] } }, federal_dropship: { @@ -1087,12 +1175,15 @@ module.exports = { speed: 180, boost: 300, boostEnergy: 19, - agility: 2, baseShieldStrength: 200, baseArmour: 300, + hardness: 60, hullMass: 580, masslock: 14, - pipSpeed: .0725 + pipSpeed: .0725, + pitch: 30, + roll: 80, + yaw: 14 }, retailCost: 14314210, bulkheads: [ { @@ -1154,12 +1245,28 @@ module.exports = { slots: { standard: [ 6, 6, 5, 5, 6, 4, 4 ], hardpoints: [ 3, 2, 2, 2, 2, 0, 0, 0, 0 ], - internal: [ 6, 5, 5, 4, 3, 3, 2 ] + internal: [ 6, 5, 5, 4, { + class: 4, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, { + class: 4, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, 3, 3, 2 ] }, defaults: { standard: [ "6E", "6E", "5E", "5E", "6E", "4E", "4C" ], hardpoints: [ 0, 17, 17, 0, 0, 0, 0, 0, 0 ], - internal: [ "04", "03", "4e", "02", 0, 0, "2h" ] + internal: [ "04", "03", "4e", "02", 0, 0, 0, 0, "2h" ] } }, federal_gunship: { @@ -1173,13 +1280,16 @@ module.exports = { speed: 170, boost: 280, boostEnergy: 23, - agility: 2, baseShieldStrength: 250, baseArmour: 350, + hardness: 60, hullMass: 580, masslock: 14, pipSpeed: .1025, - fighterHangars: true + fighterHangars: true, + pitch: 25, + roll: 80, + yaw: 18 }, retailCost: 35814210, bulkheads: [ { @@ -1241,12 +1351,36 @@ module.exports = { slots: { standard: [ 6, 6, 5, 5, 7, 5, 4 ], hardpoints: [ 3, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0 ], - internal: [ 6, 6, 5, 2, 2 ] + internal: [ 6, 6, 5, { + class: 4, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, { + class: 4, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, { + class: 4, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, 2, 2 ] }, defaults: { standard: [ "6E", "6E", "5E", "5E", "7E", "5E", "4C" ], hardpoints: [ 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ 0, "4j", "03", 0, "2h" ] + internal: [ 0, "4j", "03", 0, 0, 0, 0, "2h" ] } }, fer_de_lance: { @@ -1260,12 +1394,15 @@ module.exports = { speed: 260, boost: 350, boostEnergy: 19, - agility: 6, baseShieldStrength: 300, baseArmour: 225, + hardness: 70, hullMass: 250, masslock: 12, - pipSpeed: .03875 + pipSpeed: .03875, + pitch: 38, + roll: 90, + yaw: 12 }, retailCost: 51567040, bulkheads: [ { @@ -1345,13 +1482,16 @@ module.exports = { hullCost: 29790, speed: 200, boost: 300, - agility: 6, boostEnergy: 7, baseShieldStrength: 50, - baseArmour: 50, + baseArmour: 100, + hardness: 20, hullMass: 14, masslock: 6, - pipSpeed: .1625 + pipSpeed: .1625, + pitch: 36, + roll: 100, + yaw: 14 }, retailCost: 52720, bulkheads: [ { @@ -1432,12 +1572,15 @@ module.exports = { speed: 300, boost: 380, boostEnergy: 19, - agility: 2, baseShieldStrength: 180, baseArmour: 270, + hardness: 60, hullMass: 400, masslock: 12, - pipSpeed: .1 + pipSpeed: .1, + pitch: 40, + roll: 80, + yaw: 18 }, retailCost: 22296860, bulkheads: [ { @@ -1518,12 +1661,15 @@ module.exports = { speed: 280, boost: 380, boostEnergy: 10, - agility: 6, baseShieldStrength: 200, baseArmour: 80, + hardness: 30, hullMass: 35, masslock: 7, - pipSpeed: .05375 + pipSpeed: .05375, + pitch: 38, + roll: 90, + yaw: 16 }, retailCost: 2542930, bulkheads: [ { @@ -1604,13 +1750,16 @@ module.exports = { speed: 200, boost: 320, boostEnergy: 23, - agility: 2, - baseShieldStrength: 600, + baseShieldStrength: 690, baseArmour: 400, + hardness: 70, hullMass: 1100, masslock: 27, pipSpeed: .05, - fighterHangars: true + fighterHangars: true, + pitch: 18, + roll: 45, + yaw: 8 }, retailCost: 208969450, bulkheads: [ { @@ -1672,12 +1821,28 @@ module.exports = { slots: { standard: [ 8, 8, 7, 7, 7, 7, 6 ], hardpoints: [ 4, 3, 3, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ 8, 8, 6, 6, 6, 5, 5, 4, 3 ] + internal: [ 8, 8, 6, 6, 6, 5, 5, { + class: 5, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, { + class: 5, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, 4, 3 ] }, defaults: { standard: [ "8E", "8E", "7E", "7E", "7E", "7E", "6C" ], hardpoints: [ 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "4t", "06", "04", 0, 0, 0, 0, "01", "2h" ] + internal: [ "4t", "06", "04", 0, 0, 0, 0, 0, 0, "01", "2h" ] } }, imperial_eagle: { @@ -1691,12 +1856,15 @@ module.exports = { speed: 300, boost: 400, boostEnergy: 8, - agility: 6, baseShieldStrength: 80, baseArmour: 60, + hardness: 28, hullMass: 50, masslock: 6, - pipSpeed: .075 + pipSpeed: .075, + pitch: 40, + roll: 100, + yaw: 15 }, retailCost: 110830, bulkheads: [ { @@ -1758,12 +1926,20 @@ module.exports = { slots: { standard: [ 3, 3, 3, 1, 2, 2, 2 ], hardpoints: [ 2, 1, 1, 0 ], - internal: [ 3, 2, 1, 1 ] + internal: [ 3, 2, { + class: 2, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, 1, 1 ] }, defaults: { standard: [ "3E", "3E", "3E", "1E", "2E", "2E", "2C" ], hardpoints: [ 0, 17, 17, 0 ], - internal: [ "44", "00", "2h", 0 ] + internal: [ "44", "00", 0, "2h", 0 ] } }, keelback: { @@ -1777,13 +1953,16 @@ module.exports = { speed: 200, boost: 300, boostEnergy: 10, - agility: 2, baseShieldStrength: 135, - baseArmour: 135, + baseArmour: 270, + hardness: 45, hullMass: 180, masslock: 8, pipSpeed: .1375, - fighterHangars: true + fighterHangars: true, + pitch: 27, + roll: 100, + yaw: 15 }, retailCost: 3126160, bulkheads: [ { @@ -1864,13 +2043,16 @@ module.exports = { speed: 300, boost: 380, boostEnergy: 16, - agility: 2, baseShieldStrength: 220, baseArmour: 220, + hardness: 55, hullMass: 580, masslock: 13, pipSpeed: .08375, - luxuryCabins: true + luxuryCabins: true, + pitch: 25, + roll: 55, + yaw: 18 }, retailCost: 48539900, bulkheads: [ { @@ -1934,6 +2116,7 @@ module.exports = { hardpoints: [ 3, 2, 2, 0, 0, 0, 0 ], internal: [ { class: 6, + name: "Passenger", eligible: { cr: 1, hr: 1, @@ -1944,6 +2127,7 @@ module.exports = { } }, { class: 5, + name: "Passenger", eligible: { cr: 1, hr: 1, @@ -1971,12 +2155,15 @@ module.exports = { speed: 230, boost: 300, boostEnergy: 23, - agility: 6, baseShieldStrength: 260, baseArmour: 260, + hardness: 65, hullMass: 350, masslock: 17, - pipSpeed: .0975 + pipSpeed: .0975, + pitch: 29, + roll: 90, + yaw: 10 }, retailCost: 56978180, bulkheads: [ { @@ -2057,12 +2244,15 @@ module.exports = { speed: 220, boost: 320, boostEnergy: 7, - agility: 8, baseShieldStrength: 40, baseArmour: 60, + hardness: 20, hullMass: 25, masslock: 6, - pipSpeed: .1375 + pipSpeed: .1375, + pitch: 42, + roll: 110, + yaw: 16 }, retailCost: 40800, bulkheads: [ { @@ -2143,12 +2333,15 @@ module.exports = { speed: 220, boost: 350, boostEnergy: 10, - agility: 3, baseShieldStrength: 90, - baseArmour: 90, + baseArmour: 180, + hardness: 35, hullMass: 155, masslock: 8, - pipSpeed: .1475 + pipSpeed: .1475, + pitch: 30, + roll: 100, + yaw: 17 }, retailCost: 1045950, bulkheads: [ { @@ -2229,12 +2422,15 @@ module.exports = { speed: 180, boost: 300, boostEnergy: 10, - agility: 2, baseShieldStrength: 155, - baseArmour: 170, + baseArmour: 340, + hardness: 54, hullMass: 420, masslock: 10, - pipSpeed: .16625 + pipSpeed: .16625, + pitch: 22, + roll: 60, + yaw: 22 }, retailCost: 17472260, bulkheads: [ { @@ -2315,13 +2511,16 @@ module.exports = { speed: 130, boost: 200, boostEnergy: 19, - agility: 0, baseShieldStrength: 240, - baseArmour: 240, + baseArmour: 480, + hardness: 65, hullMass: 1e3, masslock: 16, pipSpeed: .17375, - fighterHangars: true + fighterHangars: true, + pitch: 20, + roll: 20, + yaw: 8 }, retailCost: 76555840, bulkheads: [ { @@ -2402,12 +2601,15 @@ module.exports = { speed: 320, boost: 400, boostEnergy: 10, - agility: 6, baseShieldStrength: 105, baseArmour: 70, - hullMass: 60, + hardness: 35, + hullMass: 50, masslock: 7, - pipSpeed: .09375 + pipSpeed: .09375, + pitch: 35, + roll: 90, + yaw: 15 }, retailCost: 142930, bulkheads: [ { @@ -2469,12 +2671,20 @@ module.exports = { slots: { standard: [ 3, 3, 3, 2, 3, 3, 2 ], hardpoints: [ 2, 2, 1, 1, 0, 0 ], - internal: [ 3, 3, 2, 1 ] + internal: [ 3, 3, { + class: 3, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, 2, 1 ] }, defaults: { standard: [ "3E", "3E", "3E", "2E", "3E", "3E", "2C" ], hardpoints: [ 17, 17, 0, 0, 0, 0 ], - internal: [ "01", "44", 0, "2h" ] + internal: [ "01", "44", 0, 0, "2h" ] } }, viper_mk_iv: { @@ -2488,12 +2698,15 @@ module.exports = { speed: 270, boost: 340, boostEnergy: 10, - agility: 4, baseShieldStrength: 150, baseArmour: 150, + hardness: 35, hullMass: 190, masslock: 7, - pipSpeed: .0875 + pipSpeed: .0875, + pitch: 30, + roll: 90, + yaw: 12 }, retailCost: 437930, bulkheads: [ { @@ -2555,12 +2768,20 @@ module.exports = { slots: { standard: [ 4, 4, 4, 2, 3, 3, 4 ], hardpoints: [ 2, 2, 1, 1, 0, 0 ], - internal: [ 4, 4, 3, 2, 2, 1 ] + internal: [ 4, 4, 3, { + class: 2, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, 2, 2, 1 ] }, defaults: { standard: [ "4E", "4E", "4E", "2E", "3E", "3E", "4C" ], hardpoints: [ 0, 0, 17, 17, 0, 0 ], - internal: [ "02", "02", "44", "00", 0, "2h" ] + internal: [ "02", "02", "44", 0, "00", 0, "2h" ] } }, vulture: { @@ -2574,12 +2795,15 @@ module.exports = { speed: 210, boost: 340, boostEnergy: 16, - agility: 9, baseShieldStrength: 240, baseArmour: 160, + hardness: 55, hullMass: 230, masslock: 10, - pipSpeed: .02375 + pipSpeed: .02375, + pitch: 42, + roll: 110, + yaw: 17 }, retailCost: 4925620, bulkheads: [ { @@ -2641,12 +2865,20 @@ module.exports = { slots: { standard: [ 4, 5, 4, 3, 5, 4, 3 ], hardpoints: [ 3, 3, 0, 0, 0, 0 ], - internal: [ 5, 4, 2, 1, 1 ] + internal: [ 5, { + class: 5, + name: "Military", + eligible: { + hr: 1, + scb: 1, + mrp: 1 + } + }, 4, 2, 1, 1 ] }, defaults: { standard: [ "4E", "5E", "4E", "3E", "5E", "4E", "3C" ], hardpoints: [ 17, 17, 0, 0, 0, 0 ], - internal: [ "4e", "02", 0, 0, "2h" ] + internal: [ "4e", 0, 0, "02", 0, "2h" ] } } }, @@ -3154,7 +3386,7 @@ module.exports = { maxmul: 1.16, minmass: 1680, minmul: .96, - optmass: 5040, + optmass: 3360, optmul: 1, power: 10.8, rating: "A" @@ -3661,9 +3893,9 @@ module.exports = { integrity: 56, mass: 2.5, maxmass: 108, - maxmul: .96, + maxmul: 1.16, minmass: 36, - minmul: 1.16, + minmul: .96, optmass: 72, optmul: 1, power: 3, @@ -3678,12 +3910,21 @@ module.exports = { integrity: 55, mass: 5, maxmass: 200, - maxmul: 1.6, + maxmul: 1.367, + maxmulacceleration: 1.2, + maxmulrotation: 1.3, + maxmulspeed: 1.6, minmass: 70, minmul: .9, + minmulacceleration: .9, + minmulrotation: .9, + minmulspeed: .9, name: "Enhanced Performance", optmass: 90, - optmul: 1.25, + optmul: 1.15, + optmulacceleration: 1.1, + optmulrotation: 1.1, + optmulspeed: 1.25, power: 5, rating: "A" }, { @@ -3696,12 +3937,21 @@ module.exports = { integrity: 40, mass: 2.5, maxmass: 120, - maxmul: 1.6, + maxmul: 1.367, + maxmulacceleration: 1.2, + maxmulrotation: 1.3, + maxmulspeed: 1.6, minmass: 50, minmul: .9, + minmulacceleration: .9, + minmulrotation: .9, + minmulspeed: .9, name: "Enhanced Performance", optmass: 60, - optmul: 1.25, + optmul: 1.15, + optmulacceleration: 1.1, + optmulrotation: 1.1, + optmulspeed: 1.25, power: 4, rating: "A" } ], @@ -6007,7 +6257,7 @@ module.exports = { class: 1, cost: 2200, damage: 2.04, - distdraw: .33, + distdraw: .3, edID: 128049381, eddbID: 823, grp: "pl", @@ -6073,7 +6323,7 @@ module.exports = { class: 2, cost: 17600, damage: 3.49, - distdraw: .56, + distdraw: .5, edID: 128049382, eddbID: 824, grp: "pl", @@ -6139,7 +6389,7 @@ module.exports = { class: 2, cost: 26400, damage: 2.8, - distdraw: 1, + distdraw: .9, eddbID: 1483, grp: "pl", id: "PL", @@ -6147,7 +6397,7 @@ module.exports = { mass: 4, mount: "F", name: "Disruptor", - piercing: "A", + piercing: 35, power: .7, pp: "Felicia Winters", rating: "E", @@ -6161,7 +6411,7 @@ module.exports = { class: 3, cost: 70400, damage: 5.98, - distdraw: .96, + distdraw: .86, edID: 128049383, eddbID: 825, grp: "pl", @@ -6227,7 +6477,7 @@ module.exports = { class: 4, cost: 177600, damage: 10.23, - distdraw: 1.64, + distdraw: 1.48, edID: 128049384, eddbID: 1539, grp: "pl", @@ -6274,7 +6524,7 @@ module.exports = { class: 1, cost: 4400, damage: 1.72, - distdraw: .31, + distdraw: .24, edID: 128049400, eddbID: 832, grp: "ul", @@ -6298,7 +6548,7 @@ module.exports = { class: 1, cost: 8600, damage: 1.2, - distdraw: .27, + distdraw: .23, edID: 128049404, eddbID: 835, grp: "ul", @@ -6322,7 +6572,7 @@ module.exports = { class: 1, cost: 52800, damage: .87, - distdraw: .16, + distdraw: .136, edID: 128049407, eddbID: 838, grp: "ul", @@ -6338,20 +6588,21 @@ module.exports = { thermload: .2, type: "T" }, { - breachdmg: 1.5, + breachdmg: 2, breachmax: 0, breachmin: 0, - burst: 3, - burstrof: 15, + burst: 8, + burstrof: 20, class: 1, cost: 8800, damage: 2.4, - distdraw: .4, + distdraw: .31, edID: 128671449, eddbID: 1477, grp: "ul", id: "cy", integrity: 40, + jitter: 3.5, mass: 2, mount: "F", name: "Cytoscrambler", @@ -6360,7 +6611,7 @@ module.exports = { pp: "Archon Delaine", range: 600, rating: "F", - rof: 1.98, + rof: 6.6, thermload: .3, type: "T" }, { @@ -6372,7 +6623,7 @@ module.exports = { class: 2, cost: 23e3, damage: 3.5, - distdraw: .63, + distdraw: .482, edID: 128049401, eddbID: 833, grp: "ul", @@ -6396,7 +6647,7 @@ module.exports = { class: 2, cost: 48500, damage: 2.45, - distdraw: .55, + distdraw: .468, edID: 128049405, eddbID: 836, grp: "ul", @@ -6420,7 +6671,7 @@ module.exports = { class: 2, cost: 162800, damage: 1.74, - distdraw: .31, + distdraw: .26, edID: 128049408, eddbID: 839, grp: "ul", @@ -6444,7 +6695,7 @@ module.exports = { class: 3, cost: 140400, damage: 7.75, - distdraw: 1.39, + distdraw: 1.06, edID: 128049402, eddbID: 834, grp: "ul", @@ -6468,7 +6719,7 @@ module.exports = { class: 3, cost: 281600, damage: 5.18, - distdraw: 1.16, + distdraw: .986, edID: 128049406, eddbID: 837, grp: "ul", @@ -6492,7 +6743,7 @@ module.exports = { class: 3, cost: 800400, damage: 3.54, - distdraw: .63, + distdraw: .536, edID: 128049409, eddbID: 840, grp: "ul", @@ -6516,7 +6767,7 @@ module.exports = { class: 4, cost: 281600, damage: 20.6, - distdraw: 3.71, + distdraw: 2.84, edID: 128049403, eddbID: 1549, grp: "ul", @@ -6540,7 +6791,7 @@ module.exports = { class: 4, cost: 1245600, damage: 12.1, - distdraw: 2.72, + distdraw: 2.31, edID: 128727920, eddbID: 1550, grp: "ul", @@ -6563,7 +6814,7 @@ module.exports = { class: 1, cost: 37430, damage: 9.8, - distdraw: 2.16, + distdraw: 1.94, edID: 128049428, eddbID: 841, grp: "bl", @@ -6572,7 +6823,7 @@ module.exports = { mass: 2, mount: "F", piercing: 18, - power: .69, + power: .62, range: 3e3, rating: "E", thermload: 3.5, @@ -6593,7 +6844,7 @@ module.exports = { mass: 2, mount: "G", piercing: 18, - power: .67, + power: .6, range: 3e3, rating: "E", thermload: 3.6, @@ -6616,7 +6867,7 @@ module.exports = { mass: 2, mount: "T", piercing: 18, - power: .63, + power: .57, range: 3e3, rating: "F", thermload: 2.4, @@ -6628,7 +6879,7 @@ module.exports = { class: 1, cost: 56150, damage: 4.9, - distdraw: 2.8, + distdraw: 2.52, edID: 128671346, eddbID: 1476, grp: "bl", @@ -6638,7 +6889,7 @@ module.exports = { mount: "F", name: "Retributor", piercing: 18, - power: .69, + power: .62, pp: "Edmund Mahon", range: 3e3, rating: "E", @@ -6651,7 +6902,7 @@ module.exports = { class: 2, cost: 299520, damage: 15.96, - distdraw: 3.51, + distdraw: 3.16, edID: 128049429, eddbID: 842, grp: "bl", @@ -6660,7 +6911,7 @@ module.exports = { mass: 4, mount: "F", piercing: 35, - power: 1.12, + power: 1.01, range: 3e3, rating: "D", thermload: 5.1, @@ -6681,7 +6932,7 @@ module.exports = { mass: 4, mount: "G", piercing: 35, - power: 1.1, + power: .99, range: 3e3, rating: "D", thermload: 5.3, @@ -6702,7 +6953,7 @@ module.exports = { mass: 4, mount: "T", piercing: 35, - power: 1.03, + power: .93, range: 3e3, rating: "E", thermload: 3.5, @@ -6714,7 +6965,7 @@ module.exports = { class: 3, cost: 1177600, damage: 25.78, - distdraw: 5.67, + distdraw: 5.1, edID: 128049430, eddbID: 843, grp: "bl", @@ -6723,7 +6974,7 @@ module.exports = { mass: 8, mount: "F", piercing: 50, - power: 1.8, + power: 1.62, range: 3e3, rating: "C", thermload: 7.2, @@ -6744,7 +6995,7 @@ module.exports = { mass: 8, mount: "G", piercing: 50, - power: 1.78, + power: 1.6, range: 3e3, rating: "C", thermload: 7.6, @@ -6765,7 +7016,7 @@ module.exports = { mass: 8, mount: "T", piercing: 50, - power: 1.68, + power: 1.51, range: 3e3, rating: "D", thermload: 5.1, @@ -6777,7 +7028,7 @@ module.exports = { class: 4, cost: 2396160, damage: 41.38, - distdraw: 9.1, + distdraw: 8.19, edID: 128049431, eddbID: 1540, grp: "bl", @@ -6786,7 +7037,7 @@ module.exports = { mass: 16, mount: "F", piercing: 60, - power: 2.9, + power: 2.61, range: 3e3, rating: "A", thermload: 9.9, @@ -6807,7 +7058,7 @@ module.exports = { mass: 16, mount: "G", piercing: 60, - power: 2.86, + power: 2.57, range: 3e3, rating: "A", thermload: 10.6, @@ -6819,7 +7070,7 @@ module.exports = { breachmax: .8, breachmin: .4, class: 1, - clip: 90, + clip: 100, cost: 9500, damage: 1.12, distdraw: .06, @@ -6860,7 +7111,7 @@ module.exports = { power: .37, range: 4e3, rating: "G", - reload: 4, + reload: 5, rof: 8.33, speed: 1600, thermload: .1, @@ -6893,13 +7144,13 @@ module.exports = { type: "K" }, { ammo: 1e3, - breachdmg: 2.7, + breachdmg: 2.6, breachmax: .8, breachmin: .4, class: 1, clip: 60, cost: 13980, - damage: 3, + damage: 2.9, distdraw: .12, eddbID: 1481, grp: "mc", @@ -6908,12 +7159,12 @@ module.exports = { mass: 2, mount: "F", name: "Enforcer", - piercing: "A", + piercing: 30, power: .28, pp: "Pranav Antal", range: 4500, rating: "F", - reload: 8, + reload: 4, rof: 4.3, speed: 1800, thermload: .2, @@ -6924,7 +7175,7 @@ module.exports = { breachmax: .8, breachmin: .4, class: 2, - clip: 90, + clip: 100, cost: 38e3, damage: 2.19, distdraw: .11, @@ -6965,7 +7216,7 @@ module.exports = { power: .64, range: 4e3, rating: "F", - reload: 4, + reload: 5, rof: 7.69, speed: 1600, thermload: .2, @@ -7002,7 +7253,7 @@ module.exports = { breachmax: .8, breachmin: .4, class: 3, - clip: 90, + clip: 100, cost: 140400, damage: 3.93, distdraw: .18, @@ -7043,7 +7294,7 @@ module.exports = { power: .97, range: 4e3, rating: "C", - reload: 4, + reload: 5, rof: 6.665, speed: 1600, thermload: .3, @@ -7054,7 +7305,7 @@ module.exports = { breachmax: .8, breachmin: .4, class: 4, - clip: 90, + clip: 100, cost: 1177600, damage: 4.62, distdraw: .24, @@ -7096,7 +7347,7 @@ module.exports = { power: 1.22, range: 4e3, rating: "A", - reload: 4, + reload: 5, rof: 3.365, roundspershot: 2, speed: 1600, @@ -7104,14 +7355,14 @@ module.exports = { type: "K" } ], c: [ { - ammo: 100, + ammo: 120, breachdmg: 17.1, breachmax: .8, breachmin: .6, class: 1, - clip: 5, + clip: 6, cost: 21100, - damage: 18, + damage: 22.5, distdraw: .46, edID: 128049438, eddbID: 850, @@ -7124,7 +7375,7 @@ module.exports = { power: .34, range: 3e3, rating: "D", - reload: 4, + reload: 3, rof: .5, speed: 1200, thermload: 1.4, @@ -7137,7 +7388,7 @@ module.exports = { class: 1, clip: 5, cost: 42200, - damage: 13.9, + damage: 16, distdraw: .48, edID: 128049442, eddbID: 854, @@ -7163,7 +7414,7 @@ module.exports = { class: 1, clip: 5, cost: 506400, - damage: 11.1, + damage: 12.75, distdraw: .22, edID: 128049445, eddbID: 857, @@ -7172,7 +7423,7 @@ module.exports = { integrity: 40, mass: 2, mount: "T", - piercing: 90, + piercing: 35, power: .32, range: 3e3, rating: "F", @@ -7182,14 +7433,14 @@ module.exports = { thermload: .7, type: "K" }, { - ammo: 100, + ammo: 120, breachdmg: 28, breachmax: .8, breachmin: .6, class: 2, - clip: 5, + clip: 6, cost: 168430, - damage: 29.2, + damage: 36.5, distdraw: .7, edID: 128049439, eddbID: 851, @@ -7198,11 +7449,11 @@ module.exports = { integrity: 51, mass: 4, mount: "F", - piercing: 90, + piercing: 50, power: .49, range: 3500, rating: "D", - reload: 4, + reload: 3, rof: .465, speed: 1051, thermload: 2.1, @@ -7215,7 +7466,7 @@ module.exports = { class: 2, clip: 5, cost: 337600, - damage: 21.3, + damage: 24.5, distdraw: .75, edID: 128049443, eddbID: 855, @@ -7224,7 +7475,7 @@ module.exports = { integrity: 51, mass: 4, mount: "G", - piercing: 90, + piercing: 50, power: .54, range: 3500, rating: "D", @@ -7241,7 +7492,7 @@ module.exports = { class: 2, clip: 5, cost: 4051200, - damage: 17.19, + damage: 19.77, distdraw: .34, edID: 128049446, eddbID: 858, @@ -7250,7 +7501,7 @@ module.exports = { integrity: 51, mass: 4, mount: "T", - piercing: 90, + piercing: 50, power: .45, range: 3500, rating: "E", @@ -7260,14 +7511,14 @@ module.exports = { thermload: 1, type: "K" }, { - ammo: 100, + ammo: 120, breachdmg: 42.3, breachmax: .8, breachmin: .6, class: 3, - clip: 5, + clip: 6, cost: 675200, - damage: 43.95, + damage: 54.94, distdraw: 1.07, edID: 128049440, eddbID: 852, @@ -7276,11 +7527,11 @@ module.exports = { integrity: 64, mass: 8, mount: "F", - piercing: 90, + piercing: 70, power: .67, range: 4e3, rating: "C", - reload: 4, + reload: 3, rof: .425, speed: 959, thermload: 3.2, @@ -7293,7 +7544,7 @@ module.exports = { class: 3, clip: 5, cost: 1350400, - damage: 32.51, + damage: 37.39, distdraw: 1.14, edID: 128671120, eddbID: 1383, @@ -7304,7 +7555,7 @@ module.exports = { integrity: 64, mass: 8, mount: "G", - piercing: 90, + piercing: 70, power: .75, range: 4e3, rating: "C", @@ -7321,7 +7572,7 @@ module.exports = { class: 3, clip: 5, cost: 16204800, - damage: 26.4, + damage: 30.4, distdraw: .53, edID: 128049447, eddbID: 859, @@ -7330,7 +7581,7 @@ module.exports = { integrity: 64, mass: 8, mount: "T", - piercing: 90, + piercing: 70, power: .64, range: 4e3, rating: "D", @@ -7340,14 +7591,14 @@ module.exports = { thermload: 1.6, type: "K" }, { - ammo: 100, + ammo: 120, breachdmg: 63.2, breachmax: .8, breachmin: .6, class: 4, - clip: 5, + clip: 6, cost: 2700800, - damage: 65.66, + damage: 82.1, distdraw: 1.61, edID: 128049441, eddbID: 853, @@ -7362,7 +7613,7 @@ module.exports = { power: .92, range: 4500, rating: "B", - reload: 5, + reload: 3, rof: .385, speed: 900, thermload: 4.8, @@ -7375,7 +7626,7 @@ module.exports = { class: 4, clip: 5, cost: 5401600, - damage: 49.2, + damage: 56.58, distdraw: 1.72, edID: 128049444, eddbID: 856, @@ -7397,7 +7648,7 @@ module.exports = { type: "K" } ], fc: [ { - ammo: 90, + ammo: 180, breachdmg: 1.3, breachmax: .8, breachmin: .4, @@ -7418,14 +7669,14 @@ module.exports = { power: .45, range: 2e3, rating: "E", - reload: 5, + reload: 2.5, rof: 5.555, roundspershot: 12, speed: 667, thermload: .4, type: "K" }, { - ammo: 90, + ammo: 180, breachdmg: .9, breachmax: .8, breachmin: .4, @@ -7446,14 +7697,14 @@ module.exports = { power: .59, range: 2e3, rating: "E", - reload: 5, + reload: 2.5, rof: 5.88, roundspershot: 12, speed: 667, thermload: .4, type: "K" }, { - ammo: 90, + ammo: 180, breachdmg: .5, breachmax: .8, breachmin: .4, @@ -7474,14 +7725,14 @@ module.exports = { power: .42, range: 2e3, rating: "E", - reload: 5, + reload: 2.5, rof: 4.76, roundspershot: 12, speed: 667, thermload: .2, type: "K" }, { - ammo: 90, + ammo: 180, breachdmg: 2.3, breachmax: .8, breachmin: .4, @@ -7498,18 +7749,18 @@ module.exports = { jitter: .5, mass: 4, mount: "F", - piercing: 35, + piercing: 30, power: .74, range: 2e3, rating: "A", - reload: 5, + reload: 2.5, rof: 5, roundspershot: 12, speed: 667, thermload: .7, type: "K" }, { - ammo: 90, + ammo: 180, breachdmg: 1.8, breachmax: .8, breachmin: .4, @@ -7526,18 +7777,18 @@ module.exports = { jitter: .5, mass: 4, mount: "G", - piercing: 35, + piercing: 30, power: 1.03, range: 2e3, rating: "D", - reload: 5, + reload: 2.5, rof: 5.26, roundspershot: 12, speed: 667, thermload: .8, type: "K" }, { - ammo: 90, + ammo: 180, breachdmg: 1.3, breachmax: .8, breachmin: .4, @@ -7554,18 +7805,18 @@ module.exports = { jitter: .5, mass: 4, mount: "T", - piercing: 35, + piercing: 30, power: .79, range: 2e3, rating: "D", - reload: 5, + reload: 2.5, rof: 4.345, roundspershot: 12, speed: 667, thermload: .4, type: "K" }, { - ammo: 90, + ammo: 180, breachdmg: 3.5, breachmax: .8, breachmin: .4, @@ -7582,18 +7833,18 @@ module.exports = { jitter: .5, mass: 8, mount: "F", - piercing: 52, + piercing: 45, power: 1.02, range: 2e3, rating: "C", - reload: 5, + reload: 2.5, rof: 4.545, roundspershot: 12, speed: 667, thermload: 1.1, type: "K" }, { - ammo: 90, + ammo: 180, breachdmg: 2.9, breachmax: .8, breachmin: .4, @@ -7610,18 +7861,18 @@ module.exports = { jitter: .5, mass: 8, mount: "G", - piercing: 52, + piercing: 45, power: 1.55, range: 2e3, rating: "C", - reload: 5, + reload: 2.5, rof: 4.76, roundspershot: 12, speed: 667, thermload: 1.4, type: "K" }, { - ammo: 90, + ammo: 180, breachdmg: 2.3, breachmax: .8, breachmin: .4, @@ -7638,18 +7889,18 @@ module.exports = { jitter: .5, mass: 8, mount: "T", - piercing: 52, + piercing: 45, power: 1.29, range: 2e3, rating: "C", - reload: 5, + reload: 2.5, rof: 4, roundspershot: 12, speed: 667, thermload: .7, type: "K" }, { - ammo: 90, + ammo: 180, breachdmg: 3.1, breachmax: .8, breachmin: .4, @@ -7663,21 +7914,23 @@ module.exports = { grp: "fc", id: "pa", integrity: 64, + jitter: 1.7, mass: 8, mount: "F", name: "Pacifier", - piercing: 52, + piercing: 45, power: 1.02, pp: "Zachary Hudson", rating: "C", - reload: 5, + reload: 2.5, rof: 4.5, + roundspershot: 12, speed: 1e3, thermload: 1.1, type: "K" } ], rg: [ { - ammo: 30, + ammo: 80, breachdmg: 22.2, breachmax: .8, breachmin: .4, @@ -7702,7 +7955,7 @@ module.exports = { thermload: 17.8, type: "KT" }, { - ammo: 30, + ammo: 80, breachdmg: 39.5, breachmax: .8, breachmin: .4, @@ -7746,9 +7999,10 @@ module.exports = { mass: 4, mount: "F", name: "Imperial Hammer", - piercing: "A", + piercing: 150, power: 1.63, pp: "Arissa Lavigny-Duval", + range: 3e3, rating: "B", reload: 1, rof: 4.1, @@ -7763,7 +8017,7 @@ module.exports = { class: 2, clip: 5, cost: 834200, - damage: 52, + damage: 54.3, distdraw: 8.65, edID: 128049465, eddbID: 873, @@ -7772,15 +8026,15 @@ module.exports = { integrity: 51, mass: 4, mount: "F", - piercing: 55, + piercing: 100, power: 1.43, range: 3500, rating: "C", - reload: 8, + reload: 6, rof: .33, speed: 875, thermload: 15.6, - type: "KT" + type: "A" }, { ammo: 100, breachdmg: 68, @@ -7789,7 +8043,7 @@ module.exports = { class: 3, clip: 5, cost: 3051200, - damage: 79.93, + damage: 83.4, distdraw: 13.6, edID: 128049466, eddbID: 874, @@ -7798,24 +8052,24 @@ module.exports = { integrity: 64, mass: 8, mount: "F", - piercing: 70, + piercing: 100, power: 1.97, range: 3500, rating: "B", - reload: 8, + reload: 6, rof: .29, speed: 875, thermload: 21.8, - type: "KT" + type: "A" }, { ammo: 300, - breachdmg: 28.1, + breachdmg: 30.9, breachmax: .8, breachmin: .4, class: 3, clip: 20, cost: 4119120, - damage: 33, + damage: 34.5, distdraw: 5.5, edID: 128671339, eddbID: 1482, @@ -7825,16 +8079,16 @@ module.exports = { mass: 8, mount: "F", name: "Advanced Plasma Accelerator", - piercing: 70, + piercing: 100, power: 1.97, pp: "Denton Patreus", range: 3500, rating: "B", - reload: 8, + reload: 6, rof: .8, speed: 875, thermload: 11, - type: "KT" + type: "A" }, { ammo: 100, breachdmg: 102, @@ -7843,7 +8097,7 @@ module.exports = { class: 4, clip: 5, cost: 13793600, - damage: 120, + damage: 125.2, distdraw: 21.04, edID: 128049467, eddbID: 875, @@ -7852,21 +8106,21 @@ module.exports = { integrity: 80, mass: 16, mount: "F", - piercing: 85, + piercing: 100, power: 2.63, range: 3500, rating: "A", - reload: 8, + reload: 6, rof: .25, speed: 875, thermload: 29.5, - type: "KT" + type: "A" } ], mr: [ { ammo: 16, breachdmg: 20, - breachmax: 1, - breachmin: 1, + breachmax: 0, + breachmin: 0, class: 1, clip: 8, cost: 32180, @@ -7917,12 +8171,13 @@ module.exports = { }, { ammo: 48, breachdmg: 20, - breachmax: 1, - breachmin: 1, + breachmax: 0, + breachmin: 0, class: 2, clip: 12, cost: 240400, - dps: 25, + damage: 50, + distdraw: .24, edID: 128666725, eddbID: 1327, eps: .12, @@ -7939,6 +8194,7 @@ module.exports = { reload: 5, rof: .5, speed: 750, + thermload: 3.6, type: "E" }, { ammo: 18, @@ -7997,7 +8253,7 @@ module.exports = { type: "E" }, { ammo: 120, - breachdmg: 6, + breachdmg: 3, breachmax: 0, breachmin: 0, class: 2, @@ -8161,7 +8417,7 @@ module.exports = { class: 1, cost: 6800, damage: 2, - distdraw: 1.5, + distdraw: 1.35, edID: 128049525, eddbID: 888, grp: "ml", @@ -8171,10 +8427,11 @@ module.exports = { mount: "F", piercing: 18, power: .5, + range: 500, rating: "D", thermload: 2 }, { - breachdmg: .6, + breachdmg: 1.2, breachmax: .2, breachmin: .1, class: 1, @@ -8188,9 +8445,10 @@ module.exports = { mass: 2, mount: "F", name: "Mining Lance", - piercing: "D", + piercing: 18, power: .7, pp: "Zemina Torval", + range: 2e3, rating: "D", thermload: 6, type: "T" @@ -8211,6 +8469,7 @@ module.exports = { mount: "F", piercing: 18, power: .75, + range: 500, rating: "D", thermload: 4 } ], @@ -8575,365 +8834,65 @@ module.exports = { }, internal: { am: [ { - ammo: 1e4, + ammo: 1e3, ammocost: 1, - class: 8, - cost: 612220, - edID: 128667605, - eddbID: 1335, + class: 1, + cost: 1e4, + edID: 128667598, + eddbID: 1328, grp: "am", - id: "1f", - power: 1.8, + id: "0c", + power: .54, rating: "E", - repair: 120 + repair: 12 }, { - ammo: 9e3, + ammo: 900, ammocost: 1, - class: 8, - cost: 1836660, - edID: 128667613, - eddbID: 1343, + class: 1, + cost: 3e4, + edID: 128667606, + eddbID: 1336, grp: "am", - id: "1e", - power: 2.4, + id: "0b", + power: .72, rating: "D", - repair: 144 + repair: 14.4 }, { - ammo: 1e4, + ammo: 1e3, ammocost: 1, - class: 8, - cost: 5509980, - edID: 128667621, - eddbID: 1351, + class: 1, + cost: 9e4, + edID: 128667614, + eddbID: 1344, grp: "am", - id: "1d", - power: 3, + id: "0a", + power: .9, rating: "C", - repair: 200 + repair: 20 }, { - ammo: 12e3, + ammo: 1200, ammocost: 1, - class: 8, - cost: 16529940, - edID: 128667629, - eddbID: 1359, + class: 1, + cost: 27e4, + edID: 128667622, + eddbID: 1352, grp: "am", - id: "1c", - power: 3.45, + id: "09", + power: 1.04, rating: "B", - repair: 276 + repair: 27.6 }, { - ammo: 11e3, + ammo: 1100, ammocost: 1, - class: 8, - cost: 49589820, - edID: 128667637, - eddbID: 1367, + class: 1, + cost: 81e4, + edID: 128667630, + eddbID: 1360, grp: "am", - id: "1b", - power: 4.2, + id: "08", + power: 1.26, rating: "A", - repair: 308 - }, { - ammo: 8700, - ammocost: 1, - class: 7, - cost: 340120, - edID: 128667604, - eddbID: 1334, - grp: "am", - id: "1a", - power: 1.58, - rating: "E", - repair: 104.4 - }, { - ammo: 7800, - ammocost: 1, - class: 7, - cost: 1020370, - edID: 128667612, - eddbID: 1342, - grp: "am", - id: "19", - power: 2.1, - rating: "D", - repair: 124.8 - }, { - ammo: 8700, - ammocost: 1, - class: 7, - cost: 3061100, - edID: 128667620, - eddbID: 1350, - grp: "am", - id: "18", - power: 2.63, - rating: "C", - repair: 174 - }, { - ammo: 10400, - ammocost: 1, - class: 7, - cost: 9183300, - edID: 128667628, - eddbID: 1358, - grp: "am", - id: "17", - power: 3.02, - rating: "B", - repair: 239.2 - }, { - ammo: 9600, - ammocost: 1, - class: 7, - cost: 27549900, - edID: 128667636, - eddbID: 1366, - grp: "am", - id: "16", - power: 3.68, - rating: "A", - repair: 268.8 - }, { - ammo: 7400, - ammocost: 1, - class: 6, - cost: 188960, - edID: 128667603, - eddbID: 1333, - grp: "am", - id: "15", - power: 1.4, - rating: "E", - repair: 88.8 - }, { - ammo: 6700, - ammocost: 1, - class: 6, - cost: 566870, - edID: 128667611, - eddbID: 1341, - grp: "am", - id: "14", - power: 1.86, - rating: "D", - repair: 107.2 - }, { - ammo: 7400, - ammocost: 1, - class: 6, - cost: 1700610, - edID: 128667619, - eddbID: 1349, - grp: "am", - id: "13", - power: 2.33, - rating: "C", - repair: 148 - }, { - ammo: 8900, - ammocost: 1, - class: 6, - cost: 5101830, - edID: 128667627, - eddbID: 1357, - grp: "am", - id: "12", - power: 2.67, - rating: "B", - repair: 204.7 - }, { - ammo: 8100, - ammocost: 1, - class: 6, - cost: 15305500, - edID: 128667635, - eddbID: 1365, - grp: "am", - id: "11", - power: 3.26, - rating: "A", - repair: 226.8 - }, { - ammo: 6100, - ammocost: 1, - class: 5, - cost: 104980, - edID: 128667602, - eddbID: 1332, - grp: "am", - id: "10", - power: 1.17, - rating: "E", - repair: 73.2 - }, { - ammo: 5500, - ammocost: 1, - class: 5, - cost: 314930, - edID: 128667610, - eddbID: 1340, - grp: "am", - id: "0v", - power: 1.56, - rating: "D", - repair: 88 - }, { - ammo: 6100, - ammocost: 1, - class: 5, - cost: 944780, - edID: 128667618, - eddbID: 1348, - grp: "am", - id: "0u", - power: 1.95, - rating: "C", - repair: 122 - }, { - ammo: 7300, - ammocost: 1, - class: 5, - cost: 2834350, - edID: 128667626, - eddbID: 1356, - grp: "am", - id: "0t", - power: 2.24, - rating: "B", - repair: 167.9 - }, { - ammo: 6700, - ammocost: 1, - class: 5, - cost: 8503060, - edID: 128667634, - eddbID: 1364, - grp: "am", - id: "0s", - power: 2.73, - rating: "A", - repair: 187.6 - }, { - ammo: 4900, - ammocost: 1, - class: 4, - cost: 58320, - edID: 128667601, - eddbID: 1331, - grp: "am", - id: "0r", - power: .99, - rating: "E", - repair: 58.8 - }, { - ammo: 4400, - ammocost: 1, - class: 4, - cost: 174960, - edID: 128667609, - eddbID: 1339, - grp: "am", - id: "0q", - power: 1.32, - rating: "D", - repair: 70.4 - }, { - ammo: 4900, - ammocost: 1, - class: 4, - cost: 524880, - edID: 128667617, - eddbID: 1347, - grp: "am", - id: "0p", - power: 1.65, - rating: "C", - repair: 98 - }, { - ammo: 5900, - ammocost: 1, - class: 4, - cost: 1574640, - edID: 128667625, - eddbID: 1355, - grp: "am", - id: "0o", - power: 1.9, - rating: "B", - repair: 135.7 - }, { - ammo: 5400, - ammocost: 1, - class: 4, - cost: 4723920, - edID: 128667633, - eddbID: 1363, - grp: "am", - id: "0n", - power: 2.31, - rating: "A", - repair: 151.2 - }, { - ammo: 3600, - ammocost: 1, - class: 3, - cost: 32400, - edID: 128667600, - eddbID: 1330, - grp: "am", - id: "0m", - power: .81, - rating: "E", - repair: 43.2 - }, { - ammo: 3200, - ammocost: 1, - class: 3, - cost: 97200, - edID: 128667608, - eddbID: 1338, - grp: "am", - id: "0l", - power: 1.08, - rating: "D", - repair: 51.2 - }, { - ammo: 3600, - ammocost: 1, - class: 3, - cost: 291600, - edID: 128667616, - eddbID: 1346, - grp: "am", - id: "0k", - power: 1.35, - rating: "C", - repair: 72 - }, { - ammo: 4300, - ammocost: 1, - class: 3, - cost: 874800, - edID: 128667624, - eddbID: 1354, - grp: "am", - id: "0j", - power: 1.55, - rating: "B", - repair: 98.9 - }, { - ammo: 4e3, - ammocost: 1, - class: 3, - cost: 2624400, - edID: 128667632, - eddbID: 1362, - grp: "am", - id: "0i", - power: 1.89, - rating: "A", - repair: 112 + repair: 30.8 }, { ammo: 2300, ammocost: 1, @@ -8995,69 +8954,371 @@ module.exports = { rating: "A", repair: 70 }, { - ammo: 1e3, + ammo: 3600, ammocost: 1, - class: 1, - cost: 1e4, - edID: 128667598, - eddbID: 1328, + class: 3, + cost: 32400, + edID: 128667600, + eddbID: 1330, grp: "am", - id: "0c", - power: .54, + id: "0m", + power: .81, rating: "E", - repair: 12 + repair: 43.2 }, { - ammo: 900, + ammo: 3200, ammocost: 1, - class: 1, - cost: 3e4, - edID: 128667606, - eddbID: 1336, + class: 3, + cost: 97200, + edID: 128667608, + eddbID: 1338, grp: "am", - id: "0b", - power: .72, + id: "0l", + power: 1.08, rating: "D", - repair: 14.4 + repair: 51.2 }, { - ammo: 1e3, + ammo: 3600, ammocost: 1, - class: 1, - cost: 9e4, - edID: 128667614, - eddbID: 1344, + class: 3, + cost: 291600, + edID: 128667616, + eddbID: 1346, grp: "am", - id: "0a", - power: .9, + id: "0k", + power: 1.35, rating: "C", - repair: 20 + repair: 72 }, { - ammo: 1200, + ammo: 4300, ammocost: 1, - class: 1, - cost: 27e4, - edID: 128667622, - eddbID: 1352, + class: 3, + cost: 874800, + edID: 128667624, + eddbID: 1354, grp: "am", - id: "09", - power: 1.04, + id: "0j", + power: 1.55, rating: "B", - repair: 27.6 + repair: 98.9 }, { - ammo: 1100, + ammo: 4e3, ammocost: 1, - class: 1, - cost: 81e4, - edID: 128667630, - eddbID: 1360, + class: 3, + cost: 2624400, + edID: 128667632, + eddbID: 1362, grp: "am", - id: "08", - power: 1.26, + id: "0i", + power: 1.89, rating: "A", - repair: 30.8 + repair: 112 + }, { + ammo: 4900, + ammocost: 1, + class: 4, + cost: 58320, + edID: 128667601, + eddbID: 1331, + grp: "am", + id: "0r", + power: .99, + rating: "E", + repair: 58.8 + }, { + ammo: 4400, + ammocost: 1, + class: 4, + cost: 174960, + edID: 128667609, + eddbID: 1339, + grp: "am", + id: "0q", + power: 1.32, + rating: "D", + repair: 70.4 + }, { + ammo: 4900, + ammocost: 1, + class: 4, + cost: 524880, + edID: 128667617, + eddbID: 1347, + grp: "am", + id: "0p", + power: 1.65, + rating: "C", + repair: 98 + }, { + ammo: 5900, + ammocost: 1, + class: 4, + cost: 1574640, + edID: 128667625, + eddbID: 1355, + grp: "am", + id: "0o", + power: 1.9, + rating: "B", + repair: 135.7 + }, { + ammo: 5400, + ammocost: 1, + class: 4, + cost: 4723920, + edID: 128667633, + eddbID: 1363, + grp: "am", + id: "0n", + power: 2.31, + rating: "A", + repair: 151.2 + }, { + ammo: 6100, + ammocost: 1, + class: 5, + cost: 104980, + edID: 128667602, + eddbID: 1332, + grp: "am", + id: "10", + power: 1.17, + rating: "E", + repair: 73.2 + }, { + ammo: 5500, + ammocost: 1, + class: 5, + cost: 314930, + edID: 128667610, + eddbID: 1340, + grp: "am", + id: "0v", + power: 1.56, + rating: "D", + repair: 88 + }, { + ammo: 6100, + ammocost: 1, + class: 5, + cost: 944780, + edID: 128667618, + eddbID: 1348, + grp: "am", + id: "0u", + power: 1.95, + rating: "C", + repair: 122 + }, { + ammo: 7300, + ammocost: 1, + class: 5, + cost: 2834350, + edID: 128667626, + eddbID: 1356, + grp: "am", + id: "0t", + power: 2.24, + rating: "B", + repair: 167.9 + }, { + ammo: 6700, + ammocost: 1, + class: 5, + cost: 8503060, + edID: 128667634, + eddbID: 1364, + grp: "am", + id: "0s", + power: 2.73, + rating: "A", + repair: 187.6 + }, { + ammo: 7400, + ammocost: 1, + class: 6, + cost: 188960, + edID: 128667603, + eddbID: 1333, + grp: "am", + id: "15", + power: 1.4, + rating: "E", + repair: 88.8 + }, { + ammo: 6700, + ammocost: 1, + class: 6, + cost: 566870, + edID: 128667611, + eddbID: 1341, + grp: "am", + id: "14", + power: 1.86, + rating: "D", + repair: 107.2 + }, { + ammo: 7400, + ammocost: 1, + class: 6, + cost: 1700610, + edID: 128667619, + eddbID: 1349, + grp: "am", + id: "13", + power: 2.33, + rating: "C", + repair: 148 + }, { + ammo: 8900, + ammocost: 1, + class: 6, + cost: 5101830, + edID: 128667627, + eddbID: 1357, + grp: "am", + id: "12", + power: 2.67, + rating: "B", + repair: 204.7 + }, { + ammo: 8100, + ammocost: 1, + class: 6, + cost: 15305500, + edID: 128667635, + eddbID: 1365, + grp: "am", + id: "11", + power: 3.26, + rating: "A", + repair: 226.8 + }, { + ammo: 8700, + ammocost: 1, + class: 7, + cost: 340120, + edID: 128667604, + eddbID: 1334, + grp: "am", + id: "1a", + power: 1.58, + rating: "E", + repair: 104.4 + }, { + ammo: 7800, + ammocost: 1, + class: 7, + cost: 1020370, + edID: 128667612, + eddbID: 1342, + grp: "am", + id: "19", + power: 2.1, + rating: "D", + repair: 124.8 + }, { + ammo: 8700, + ammocost: 1, + class: 7, + cost: 3061100, + edID: 128667620, + eddbID: 1350, + grp: "am", + id: "18", + power: 2.63, + rating: "C", + repair: 174 + }, { + ammo: 10400, + ammocost: 1, + class: 7, + cost: 9183300, + edID: 128667628, + eddbID: 1358, + grp: "am", + id: "17", + power: 3.02, + rating: "B", + repair: 239.2 + }, { + ammo: 9600, + ammocost: 1, + class: 7, + cost: 27549900, + edID: 128667636, + eddbID: 1366, + grp: "am", + id: "16", + power: 3.68, + rating: "A", + repair: 268.8 + }, { + ammo: 1e4, + ammocost: 1, + class: 8, + cost: 612220, + edID: 128667605, + eddbID: 1335, + grp: "am", + id: "1f", + power: 1.8, + rating: "E", + repair: 120 + }, { + ammo: 9e3, + ammocost: 1, + class: 8, + cost: 1836660, + edID: 128667613, + eddbID: 1343, + grp: "am", + id: "1e", + power: 2.4, + rating: "D", + repair: 144 + }, { + ammo: 1e4, + ammocost: 1, + class: 8, + cost: 5509980, + edID: 128667621, + eddbID: 1351, + grp: "am", + id: "1d", + power: 3, + rating: "C", + repair: 200 + }, { + ammo: 12e3, + ammocost: 1, + class: 8, + cost: 16529940, + edID: 128667629, + eddbID: 1359, + grp: "am", + id: "1c", + power: 3.45, + rating: "B", + repair: 276 + }, { + ammo: 11e3, + ammocost: 1, + class: 8, + cost: 49589820, + edID: 128667637, + eddbID: 1367, + grp: "am", + id: "1b", + power: 4.2, + rating: "A", + repair: 308 } ], bsg: [ { + brokenregen: 2.4, class: 1, cost: 7710, + distdraw: .6, edID: 128671331, eddbID: 1530, explres: .5, @@ -9073,11 +9334,13 @@ module.exports = { optmul: .9, power: 1.2, rating: "C", - recover: 2.4, + regen: 1.8, thermres: -.2 }, { + brokenregen: 2.4, class: 2, cost: 26710, + distdraw: .6, edID: 128671332, eddbID: 1531, explres: .5, @@ -9093,11 +9356,13 @@ module.exports = { optmul: .9, power: 1.5, rating: "C", - recover: 2.4, + regen: 1.8, thermres: -.2 }, { + brokenregen: 2.8, class: 3, cost: 84650, + distdraw: .6, edID: 128671333, eddbID: 1532, explres: .5, @@ -9113,11 +9378,13 @@ module.exports = { optmul: .9, power: 1.8, rating: "C", - recover: 2.4, + regen: 2.2, thermres: -.2 }, { + brokenregen: 3.8, class: 4, cost: 268350, + distdraw: .6, edID: 128671334, eddbID: 1533, explres: .5, @@ -9133,11 +9400,13 @@ module.exports = { optmul: .9, power: 2.2, rating: "C", - recover: 2.85, + regen: 1.8, thermres: -.2 }, { + brokenregen: 5.6, class: 5, cost: 850660, + distdraw: .6, edID: 128671335, eddbID: 1534, explres: .5, @@ -9153,11 +9422,13 @@ module.exports = { optmul: .9, power: 2.6, rating: "C", - recover: 3.75, + regen: 2.2, thermres: -.2 }, { + brokenregen: 8, class: 6, cost: 2696600, + distdraw: .6, edID: 128671336, eddbID: 1535, explres: .5, @@ -9173,11 +9444,13 @@ module.exports = { optmul: .9, power: 3.1, rating: "C", - recover: 4.8, + regen: 3.2, thermres: -.2 }, { + brokenregen: 11, class: 7, cost: 8548200, + distdraw: .6, edID: 128671337, eddbID: 1536, explres: .5, @@ -9193,11 +9466,13 @@ module.exports = { optmul: .9, power: 3.5, rating: "C", - recover: 6, + regen: 4.4, thermres: -.2 }, { + brokenregen: 14.4, class: 8, cost: 27097750, + distdraw: .6, edID: 128671338, eddbID: 1537, explres: .5, @@ -9213,7 +9488,7 @@ module.exports = { optmul: .9, power: 4, rating: "C", - recover: 7.2, + regen: 5.8, thermres: -.2 } ], cr: [ { @@ -9310,133 +9585,68 @@ module.exports = { rating: "F" } ], cc: [ { - class: 7, - cost: 437400, - edID: 128671244, - eddbID: 1409, + class: 1, + cost: 600, + edID: 128671229, + eddbID: 1394, grp: "cc", - id: "Cf", - mass: 32, - maximum: 4, - power: .41, - range: 1.36, + id: "C1", + mass: .5, + maximum: 1, + power: .14, + range: .8, rating: "E", time: 300 }, { - class: 7, - cost: 874800, - edID: 128671245, - eddbID: 1410, + class: 1, + cost: 1200, + edID: 128671230, + eddbID: 1395, grp: "cc", - id: "Cg", - mass: 32, - maximum: 4, - power: .55, - range: 1.02, + id: "C2", + mass: .5, + maximum: 1, + power: .18, + range: .6, rating: "D", time: 600 }, { - class: 7, - cost: 1749600, - edID: 128671246, - eddbID: 1411, + class: 1, + cost: 2400, + edID: 128671231, + eddbID: 1396, grp: "cc", - id: "Ch", - mass: 80, - maximum: 4, - power: .69, - range: 1.7, + id: "C3", + mass: 1.3, + maximum: 1, + power: .23, + range: 1, rating: "C", time: 510 }, { - class: 7, - cost: 3499200, - edID: 128671247, - eddbID: 1412, + class: 1, + cost: 4800, + edID: 128671232, + eddbID: 1397, grp: "cc", - id: "Ci", - mass: 128, - maximum: 4, - power: .83, - range: 2.38, + id: "C4", + mass: 2, + maximum: 1, + power: .28, + range: 1.4, rating: "B", time: 420 }, { - class: 7, - cost: 6998400, - edID: 128671248, - eddbID: 1413, + class: 1, + cost: 9600, + edID: 128671233, + eddbID: 1398, grp: "cc", - id: "Cj", - mass: 128, - maximum: 4, - power: .97, - range: 2.04, - rating: "A", - time: 720 - }, { - class: 5, - cost: 48600, - edID: 128671239, - eddbID: 1404, - grp: "cc", - id: "Ca", - mass: 8, - maximum: 3, - power: .3, - range: 1.04, - rating: "E", - time: 300 - }, { - class: 5, - cost: 97200, - edID: 128671240, - eddbID: 1405, - grp: "cc", - id: "Cb", - mass: 8, - maximum: 3, - power: .4, - range: .78, - rating: "D", - time: 600 - }, { - class: 5, - cost: 194400, - edID: 128671241, - eddbID: 1406, - grp: "cc", - id: "Cc", - mass: 20, - maximum: 3, - power: .5, - range: 1.3, - rating: "C", - time: 510 - }, { - class: 5, - cost: 388800, - edID: 128671242, - eddbID: 1407, - grp: "cc", - id: "Cd", - mass: 32, - maximum: 3, - power: .6, - range: 1.82, - rating: "B", - time: 420 - }, { - class: 5, - cost: 777600, - edID: 128671243, - eddbID: 1408, - grp: "cc", - id: "Ce", - mass: 32, - maximum: 3, - power: .7, - range: 1.56, + id: "C5", + mass: 2, + maximum: 1, + power: .32, + range: 1.2, rating: "A", time: 720 }, { @@ -9505,68 +9715,133 @@ module.exports = { rating: "A", time: 720 }, { - class: 1, - cost: 600, - edID: 128671229, - eddbID: 1394, + class: 5, + cost: 48600, + edID: 128671239, + eddbID: 1404, grp: "cc", - id: "C1", - mass: .5, - maximum: 1, - power: .14, - range: .8, + id: "Ca", + mass: 8, + maximum: 3, + power: .3, + range: 1.04, rating: "E", time: 300 }, { - class: 1, - cost: 1200, - edID: 128671230, - eddbID: 1395, + class: 5, + cost: 97200, + edID: 128671240, + eddbID: 1405, grp: "cc", - id: "C2", - mass: .5, - maximum: 1, - power: .18, - range: .6, + id: "Cb", + mass: 8, + maximum: 3, + power: .4, + range: .78, rating: "D", time: 600 }, { - class: 1, - cost: 2400, - edID: 128671231, - eddbID: 1396, + class: 5, + cost: 194400, + edID: 128671241, + eddbID: 1406, grp: "cc", - id: "C3", - mass: 1.3, - maximum: 1, - power: .23, - range: 1, + id: "Cc", + mass: 20, + maximum: 3, + power: .5, + range: 1.3, rating: "C", time: 510 }, { - class: 1, - cost: 4800, - edID: 128671232, - eddbID: 1397, + class: 5, + cost: 388800, + edID: 128671242, + eddbID: 1407, grp: "cc", - id: "C4", - mass: 2, - maximum: 1, - power: .28, - range: 1.4, + id: "Cd", + mass: 32, + maximum: 3, + power: .6, + range: 1.82, rating: "B", time: 420 }, { - class: 1, - cost: 9600, - edID: 128671233, - eddbID: 1398, + class: 5, + cost: 777600, + edID: 128671243, + eddbID: 1408, grp: "cc", - id: "C5", - mass: 2, - maximum: 1, - power: .32, - range: 1.2, + id: "Ce", + mass: 32, + maximum: 3, + power: .7, + range: 1.56, + rating: "A", + time: 720 + }, { + class: 7, + cost: 437400, + edID: 128671244, + eddbID: 1409, + grp: "cc", + id: "Cf", + mass: 32, + maximum: 4, + power: .41, + range: 1.36, + rating: "E", + time: 300 + }, { + class: 7, + cost: 874800, + edID: 128671245, + eddbID: 1410, + grp: "cc", + id: "Cg", + mass: 32, + maximum: 4, + power: .55, + range: 1.02, + rating: "D", + time: 600 + }, { + class: 7, + cost: 1749600, + edID: 128671246, + eddbID: 1411, + grp: "cc", + id: "Ch", + mass: 80, + maximum: 4, + power: .69, + range: 1.7, + rating: "C", + time: 510 + }, { + class: 7, + cost: 3499200, + edID: 128671247, + eddbID: 1412, + grp: "cc", + id: "Ci", + mass: 128, + maximum: 4, + power: .83, + range: 2.38, + rating: "B", + time: 420 + }, { + class: 7, + cost: 6998400, + edID: 128671248, + eddbID: 1413, + grp: "cc", + id: "Cj", + mass: 128, + maximum: 4, + power: .97, + range: 2.04, rating: "A", time: 720 } ], @@ -9582,18 +9857,18 @@ module.exports = { rating: "E" } ], fh: [ { - bays: 2, - class: 7, + bays: 1, + class: 5, cost: 575660, - edID: 128727932, - eddbID: 1562, + edID: 128727930, + eddbID: 1560, fightercost: 1030, grp: "fh", - id: "fh", - mass: 60, - power: .35, + id: "fr", + mass: 20, + power: .25, rating: "D", - rebuildsperbay: 15 + rebuildsperbay: 6 }, { bays: 2, class: 6, @@ -9608,18 +9883,18 @@ module.exports = { rating: "D", rebuildsperbay: 8 }, { - bays: 1, - class: 5, + bays: 2, + class: 7, + edID: 128727932, cost: 2369330, - edID: 128727930, - eddbID: 1560, + eddbID: 1562, fightercost: 1030, grp: "fh", - id: "fr", - mass: 20, - power: .25, + id: "fh", + mass: 60, + power: .35, rating: "D", - rebuildsperbay: 6 + rebuildsperbay: 15 } ], fi: [ { boot: 15, @@ -9883,304 +10158,54 @@ module.exports = { rating: "A" } ], fs: [ { - class: 8, - cost: 1083910, - edID: 128666651, - eddbID: 1253, + class: 1, + cost: 310, + edID: 128666644, + eddbID: 1246, grp: "fs", - id: "3q", - power: .48, - rate: 720, + id: "2n", + power: .14, + rate: 18, rating: "E" }, { - class: 8, - cost: 4516290, - edID: 128666659, - eddbID: 1261, + class: 1, + cost: 1290, + edID: 128666652, + eddbID: 1254, grp: "fs", - id: "3p", - power: .64, - rate: 960, + id: "2m", + power: .18, + rate: 24, rating: "D" }, { - class: 8, - cost: 18065160, - edID: 128666667, - eddbID: 1269, + class: 1, + cost: 5140, + edID: 128666660, + eddbID: 1262, grp: "fs", - id: "3o", - power: .8, - rate: 1200, + id: "2l", + power: .23, + rate: 30, rating: "C" }, { - class: 8, - cost: 72260660, - edID: 128666675, - eddbID: 1277, + class: 1, + cost: 20570, + edID: 128666668, + eddbID: 1270, grp: "fs", - id: "3n", - power: .96, - rate: 1440, + id: "2k", + power: .28, + rate: 36, rating: "B" }, { - class: 8, - cost: 289042540, - edID: 128666683, - eddbID: 1285, + class: 1, + cost: 82270, + edID: 128666676, + eddbID: 1278, grp: "fs", - id: "3m", - power: 1.12, - rate: 1680, - rating: "A" - }, { - class: 7, - cost: 341930, - edID: 128666650, - eddbID: 1252, - grp: "fs", - id: "3l", - power: .41, - rate: 534, - rating: "E" - }, { - class: 7, - cost: 1424700, - edID: 128666658, - eddbID: 1260, - grp: "fs", - id: "3k", - power: .55, - rate: 712, - rating: "D" - }, { - class: 7, - cost: 5698790, - edID: 128666666, - eddbID: 1268, - grp: "fs", - id: "3j", - power: .69, - rate: 890, - rating: "C" - }, { - class: 7, - cost: 22795160, - edID: 128666674, - eddbID: 1276, - grp: "fs", - id: "3i", - power: .83, - rate: 1068, - rating: "B" - }, { - class: 7, - cost: 91180640, - edID: 128666682, - eddbID: 1284, - grp: "fs", - id: "3h", - power: .97, - rate: 1245, - rating: "A" - }, { - class: 6, - cost: 107860, - edID: 128666649, - eddbID: 1251, - grp: "fs", - id: "3g", - power: .35, - rate: 376, - rating: "E" - }, { - class: 6, - cost: 449430, - edID: 128666657, - eddbID: 1259, - grp: "fs", - id: "3f", - power: .47, - rate: 502, - rating: "D" - }, { - class: 6, - cost: 1797730, - edID: 128666665, - eddbID: 1267, - grp: "fs", - id: "3e", - power: .59, - rate: 627, - rating: "C" - }, { - class: 6, - cost: 7190900, - edID: 128666673, - eddbID: 1275, - grp: "fs", - id: "3d", - power: .71, - rate: 752, - rating: "B" - }, { - class: 6, - cost: 28763610, - edID: 128666681, - eddbID: 1283, - grp: "fs", - id: "3c", - power: .83, - rate: 878, - rating: "A" - }, { - class: 5, - cost: 34030, - edID: 128666648, - eddbID: 1250, - grp: "fs", - id: "3b", - power: .3, - rate: 247, - rating: "E" - }, { - class: 5, - cost: 141780, - edID: 128666656, - eddbID: 1258, - grp: "fs", - id: "3a", - power: .4, - rate: 330, - rating: "D" - }, { - class: 5, - cost: 567110, - edID: 128666664, - eddbID: 1266, - grp: "fs", - id: "39", - power: .5, - rate: 412, - rating: "C" - }, { - class: 5, - cost: 2268420, - edID: 128666672, - eddbID: 1274, - grp: "fs", - id: "38", - power: .6, - rate: 494, - rating: "B" - }, { - class: 5, - cost: 9073690, - edID: 128666680, - eddbID: 1282, - grp: "fs", - id: "37", - power: .7, - rate: 577, - rating: "A" - }, { - class: 4, - cost: 10730, - edID: 128666647, - eddbID: 1249, - grp: "fs", - id: "36", - power: .25, - rate: 147, - rating: "E" - }, { - class: 4, - cost: 44720, - edID: 128666655, - eddbID: 1257, - grp: "fs", - id: "35", - power: .33, - rate: 196, - rating: "D" - }, { - class: 4, - cost: 178900, - edID: 128666663, - eddbID: 1265, - grp: "fs", - id: "34", - power: .41, - rate: 245, - rating: "C" - }, { - class: 4, - cost: 715590, - edID: 128666671, - eddbID: 1273, - grp: "fs", - id: "33", - power: .49, - rate: 294, - rating: "B" - }, { - class: 4, - cost: 2862360, - edID: 128666679, - eddbID: 1281, - grp: "fs", - id: "32", - power: .57, - rate: 342, - rating: "A" - }, { - class: 3, - cost: 3390, - edID: 128666646, - eddbID: 1248, - grp: "fs", - id: "31", - power: .2, - rate: 75, - rating: "E" - }, { - class: 3, - cost: 14110, - edID: 128666654, - eddbID: 1256, - grp: "fs", - id: "30", - power: .27, - rate: 100, - rating: "D" - }, { - class: 3, - cost: 56440, - edID: 128666662, - eddbID: 1264, - grp: "fs", - id: "2v", - power: .34, - rate: 126, - rating: "C" - }, { - class: 3, - cost: 225740, - edID: 128666670, - eddbID: 1272, - grp: "fs", - id: "2u", - power: .41, - rate: 151, - rating: "B" - }, { - class: 3, - cost: 902950, - edID: 128666678, - eddbID: 1280, - grp: "fs", - id: "2t", - power: .48, - rate: 176, + id: "2j", + power: .32, + rate: 42, rating: "A" }, { class: 2, @@ -10233,54 +10258,304 @@ module.exports = { rate: 75, rating: "A" }, { - class: 1, - cost: 310, - edID: 128666644, - eddbID: 1246, + class: 3, + cost: 3390, + edID: 128666646, + eddbID: 1248, grp: "fs", - id: "2n", - power: .14, - rate: 18, + id: "31", + power: .2, + rate: 75, rating: "E" }, { - class: 1, - cost: 1290, - edID: 128666652, - eddbID: 1254, + class: 3, + cost: 14110, + edID: 128666654, + eddbID: 1256, grp: "fs", - id: "2m", - power: .18, - rate: 24, + id: "30", + power: .27, + rate: 100, rating: "D" }, { - class: 1, - cost: 5140, - edID: 128666660, - eddbID: 1262, + class: 3, + cost: 56440, + edID: 128666662, + eddbID: 1264, grp: "fs", - id: "2l", - power: .23, - rate: 30, + id: "2v", + power: .34, + rate: 126, rating: "C" }, { - class: 1, - cost: 20570, - edID: 128666668, - eddbID: 1270, + class: 3, + cost: 225740, + edID: 128666670, + eddbID: 1272, grp: "fs", - id: "2k", - power: .28, - rate: 36, + id: "2u", + power: .41, + rate: 151, rating: "B" }, { - class: 1, - cost: 82270, - edID: 128666676, - eddbID: 1278, + class: 3, + cost: 902950, + edID: 128666678, + eddbID: 1280, grp: "fs", - id: "2j", - power: .32, - rate: 42, + id: "2t", + power: .48, + rate: 176, + rating: "A" + }, { + class: 4, + cost: 10730, + edID: 128666647, + eddbID: 1249, + grp: "fs", + id: "36", + power: .25, + rate: 147, + rating: "E" + }, { + class: 4, + cost: 44720, + edID: 128666655, + eddbID: 1257, + grp: "fs", + id: "35", + power: .33, + rate: 196, + rating: "D" + }, { + class: 4, + cost: 178900, + edID: 128666663, + eddbID: 1265, + grp: "fs", + id: "34", + power: .41, + rate: 245, + rating: "C" + }, { + class: 4, + cost: 715590, + edID: 128666671, + eddbID: 1273, + grp: "fs", + id: "33", + power: .49, + rate: 294, + rating: "B" + }, { + class: 4, + cost: 2862360, + edID: 128666679, + eddbID: 1281, + grp: "fs", + id: "32", + power: .57, + rate: 342, + rating: "A" + }, { + class: 5, + cost: 34030, + edID: 128666648, + eddbID: 1250, + grp: "fs", + id: "3b", + power: .3, + rate: 247, + rating: "E" + }, { + class: 5, + cost: 141780, + edID: 128666656, + eddbID: 1258, + grp: "fs", + id: "3a", + power: .4, + rate: 330, + rating: "D" + }, { + class: 5, + cost: 567110, + edID: 128666664, + eddbID: 1266, + grp: "fs", + id: "39", + power: .5, + rate: 412, + rating: "C" + }, { + class: 5, + cost: 2268420, + edID: 128666672, + eddbID: 1274, + grp: "fs", + id: "38", + power: .6, + rate: 494, + rating: "B" + }, { + class: 5, + cost: 9073690, + edID: 128666680, + eddbID: 1282, + grp: "fs", + id: "37", + power: .7, + rate: 577, + rating: "A" + }, { + class: 6, + cost: 107860, + edID: 128666649, + eddbID: 1251, + grp: "fs", + id: "3g", + power: .35, + rate: 376, + rating: "E" + }, { + class: 6, + cost: 449430, + edID: 128666657, + eddbID: 1259, + grp: "fs", + id: "3f", + power: .47, + rate: 502, + rating: "D" + }, { + class: 6, + cost: 1797730, + edID: 128666665, + eddbID: 1267, + grp: "fs", + id: "3e", + power: .59, + rate: 627, + rating: "C" + }, { + class: 6, + cost: 7190900, + edID: 128666673, + eddbID: 1275, + grp: "fs", + id: "3d", + power: .71, + rate: 752, + rating: "B" + }, { + class: 6, + cost: 28763610, + edID: 128666681, + eddbID: 1283, + grp: "fs", + id: "3c", + power: .83, + rate: 878, + rating: "A" + }, { + class: 7, + cost: 341930, + edID: 128666650, + eddbID: 1252, + grp: "fs", + id: "3l", + power: .41, + rate: 534, + rating: "E" + }, { + class: 7, + cost: 1424700, + edID: 128666658, + eddbID: 1260, + grp: "fs", + id: "3k", + power: .55, + rate: 712, + rating: "D" + }, { + class: 7, + cost: 5698790, + edID: 128666666, + eddbID: 1268, + grp: "fs", + id: "3j", + power: .69, + rate: 890, + rating: "C" + }, { + class: 7, + cost: 22795160, + edID: 128666674, + eddbID: 1276, + grp: "fs", + id: "3i", + power: .83, + rate: 1068, + rating: "B" + }, { + class: 7, + cost: 91180640, + edID: 128666682, + eddbID: 1284, + grp: "fs", + id: "3h", + power: .97, + rate: 1245, + rating: "A" + }, { + class: 8, + cost: 1083910, + edID: 128666651, + eddbID: 1253, + grp: "fs", + id: "3q", + power: .48, + rate: 720, + rating: "E" + }, { + class: 8, + cost: 4516290, + edID: 128666659, + eddbID: 1261, + grp: "fs", + id: "3p", + power: .64, + rate: 960, + rating: "D" + }, { + class: 8, + cost: 18065160, + edID: 128666667, + eddbID: 1269, + grp: "fs", + id: "3o", + power: .8, + rate: 1200, + rating: "C" + }, { + class: 8, + cost: 72260660, + edID: 128666675, + eddbID: 1277, + grp: "fs", + id: "3n", + power: .96, + rate: 1440, + rating: "B" + }, { + class: 8, + cost: 289042540, + edID: 128666683, + eddbID: 1285, + grp: "fs", + id: "3m", + power: 1.12, + rate: 1680, rating: "A" } ], ft: [ { @@ -10357,124 +10632,64 @@ module.exports = { rating: "C" } ], fx: [ { - class: 7, - cost: 437400, - edID: 128671264, - eddbID: 1429, + class: 1, + cost: 600, + edID: 128671249, + eddbID: 1414, grp: "fx", - id: "Ff", - mass: 80, - maximum: 8, - power: .55, - range: 1.02, + id: "F0", + mass: 1.3, + maximum: 1, + power: .18, + range: .6, rating: "E" }, { - class: 7, - cost: 874800, - edID: 128671265, - eddbID: 1430, + class: 1, + cost: 1200, + edID: 128671250, + eddbID: 1415, grp: "fx", - id: "Fg", - mass: 32, - maximum: 8, - power: .41, - range: 1.36, + id: "F1", + mass: .5, + maximum: 1, + power: .14, + range: .8, rating: "D" }, { - class: 7, - cost: 1749600, - edID: 128671266, - eddbID: 1431, + class: 1, + cost: 2400, + edID: 128671251, + eddbID: 1416, grp: "fx", - id: "Fh", - mass: 80, - maximum: 8, - power: .69, - range: 1.7, + id: "F2", + mass: 1.3, + maximum: 1, + power: .23, + range: 1, rating: "C" }, { - class: 7, - cost: 3499200, - edID: 128671267, - eddbID: 1432, + class: 1, + cost: 4800, + edID: 128671252, + eddbID: 1417, grp: "fx", - id: "Fi", - mass: 128, - maximum: 8, - power: .97, - range: 2.04, + id: "F3", + mass: 2, + maximum: 1, + power: .32, + range: 1.2, rating: "B" }, { - class: 7, - cost: 6998400, - edID: 128671268, - eddbID: 1433, + class: 1, + cost: 9600, + edID: 128671253, + eddbID: 1418, grp: "fx", - id: "Fj", - mass: 80, - maximum: 8, - power: .83, - range: 2.38, - rating: "A" - }, { - class: 5, - cost: 48600, - edID: 128671259, - eddbID: 1424, - grp: "fx", - id: "Fa", - mass: 20, - maximum: 4, - power: .4, - range: .78, - rating: "E" - }, { - class: 5, - cost: 97200, - edID: 128671260, - eddbID: 1425, - grp: "fx", - id: "Fb", - mass: 8, - maximum: 4, - power: .3, - range: 1.04, - rating: "D" - }, { - class: 5, - cost: 194400, - edID: 128671261, - eddbID: 1426, - grp: "fx", - id: "Fc", - mass: 20, - maximum: 4, - power: .5, - range: 1.3, - rating: "C" - }, { - class: 5, - cost: 388800, - edID: 128671262, - eddbID: 1427, - grp: "fx", - id: "Fd", - mass: 32, - maximum: 4, - power: .97, - range: 1.56, - rating: "B" - }, { - class: 5, - cost: 777600, - edID: 128671263, - eddbID: 1428, - grp: "fx", - id: "Fe", - mass: 20, - maximum: 4, - power: .6, - range: 1.82, + id: "F4", + mass: 1.3, + maximum: 1, + power: .28, + range: 1.4, rating: "A" }, { class: 3, @@ -10536,197 +10751,192 @@ module.exports = { power: .41, range: 1.54, rating: "A" - }, { - class: 1, - cost: 600, - edID: 128671249, - eddbID: 1414, - grp: "fx", - id: "F0", - mass: 1.3, - maximum: 1, - power: .18, - range: .6, - rating: "E" - }, { - class: 1, - cost: 1200, - edID: 128671250, - eddbID: 1415, - grp: "fx", - id: "F1", - mass: .5, - maximum: 1, - power: .14, - range: .8, - rating: "D" - }, { - class: 1, - cost: 2400, - edID: 128671251, - eddbID: 1416, - grp: "fx", - id: "F2", - mass: 1.3, - maximum: 1, - power: .23, - range: 1, - rating: "C" - }, { - class: 1, - cost: 4800, - edID: 128671252, - eddbID: 1417, - grp: "fx", - id: "F3", - mass: 2, - maximum: 1, - power: .32, - range: 1.2, - rating: "B" - }, { - class: 1, - cost: 9600, - edID: 128671253, - eddbID: 1418, - grp: "fx", - id: "F4", - mass: 1.3, - maximum: 1, - power: .28, - range: 1.4, - rating: "A" - } ], - hb: [ { - class: 7, - cost: 437400, - edID: 128066547, - eddbID: 1222, - grp: "hb", - id: "7d", - mass: 80, - maximum: 18, - power: .42, - range: 2.58, - rating: "E", - time: 25 - }, { - class: 7, - cost: 874800, - edID: 128066548, - eddbID: 1223, - grp: "hb", - id: "7c", - mass: 32, - maximum: 12, - power: .56, - range: 3.44, - rating: "D", - time: 22 - }, { - class: 7, - cost: 1749600, - edID: 128066549, - eddbID: 1224, - grp: "hb", - id: "7b", - mass: 80, - maximum: 15, - power: .7, - range: 4.3, - rating: "C", - time: 18 - }, { - class: 7, - cost: 3499200, - edID: 128066550, - eddbID: 1225, - grp: "hb", - id: "7a", - mass: 128, - maximum: 18, - power: .84, - range: 5.16, - rating: "B", - time: 14 - }, { - class: 7, - cost: 6998400, - edID: 128066551, - eddbID: 1226, - grp: "hb", - id: "79", - mass: 90, - maximum: 12, - power: .98, - range: 6.02, - rating: "A", - time: 11 }, { class: 5, cost: 48600, - edID: 128066542, - eddbID: 1217, - grp: "hb", - id: "78", + edID: 128671259, + eddbID: 1424, + grp: "fx", + id: "Fa", mass: 20, - maximum: 9, - power: .3, - range: 1.98, - rating: "E", - time: 31 + maximum: 4, + power: .4, + range: .78, + rating: "E" }, { class: 5, cost: 97200, - edID: 128066543, - eddbID: 1218, - grp: "hb", - id: "77", + edID: 128671260, + eddbID: 1425, + grp: "fx", + id: "Fb", mass: 8, - maximum: 6, - power: .4, - range: 2.64, - rating: "D", - time: 26 + maximum: 4, + power: .3, + range: 1.04, + rating: "D" }, { class: 5, cost: 194400, - edID: 128066544, - eddbID: 1219, - grp: "hb", - id: "76", + edID: 128671261, + eddbID: 1426, + grp: "fx", + id: "Fc", mass: 20, - maximum: 7, + maximum: 4, power: .5, - range: 3.3, - rating: "C", - time: 22 + range: 1.3, + rating: "C" }, { class: 5, cost: 388800, - edID: 128066545, - eddbID: 1220, - grp: "hb", - id: "75", + edID: 128671262, + eddbID: 1427, + grp: "fx", + id: "Fd", mass: 32, - maximum: 9, - power: .6, - range: 3.96, - rating: "B", - time: 18 + maximum: 4, + power: .97, + range: 1.56, + rating: "B" }, { class: 5, cost: 777600, - edID: 128066546, - eddbID: 1221, - grp: "hb", - id: "74", + edID: 128671263, + eddbID: 1428, + grp: "fx", + id: "Fe", mass: 20, - maximum: 6, - power: .7, - range: 4.62, + maximum: 4, + power: .6, + range: 1.82, + rating: "A" + }, { + class: 7, + cost: 437400, + edID: 128671264, + eddbID: 1429, + grp: "fx", + id: "Ff", + mass: 80, + maximum: 8, + power: .55, + range: 1.02, + rating: "E" + }, { + class: 7, + cost: 874800, + edID: 128671265, + eddbID: 1430, + grp: "fx", + id: "Fg", + mass: 32, + maximum: 8, + power: .41, + range: 1.36, + rating: "D" + }, { + class: 7, + cost: 1749600, + edID: 128671266, + eddbID: 1431, + grp: "fx", + id: "Fh", + mass: 80, + maximum: 8, + power: .69, + range: 1.7, + rating: "C" + }, { + class: 7, + cost: 3499200, + edID: 128671267, + eddbID: 1432, + grp: "fx", + id: "Fi", + mass: 128, + maximum: 8, + power: .97, + range: 2.04, + rating: "B" + }, { + class: 7, + cost: 6998400, + edID: 128671268, + eddbID: 1433, + grp: "fx", + id: "Fj", + mass: 80, + maximum: 8, + power: .83, + range: 2.38, + rating: "A" + } ], + hb: [ { + class: 1, + cost: 600, + edID: 128066532, + eddbID: 1207, + grp: "hb", + id: "6u", + mass: 1.3, + maximum: 2, + power: .12, + range: 1.5, + rating: "E", + time: 42 + }, { + class: 1, + cost: 1200, + edID: 128066533, + eddbID: 1208, + grp: "hb", + id: "6t", + mass: .5, + maximum: 1, + power: .16, + range: 2, + rating: "D", + time: 36 + }, { + class: 1, + cost: 2400, + edID: 128066534, + eddbID: 1209, + grp: "hb", + id: "6s", + mass: 1.3, + maximum: 1, + power: .2, + range: 2.5, + rating: "C", + time: 30 + }, { + class: 1, + cost: 4800, + edID: 128066535, + eddbID: 1210, + grp: "hb", + id: "6r", + mass: 2, + maximum: 2, + power: .24, + range: 3, + rating: "B", + time: 24 + }, { + class: 1, + cost: 9600, + edID: 128066536, + eddbID: 1211, + grp: "hb", + id: "6q", + mass: 1.3, + maximum: 1, + power: .28, + range: 3.5, rating: "A", - time: 13 + time: 18 }, { class: 3, cost: 5400, @@ -10793,176 +11003,137 @@ module.exports = { rating: "A", time: 16 }, { - class: 1, - cost: 600, - edID: 128066532, - eddbID: 1207, + class: 5, + cost: 48600, + edID: 128066542, + eddbID: 1217, grp: "hb", - id: "6u", - mass: 1.3, - maximum: 2, - power: .12, - range: 1.5, + id: "78", + mass: 20, + maximum: 9, + power: .3, + range: 1.98, rating: "E", - time: 42 + time: 31 }, { - class: 1, - cost: 1200, - edID: 128066533, - eddbID: 1208, + class: 5, + cost: 97200, + edID: 128066543, + eddbID: 1218, grp: "hb", - id: "6t", - mass: .5, - maximum: 1, - power: .16, - range: 2, + id: "77", + mass: 8, + maximum: 6, + power: .4, + range: 2.64, rating: "D", - time: 36 + time: 26 }, { - class: 1, - cost: 2400, - edID: 128066534, - eddbID: 1209, + class: 5, + cost: 194400, + edID: 128066544, + eddbID: 1219, grp: "hb", - id: "6s", - mass: 1.3, - maximum: 1, - power: .2, - range: 2.5, + id: "76", + mass: 20, + maximum: 7, + power: .5, + range: 3.3, rating: "C", - time: 30 + time: 22 }, { - class: 1, - cost: 4800, - edID: 128066535, - eddbID: 1210, + class: 5, + cost: 388800, + edID: 128066545, + eddbID: 1220, grp: "hb", - id: "6r", - mass: 2, - maximum: 2, - power: .24, - range: 3, + id: "75", + mass: 32, + maximum: 9, + power: .6, + range: 3.96, rating: "B", - time: 24 - }, { - class: 1, - cost: 9600, - edID: 128066536, - eddbID: 1211, - grp: "hb", - id: "6q", - mass: 1.3, - maximum: 1, - power: .28, - range: 3.5, - rating: "A", time: 18 + }, { + class: 5, + cost: 777600, + edID: 128066546, + eddbID: 1221, + grp: "hb", + id: "74", + mass: 20, + maximum: 6, + power: .7, + range: 4.62, + rating: "A", + time: 13 + }, { + class: 7, + cost: 437400, + edID: 128066547, + eddbID: 1222, + grp: "hb", + id: "7d", + mass: 80, + maximum: 18, + power: .42, + range: 2.58, + rating: "E", + time: 25 + }, { + class: 7, + cost: 874800, + edID: 128066548, + eddbID: 1223, + grp: "hb", + id: "7c", + mass: 32, + maximum: 12, + power: .56, + range: 3.44, + rating: "D", + time: 22 + }, { + class: 7, + cost: 1749600, + edID: 128066549, + eddbID: 1224, + grp: "hb", + id: "7b", + mass: 80, + maximum: 15, + power: .7, + range: 4.3, + rating: "C", + time: 18 + }, { + class: 7, + cost: 3499200, + edID: 128066550, + eddbID: 1225, + grp: "hb", + id: "7a", + mass: 128, + maximum: 18, + power: .84, + range: 5.16, + rating: "B", + time: 14 + }, { + class: 7, + cost: 6998400, + edID: 128066551, + eddbID: 1226, + grp: "hb", + id: "79", + mass: 90, + maximum: 12, + power: .98, + range: 6.02, + rating: "A", + time: 11 } ], hr: [ { - hullreinforcement: 360, - class: 5, - cost: 15e4, - edID: 128668545, - eddbID: 1381, - explres: .025, - grp: "hr", - id: "2e", - kinres: .025, - mass: 64, - rating: "E", - thermres: .025 - }, { - hullreinforcement: 390, - class: 5, - cost: 45e4, - edID: 128668546, - eddbID: 1382, - explres: .025, - grp: "hr", - id: "2d", - kinres: .025, - mass: 32, - rating: "D", - thermres: .025 - }, { - hullreinforcement: 300, - class: 4, - cost: 65e3, - edID: 128668543, - eddbID: 1379, - explres: .02, - grp: "hr", - id: "2c", - kinres: .02, - mass: 32, - rating: "E", - thermres: .02 - }, { - hullreinforcement: 330, - class: 4, - cost: 195e3, - edID: 128668544, - eddbID: 1380, - explres: .02, - grp: "hr", - id: "2b", - kinres: .02, - mass: 16, - rating: "D", - thermres: .02 - }, { - hullreinforcement: 230, - class: 3, - cost: 28e3, - edID: 128668541, - eddbID: 1377, - explres: .015, - grp: "hr", - id: "2a", - kinres: .015, - mass: 16, - rating: "E", - thermres: .015 - }, { - hullreinforcement: 260, - class: 3, - cost: 84e3, - edID: 128668542, - eddbID: 1378, - explres: .015, - grp: "hr", - id: "29", - kinres: .015, - mass: 8, - rating: "D", - thermres: .015 - }, { - hullreinforcement: 150, - class: 2, - cost: 12e3, - edID: 128668539, - eddbID: 1375, - explres: .01, - grp: "hr", - id: "28", - kinres: .01, - mass: 8, - rating: "E", - thermres: .01 - }, { - hullreinforcement: 190, - class: 2, - cost: 36e3, - edID: 128668540, - eddbID: 1376, - explres: .01, - grp: "hr", - id: "27", - kinres: .01, - mass: 4, - rating: "D", - thermres: .01 - }, { hullreinforcement: 80, class: 1, cost: 5e3, @@ -10972,7 +11143,7 @@ module.exports = { grp: "hr", id: "26", kinres: .005, - mass: 4, + mass: 2, rating: "E", thermres: .005 }, { @@ -10985,31 +11156,246 @@ module.exports = { grp: "hr", id: "25", kinres: .005, - mass: 2, + mass: 1, rating: "D", thermres: .005 + }, { + hullreinforcement: 150, + class: 2, + cost: 12e3, + edID: 128668539, + eddbID: 1375, + explres: .01, + grp: "hr", + id: "28", + kinres: .01, + mass: 4, + rating: "E", + thermres: .01 + }, { + hullreinforcement: 190, + class: 2, + cost: 36e3, + edID: 128668540, + eddbID: 1376, + explres: .01, + grp: "hr", + id: "27", + kinres: .01, + mass: 2, + rating: "D", + thermres: .01 + }, { + hullreinforcement: 230, + class: 3, + cost: 28e3, + edID: 128668541, + eddbID: 1377, + explres: .015, + grp: "hr", + id: "2a", + kinres: .015, + mass: 8, + rating: "E", + thermres: .015 + }, { + hullreinforcement: 260, + class: 3, + cost: 84e3, + edID: 128668542, + eddbID: 1378, + explres: .015, + grp: "hr", + id: "29", + kinres: .015, + mass: 4, + rating: "D", + thermres: .015 + }, { + hullreinforcement: 300, + class: 4, + cost: 65e3, + edID: 128668543, + eddbID: 1379, + explres: .02, + grp: "hr", + id: "2c", + kinres: .02, + mass: 16, + rating: "E", + thermres: .02 + }, { + hullreinforcement: 330, + class: 4, + cost: 195e3, + edID: 128668544, + eddbID: 1380, + explres: .02, + grp: "hr", + id: "2b", + kinres: .02, + mass: 8, + rating: "D", + thermres: .02 + }, { + hullreinforcement: 360, + class: 5, + cost: 15e4, + edID: 128668545, + eddbID: 1381, + explres: .025, + grp: "hr", + id: "2e", + kinres: .025, + mass: 32, + rating: "E", + thermres: .025 + }, { + hullreinforcement: 390, + class: 5, + cost: 45e4, + edID: 128668546, + eddbID: 1382, + explres: .025, + grp: "hr", + id: "2d", + kinres: .025, + mass: 16, + rating: "D", + thermres: .025 + } ], + mrp: [ { + class: 1, + cost: 5e3, + eddbID: 1577, + edID: 128737270, + grp: "mrp", + id: "m0", + integrity: 70, + mass: 2, + protection: .3, + rating: "E" + }, { + class: 1, + cost: 15e3, + eddbID: 1578, + edID: 128737271, + grp: "mrp", + id: "m1", + integrity: 30, + mass: 1, + protection: .6, + rating: "D" + }, { + class: 2, + cost: 12e3, + eddbID: 1579, + edID: 128737272, + grp: "mrp", + id: "m2", + integrity: 105, + mass: 4, + protection: .3, + rating: "E" + }, { + class: 2, + cost: 36e3, + eddbID: 1580, + edID: 128737273, + grp: "mrp", + id: "m3", + integrity: 45, + mass: 2, + protection: .6, + rating: "D" + }, { + class: 3, + cost: 28e3, + eddbID: 1581, + edID: 128737274, + grp: "mrp", + id: "m4", + integrity: 155, + mass: 8, + protection: .3, + rating: "E" + }, { + class: 3, + cost: 84e3, + eddbID: 1582, + edID: 128737275, + grp: "mrp", + id: "m5", + integrity: 65, + mass: 4, + protection: .6, + rating: "D" + }, { + class: 4, + cost: 65e3, + eddbID: 1583, + edID: 128737276, + grp: "mrp", + id: "m6", + integrity: 235, + mass: 16, + protection: .3, + rating: "E" + }, { + class: 4, + cost: 195e3, + eddbID: 1584, + edID: 128737277, + grp: "mrp", + id: "m7", + integrity: 95, + mass: 8, + protection: .6, + rating: "D" + }, { + class: 5, + cost: 15e4, + eddbID: 1585, + edID: 128737278, + grp: "mrp", + id: "m8", + integrity: 350, + mass: 32, + protection: .3, + rating: "E" + }, { + class: 5, + cost: 45e4, + eddbID: 1586, + edID: 128737279, + grp: "mrp", + id: "m9", + integrity: 145, + mass: 16, + protection: .6, + rating: "D" } ], pv: [ { - bays: 4, - class: 6, - cost: 576e3, - edID: 128672292, - eddbID: 1524, + bays: 1, + class: 2, + cost: 18e3, + edID: 128672288, + eddbID: 1528, grp: "pv", - id: "v1", - mass: 34, - power: .6, + id: "v5", + mass: 12, + power: .25, rating: "H" }, { - bays: 4, - class: 6, - cost: 691200, - edID: 128672293, - eddbID: 1525, + bays: 1, + class: 2, + cost: 21600, + edID: 128672289, + eddbID: 1529, grp: "pv", - id: "v2", - mass: 17, - power: 1.8, + id: "v6", + mass: 6, + power: .75, rating: "G" }, { bays: 2, @@ -11034,29 +11420,30 @@ module.exports = { power: 1.2, rating: "G" }, { - bays: 1, - class: 2, - cost: 18e3, - edID: 128672288, - eddbID: 1528, + bays: 4, + class: 6, + cost: 576e3, + edID: 128672292, + eddbID: 1524, grp: "pv", - id: "v5", - mass: 12, - power: .25, + id: "v1", + mass: 34, + power: .6, rating: "H" }, { - bays: 1, - class: 2, - cost: 21600, - edID: 128672289, - eddbID: 1529, + bays: 4, + class: 6, + cost: 691200, + edID: 128672293, + eddbID: 1525, grp: "pv", - id: "v6", - mass: 6, - power: .75, + id: "v2", + mass: 17, + power: 1.8, rating: "G" } ], psg: [ { + brokenregen: 1.2, class: 1, cost: 132200, edID: 128671323, @@ -11075,9 +11462,10 @@ module.exports = { power: 2.52, pp: "Aisling Duval", rating: "A", - recover: 1.2, + regen: 1, thermres: -.2 }, { + brokenregen: 1.2, class: 2, cost: 240340, edID: 128671324, @@ -11096,9 +11484,10 @@ module.exports = { power: 3.15, pp: "Aisling Duval", rating: "A", - recover: 1.2, + regen: 1, thermres: -.2 }, { + brokenregen: 1.3, class: 3, cost: 761870, edID: 128671325, @@ -11117,9 +11506,10 @@ module.exports = { power: 3.78, pp: "Aisling Duval", rating: "A", - recover: 1.2, + regen: 1, thermres: -.2 }, { + brokenregen: 1.7, class: 4, cost: 2415120, edID: 128671326, @@ -11138,9 +11528,10 @@ module.exports = { power: 4.62, pp: "Aisling Duval", rating: "A", - recover: 1.425, + regen: 1, thermres: -.2 }, { + brokenregen: 2.3, class: 5, cost: 7655930, edID: 128671327, @@ -11159,9 +11550,10 @@ module.exports = { power: 5.46, pp: "Aisling Duval", rating: "A", - recover: 1.875, + regen: 1, thermres: -.2 }, { + brokenregen: 3.2, class: 6, cost: 24269300, edID: 128671328, @@ -11180,9 +11572,10 @@ module.exports = { power: 6.51, pp: "Aisling Duval", rating: "A", - recover: 2.4, + regen: 1.3, thermres: -.2 }, { + brokenregen: 4.2, class: 7, cost: 76933670, edID: 128671329, @@ -11201,9 +11594,10 @@ module.exports = { power: 7.35, pp: "Aisling Duval", rating: "A", - recover: 3, + regen: 1.7, thermres: -.2 }, { + brokenregen: 5.4, class: 8, cost: 243879730, edID: 128671330, @@ -11222,128 +11616,68 @@ module.exports = { power: 8.4, pp: "Aisling Duval", rating: "A", - recover: 3.6, + regen: 2.2, thermres: -.2 } ], pc: [ { - class: 7, - cost: 437400, - edID: 128671284, - eddbID: 1449, + class: 1, + cost: 600, + edID: 128671269, + eddbID: 1434, grp: "pc", - id: "Pf", - mass: 80, - maximum: 8, - power: .55, - range: 5.1, + id: "P0", + mass: 1.3, + maximum: 1, + power: .18, + range: 3, rating: "E" }, { - class: 7, - cost: 874800, - edID: 128671285, - eddbID: 1450, + class: 1, + cost: 1200, + edID: 128671270, + eddbID: 1435, grp: "pc", - id: "Pg", - mass: 32, - maximum: 8, - power: .41, - range: 6.8, + id: "P1", + mass: .5, + maximum: 1, + power: .14, + range: 4, rating: "D" }, { - class: 7, - cost: 1749600, - edID: 128671286, - eddbID: 1451, + class: 1, + cost: 2400, + edID: 128671271, + eddbID: 1436, grp: "pc", - id: "Ph", - mass: 80, - maximum: 8, - power: .69, - range: 8.5, + id: "P2", + mass: 1.3, + maximum: 1, + power: .23, + range: 5, rating: "C" }, { - class: 7, - cost: 3499200, - edID: 128671287, - eddbID: 1452, + class: 1, + cost: 4800, + edID: 128671272, + eddbID: 1437, grp: "pc", - id: "Pi", - mass: 128, - maximum: 8, - power: .97, - range: 10.2, + id: "P3", + mass: 2, + maximum: 1, + power: .32, + range: 6, rating: "B" }, { - class: 7, - cost: 6998400, - edID: 128671288, - eddbID: 1453, + class: 1, + cost: 9600, + edID: 128671273, + eddbID: 1438, grp: "pc", - id: "Pj", - mass: 80, - maximum: 8, - power: .83, - range: 11.9, - rating: "A" - }, { - class: 5, - cost: 48600, - edID: 128671279, - eddbID: 1444, - grp: "pc", - id: "Pa", - mass: 20, - maximum: 4, - power: .4, - range: 3.9, - rating: "E" - }, { - class: 5, - cost: 97200, - edID: 128671280, - eddbID: 1445, - grp: "pc", - id: "Pb", - mass: 8, - maximum: 4, - power: .3, - range: 5.2, - rating: "D" - }, { - class: 5, - cost: 194400, - edID: 128671281, - eddbID: 1446, - grp: "pc", - id: "Pc", - mass: 20, - maximum: 4, - power: .5, - range: 6.5, - rating: "C" - }, { - class: 5, - cost: 388800, - edID: 128671282, - eddbID: 1447, - grp: "pc", - id: "Pd", - mass: 32, - maximum: 4, - power: .97, - range: 7.8, - rating: "B" - }, { - class: 5, - cost: 777600, - edID: 128671283, - eddbID: 1448, - grp: "pc", - id: "Pe", - mass: 20, - maximum: 4, - power: .6, - range: 9.1, + id: "P4", + mass: 1.3, + maximum: 1, + power: .28, + range: 7, rating: "A" }, { class: 3, @@ -11406,64 +11740,124 @@ module.exports = { range: 7.7, rating: "A" }, { - class: 1, - cost: 600, - edID: 128671269, - eddbID: 1434, + class: 5, + cost: 48600, + edID: 128671279, + eddbID: 1444, grp: "pc", - id: "P0", - mass: 1.3, - maximum: 1, - power: .18, - range: 3, + id: "Pa", + mass: 20, + maximum: 4, + power: .4, + range: 3.9, rating: "E" }, { - class: 1, - cost: 1200, - edID: 128671270, - eddbID: 1435, + class: 5, + cost: 97200, + edID: 128671280, + eddbID: 1445, grp: "pc", - id: "P1", - mass: .5, - maximum: 1, - power: .14, - range: 4, + id: "Pb", + mass: 8, + maximum: 4, + power: .3, + range: 5.2, rating: "D" }, { - class: 1, - cost: 2400, - edID: 128671271, - eddbID: 1436, + class: 5, + cost: 194400, + edID: 128671281, + eddbID: 1446, grp: "pc", - id: "P2", - mass: 1.3, - maximum: 1, - power: .23, - range: 5, + id: "Pc", + mass: 20, + maximum: 4, + power: .5, + range: 6.5, rating: "C" }, { - class: 1, - cost: 4800, - edID: 128671272, - eddbID: 1437, + class: 5, + cost: 388800, + edID: 128671282, + eddbID: 1447, grp: "pc", - id: "P3", - mass: 2, - maximum: 1, - power: .32, - range: 6, + id: "Pd", + mass: 32, + maximum: 4, + power: .97, + range: 7.8, rating: "B" }, { - class: 1, - cost: 9600, - edID: 128671273, - eddbID: 1438, + class: 5, + cost: 777600, + edID: 128671283, + eddbID: 1448, grp: "pc", - id: "P4", - mass: 1.3, - maximum: 1, - power: .28, - range: 7, + id: "Pe", + mass: 20, + maximum: 4, + power: .6, + range: 9.1, + rating: "A" + }, { + class: 7, + cost: 437400, + edID: 128671284, + eddbID: 1449, + grp: "pc", + id: "Pf", + mass: 80, + maximum: 8, + power: .55, + range: 5.1, + rating: "E" + }, { + class: 7, + cost: 874800, + edID: 128671285, + eddbID: 1450, + grp: "pc", + id: "Pg", + mass: 32, + maximum: 8, + power: .41, + range: 6.8, + rating: "D" + }, { + class: 7, + cost: 1749600, + edID: 128671286, + eddbID: 1451, + grp: "pc", + id: "Ph", + mass: 80, + maximum: 8, + power: .69, + range: 8.5, + rating: "C" + }, { + class: 7, + cost: 3499200, + edID: 128671287, + eddbID: 1452, + grp: "pc", + id: "Pi", + mass: 128, + maximum: 8, + power: .97, + range: 10.2, + rating: "B" + }, { + class: 7, + cost: 6998400, + edID: 128671288, + eddbID: 1453, + grp: "pc", + id: "Pj", + mass: 80, + maximum: 8, + power: .83, + range: 11.9, rating: "A" } ], pce: [ { @@ -11611,104 +12005,54 @@ module.exports = { rating: "B" } ], rf: [ { - bins: 4, - class: 4, - cost: 55570, - edID: 128666687, - eddbID: 1289, + bins: 1, + class: 1, + cost: 6e3, + edID: 128666684, + eddbID: 1286, grp: "rf", - id: "23", - power: .25, + id: "1k", + power: .14, rating: "E" }, { - bins: 5, - class: 4, - cost: 166700, - edID: 128666691, - eddbID: 1293, + bins: 1, + class: 1, + cost: 18e3, + edID: 128666688, + eddbID: 1290, grp: "rf", - id: "22", - power: .33, + id: "1j", + power: .18, rating: "D" }, { - bins: 7, - class: 4, - cost: 500090, - edID: 128666695, - eddbID: 1297, + bins: 2, + class: 1, + cost: 54e3, + edID: 128666692, + eddbID: 1294, grp: "rf", - id: "21", - power: .41, + id: "1i", + power: .23, rating: "C" - }, { - bins: 9, - class: 4, - cost: 1500280, - edID: 128666699, - eddbID: 1301, - grp: "rf", - id: "20", - power: .49, - rating: "B" - }, { - bins: 10, - class: 4, - cost: 4500850, - edID: 128666703, - eddbID: 1305, - grp: "rf", - id: "1v", - power: .57, - rating: "A" }, { bins: 3, - class: 3, - cost: 26460, - edID: 128666686, - eddbID: 1288, + class: 1, + cost: 162e3, + edID: 128666696, + eddbID: 1298, grp: "rf", - id: "1u", - power: .2, - rating: "E" - }, { - bins: 4, - class: 3, - cost: 79380, - edID: 128666690, - eddbID: 1292, - grp: "rf", - id: "1t", - power: .27, - rating: "D" - }, { - bins: 6, - class: 3, - cost: 238140, - edID: 128666694, - eddbID: 1296, - grp: "rf", - id: "1s", - power: .34, - rating: "C" - }, { - bins: 7, - class: 3, - cost: 714420, - edID: 128666698, - eddbID: 1300, - grp: "rf", - id: "1r", - power: .41, + id: "1h", + power: .28, rating: "B" }, { - bins: 8, - class: 3, - cost: 2143260, - edID: 128666702, - eddbID: 1304, + bins: 4, + class: 1, + cost: 486e3, + edID: 128666700, + eddbID: 1302, grp: "rf", - id: "1q", - power: .48, + id: "1g", + power: .32, rating: "A" }, { bins: 2, @@ -11761,54 +12105,104 @@ module.exports = { power: .39, rating: "A" }, { - bins: 1, - class: 1, - cost: 6e3, - edID: 128666684, - eddbID: 1286, + bins: 3, + class: 3, + cost: 26460, + edID: 128666686, + eddbID: 1288, grp: "rf", - id: "1k", - power: .14, + id: "1u", + power: .2, rating: "E" }, { - bins: 1, - class: 1, - cost: 18e3, - edID: 128666688, - eddbID: 1290, + bins: 4, + class: 3, + cost: 79380, + edID: 128666690, + eddbID: 1292, grp: "rf", - id: "1j", - power: .18, + id: "1t", + power: .27, rating: "D" }, { - bins: 2, - class: 1, - cost: 54e3, - edID: 128666692, - eddbID: 1294, + bins: 6, + class: 3, + cost: 238140, + edID: 128666694, + eddbID: 1296, grp: "rf", - id: "1i", - power: .23, + id: "1s", + power: .34, rating: "C" }, { - bins: 3, - class: 1, - cost: 162e3, - edID: 128666696, - eddbID: 1298, + bins: 7, + class: 3, + cost: 714420, + edID: 128666698, + eddbID: 1300, grp: "rf", - id: "1h", - power: .28, + id: "1r", + power: .41, rating: "B" }, { - bins: 4, - class: 1, - cost: 486e3, - edID: 128666700, - eddbID: 1302, + bins: 8, + class: 3, + cost: 2143260, + edID: 128666702, + eddbID: 1304, grp: "rf", - id: "1g", - power: .32, + id: "1q", + power: .48, + rating: "A" + }, { + bins: 4, + class: 4, + cost: 55570, + edID: 128666687, + eddbID: 1289, + grp: "rf", + id: "23", + power: .25, + rating: "E" + }, { + bins: 5, + class: 4, + cost: 166700, + edID: 128666691, + eddbID: 1293, + grp: "rf", + id: "22", + power: .33, + rating: "D" + }, { + bins: 7, + class: 4, + cost: 500090, + edID: 128666695, + eddbID: 1297, + grp: "rf", + id: "21", + power: .41, + rating: "C" + }, { + bins: 9, + class: 4, + cost: 1500280, + edID: 128666699, + eddbID: 1301, + grp: "rf", + id: "20", + power: .49, + rating: "B" + }, { + bins: 10, + class: 4, + cost: 4500850, + edID: 128666703, + eddbID: 1305, + grp: "rf", + id: "1v", + power: .57, rating: "A" } ], sc: [ { @@ -11856,484 +12250,199 @@ module.exports = { id: "2i", mass: 1.3, name: "Detailed Surface Scanner", - power: 0, + power: .6, rating: "C" } ], scb: [ { - ammocost: 300, - boot: 25, - cells: 6, - class: 8, - cost: 697584, - duration: 17, - edID: 128064333, - eddbID: 1186, - grp: "scb", - id: "65", - integrity: 120, - mass: 160, - power: 1.44, - rating: "E", - shieldreinforcement: 476, - rechargerating: "C", - spinup: 5, - thermload: 800 - }, { ammocost: 300, boot: 25, cells: 4, - class: 8, - cost: 1743961, - duration: 17, - edID: 128064334, - eddbID: 1187, + class: 1, + cost: 517, + duration: 1, + edID: 128064298, + eddbID: 1151, grp: "scb", - id: "64", - integrity: 90, - mass: 64, - power: 1.92, - rating: "D", - shieldreinforcement: 629, - rechargerating: "D", - spinup: 5, - thermload: 800 - }, { - ammocost: 300, - boot: 25, - cells: 5, - class: 8, - cost: 4359903, - duration: 17, - edID: 128064335, - eddbID: 1188, - grp: "scb", - id: "63", - integrity: 150, - mass: 160, - power: 2.4, - rating: "C", - shieldreinforcement: 799, - rechargerating: "C", - spinup: 5, - thermload: 800 - }, { - ammocost: 300, - boot: 25, - cells: 6, - class: 8, - cost: 10899756, - duration: 17, - edID: 128064336, - eddbID: 1189, - grp: "scb", - id: "62", - integrity: 210, - mass: 256, - power: 2.88, - rating: "B", - shieldreinforcement: 952, - rechargerating: "B", - spinup: 5, - thermload: 800 - }, { - ammocost: 300, - boot: 25, - cells: 5, - class: 8, - cost: 27249391, - duration: 17, - edID: 128064337, - eddbID: 1190, - grp: "scb", - id: "61", - integrity: 180, - mass: 160, - power: 3.36, - rating: "A", - shieldreinforcement: 1105, - rechargerating: "A", - spinup: 5, - thermload: 800 - }, { - ammocost: 300, - boot: 25, - cells: 6, - class: 7, - cost: 249137, - duration: 11, - edID: 128064328, - eddbID: 1181, - grp: "scb", - id: "60", - integrity: 105, - mass: 80, - power: 1.24, + id: "52", + integrity: 32, + mass: 1.3, + power: .41, rating: "E", - shieldreinforcement: 264, + shieldreinforcement: 12, rechargerating: "E", spinup: 5, - thermload: 720 + thermload: 170 }, { ammocost: 300, boot: 25, - cells: 4, - class: 7, - cost: 622843, - duration: 11, - edID: 128064329, - eddbID: 1182, + cells: 1, + class: 1, + cost: 1293, + duration: 1, + edID: 128064299, + eddbID: 1152, grp: "scb", - id: "5v", - integrity: 79, - mass: 32, - power: 1.66, + id: "51", + integrity: 24, + mass: .5, + power: .55, rating: "D", - shieldreinforcement: 352, + shieldreinforcement: 12.5, rechargerating: "D", spinup: 5, - thermload: 720 - }, { - ammocost: 300, - boot: 25, - cells: 5, - class: 7, - cost: 1557108, - duration: 11, - edID: 128064330, - eddbID: 1183, - grp: "scb", - id: "5u", - integrity: 131, - mass: 80, - power: 2.07, - rating: "C", - shieldreinforcement: 451, - rechargerating: "C", - spinup: 5, - thermload: 720 - }, { - ammocost: 300, - boot: 25, - cells: 6, - class: 7, - cost: 3892770, - duration: 11, - edID: 128064331, - eddbID: 1184, - grp: "scb", - id: "5t", - integrity: 183, - mass: 128, - power: 2.48, - rating: "B", - shieldreinforcement: 539, - rechargerating: "B", - spinup: 5, - thermload: 720 - }, { - ammocost: 300, - boot: 25, - cells: 5, - class: 7, - cost: 9731925, - duration: 11, - edID: 128064332, - eddbID: 1185, - grp: "scb", - id: "5s", - integrity: 157, - mass: 80, - power: 2.9, - rating: "A", - shieldreinforcement: 627, - rechargerating: "A", - spinup: 5, - thermload: 720 - }, { - ammocost: 300, - boot: 25, - cells: 6, - class: 6, - cost: 88987, - duration: 8, - edID: 128064323, - eddbID: 1176, - grp: "scb", - id: "5r", - integrity: 90, - mass: 40, - power: 1.06, - rating: "E", - shieldreinforcement: 160, - rechargerating: "E", - spinup: 5, - thermload: 640 - }, { - ammocost: 300, - boot: 25, - cells: 4, - class: 6, - cost: 222444, - duration: 8, - edID: 128064324, - eddbID: 1177, - grp: "scb", - id: "5q", - integrity: 68, - mass: 16, - power: 1.42, - rating: "D", - shieldreinforcement: 208, - rechargerating: "D", - spinup: 5, - thermload: 640 - }, { - ammocost: 300, - boot: 25, - cells: 5, - class: 6, - cost: 556110, - duration: 8, - edID: 128064325, - eddbID: 1178, - grp: "scb", - id: "5p", - integrity: 113, - mass: 40, - power: 1.77, - rating: "C", - shieldreinforcement: 264, - rechargerating: "C", - spinup: 5, - thermload: 640 - }, { - ammocost: 300, - boot: 25, - cells: 6, - class: 6, - cost: 1390275, - duration: 8, - edID: 128064326, - eddbID: 1179, - grp: "scb", - id: "5o", - integrity: 158, - mass: 64, - power: 2.12, - rating: "B", - shieldreinforcement: 312, - rechargerating: "B", - spinup: 5, - thermload: 640 - }, { - ammocost: 300, - boot: 25, - cells: 5, - class: 6, - cost: 3475688, - duration: 8, - edID: 128064327, - eddbID: 1180, - grp: "scb", - id: "5n", - integrity: 136, - mass: 40, - power: 2.48, - rating: "A", - shieldreinforcement: 368, - rechargerating: "A", - spinup: 5, - thermload: 640 - }, { - ammocost: 300, - boot: 25, - cells: 5, - class: 5, - cost: 31778, - duration: 5, - edID: 128064318, - eddbID: 1171, - grp: "scb", - id: "5m", - integrity: 77, - mass: 20, - power: .9, - rating: "E", - shieldreinforcement: 105, - rechargerating: "E", - spinup: 5, - thermload: 540 + thermload: 170 }, { ammocost: 300, boot: 25, cells: 3, - class: 5, - cost: 79444, - duration: 5, - edID: 128064319, - eddbID: 1172, + class: 1, + cost: 3231, + duration: 1, + edID: 128064300, + eddbID: 1153, grp: "scb", - id: "5l", - integrity: 58, - mass: 8, - power: 1.2, - rating: "D", - shieldreinforcement: 140, - rechargerating: "D", - spinup: 5, - thermload: 540 - }, { - ammocost: 300, - boot: 25, - cells: 4, - class: 5, - cost: 194143, - duration: 5, - edID: 128064320, - eddbID: 1173, - grp: "scb", - id: "5k", - integrity: 96, - mass: 20, - power: 1.5, + id: "50", + integrity: 40, + mass: 1.3, + power: .69, rating: "C", - shieldreinforcement: 175, + shieldreinforcement: 20, rechargerating: "C", spinup: 5, - thermload: 540 - }, { - ammocost: 300, - boot: 25, - cells: 5, - class: 5, - cost: 496527, - duration: 5, - edID: 128064321, - eddbID: 1174, - grp: "scb", - id: "5j", - integrity: 134, - mass: 32, - power: 1.8, - rating: "B", - shieldreinforcement: 205, - rechargerating: "B", - spinup: 5, - thermload: 540 + thermload: 170 }, { ammocost: 300, boot: 25, cells: 4, - class: 5, - cost: 1210285, - duration: 5, - edID: 128064322, - eddbID: 1175, + class: 1, + cost: 8078, + duration: 1, + edID: 128064301, + eddbID: 1154, grp: "scb", - id: "5i", - integrity: 115, - mass: 20, - power: 2.1, - rating: "A", - shieldreinforcement: 240, - rechargerating: "A", + id: "4v", + integrity: 56, + mass: 2, + power: .83, + rating: "B", + shieldreinforcement: 24, + rechargerating: "B", spinup: 5, - thermload: 540 - }, { - ammocost: 300, - boot: 25, - cells: 5, - class: 4, - cost: 11349, - duration: 3, - edID: 128064313, - eddbID: 1166, - grp: "scb", - id: "5h", - integrity: 64, - mass: 10, - power: .74, - rating: "E", - shieldreinforcement: 60, - rechargerating: "E", - spinup: 5, - thermload: 410 + thermload: 170 }, { ammocost: 300, boot: 25, cells: 3, - class: 4, - cost: 28373, - duration: 3, - edID: 128064314, - eddbID: 1167, + class: 1, + cost: 20195, + duration: 1, + edID: 128064302, + eddbID: 1155, grp: "scb", - id: "5g", + id: "4u", integrity: 48, - mass: 4, - power: .98, - rating: "D", - shieldreinforcement: 78, - rechargerating: "D", + mass: 1.3, + power: .97, + rating: "A", + shieldreinforcement: 28, + rechargerating: "A", spinup: 5, - thermload: 410 - }, { - ammocost: 300, - boot: 25, - cells: 4, - class: 4, - cost: 70932, - duration: 3, - edID: 128064315, - eddbID: 1168, - grp: "scb", - id: "5f", - integrity: 80, - mass: 10, - power: 1.23, - rating: "C", - shieldreinforcement: 99, - rechargerating: "C", - spinup: 5, - thermload: 410 + thermload: 170 }, { ammocost: 300, boot: 25, cells: 5, - class: 4, - cost: 177331, - duration: 3, - edID: 128064316, - eddbID: 1169, + class: 2, + cost: 1448, + duration: 2, + edID: 128064303, + eddbID: 1156, grp: "scb", - id: "5e", - integrity: 112, - mass: 16, - power: 1.48, - rating: "B", - shieldreinforcement: 117, - rechargerating: "B", + id: "57", + integrity: 41, + mass: 2.5, + power: .5, + rating: "E", + shieldreinforcement: 28, + rechargerating: "E", spinup: 5, - thermload: 410 + thermload: 240 + }, { + ammocost: 300, + boot: 25, + cells: 3, + class: 2, + cost: 3619, + duration: 2, + edID: 128064304, + eddbID: 1157, + grp: "scb", + id: "56", + integrity: 31, + mass: 1, + power: .67, + rating: "D", + shieldreinforcement: 36, + rechargerating: "D", + spinup: 5, + thermload: 240 }, { ammocost: 300, boot: 25, cells: 4, - class: 4, - cost: 443328, - duration: 3, - edID: 128064317, - eddbID: 1170, + class: 2, + cost: 9048, + duration: 2, + edID: 128064305, + eddbID: 1158, grp: "scb", - id: "5d", - integrity: 96, - mass: 10, - power: 1.72, + id: "55", + integrity: 51, + mass: 2.5, + power: .84, + rating: "C", + shieldreinforcement: 46, + rechargerating: "C", + spinup: 5, + thermload: 240 + }, { + ammocost: 300, + boot: 25, + cells: 5, + class: 2, + cost: 22619, + duration: 2, + edID: 128064306, + eddbID: 1159, + grp: "scb", + id: "54", + integrity: 71, + mass: 4, + power: 1.01, + rating: "B", + shieldreinforcement: 56, + rechargerating: "B", + spinup: 5, + thermload: 240 + }, { + ammocost: 300, + boot: 25, + cells: 4, + class: 2, + cost: 56547, + duration: 2, + edID: 128064307, + eddbID: 1160, + grp: "scb", + id: "53", + integrity: 61, + mass: 2.5, + power: 1.18, rating: "A", - shieldreinforcement: 138, + shieldreinforcement: 64, rechargerating: "A", spinup: 5, - thermload: 410 + thermload: 240 }, { ammocost: 300, boot: 25, @@ -12433,896 +12542,483 @@ module.exports = { ammocost: 300, boot: 25, cells: 5, - class: 2, - cost: 1448, - duration: 2, - edID: 128064303, - eddbID: 1156, + class: 4, + cost: 11349, + duration: 3, + edID: 128064313, + eddbID: 1166, grp: "scb", - id: "57", - integrity: 41, - mass: 2.5, - power: .5, + id: "5h", + integrity: 64, + mass: 10, + power: .74, rating: "E", - shieldreinforcement: 28, + shieldreinforcement: 60, rechargerating: "E", spinup: 5, - thermload: 240 + thermload: 410 }, { ammocost: 300, boot: 25, cells: 3, - class: 2, - cost: 3619, - duration: 2, - edID: 128064304, - eddbID: 1157, + class: 4, + cost: 28373, + duration: 3, + edID: 128064314, + eddbID: 1167, grp: "scb", - id: "56", - integrity: 31, - mass: 1, - power: .67, + id: "5g", + integrity: 48, + mass: 4, + power: .98, rating: "D", - shieldreinforcement: 36, + shieldreinforcement: 78, rechargerating: "D", spinup: 5, - thermload: 240 + thermload: 410 }, { ammocost: 300, boot: 25, cells: 4, - class: 2, - cost: 9048, - duration: 2, - edID: 128064305, - eddbID: 1158, + class: 4, + cost: 70932, + duration: 3, + edID: 128064315, + eddbID: 1168, grp: "scb", - id: "55", - integrity: 51, - mass: 2.5, - power: .84, + id: "5f", + integrity: 80, + mass: 10, + power: 1.23, rating: "C", - shieldreinforcement: 46, + shieldreinforcement: 99, rechargerating: "C", spinup: 5, - thermload: 240 + thermload: 410 }, { ammocost: 300, boot: 25, cells: 5, - class: 2, - cost: 22619, - duration: 2, - edID: 128064306, - eddbID: 1159, + class: 4, + cost: 177331, + duration: 3, + edID: 128064316, + eddbID: 1169, grp: "scb", - id: "54", - integrity: 71, - mass: 4, - power: 1.01, + id: "5e", + integrity: 112, + mass: 16, + power: 1.48, rating: "B", - shieldreinforcement: 56, + shieldreinforcement: 117, rechargerating: "B", spinup: 5, - thermload: 240 + thermload: 410 }, { ammocost: 300, boot: 25, cells: 4, - class: 2, - cost: 56547, - duration: 2, - edID: 128064307, - eddbID: 1160, + class: 4, + cost: 443328, + duration: 3, + edID: 128064317, + eddbID: 1170, grp: "scb", - id: "53", - integrity: 61, - mass: 2.5, - power: 1.18, + id: "5d", + integrity: 96, + mass: 10, + power: 1.72, rating: "A", - shieldreinforcement: 64, + shieldreinforcement: 138, rechargerating: "A", spinup: 5, - thermload: 240 + thermload: 410 }, { ammocost: 300, boot: 25, - cells: 4, - class: 1, - cost: 517, - duration: 1, - edID: 128064298, - eddbID: 1151, - grp: "scb", - id: "52", - integrity: 32, - mass: 1.3, - power: .41, - rating: "E", - shieldreinforcement: 12, - rechargerating: "E", - spinup: 5, - thermload: 170 - }, { - ammocost: 300, - boot: 25, - cells: 1, - class: 1, - cost: 1293, - duration: 1, - edID: 128064299, - eddbID: 1152, - grp: "scb", - id: "51", - integrity: 24, - mass: .5, - power: .55, - rating: "D", - shieldreinforcement: 12.5, - rechargerating: "D", - spinup: 5, - thermload: 170 - }, { - ammocost: 300, - boot: 25, - cells: 3, - class: 1, - cost: 3231, - duration: 1, - edID: 128064300, - eddbID: 1153, - grp: "scb", - id: "50", - integrity: 40, - mass: 1.3, - power: .69, - rating: "C", - shieldreinforcement: 20, - rechargerating: "C", - spinup: 5, - thermload: 170 - }, { - ammocost: 300, - boot: 25, - cells: 4, - class: 1, - cost: 8078, - duration: 1, - edID: 128064301, - eddbID: 1154, - grp: "scb", - id: "4v", - integrity: 56, - mass: 2, - power: .83, - rating: "B", - shieldreinforcement: 24, - rechargerating: "B", - spinup: 5, - thermload: 170 - }, { - ammocost: 300, - boot: 25, - cells: 3, - class: 1, - cost: 20195, - duration: 1, - edID: 128064302, - eddbID: 1155, - grp: "scb", - id: "4u", - integrity: 48, - mass: 1.3, - power: .97, - rating: "A", - shieldreinforcement: 28, - rechargerating: "A", - spinup: 5, - thermload: 170 - } ], - sg: [ { - class: 8, - cost: 2007240, - edID: 128064293, - eddbID: 1146, - explres: .5, - grp: "sg", - id: "4t", - kinres: .4, - mass: 160, - maxmass: 4500, - maxmul: 1.3, - minmass: 900, - minmul: .3, - optmass: 1800, - optmul: .8, - power: 2.4, - rating: "E", - recover: 4.8, - thermres: -.2 - }, { - class: 8, - cost: 6021720, - edID: 128064294, - eddbID: 1147, - explres: .5, - grp: "sg", - id: "4s", - kinres: .4, - mass: 64, - maxmass: 4500, - maxmul: 1.4, - minmass: 900, - minmul: .4, - optmass: 1800, - optmul: .9, - power: 3.2, - rating: "D", - recover: 4.8, - thermres: -.2 - }, { - class: 8, - cost: 18065170, - edID: 128064295, - eddbID: 1148, - explres: .5, - grp: "sg", - id: "4r", - kinres: .4, - mass: 160, - maxmass: 4500, - maxmul: 1.5, - minmass: 900, - minmul: .5, - optmass: 1800, - optmul: 1, - power: 4, - rating: "C", - recover: 4.8, - thermres: -.2 - }, { - class: 8, - cost: 54195500, - edID: 128064296, - eddbID: 1149, - explres: .5, - grp: "sg", - id: "4q", - kinres: .4, - mass: 256, - maxmass: 4500, - maxmul: 1.6, - minmass: 900, - minmul: .6, - optmass: 1800, - optmul: 1.1, - power: 4.8, - rating: "B", - recover: 4.8, - thermres: -.2 - }, { - class: 8, - cost: 162586490, - edID: 128064297, - eddbID: 1150, - explres: .5, - grp: "sg", - id: "4p", - kinres: .4, - mass: 160, - maxmass: 4500, - maxmul: 1.7, - minmass: 900, - minmul: .7, - optmass: 1800, - optmul: 1.2, - power: 5.6, - rating: "A", - recover: 4.8, - thermres: -.2 - }, { - class: 7, - cost: 633200, - edID: 128064288, - eddbID: 1141, - explres: .5, - grp: "sg", - id: "4o", - kinres: .4, - mass: 80, - maxmass: 2650, - maxmul: 1.3, - minmass: 530, - minmul: .3, - optmass: 1060, - optmul: .8, - power: 2.1, - rating: "E", - recover: 4, - thermres: -.2 - }, { - class: 7, - cost: 1899600, - edID: 128064289, - eddbID: 1142, - explres: .5, - grp: "sg", - id: "4n", - kinres: .4, - mass: 32, - maxmass: 2650, - maxmul: 1.4, - minmass: 530, - minmul: .4, - optmass: 1060, - optmul: .9, - power: 2.8, - rating: "D", - recover: 4, - thermres: -.2 - }, { - class: 7, - cost: 5698790, - edID: 128064290, - eddbID: 1143, - explres: .5, - grp: "sg", - id: "4m", - kinres: .4, - mass: 80, - maxmass: 2650, - maxmul: 1.5, - minmass: 530, - minmul: .5, - optmass: 1060, - optmul: 1, - power: 3.5, - rating: "C", - recover: 4, - thermres: -.2 - }, { - class: 7, - cost: 17096370, - edID: 128064291, - eddbID: 1144, - explres: .5, - grp: "sg", - id: "4l", - kinres: .4, - mass: 128, - maxmass: 2650, - maxmul: 1.6, - minmass: 530, - minmul: .6, - optmass: 1060, - optmul: 1.1, - power: 4.2, - rating: "B", - recover: 4, - thermres: -.2 - }, { - class: 7, - cost: 51289110, - edID: 128064292, - eddbID: 1145, - explres: .5, - grp: "sg", - id: "4k", - kinres: .4, - mass: 80, - maxmass: 2650, - maxmul: 1.7, - minmass: 530, - minmul: .7, - optmass: 1060, - optmul: 1.2, - power: 4.9, - rating: "A", - recover: 4, - thermres: -.2 - }, { - class: 6, - cost: 199750, - edID: 128064283, - eddbID: 1136, - explres: .5, - grp: "sg", - id: "4j", - kinres: .4, - mass: 40, - maxmass: 1350, - maxmul: 1.3, - minmass: 270, - minmul: .3, - optmass: 540, - optmul: .8, - power: 1.86, - rating: "E", - recover: 3.2, - thermres: -.2 - }, { - class: 6, - cost: 599240, - edID: 128064284, - eddbID: 1137, - explres: .5, - grp: "sg", - id: "4i", - kinres: .4, - mass: 16, - maxmass: 1350, - maxmul: 1.4, - minmass: 270, - minmul: .4, - optmass: 540, - optmul: .9, - power: 2.48, - rating: "D", - recover: 3.2, - thermres: -.2 - }, { - class: 6, - cost: 1797730, - edID: 128064285, - eddbID: 1138, - explres: .5, - grp: "sg", - id: "4h", - kinres: .4, - mass: 40, - maxmass: 1350, - maxmul: 1.5, - minmass: 270, - minmul: .5, - optmass: 540, - optmul: 1, - power: 3.1, - rating: "C", - recover: 3.2, - thermres: -.2 - }, { - class: 6, - cost: 5393180, - edID: 128064286, - eddbID: 1139, - explres: .5, - grp: "sg", - id: "4g", - kinres: .4, - mass: 64, - maxmass: 1350, - maxmul: 1.6, - minmass: 270, - minmul: .6, - optmass: 540, - optmul: 1.1, - power: 3.72, - rating: "B", - recover: 3.2, - thermres: -.2 - }, { - class: 6, - cost: 16179530, - edID: 128064287, - eddbID: 1140, - explres: .5, - grp: "sg", - id: "4f", - kinres: .4, - mass: 40, - maxmass: 1350, - maxmul: 1.7, - minmass: 270, - minmul: .7, - optmass: 540, - optmul: 1.2, - power: 4.34, - rating: "A", - recover: 3.2, - thermres: -.2 - }, { + cells: 5, class: 5, - cost: 63010, - edID: 128064278, - eddbID: 1131, - explres: .5, - grp: "sg", - id: "4e", - kinres: .4, + cost: 31778, + duration: 5, + edID: 128064318, + eddbID: 1171, + grp: "scb", + id: "5m", + integrity: 77, mass: 20, - maxmass: 1013, - maxmul: 1.3, - minmass: 203, - minmul: .3, - optmass: 405, - optmul: .8, - power: 1.56, - rating: "E", - recover: 2.5, - thermres: -.2 - }, { - class: 5, - cost: 189040, - edID: 128064279, - eddbID: 1132, - explres: .5, - grp: "sg", - id: "4d", - kinres: .4, - mass: 8, - maxmass: 1013, - maxmul: 1.4, - minmass: 203, - minmul: .4, - optmass: 405, - optmul: .9, - power: 2.08, - rating: "D", - recover: 2.5, - thermres: -.2 - }, { - class: 5, - cost: 567110, - edID: 128064280, - eddbID: 1133, - explres: .5, - grp: "sg", - id: "4c", - kinres: .4, - mass: 20, - maxmass: 1013, - maxmul: 1.5, - minmass: 203, - minmul: .5, - optmass: 405, - optmul: 1, - power: 2.6, - rating: "C", - recover: 2.5, - thermres: -.2 - }, { - class: 5, - cost: 1701320, - edID: 128064281, - eddbID: 1134, - explres: .5, - grp: "sg", - id: "4b", - kinres: .4, - mass: 32, - maxmass: 1013, - maxmul: 1.6, - minmass: 203, - minmul: .6, - optmass: 405, - optmul: 1.1, - power: 3.12, - rating: "B", - recover: 2.5, - thermres: -.2 - }, { - class: 5, - cost: 5103950, - edID: 128064282, - eddbID: 1135, - explres: .5, - grp: "sg", - id: "4a", - kinres: .4, - mass: 20, - maxmass: 1013, - maxmul: 1.7, - minmass: 203, - minmul: .7, - optmass: 405, - optmul: 1.2, - power: 3.64, - rating: "A", - recover: 2.5, - thermres: -.2 - }, { - class: 4, - cost: 19880, - edID: 128064273, - eddbID: 1126, - explres: .5, - grp: "sg", - id: "49", - kinres: .4, - mass: 10, - maxmass: 713, - maxmul: 1.3, - minmass: 143, - minmul: .3, - optmass: 285, - optmul: .8, - power: 1.32, - rating: "E", - recover: 1.9, - thermres: -.2 - }, { - class: 4, - cost: 59630, - edID: 128064274, - eddbID: 1127, - explres: .5, - grp: "sg", - id: "48", - kinres: .4, - mass: 4, - maxmass: 713, - maxmul: 1.4, - minmass: 143, - minmul: .4, - optmass: 285, - optmul: .9, - power: 1.76, - rating: "D", - recover: 1.9, - thermres: -.2 - }, { - class: 4, - cost: 178900, - edID: 128064275, - eddbID: 1128, - explres: .5, - grp: "sg", - id: "47", - kinres: .4, - mass: 10, - maxmass: 713, - maxmul: 1.5, - minmass: 143, - minmul: .5, - optmass: 285, - optmul: 1, - power: 2.2, - rating: "C", - recover: 1.9, - thermres: -.2 - }, { - class: 4, - cost: 536690, - edID: 128064276, - eddbID: 1129, - explres: .5, - grp: "sg", - id: "46", - kinres: .4, - mass: 16, - maxmass: 713, - maxmul: 1.6, - minmass: 143, - minmul: .6, - optmass: 285, - optmul: 1.1, - power: 2.64, - rating: "B", - recover: 1.9, - thermres: -.2 - }, { - class: 4, - cost: 1610080, - edID: 128064277, - eddbID: 1130, - explres: .5, - grp: "sg", - id: "45", - kinres: .4, - mass: 10, - maxmass: 713, - maxmul: 1.7, - minmass: 143, - minmul: .7, - optmass: 285, - optmul: 1.2, - power: 3.08, - rating: "A", - recover: 1.9, - thermres: -.2 - }, { - class: 3, - cost: 6270, - edID: 128064268, - eddbID: 1121, - explres: .5, - grp: "sg", - id: "44", - kinres: .4, - mass: 5, - maxmass: 413, - maxmul: 1.3, - minmass: 83, - minmul: .3, - optmass: 165, - optmul: .8, - power: 1.08, - rating: "E", - recover: 1.6, - thermres: -.2 - }, { - class: 3, - cost: 18810, - edID: 128064269, - eddbID: 1122, - explres: .5, - grp: "sg", - id: "43", - kinres: .4, - mass: 2, - maxmass: 413, - maxmul: 1.4, - minmass: 83, - minmul: .4, - optmass: 165, - optmul: .9, - power: 1.44, - rating: "D", - recover: 1.6, - thermres: -.2 - }, { - class: 3, - cost: 56440, - edID: 128064270, - eddbID: 1123, - explres: .5, - grp: "sg", - id: "42", - kinres: .4, - mass: 5, - maxmass: 413, - maxmul: 1.5, - minmass: 83, - minmul: .5, - optmass: 165, - optmul: 1, - power: 1.8, - rating: "C", - recover: 1.6, - thermres: -.2 - }, { - class: 3, - cost: 169300, - edID: 128064271, - eddbID: 1124, - explres: .5, - grp: "sg", - id: "41", - kinres: .4, - mass: 8, - maxmass: 413, - maxmul: 1.6, - minmass: 83, - minmul: .6, - optmass: 165, - optmul: 1.1, - power: 2.16, - rating: "B", - recover: 1.6, - thermres: -.2 - }, { - class: 3, - cost: 507910, - edID: 128064272, - eddbID: 1125, - explres: .5, - grp: "sg", - id: "40", - kinres: .4, - mass: 5, - maxmass: 413, - maxmul: 1.7, - minmass: 83, - minmul: .7, - optmass: 165, - optmul: 1.2, - power: 2.52, - rating: "A", - recover: 1.6, - thermres: -.2 - }, { - class: 2, - cost: 1980, - edID: 128064263, - eddbID: 1116, - explres: .5, - grp: "sg", - id: "3v", - kinres: .4, - mass: 2.5, - maxmass: 138, - maxmul: 1.3, - minmass: 28, - minmul: .3, - optmass: 55, - optmul: .8, power: .9, rating: "E", - recover: 1.6, - thermres: -.2 + shieldreinforcement: 105, + rechargerating: "E", + spinup: 5, + thermload: 540 }, { - class: 2, - cost: 5930, - edID: 128064264, - eddbID: 1117, - explres: .5, - grp: "sg", - id: "3u", - kinres: .4, - mass: 1, - maxmass: 138, - maxmul: 1.4, - minmass: 28, - minmul: .4, - optmass: 55, - optmul: .9, + ammocost: 300, + boot: 25, + cells: 3, + class: 5, + cost: 79444, + duration: 5, + edID: 128064319, + eddbID: 1172, + grp: "scb", + id: "5l", + integrity: 58, + mass: 8, power: 1.2, rating: "D", - recover: 1.6, - thermres: -.2 + shieldreinforcement: 140, + rechargerating: "D", + spinup: 5, + thermload: 540 }, { - class: 2, - cost: 17800, - edID: 128064265, - eddbID: 1118, - explres: .5, - grp: "sg", - id: "3t", - kinres: .4, - mass: 2.5, - maxmass: 138, - maxmul: 1.5, - minmass: 28, - minmul: .5, - optmass: 55, - optmul: 1, + ammocost: 300, + boot: 25, + cells: 4, + class: 5, + cost: 194143, + duration: 5, + edID: 128064320, + eddbID: 1173, + grp: "scb", + id: "5k", + integrity: 96, + mass: 20, power: 1.5, rating: "C", - recover: 1.6, - thermres: -.2 + shieldreinforcement: 175, + rechargerating: "C", + spinup: 5, + thermload: 540 }, { - class: 2, - cost: 53410, - edID: 128064266, - eddbID: 1119, - explres: .5, - grp: "sg", - id: "3s", - kinres: .4, - mass: 4, - maxmass: 138, - maxmul: 1.6, - minmass: 28, - minmul: .6, - optmass: 55, - optmul: 1.1, + ammocost: 300, + boot: 25, + cells: 5, + class: 5, + cost: 496527, + duration: 5, + edID: 128064321, + eddbID: 1174, + grp: "scb", + id: "5j", + integrity: 134, + mass: 32, power: 1.8, rating: "B", - recover: 1.6, - thermres: -.2 + shieldreinforcement: 205, + rechargerating: "B", + spinup: 5, + thermload: 540 }, { - class: 2, - cost: 160220, - edID: 128064267, - eddbID: 1120, - explres: .5, - grp: "sg", - id: "3r", - kinres: .4, - mass: 2.5, - maxmass: 138, - maxmul: 1.7, - minmass: 28, - minmul: .7, - optmass: 55, - optmul: 1.2, + ammocost: 300, + boot: 25, + cells: 4, + class: 5, + cost: 1210285, + duration: 5, + edID: 128064322, + eddbID: 1175, + grp: "scb", + id: "5i", + integrity: 115, + mass: 20, power: 2.1, rating: "A", - recover: 1.6, - thermres: -.2 + shieldreinforcement: 240, + rechargerating: "A", + spinup: 5, + thermload: 540 }, { + ammocost: 300, + boot: 25, + cells: 6, + class: 6, + cost: 88987, + duration: 8, + edID: 128064323, + eddbID: 1176, + grp: "scb", + id: "5r", + integrity: 90, + mass: 40, + power: 1.06, + rating: "E", + shieldreinforcement: 160, + rechargerating: "E", + spinup: 5, + thermload: 640 + }, { + ammocost: 300, + boot: 25, + cells: 4, + class: 6, + cost: 222444, + duration: 8, + edID: 128064324, + eddbID: 1177, + grp: "scb", + id: "5q", + integrity: 68, + mass: 16, + power: 1.42, + rating: "D", + shieldreinforcement: 208, + rechargerating: "D", + spinup: 5, + thermload: 640 + }, { + ammocost: 300, + boot: 25, + cells: 5, + class: 6, + cost: 556110, + duration: 8, + edID: 128064325, + eddbID: 1178, + grp: "scb", + id: "5p", + integrity: 113, + mass: 40, + power: 1.77, + rating: "C", + shieldreinforcement: 264, + rechargerating: "C", + spinup: 5, + thermload: 640 + }, { + ammocost: 300, + boot: 25, + cells: 6, + class: 6, + cost: 1390275, + duration: 8, + edID: 128064326, + eddbID: 1179, + grp: "scb", + id: "5o", + integrity: 158, + mass: 64, + power: 2.12, + rating: "B", + shieldreinforcement: 312, + rechargerating: "B", + spinup: 5, + thermload: 640 + }, { + ammocost: 300, + boot: 25, + cells: 5, + class: 6, + cost: 3475688, + duration: 8, + edID: 128064327, + eddbID: 1180, + grp: "scb", + id: "5n", + integrity: 136, + mass: 40, + power: 2.48, + rating: "A", + shieldreinforcement: 368, + rechargerating: "A", + spinup: 5, + thermload: 640 + }, { + ammocost: 300, + boot: 25, + cells: 6, + class: 7, + cost: 249137, + duration: 11, + edID: 128064328, + eddbID: 1181, + grp: "scb", + id: "60", + integrity: 105, + mass: 80, + power: 1.24, + rating: "E", + shieldreinforcement: 264, + rechargerating: "E", + spinup: 5, + thermload: 720 + }, { + ammocost: 300, + boot: 25, + cells: 4, + class: 7, + cost: 622843, + duration: 11, + edID: 128064329, + eddbID: 1182, + grp: "scb", + id: "5v", + integrity: 79, + mass: 32, + power: 1.66, + rating: "D", + shieldreinforcement: 352, + rechargerating: "D", + spinup: 5, + thermload: 720 + }, { + ammocost: 300, + boot: 25, + cells: 5, + class: 7, + cost: 1557108, + duration: 11, + edID: 128064330, + eddbID: 1183, + grp: "scb", + id: "5u", + integrity: 131, + mass: 80, + power: 2.07, + rating: "C", + shieldreinforcement: 451, + rechargerating: "C", + spinup: 5, + thermload: 720 + }, { + ammocost: 300, + boot: 25, + cells: 6, + class: 7, + cost: 3892770, + duration: 11, + edID: 128064331, + eddbID: 1184, + grp: "scb", + id: "5t", + integrity: 183, + mass: 128, + power: 2.48, + rating: "B", + shieldreinforcement: 539, + rechargerating: "B", + spinup: 5, + thermload: 720 + }, { + ammocost: 300, + boot: 25, + cells: 5, + class: 7, + cost: 9731925, + duration: 11, + edID: 128064332, + eddbID: 1185, + grp: "scb", + id: "5s", + integrity: 157, + mass: 80, + power: 2.9, + rating: "A", + shieldreinforcement: 627, + rechargerating: "A", + spinup: 5, + thermload: 720 + }, { + ammocost: 300, + boot: 25, + cells: 6, + class: 8, + cost: 697584, + duration: 17, + edID: 128064333, + eddbID: 1186, + grp: "scb", + id: "65", + integrity: 120, + mass: 160, + power: 1.44, + rating: "E", + shieldreinforcement: 476, + rechargerating: "C", + spinup: 5, + thermload: 800 + }, { + ammocost: 300, + boot: 25, + cells: 4, + class: 8, + cost: 1743961, + duration: 17, + edID: 128064334, + eddbID: 1187, + grp: "scb", + id: "64", + integrity: 90, + mass: 64, + power: 1.92, + rating: "D", + shieldreinforcement: 629, + rechargerating: "D", + spinup: 5, + thermload: 800 + }, { + ammocost: 300, + boot: 25, + cells: 5, + class: 8, + cost: 4359903, + duration: 17, + edID: 128064335, + eddbID: 1188, + grp: "scb", + id: "63", + integrity: 150, + mass: 160, + power: 2.4, + rating: "C", + shieldreinforcement: 799, + rechargerating: "C", + spinup: 5, + thermload: 800 + }, { + ammocost: 300, + boot: 25, + cells: 6, + class: 8, + cost: 10899756, + duration: 17, + edID: 128064336, + eddbID: 1189, + grp: "scb", + id: "62", + integrity: 210, + mass: 256, + power: 2.88, + rating: "B", + shieldreinforcement: 952, + rechargerating: "B", + spinup: 5, + thermload: 800 + }, { + ammocost: 300, + boot: 25, + cells: 5, + class: 8, + cost: 27249391, + duration: 17, + edID: 128064337, + eddbID: 1190, + grp: "scb", + id: "61", + integrity: 180, + mass: 160, + power: 3.36, + rating: "A", + shieldreinforcement: 1105, + rechargerating: "A", + spinup: 5, + thermload: 800 + } ], + sg: [ { + brokenregen: 1.6, class: 1, cost: 88075, + distdraw: .6, edID: 128064262, eddbID: 1551, explres: .5, @@ -13338,7 +13034,777 @@ module.exports = { optmul: 1.2, power: 1.68, rating: "A", - recover: 1, + regen: 1, + thermres: -.2 + }, { + brokenregen: 1.6, + class: 2, + cost: 1980, + distdraw: .6, + edID: 128064263, + eddbID: 1116, + explres: .5, + grp: "sg", + id: "3v", + kinres: .4, + mass: 2.5, + maxmass: 138, + maxmul: 1.3, + minmass: 28, + minmul: .3, + optmass: 55, + optmul: .8, + power: .9, + rating: "E", + regen: 1, + thermres: -.2 + }, { + brokenregen: 1.6, + class: 2, + cost: 5930, + distdraw: .6, + edID: 128064264, + eddbID: 1117, + explres: .5, + grp: "sg", + id: "3u", + kinres: .4, + mass: 1, + maxmass: 138, + maxmul: 1.4, + minmass: 28, + minmul: .4, + optmass: 55, + optmul: .9, + power: 1.2, + rating: "D", + regen: 1, + thermres: -.2 + }, { + brokenregen: 1.6, + class: 2, + cost: 17800, + distdraw: .6, + edID: 128064265, + eddbID: 1118, + explres: .5, + grp: "sg", + id: "3t", + kinres: .4, + mass: 2.5, + maxmass: 138, + maxmul: 1.5, + minmass: 28, + minmul: .5, + optmass: 55, + optmul: 1, + power: 1.5, + rating: "C", + regen: 1, + thermres: -.2 + }, { + brokenregen: 1.6, + class: 2, + cost: 53410, + distdraw: .6, + edID: 128064266, + eddbID: 1119, + explres: .5, + grp: "sg", + id: "3s", + kinres: .4, + mass: 4, + maxmass: 138, + maxmul: 1.6, + minmass: 28, + minmul: .6, + optmass: 55, + optmul: 1.1, + power: 1.8, + rating: "B", + regen: 1, + thermres: -.2 + }, { + brokenregen: 1.6, + class: 2, + cost: 160220, + distdraw: .6, + edID: 128064267, + eddbID: 1120, + explres: .5, + grp: "sg", + id: "3r", + kinres: .4, + mass: 2.5, + maxmass: 138, + maxmul: 1.7, + minmass: 28, + minmul: .7, + optmass: 55, + optmul: 1.2, + power: 2.1, + rating: "A", + regen: 1, + thermres: -.2 + }, { + brokenregen: 1.9, + class: 3, + cost: 6270, + distdraw: .6, + edID: 128064268, + eddbID: 1121, + explres: .5, + grp: "sg", + id: "44", + kinres: .4, + mass: 5, + maxmass: 413, + maxmul: 1.3, + minmass: 83, + minmul: .3, + optmass: 165, + optmul: .8, + power: 1.08, + rating: "E", + regen: 1, + thermres: -.2 + }, { + brokenregen: 1.9, + class: 3, + cost: 18810, + distdraw: .6, + edID: 128064269, + eddbID: 1122, + explres: .5, + grp: "sg", + id: "43", + kinres: .4, + mass: 2, + maxmass: 413, + maxmul: 1.4, + minmass: 83, + minmul: .4, + optmass: 165, + optmul: .9, + power: 1.44, + rating: "D", + regen: 1, + thermres: -.2 + }, { + brokenregen: 1.9, + class: 3, + cost: 56440, + distdraw: .6, + edID: 128064270, + eddbID: 1123, + explres: .5, + grp: "sg", + id: "42", + kinres: .4, + mass: 5, + maxmass: 413, + maxmul: 1.5, + minmass: 83, + minmul: .5, + optmass: 165, + optmul: 1, + power: 1.8, + rating: "C", + regen: 1, + thermres: -.2 + }, { + brokenregen: 1.9, + class: 3, + cost: 169300, + distdraw: .6, + edID: 128064271, + eddbID: 1124, + explres: .5, + grp: "sg", + id: "41", + kinres: .4, + mass: 8, + maxmass: 413, + maxmul: 1.6, + minmass: 83, + minmul: .6, + optmass: 165, + optmul: 1.1, + power: 2.16, + rating: "B", + regen: 1, + thermres: -.2 + }, { + brokenregen: 1.9, + class: 3, + cost: 507910, + distdraw: .6, + edID: 128064272, + eddbID: 1125, + explres: .5, + grp: "sg", + id: "40", + kinres: .4, + mass: 5, + maxmass: 413, + maxmul: 1.7, + minmass: 83, + minmul: .7, + optmass: 165, + optmul: 1.2, + power: 2.52, + rating: "A", + regen: 1, + thermres: -.2 + }, { + brokenregen: 2.5, + class: 4, + cost: 19880, + distdraw: .6, + edID: 128064273, + eddbID: 1126, + explres: .5, + grp: "sg", + id: "49", + kinres: .4, + mass: 10, + maxmass: 713, + maxmul: 1.3, + minmass: 143, + minmul: .3, + optmass: 285, + optmul: .8, + power: 1.32, + rating: "E", + regen: 1, + thermres: -.2 + }, { + brokenregen: 2.5, + class: 4, + cost: 59630, + distdraw: .6, + edID: 128064274, + eddbID: 1127, + explres: .5, + grp: "sg", + id: "48", + kinres: .4, + mass: 4, + maxmass: 713, + maxmul: 1.4, + minmass: 143, + minmul: .4, + optmass: 285, + optmul: .9, + power: 1.76, + rating: "D", + regen: 1, + thermres: -.2 + }, { + brokenregen: 2.5, + class: 4, + cost: 178900, + distdraw: .6, + edID: 128064275, + eddbID: 1128, + explres: .5, + grp: "sg", + id: "47", + kinres: .4, + mass: 10, + maxmass: 713, + maxmul: 1.5, + minmass: 143, + minmul: .5, + optmass: 285, + optmul: 1, + power: 2.2, + rating: "C", + regen: 1, + thermres: -.2 + }, { + brokenregen: 2.5, + class: 4, + cost: 536690, + distdraw: .6, + edID: 128064276, + eddbID: 1129, + explres: .5, + grp: "sg", + id: "46", + kinres: .4, + mass: 16, + maxmass: 713, + maxmul: 1.6, + minmass: 143, + minmul: .6, + optmass: 285, + optmul: 1.1, + power: 2.64, + rating: "B", + regen: 1, + thermres: -.2 + }, { + brokenregen: 2.5, + class: 4, + cost: 1610080, + distdraw: .6, + edID: 128064277, + eddbID: 1130, + explres: .5, + grp: "sg", + id: "45", + kinres: .4, + mass: 10, + maxmass: 713, + maxmul: 1.7, + minmass: 143, + minmul: .7, + optmass: 285, + optmul: 1.2, + power: 3.08, + rating: "A", + regen: 1, + thermres: -.2 + }, { + brokenregen: 3.7, + class: 5, + cost: 63010, + distdraw: .6, + edID: 128064278, + eddbID: 1131, + explres: .5, + grp: "sg", + id: "4e", + kinres: .4, + mass: 20, + maxmass: 1013, + maxmul: 1.3, + minmass: 203, + minmul: .3, + optmass: 405, + optmul: .8, + power: 1.56, + rating: "E", + regen: 1, + thermres: -.2 + }, { + brokenregen: 3.7, + class: 5, + cost: 189040, + distdraw: .6, + edID: 128064279, + eddbID: 1132, + explres: .5, + grp: "sg", + id: "4d", + kinres: .4, + mass: 8, + maxmass: 1013, + maxmul: 1.4, + minmass: 203, + minmul: .4, + optmass: 405, + optmul: .9, + power: 2.08, + rating: "D", + regen: 1, + thermres: -.2 + }, { + brokenregen: 3.7, + class: 5, + cost: 567110, + distdraw: .6, + edID: 128064280, + eddbID: 1133, + explres: .5, + grp: "sg", + id: "4c", + kinres: .4, + mass: 20, + maxmass: 1013, + maxmul: 1.5, + minmass: 203, + minmul: .5, + optmass: 405, + optmul: 1, + power: 2.6, + rating: "C", + regen: 1, + thermres: -.2 + }, { + brokenregen: 3.7, + class: 5, + cost: 1701320, + distdraw: .6, + edID: 128064281, + eddbID: 1134, + explres: .5, + grp: "sg", + id: "4b", + kinres: .4, + mass: 32, + maxmass: 1013, + maxmul: 1.6, + minmass: 203, + minmul: .6, + optmass: 405, + optmul: 1.1, + power: 3.12, + rating: "B", + regen: 1, + thermres: -.2 + }, { + brokenregen: 3.7, + class: 5, + cost: 5103950, + distdraw: .6, + edID: 128064282, + eddbID: 1135, + explres: .5, + grp: "sg", + id: "4a", + kinres: .4, + mass: 20, + maxmass: 1013, + maxmul: 1.7, + minmass: 203, + minmul: .7, + optmass: 405, + optmul: 1.2, + power: 3.64, + rating: "A", + regen: 1, + thermres: -.2 + }, { + brokenregen: 5.3, + class: 6, + cost: 199750, + distdraw: .6, + edID: 128064283, + eddbID: 1136, + explres: .5, + grp: "sg", + id: "4j", + kinres: .4, + mass: 40, + maxmass: 1350, + maxmul: 1.3, + minmass: 270, + minmul: .3, + optmass: 540, + optmul: .8, + power: 1.86, + rating: "E", + regen: 1.3, + thermres: -.2 + }, { + brokenregen: 5.3, + class: 6, + cost: 599240, + distdraw: .6, + edID: 128064284, + eddbID: 1137, + explres: .5, + grp: "sg", + id: "4i", + kinres: .4, + mass: 16, + maxmass: 1350, + maxmul: 1.4, + minmass: 270, + minmul: .4, + optmass: 540, + optmul: .9, + power: 2.48, + rating: "D", + regen: 1.3, + thermres: -.2 + }, { + brokenregen: 5.3, + class: 6, + cost: 1797730, + distdraw: .6, + edID: 128064285, + eddbID: 1138, + explres: .5, + grp: "sg", + id: "4h", + kinres: .4, + mass: 40, + maxmass: 1350, + maxmul: 1.5, + minmass: 270, + minmul: .5, + optmass: 540, + optmul: 1, + power: 3.1, + rating: "C", + regen: 1.3, + thermres: -.2 + }, { + brokenregen: 5.3, + class: 6, + cost: 5393180, + distdraw: .6, + edID: 128064286, + eddbID: 1139, + explres: .5, + grp: "sg", + id: "4g", + kinres: .4, + mass: 64, + maxmass: 1350, + maxmul: 1.6, + minmass: 270, + minmul: .6, + optmass: 540, + optmul: 1.1, + power: 3.72, + rating: "B", + regen: 3.1, + thermres: -.2 + }, { + brokenregen: 5.3, + class: 6, + cost: 16179530, + distdraw: .6, + edID: 128064287, + eddbID: 1140, + explres: .5, + grp: "sg", + id: "4f", + kinres: .4, + mass: 40, + maxmass: 1350, + maxmul: 1.7, + minmass: 270, + minmul: .7, + optmass: 540, + optmul: 1.2, + power: 4.34, + rating: "A", + regen: 1.3, + thermres: -.2 + }, { + brokenregen: 7.3, + class: 7, + cost: 633200, + distdraw: .6, + edID: 128064288, + eddbID: 1141, + explres: .5, + grp: "sg", + id: "4o", + kinres: .4, + mass: 80, + maxmass: 2650, + maxmul: 1.3, + minmass: 530, + minmul: .3, + optmass: 1060, + optmul: .8, + power: 2.1, + rating: "E", + regen: 1.8, + thermres: -.2 + }, { + brokenregen: 7.3, + class: 7, + cost: 1899600, + distdraw: .6, + edID: 128064289, + eddbID: 1142, + explres: .5, + grp: "sg", + id: "4n", + kinres: .4, + mass: 32, + maxmass: 2650, + maxmul: 1.4, + minmass: 530, + minmul: .4, + optmass: 1060, + optmul: .9, + power: 2.8, + rating: "D", + regen: 1.8, + thermres: -.2 + }, { + brokenregen: 7.3, + class: 7, + cost: 5698790, + distdraw: .6, + edID: 128064290, + eddbID: 1143, + explres: .5, + grp: "sg", + id: "4m", + kinres: .4, + mass: 80, + maxmass: 2650, + maxmul: 1.5, + minmass: 530, + minmul: .5, + optmass: 1060, + optmul: 1, + power: 3.5, + rating: "C", + regen: 1.8, + thermres: -.2 + }, { + brokenregen: 7.3, + class: 7, + cost: 17096370, + distdraw: .6, + edID: 128064291, + eddbID: 1144, + explres: .5, + grp: "sg", + id: "4l", + kinres: .4, + mass: 128, + maxmass: 2650, + maxmul: 1.6, + minmass: 530, + minmul: .6, + optmass: 1060, + optmul: 1.1, + power: 4.2, + rating: "B", + regen: 1.8, + thermres: -.2 + }, { + brokenregen: 7.3, + class: 7, + cost: 51289110, + distdraw: .6, + edID: 128064292, + eddbID: 1145, + explres: .5, + grp: "sg", + id: "4k", + kinres: .4, + mass: 80, + maxmass: 2650, + maxmul: 1.7, + minmass: 530, + minmul: .7, + optmass: 1060, + optmul: 1.2, + power: 4.9, + rating: "A", + regen: 1.8, + thermres: -.2 + }, { + brokenregen: 9.6, + class: 8, + cost: 2007240, + distdraw: .6, + edID: 128064293, + eddbID: 1146, + explres: .5, + grp: "sg", + id: "4t", + kinres: .4, + mass: 160, + maxmass: 4500, + maxmul: 1.3, + minmass: 900, + minmul: .3, + optmass: 1800, + optmul: .8, + power: 2.4, + rating: "E", + regen: 2.4, + thermres: -.2 + }, { + brokenregen: 9.6, + class: 8, + cost: 6021720, + distdraw: .6, + edID: 128064294, + eddbID: 1147, + explres: .5, + grp: "sg", + id: "4s", + kinres: .4, + mass: 64, + maxmass: 4500, + maxmul: 1.4, + minmass: 900, + minmul: .4, + optmass: 1800, + optmul: .9, + power: 3.2, + rating: "D", + regen: 2.4, + thermres: -.2 + }, { + brokenregen: 9.6, + class: 8, + cost: 18065170, + distdraw: .6, + edID: 128064295, + eddbID: 1148, + explres: .5, + grp: "sg", + id: "4r", + kinres: .4, + mass: 160, + maxmass: 4500, + maxmul: 1.5, + minmass: 900, + minmul: .5, + optmass: 1800, + optmul: 1, + power: 4, + rating: "C", + regen: 2.4, + thermres: -.2 + }, { + brokenregen: 9.6, + class: 8, + cost: 54195500, + distdraw: .6, + edID: 128064296, + eddbID: 1149, + explres: .5, + grp: "sg", + id: "4q", + kinres: .4, + mass: 256, + maxmass: 4500, + maxmul: 1.6, + minmass: 900, + minmul: .6, + optmass: 1800, + optmul: 1.1, + power: 4.8, + rating: "B", + regen: 2.4, + thermres: -.2 + }, { + brokenregen: 9.6, + class: 8, + cost: 162586490, + distdraw: .6, + edID: 128064297, + eddbID: 1150, + explres: .5, + grp: "sg", + id: "4p", + kinres: .4, + mass: 160, + maxmass: 4500, + maxmul: 1.7, + minmass: 900, + minmul: .7, + optmass: 1800, + optmul: 1.2, + power: 5.6, + rating: "A", + regen: 2.4, thermres: -.2 } ] } @@ -14160,9 +14626,7 @@ module.exports = { special_corrosive_shell: { ammo: -.2 }, - special_dispersal_field: { - damage: -.1 - }, + special_dispersal_field: {}, special_distortion_field: {}, special_drag_munitions: {}, special_emissive_munitions: { @@ -14175,9 +14639,10 @@ module.exports = { thermload: 2, type: "T" }, - special_overload_munitions: { - ammo: -.2 + special_inertial_impact: { + type: "KT" }, + special_overload_munitions: {}, special_phasing_sequence: {}, special_radiant_canister: { ammo: -.25 @@ -14340,6 +14805,10 @@ module.exports = { id: 12, name: "Incendiary rounds" }, + special_inertial_impact: { + id: 32, + name: "Inertial impact" + }, special_ion_disruptor: { id: 13, name: "Ion disruptor" diff --git a/dist/index.json b/dist/index.json index 80c32e0..c90b68d 100644 --- a/dist/index.json +++ b/dist/index.json @@ -11,12 +11,15 @@ "speed": 220, "boost": 320, "boostEnergy": 9, - "agility": 8, "baseShieldStrength": 60, "baseArmour": 90, + "hardness": 35, "hullMass": 35, "masslock": 7, - "pipSpeed": 0.13625 + "pipSpeed": 0.13625, + "pitch": 38, + "roll": 100, + "yaw": 14 }, "retailCost": 87810, "bulkheads": [ @@ -143,13 +146,16 @@ "speed": 180, "boost": 240, "boostEnergy": 27, - "agility": 2, "baseShieldStrength": 350, "baseArmour": 525, + "hardness": 65, "hullMass": 400, "masslock": 23, "pipSpeed": 0.13875, - "fighterHangars": true + "fighterHangars": true, + "pitch": 25, + "roll": 60, + "yaw": 10 }, "retailCost": 146969450, "bulkheads": [ @@ -250,6 +256,15 @@ 5, 5, 5, + { + "class": 5, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, 4, 4, 4, @@ -294,6 +309,7 @@ 0, 0, 0, + 0, "2h", "00" ] @@ -310,12 +326,15 @@ "speed": 250, "boost": 340, "boostEnergy": 13, - "agility": 6, "baseShieldStrength": 140, "baseArmour": 210, + "hardness": 52, "hullMass": 280, "masslock": 11, - "pipSpeed": 0.13 + "pipSpeed": 0.13, + "pitch": 38, + "roll": 100, + "yaw": 10 }, "retailCost": 6661150, "bulkheads": [ @@ -456,12 +475,15 @@ "speed": 220, "boost": 300, "boostEnergy": 13, - "agility": 8, "baseShieldStrength": 120, "baseArmour": 180, + "hardness": 52, "hullMass": 150, "masslock": 8, - "pipSpeed": 0.125 + "pipSpeed": 0.125, + "pitch": 40, + "roll": 110, + "yaw": 15 }, "retailCost": 3961150, "bulkheads": [ @@ -590,14 +612,17 @@ "speed": 200, "boost": 280, "boostEnergy": 19, - "agility": 2, "baseShieldStrength": 280, "baseArmour": 280, + "hardness": 60, "hullMass": 1100, "masslock": 18, - "pipSpeed": -1, + "pipSpeed": 0.1125, "luxuryCabins": true, - "fighterHangars": true + "fighterHangars": true, + "pitch": 25, + "roll": 60, + "yaw": 17 }, "retailCost": 84532770, "bulkheads": [ @@ -690,6 +715,7 @@ 6, { "class": 6, + "name": "Passenger", "eligible": { "cr": 1, "hr": 1, @@ -701,6 +727,7 @@ }, { "class": 6, + "name": "Passenger", "eligible": { "cr": 1, "hr": 1, @@ -712,6 +739,7 @@ }, { "class": 5, + "name": "Passenger", "eligible": { "cr": 1, "hr": 1, @@ -723,6 +751,7 @@ }, { "class": 5, + "name": "Passenger", "eligible": { "cr": 1, "hr": 1, @@ -788,12 +817,15 @@ "speed": 280, "boost": 400, "boostEnergy": 10, - "agility": 6, "baseShieldStrength": 80, "baseArmour": 120, + "hardness": 35, "hullMass": 180, "masslock": 8, - "pipSpeed": 0.125 + "pipSpeed": 0.125, + "pitch": 40, + "roll": 100, + "yaw": 10 }, "retailCost": 349720, "bulkheads": [ @@ -924,12 +956,15 @@ "speed": 200, "boost": 300, "boostEnergy": 10, - "agility": 4, "baseShieldStrength": 120, "baseArmour": 120, + "hardness": 35, "hullMass": 210, "masslock": 8, - "pipSpeed": 0.125 + "pipSpeed": 0.125, + "pitch": 30, + "roll": 90, + "yaw": 10 }, "retailCost": 747660, "bulkheads": [ @@ -1066,12 +1101,15 @@ "speed": 260, "boost": 340, "boostEnergy": 13, - "agility": 5, "baseShieldStrength": 150, "baseArmour": 150, + "hardness": 42, "hullMass": 298, "masslock": 10, - "pipSpeed": 0.09625 + "pipSpeed": 0.09625, + "pitch": 35, + "roll": 90, + "yaw": 13 }, "retailCost": 1894760, "bulkheads": [ @@ -1202,12 +1240,15 @@ "speed": 280, "boost": 380, "boostEnergy": 10, - "agility": 8, "baseShieldStrength": 120, "baseArmour": 120, + "hardness": 40, "hullMass": 170, "masslock": 8, - "pipSpeed": 0.09875 + "pipSpeed": 0.09875, + "pitch": 42, + "roll": 100, + "yaw": 15 }, "retailCost": 564330, "bulkheads": [ @@ -1338,12 +1379,15 @@ "speed": 240, "boost": 350, "boostEnergy": 8, - "agility": 10, "baseShieldStrength": 60, "baseArmour": 40, + "hardness": 28, "hullMass": 50, "masslock": 6, - "pipSpeed": 0.0625 + "pipSpeed": 0.0625, + "pitch": 50, + "roll": 120, + "yaw": 18 }, "retailCost": 44800, "bulkheads": [ @@ -1427,6 +1471,15 @@ "internal": [ 3, 2, + { + "class": 2, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, 1, 1 ] @@ -1450,6 +1503,7 @@ "internal": [ "44", "00", + 0, "2h", 0 ] @@ -1466,12 +1520,15 @@ "speed": 210, "boost": 350, "boostEnergy": 19, - "agility": 6, "baseShieldStrength": 200, "baseArmour": 300, + "hardness": 60, "hullMass": 480, "masslock": 14, - "pipSpeed": 0.11125 + "pipSpeed": 0.11125, + "pitch": 38, + "roll": 90, + "yaw": 19 }, "retailCost": 19814210, "bulkheads": [ @@ -1560,6 +1617,24 @@ 5, 5, 4, + { + "class": 4, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, + { + "class": 4, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, 3, 2, 2 @@ -1589,6 +1664,8 @@ "4e", "03", "02", + 0, + 0, "02", 0, 0 @@ -1606,13 +1683,16 @@ "speed": 200, "boost": 260, "boostEnergy": 27, - "agility": 2, - "baseShieldStrength": 555, + "baseShieldStrength": 610.5, "baseArmour": 370, + "hardness": 70, "hullMass": 900, "masslock": 24, "pipSpeed": 0.125, - "fighterHangars": true + "fighterHangars": true, + "pitch": 28, + "roll": 75, + "yaw": 8 }, "retailCost": 187969450, "bulkheads": [ @@ -1712,6 +1792,24 @@ 6, 5, 5, + { + "class": 5, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, + { + "class": 5, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, 4, 4, 3 @@ -1752,6 +1850,8 @@ 0, 0, 0, + 0, + 0, "02", "01", "2h" @@ -1769,12 +1869,15 @@ "speed": 180, "boost": 300, "boostEnergy": 19, - "agility": 2, "baseShieldStrength": 200, "baseArmour": 300, + "hardness": 60, "hullMass": 580, "masslock": 14, - "pipSpeed": 0.0725 + "pipSpeed": 0.0725, + "pitch": 30, + "roll": 80, + "yaw": 14 }, "retailCost": 14314210, "bulkheads": [ @@ -1865,6 +1968,24 @@ 5, 5, 4, + { + "class": 4, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, + { + "class": 4, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, 3, 3, 2 @@ -1898,6 +2019,8 @@ "02", 0, 0, + 0, + 0, "2h" ] } @@ -1913,13 +2036,16 @@ "speed": 170, "boost": 280, "boostEnergy": 23, - "agility": 2, "baseShieldStrength": 250, "baseArmour": 350, + "hardness": 60, "hullMass": 580, "masslock": 14, "pipSpeed": 0.1025, - "fighterHangars": true + "fighterHangars": true, + "pitch": 25, + "roll": 80, + "yaw": 18 }, "retailCost": 35814210, "bulkheads": [ @@ -2011,6 +2137,33 @@ 6, 6, 5, + { + "class": 4, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, + { + "class": 4, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, + { + "class": 4, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, 2, 2 ] @@ -2043,6 +2196,9 @@ "4j", "03", 0, + 0, + 0, + 0, "2h" ] } @@ -2058,12 +2214,15 @@ "speed": 260, "boost": 350, "boostEnergy": 19, - "agility": 6, "baseShieldStrength": 300, "baseArmour": 225, + "hardness": 70, "hullMass": 250, "masslock": 12, - "pipSpeed": 0.03875 + "pipSpeed": 0.03875, + "pitch": 38, + "roll": 90, + "yaw": 12 }, "retailCost": 51567040, "bulkheads": [ @@ -2201,13 +2360,16 @@ "hullCost": 29790, "speed": 200, "boost": 300, - "agility": 6, "boostEnergy": 7, "baseShieldStrength": 50, - "baseArmour": 50, + "baseArmour": 100, + "hardness": 20, "hullMass": 14, "masslock": 6, - "pipSpeed": 0.1625 + "pipSpeed": 0.1625, + "pitch": 36, + "roll": 100, + "yaw": 14 }, "retailCost": 52720, "bulkheads": [ @@ -2328,12 +2490,15 @@ "speed": 300, "boost": 380, "boostEnergy": 19, - "agility": 2, "baseShieldStrength": 180, "baseArmour": 270, + "hardness": 60, "hullMass": 400, "masslock": 12, - "pipSpeed": 0.1 + "pipSpeed": 0.1, + "pitch": 40, + "roll": 80, + "yaw": 18 }, "retailCost": 22296860, "bulkheads": [ @@ -2472,12 +2637,15 @@ "speed": 280, "boost": 380, "boostEnergy": 10, - "agility": 6, "baseShieldStrength": 200, "baseArmour": 80, + "hardness": 30, "hullMass": 35, "masslock": 7, - "pipSpeed": 0.05375 + "pipSpeed": 0.05375, + "pitch": 38, + "roll": 90, + "yaw": 16 }, "retailCost": 2542930, "bulkheads": [ @@ -2610,13 +2778,16 @@ "speed": 200, "boost": 320, "boostEnergy": 23, - "agility": 2, - "baseShieldStrength": 600, + "baseShieldStrength": 690, "baseArmour": 400, + "hardness": 70, "hullMass": 1100, "masslock": 27, "pipSpeed": 0.05, - "fighterHangars": true + "fighterHangars": true, + "pitch": 18, + "roll": 45, + "yaw": 8 }, "retailCost": 208969450, "bulkheads": [ @@ -2716,6 +2887,24 @@ 6, 5, 5, + { + "class": 5, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, + { + "class": 5, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, 4, 3 ] @@ -2755,6 +2944,8 @@ 0, 0, 0, + 0, + 0, "01", "2h" ] @@ -2771,12 +2962,15 @@ "speed": 300, "boost": 400, "boostEnergy": 8, - "agility": 6, "baseShieldStrength": 80, "baseArmour": 60, + "hardness": 28, "hullMass": 50, "masslock": 6, - "pipSpeed": 0.075 + "pipSpeed": 0.075, + "pitch": 40, + "roll": 100, + "yaw": 15 }, "retailCost": 110830, "bulkheads": [ @@ -2860,6 +3054,15 @@ "internal": [ 3, 2, + { + "class": 2, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, 1, 1 ] @@ -2883,6 +3086,7 @@ "internal": [ "44", "00", + 0, "2h", 0 ] @@ -2899,13 +3103,16 @@ "speed": 200, "boost": 300, "boostEnergy": 10, - "agility": 2, "baseShieldStrength": 135, - "baseArmour": 135, + "baseArmour": 270, + "hardness": 45, "hullMass": 180, "masslock": 8, "pipSpeed": 0.1375, - "fighterHangars": true + "fighterHangars": true, + "pitch": 27, + "roll": 100, + "yaw": 15 }, "retailCost": 3126160, "bulkheads": [ @@ -3038,13 +3245,16 @@ "speed": 300, "boost": 380, "boostEnergy": 16, - "agility": 2, "baseShieldStrength": 220, "baseArmour": 220, + "hardness": 55, "hullMass": 580, "masslock": 13, "pipSpeed": 0.08375, - "luxuryCabins": true + "luxuryCabins": true, + "pitch": 25, + "roll": 55, + "yaw": 18 }, "retailCost": 48539900, "bulkheads": [ @@ -3131,6 +3341,7 @@ "internal": [ { "class": 6, + "name": "Passenger", "eligible": { "cr": 1, "hr": 1, @@ -3142,6 +3353,7 @@ }, { "class": 5, + "name": "Passenger", "eligible": { "cr": 1, "hr": 1, @@ -3201,12 +3413,15 @@ "speed": 230, "boost": 300, "boostEnergy": 23, - "agility": 6, "baseShieldStrength": 260, "baseArmour": 260, + "hardness": 65, "hullMass": 350, "masslock": 17, - "pipSpeed": 0.0975 + "pipSpeed": 0.0975, + "pitch": 29, + "roll": 90, + "yaw": 10 }, "retailCost": 56978180, "bulkheads": [ @@ -3349,12 +3564,15 @@ "speed": 220, "boost": 320, "boostEnergy": 7, - "agility": 8, "baseShieldStrength": 40, "baseArmour": 60, + "hardness": 20, "hullMass": 25, "masslock": 6, - "pipSpeed": 0.1375 + "pipSpeed": 0.1375, + "pitch": 42, + "roll": 110, + "yaw": 16 }, "retailCost": 40800, "bulkheads": [ @@ -3477,12 +3695,15 @@ "speed": 220, "boost": 350, "boostEnergy": 10, - "agility": 3, "baseShieldStrength": 90, - "baseArmour": 90, + "baseArmour": 180, + "hardness": 35, "hullMass": 155, "masslock": 8, - "pipSpeed": 0.1475 + "pipSpeed": 0.1475, + "pitch": 30, + "roll": 100, + "yaw": 17 }, "retailCost": 1045950, "bulkheads": [ @@ -3613,12 +3834,15 @@ "speed": 180, "boost": 300, "boostEnergy": 10, - "agility": 2, "baseShieldStrength": 155, - "baseArmour": 170, + "baseArmour": 340, + "hardness": 54, "hullMass": 420, "masslock": 10, - "pipSpeed": 0.16625 + "pipSpeed": 0.16625, + "pitch": 22, + "roll": 60, + "yaw": 22 }, "retailCost": 17472260, "bulkheads": [ @@ -3757,13 +3981,16 @@ "speed": 130, "boost": 200, "boostEnergy": 19, - "agility": 0, "baseShieldStrength": 240, - "baseArmour": 240, + "baseArmour": 480, + "hardness": 65, "hullMass": 1000, "masslock": 16, "pipSpeed": 0.17375, - "fighterHangars": true + "fighterHangars": true, + "pitch": 20, + "roll": 20, + "yaw": 8 }, "retailCost": 76555840, "bulkheads": [ @@ -3906,12 +4133,15 @@ "speed": 320, "boost": 400, "boostEnergy": 10, - "agility": 6, "baseShieldStrength": 105, "baseArmour": 70, - "hullMass": 60, + "hardness": 35, + "hullMass": 50, "masslock": 7, - "pipSpeed": 0.09375 + "pipSpeed": 0.09375, + "pitch": 35, + "roll": 90, + "yaw": 15 }, "retailCost": 142930, "bulkheads": [ @@ -3997,6 +4227,15 @@ "internal": [ 3, 3, + { + "class": 3, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, 2, 1 ] @@ -4023,6 +4262,7 @@ "01", "44", 0, + 0, "2h" ] } @@ -4038,12 +4278,15 @@ "speed": 270, "boost": 340, "boostEnergy": 10, - "agility": 4, "baseShieldStrength": 150, "baseArmour": 150, + "hardness": 35, "hullMass": 190, "masslock": 7, - "pipSpeed": 0.0875 + "pipSpeed": 0.0875, + "pitch": 30, + "roll": 90, + "yaw": 12 }, "retailCost": 437930, "bulkheads": [ @@ -4130,6 +4373,15 @@ 4, 4, 3, + { + "class": 2, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, 2, 2, 1 @@ -4157,6 +4409,7 @@ "02", "02", "44", + 0, "00", 0, "2h" @@ -4174,12 +4427,15 @@ "speed": 210, "boost": 340, "boostEnergy": 16, - "agility": 9, "baseShieldStrength": 240, "baseArmour": 160, + "hardness": 55, "hullMass": 230, "masslock": 10, - "pipSpeed": 0.02375 + "pipSpeed": 0.02375, + "pitch": 42, + "roll": 110, + "yaw": 17 }, "retailCost": 4925620, "bulkheads": [ @@ -4264,6 +4520,15 @@ ], "internal": [ 5, + { + "class": 5, + "name": "Military", + "eligible": { + "hr": 1, + "scb": 1, + "mrp": 1 + } + }, 4, 2, 1, @@ -4290,9 +4555,10 @@ ], "internal": [ "4e", - "02", 0, 0, + "02", + 0, "2h" ] } @@ -4843,7 +5109,7 @@ "maxmul": 1.16, "minmass": 1680, "minmul": 0.96, - "optmass": 5040, + "optmass": 3360, "optmul": 1, "power": 10.8, "rating": "A" @@ -5380,9 +5646,9 @@ "integrity": 56, "mass": 2.5, "maxmass": 108, - "maxmul": 0.96, + "maxmul": 1.16, "minmass": 36, - "minmul": 1.16, + "minmul": 0.96, "optmass": 72, "optmul": 1, "power": 3, @@ -5398,12 +5664,21 @@ "integrity": 55, "mass": 5, "maxmass": 200, - "maxmul": 1.6, + "maxmul": 1.367, + "maxmulacceleration": 1.2, + "maxmulrotation": 1.3, + "maxmulspeed": 1.6, "minmass": 70, "minmul": 0.9, + "minmulacceleration": 0.9, + "minmulrotation": 0.9, + "minmulspeed": 0.9, "name": "Enhanced Performance", "optmass": 90, - "optmul": 1.25, + "optmul": 1.15, + "optmulacceleration": 1.1, + "optmulrotation": 1.1, + "optmulspeed": 1.25, "power": 5, "rating": "A" }, @@ -5417,12 +5692,21 @@ "integrity": 40, "mass": 2.5, "maxmass": 120, - "maxmul": 1.6, + "maxmul": 1.367, + "maxmulacceleration": 1.2, + "maxmulrotation": 1.3, + "maxmulspeed": 1.6, "minmass": 50, "minmul": 0.9, + "minmulacceleration": 0.9, + "minmulrotation": 0.9, + "minmulspeed": 0.9, "name": "Enhanced Performance", "optmass": 60, - "optmul": 1.25, + "optmul": 1.15, + "optmulacceleration": 1.1, + "optmulrotation": 1.1, + "optmulspeed": 1.25, "power": 4, "rating": "A" } @@ -7900,7 +8184,7 @@ "class": 1, "cost": 2200, "damage": 2.04, - "distdraw": 0.33, + "distdraw": 0.3, "edID": 128049381, "eddbID": 823, "grp": "pl", @@ -7969,7 +8253,7 @@ "class": 2, "cost": 17600, "damage": 3.49, - "distdraw": 0.56, + "distdraw": 0.5, "edID": 128049382, "eddbID": 824, "grp": "pl", @@ -8038,7 +8322,7 @@ "class": 2, "cost": 26400, "damage": 2.8, - "distdraw": 1, + "distdraw": 0.9, "eddbID": 1483, "grp": "pl", "id": "PL", @@ -8046,7 +8330,7 @@ "mass": 4, "mount": "F", "name": "Disruptor", - "piercing": "A", + "piercing": 35, "power": 0.7, "pp": "Felicia Winters", "rating": "E", @@ -8061,7 +8345,7 @@ "class": 3, "cost": 70400, "damage": 5.98, - "distdraw": 0.96, + "distdraw": 0.86, "edID": 128049383, "eddbID": 825, "grp": "pl", @@ -8130,7 +8414,7 @@ "class": 4, "cost": 177600, "damage": 10.23, - "distdraw": 1.64, + "distdraw": 1.48, "edID": 128049384, "eddbID": 1539, "grp": "pl", @@ -8180,7 +8464,7 @@ "class": 1, "cost": 4400, "damage": 1.72, - "distdraw": 0.31, + "distdraw": 0.24, "edID": 128049400, "eddbID": 832, "grp": "ul", @@ -8205,7 +8489,7 @@ "class": 1, "cost": 8600, "damage": 1.2, - "distdraw": 0.27, + "distdraw": 0.23, "edID": 128049404, "eddbID": 835, "grp": "ul", @@ -8230,7 +8514,7 @@ "class": 1, "cost": 52800, "damage": 0.87, - "distdraw": 0.16, + "distdraw": 0.136, "edID": 128049407, "eddbID": 838, "grp": "ul", @@ -8247,20 +8531,21 @@ "type": "T" }, { - "breachdmg": 1.5, + "breachdmg": 2, "breachmax": 0, "breachmin": 0, - "burst": 3, - "burstrof": 15, + "burst": 8, + "burstrof": 20, "class": 1, "cost": 8800, "damage": 2.4, - "distdraw": 0.4, + "distdraw": 0.31, "edID": 128671449, "eddbID": 1477, "grp": "ul", "id": "cy", "integrity": 40, + "jitter": 3.5, "mass": 2, "mount": "F", "name": "Cytoscrambler", @@ -8269,7 +8554,7 @@ "pp": "Archon Delaine", "range": 600, "rating": "F", - "rof": 1.98, + "rof": 6.6, "thermload": 0.3, "type": "T" }, @@ -8282,7 +8567,7 @@ "class": 2, "cost": 23000, "damage": 3.5, - "distdraw": 0.63, + "distdraw": 0.482, "edID": 128049401, "eddbID": 833, "grp": "ul", @@ -8307,7 +8592,7 @@ "class": 2, "cost": 48500, "damage": 2.45, - "distdraw": 0.55, + "distdraw": 0.468, "edID": 128049405, "eddbID": 836, "grp": "ul", @@ -8332,7 +8617,7 @@ "class": 2, "cost": 162800, "damage": 1.74, - "distdraw": 0.31, + "distdraw": 0.26, "edID": 128049408, "eddbID": 839, "grp": "ul", @@ -8357,7 +8642,7 @@ "class": 3, "cost": 140400, "damage": 7.75, - "distdraw": 1.39, + "distdraw": 1.06, "edID": 128049402, "eddbID": 834, "grp": "ul", @@ -8382,7 +8667,7 @@ "class": 3, "cost": 281600, "damage": 5.18, - "distdraw": 1.16, + "distdraw": 0.986, "edID": 128049406, "eddbID": 837, "grp": "ul", @@ -8407,7 +8692,7 @@ "class": 3, "cost": 800400, "damage": 3.54, - "distdraw": 0.63, + "distdraw": 0.536, "edID": 128049409, "eddbID": 840, "grp": "ul", @@ -8432,7 +8717,7 @@ "class": 4, "cost": 281600, "damage": 20.6, - "distdraw": 3.71, + "distdraw": 2.84, "edID": 128049403, "eddbID": 1549, "grp": "ul", @@ -8457,7 +8742,7 @@ "class": 4, "cost": 1245600, "damage": 12.1, - "distdraw": 2.72, + "distdraw": 2.31, "edID": 128727920, "eddbID": 1550, "grp": "ul", @@ -8482,7 +8767,7 @@ "class": 1, "cost": 37430, "damage": 9.8, - "distdraw": 2.16, + "distdraw": 1.94, "edID": 128049428, "eddbID": 841, "grp": "bl", @@ -8491,7 +8776,7 @@ "mass": 2, "mount": "F", "piercing": 18, - "power": 0.69, + "power": 0.62, "range": 3000, "rating": "E", "thermload": 3.5, @@ -8513,7 +8798,7 @@ "mass": 2, "mount": "G", "piercing": 18, - "power": 0.67, + "power": 0.6, "range": 3000, "rating": "E", "thermload": 3.6, @@ -8537,7 +8822,7 @@ "mass": 2, "mount": "T", "piercing": 18, - "power": 0.63, + "power": 0.57, "range": 3000, "rating": "F", "thermload": 2.4, @@ -8550,7 +8835,7 @@ "class": 1, "cost": 56150, "damage": 4.9, - "distdraw": 2.8, + "distdraw": 2.52, "edID": 128671346, "eddbID": 1476, "grp": "bl", @@ -8560,7 +8845,7 @@ "mount": "F", "name": "Retributor", "piercing": 18, - "power": 0.69, + "power": 0.62, "pp": "Edmund Mahon", "range": 3000, "rating": "E", @@ -8574,7 +8859,7 @@ "class": 2, "cost": 299520, "damage": 15.96, - "distdraw": 3.51, + "distdraw": 3.16, "edID": 128049429, "eddbID": 842, "grp": "bl", @@ -8583,7 +8868,7 @@ "mass": 4, "mount": "F", "piercing": 35, - "power": 1.12, + "power": 1.01, "range": 3000, "rating": "D", "thermload": 5.1, @@ -8605,7 +8890,7 @@ "mass": 4, "mount": "G", "piercing": 35, - "power": 1.1, + "power": 0.99, "range": 3000, "rating": "D", "thermload": 5.3, @@ -8627,7 +8912,7 @@ "mass": 4, "mount": "T", "piercing": 35, - "power": 1.03, + "power": 0.93, "range": 3000, "rating": "E", "thermload": 3.5, @@ -8640,7 +8925,7 @@ "class": 3, "cost": 1177600, "damage": 25.78, - "distdraw": 5.67, + "distdraw": 5.1, "edID": 128049430, "eddbID": 843, "grp": "bl", @@ -8649,7 +8934,7 @@ "mass": 8, "mount": "F", "piercing": 50, - "power": 1.8, + "power": 1.62, "range": 3000, "rating": "C", "thermload": 7.2, @@ -8671,7 +8956,7 @@ "mass": 8, "mount": "G", "piercing": 50, - "power": 1.78, + "power": 1.6, "range": 3000, "rating": "C", "thermload": 7.6, @@ -8693,7 +8978,7 @@ "mass": 8, "mount": "T", "piercing": 50, - "power": 1.68, + "power": 1.51, "range": 3000, "rating": "D", "thermload": 5.1, @@ -8706,7 +8991,7 @@ "class": 4, "cost": 2396160, "damage": 41.38, - "distdraw": 9.1, + "distdraw": 8.19, "edID": 128049431, "eddbID": 1540, "grp": "bl", @@ -8715,7 +9000,7 @@ "mass": 16, "mount": "F", "piercing": 60, - "power": 2.9, + "power": 2.61, "range": 3000, "rating": "A", "thermload": 9.9, @@ -8737,7 +9022,7 @@ "mass": 16, "mount": "G", "piercing": 60, - "power": 2.86, + "power": 2.57, "range": 3000, "rating": "A", "thermload": 10.6, @@ -8751,7 +9036,7 @@ "breachmax": 0.8, "breachmin": 0.4, "class": 1, - "clip": 90, + "clip": 100, "cost": 9500, "damage": 1.12, "distdraw": 0.06, @@ -8793,7 +9078,7 @@ "power": 0.37, "range": 4000, "rating": "G", - "reload": 4, + "reload": 5, "rof": 8.33, "speed": 1600, "thermload": 0.1, @@ -8828,13 +9113,13 @@ }, { "ammo": 1000, - "breachdmg": 2.7, + "breachdmg": 2.6, "breachmax": 0.8, "breachmin": 0.4, "class": 1, "clip": 60, "cost": 13980, - "damage": 3, + "damage": 2.9, "distdraw": 0.12, "eddbID": 1481, "grp": "mc", @@ -8843,12 +9128,12 @@ "mass": 2, "mount": "F", "name": "Enforcer", - "piercing": "A", + "piercing": 30, "power": 0.28, "pp": "Pranav Antal", "range": 4500, "rating": "F", - "reload": 8, + "reload": 4, "rof": 4.3, "speed": 1800, "thermload": 0.2, @@ -8860,7 +9145,7 @@ "breachmax": 0.8, "breachmin": 0.4, "class": 2, - "clip": 90, + "clip": 100, "cost": 38000, "damage": 2.19, "distdraw": 0.11, @@ -8902,7 +9187,7 @@ "power": 0.64, "range": 4000, "rating": "F", - "reload": 4, + "reload": 5, "rof": 7.69, "speed": 1600, "thermload": 0.2, @@ -8941,7 +9226,7 @@ "breachmax": 0.8, "breachmin": 0.4, "class": 3, - "clip": 90, + "clip": 100, "cost": 140400, "damage": 3.93, "distdraw": 0.18, @@ -8983,7 +9268,7 @@ "power": 0.97, "range": 4000, "rating": "C", - "reload": 4, + "reload": 5, "rof": 6.665, "speed": 1600, "thermload": 0.3, @@ -8995,7 +9280,7 @@ "breachmax": 0.8, "breachmin": 0.4, "class": 4, - "clip": 90, + "clip": 100, "cost": 1177600, "damage": 4.62, "distdraw": 0.24, @@ -9038,7 +9323,7 @@ "power": 1.22, "range": 4000, "rating": "A", - "reload": 4, + "reload": 5, "rof": 3.365, "roundspershot": 2, "speed": 1600, @@ -9048,14 +9333,14 @@ ], "c": [ { - "ammo": 100, + "ammo": 120, "breachdmg": 17.1, "breachmax": 0.8, "breachmin": 0.6, "class": 1, - "clip": 5, + "clip": 6, "cost": 21100, - "damage": 18, + "damage": 22.5, "distdraw": 0.46, "edID": 128049438, "eddbID": 850, @@ -9068,7 +9353,7 @@ "power": 0.34, "range": 3000, "rating": "D", - "reload": 4, + "reload": 3, "rof": 0.5, "speed": 1200, "thermload": 1.4, @@ -9082,7 +9367,7 @@ "class": 1, "clip": 5, "cost": 42200, - "damage": 13.9, + "damage": 16, "distdraw": 0.48, "edID": 128049442, "eddbID": 854, @@ -9109,7 +9394,7 @@ "class": 1, "clip": 5, "cost": 506400, - "damage": 11.1, + "damage": 12.75, "distdraw": 0.22, "edID": 128049445, "eddbID": 857, @@ -9118,7 +9403,7 @@ "integrity": 40, "mass": 2, "mount": "T", - "piercing": 90, + "piercing": 35, "power": 0.32, "range": 3000, "rating": "F", @@ -9129,14 +9414,14 @@ "type": "K" }, { - "ammo": 100, + "ammo": 120, "breachdmg": 28, "breachmax": 0.8, "breachmin": 0.6, "class": 2, - "clip": 5, + "clip": 6, "cost": 168430, - "damage": 29.2, + "damage": 36.5, "distdraw": 0.7, "edID": 128049439, "eddbID": 851, @@ -9145,11 +9430,11 @@ "integrity": 51, "mass": 4, "mount": "F", - "piercing": 90, + "piercing": 50, "power": 0.49, "range": 3500, "rating": "D", - "reload": 4, + "reload": 3, "rof": 0.465, "speed": 1051, "thermload": 2.1, @@ -9163,7 +9448,7 @@ "class": 2, "clip": 5, "cost": 337600, - "damage": 21.3, + "damage": 24.5, "distdraw": 0.75, "edID": 128049443, "eddbID": 855, @@ -9172,7 +9457,7 @@ "integrity": 51, "mass": 4, "mount": "G", - "piercing": 90, + "piercing": 50, "power": 0.54, "range": 3500, "rating": "D", @@ -9190,7 +9475,7 @@ "class": 2, "clip": 5, "cost": 4051200, - "damage": 17.19, + "damage": 19.77, "distdraw": 0.34, "edID": 128049446, "eddbID": 858, @@ -9199,7 +9484,7 @@ "integrity": 51, "mass": 4, "mount": "T", - "piercing": 90, + "piercing": 50, "power": 0.45, "range": 3500, "rating": "E", @@ -9210,14 +9495,14 @@ "type": "K" }, { - "ammo": 100, + "ammo": 120, "breachdmg": 42.3, "breachmax": 0.8, "breachmin": 0.6, "class": 3, - "clip": 5, + "clip": 6, "cost": 675200, - "damage": 43.95, + "damage": 54.94, "distdraw": 1.07, "edID": 128049440, "eddbID": 852, @@ -9226,11 +9511,11 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 90, + "piercing": 70, "power": 0.67, "range": 4000, "rating": "C", - "reload": 4, + "reload": 3, "rof": 0.425, "speed": 959, "thermload": 3.2, @@ -9244,7 +9529,7 @@ "class": 3, "clip": 5, "cost": 1350400, - "damage": 32.51, + "damage": 37.39, "distdraw": 1.14, "edID": 128671120, "eddbID": 1383, @@ -9255,7 +9540,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 90, + "piercing": 70, "power": 0.75, "range": 4000, "rating": "C", @@ -9273,7 +9558,7 @@ "class": 3, "clip": 5, "cost": 16204800, - "damage": 26.4, + "damage": 30.4, "distdraw": 0.53, "edID": 128049447, "eddbID": 859, @@ -9282,7 +9567,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 90, + "piercing": 70, "power": 0.64, "range": 4000, "rating": "D", @@ -9293,14 +9578,14 @@ "type": "K" }, { - "ammo": 100, + "ammo": 120, "breachdmg": 63.2, "breachmax": 0.8, "breachmin": 0.6, "class": 4, - "clip": 5, + "clip": 6, "cost": 2700800, - "damage": 65.66, + "damage": 82.1, "distdraw": 1.61, "edID": 128049441, "eddbID": 853, @@ -9315,7 +9600,7 @@ "power": 0.92, "range": 4500, "rating": "B", - "reload": 5, + "reload": 3, "rof": 0.385, "speed": 900, "thermload": 4.8, @@ -9329,7 +9614,7 @@ "class": 4, "clip": 5, "cost": 5401600, - "damage": 49.2, + "damage": 56.58, "distdraw": 1.72, "edID": 128049444, "eddbID": 856, @@ -9353,7 +9638,7 @@ ], "fc": [ { - "ammo": 90, + "ammo": 180, "breachdmg": 1.3, "breachmax": 0.8, "breachmin": 0.4, @@ -9374,7 +9659,7 @@ "power": 0.45, "range": 2000, "rating": "E", - "reload": 5, + "reload": 2.5, "rof": 5.555, "roundspershot": 12, "speed": 667, @@ -9382,7 +9667,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 0.9, "breachmax": 0.8, "breachmin": 0.4, @@ -9403,7 +9688,7 @@ "power": 0.59, "range": 2000, "rating": "E", - "reload": 5, + "reload": 2.5, "rof": 5.88, "roundspershot": 12, "speed": 667, @@ -9411,7 +9696,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 0.5, "breachmax": 0.8, "breachmin": 0.4, @@ -9432,7 +9717,7 @@ "power": 0.42, "range": 2000, "rating": "E", - "reload": 5, + "reload": 2.5, "rof": 4.76, "roundspershot": 12, "speed": 667, @@ -9440,7 +9725,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 2.3, "breachmax": 0.8, "breachmin": 0.4, @@ -9457,11 +9742,11 @@ "jitter": 0.5, "mass": 4, "mount": "F", - "piercing": 35, + "piercing": 30, "power": 0.74, "range": 2000, "rating": "A", - "reload": 5, + "reload": 2.5, "rof": 5, "roundspershot": 12, "speed": 667, @@ -9469,7 +9754,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 1.8, "breachmax": 0.8, "breachmin": 0.4, @@ -9486,11 +9771,11 @@ "jitter": 0.5, "mass": 4, "mount": "G", - "piercing": 35, + "piercing": 30, "power": 1.03, "range": 2000, "rating": "D", - "reload": 5, + "reload": 2.5, "rof": 5.26, "roundspershot": 12, "speed": 667, @@ -9498,7 +9783,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 1.3, "breachmax": 0.8, "breachmin": 0.4, @@ -9515,11 +9800,11 @@ "jitter": 0.5, "mass": 4, "mount": "T", - "piercing": 35, + "piercing": 30, "power": 0.79, "range": 2000, "rating": "D", - "reload": 5, + "reload": 2.5, "rof": 4.345, "roundspershot": 12, "speed": 667, @@ -9527,7 +9812,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 3.5, "breachmax": 0.8, "breachmin": 0.4, @@ -9544,11 +9829,11 @@ "jitter": 0.5, "mass": 8, "mount": "F", - "piercing": 52, + "piercing": 45, "power": 1.02, "range": 2000, "rating": "C", - "reload": 5, + "reload": 2.5, "rof": 4.545, "roundspershot": 12, "speed": 667, @@ -9556,7 +9841,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 2.9, "breachmax": 0.8, "breachmin": 0.4, @@ -9573,11 +9858,11 @@ "jitter": 0.5, "mass": 8, "mount": "G", - "piercing": 52, + "piercing": 45, "power": 1.55, "range": 2000, "rating": "C", - "reload": 5, + "reload": 2.5, "rof": 4.76, "roundspershot": 12, "speed": 667, @@ -9585,7 +9870,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 2.3, "breachmax": 0.8, "breachmin": 0.4, @@ -9602,11 +9887,11 @@ "jitter": 0.5, "mass": 8, "mount": "T", - "piercing": 52, + "piercing": 45, "power": 1.29, "range": 2000, "rating": "C", - "reload": 5, + "reload": 2.5, "rof": 4, "roundspershot": 12, "speed": 667, @@ -9614,7 +9899,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 3.1, "breachmax": 0.8, "breachmin": 0.4, @@ -9628,15 +9913,17 @@ "grp": "fc", "id": "pa", "integrity": 64, + "jitter": 1.7, "mass": 8, "mount": "F", "name": "Pacifier", - "piercing": 52, + "piercing": 45, "power": 1.02, "pp": "Zachary Hudson", "rating": "C", - "reload": 5, + "reload": 2.5, "rof": 4.5, + "roundspershot": 12, "speed": 1000, "thermload": 1.1, "type": "K" @@ -9644,7 +9931,7 @@ ], "rg": [ { - "ammo": 30, + "ammo": 80, "breachdmg": 22.2, "breachmax": 0.8, "breachmin": 0.4, @@ -9670,7 +9957,7 @@ "type": "KT" }, { - "ammo": 30, + "ammo": 80, "breachdmg": 39.5, "breachmax": 0.8, "breachmin": 0.4, @@ -9715,9 +10002,10 @@ "mass": 4, "mount": "F", "name": "Imperial Hammer", - "piercing": "A", + "piercing": 150, "power": 1.63, "pp": "Arissa Lavigny-Duval", + "range": 3000, "rating": "B", "reload": 1, "rof": 4.1, @@ -9734,7 +10022,7 @@ "class": 2, "clip": 5, "cost": 834200, - "damage": 52, + "damage": 54.3, "distdraw": 8.65, "edID": 128049465, "eddbID": 873, @@ -9743,15 +10031,15 @@ "integrity": 51, "mass": 4, "mount": "F", - "piercing": 55, + "piercing": 100, "power": 1.43, "range": 3500, "rating": "C", - "reload": 8, + "reload": 6, "rof": 0.33, "speed": 875, "thermload": 15.6, - "type": "KT" + "type": "A" }, { "ammo": 100, @@ -9761,7 +10049,7 @@ "class": 3, "clip": 5, "cost": 3051200, - "damage": 79.93, + "damage": 83.4, "distdraw": 13.6, "edID": 128049466, "eddbID": 874, @@ -9770,25 +10058,25 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 70, + "piercing": 100, "power": 1.97, "range": 3500, "rating": "B", - "reload": 8, + "reload": 6, "rof": 0.29, "speed": 875, "thermload": 21.8, - "type": "KT" + "type": "A" }, { "ammo": 300, - "breachdmg": 28.1, + "breachdmg": 30.9, "breachmax": 0.8, "breachmin": 0.4, "class": 3, "clip": 20, "cost": 4119120, - "damage": 33, + "damage": 34.5, "distdraw": 5.5, "edID": 128671339, "eddbID": 1482, @@ -9798,16 +10086,16 @@ "mass": 8, "mount": "F", "name": "Advanced Plasma Accelerator", - "piercing": 70, + "piercing": 100, "power": 1.97, "pp": "Denton Patreus", "range": 3500, "rating": "B", - "reload": 8, + "reload": 6, "rof": 0.8, "speed": 875, "thermload": 11, - "type": "KT" + "type": "A" }, { "ammo": 100, @@ -9817,7 +10105,7 @@ "class": 4, "clip": 5, "cost": 13793600, - "damage": 120, + "damage": 125.2, "distdraw": 21.04, "edID": 128049467, "eddbID": 875, @@ -9826,23 +10114,23 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 85, + "piercing": 100, "power": 2.63, "range": 3500, "rating": "A", - "reload": 8, + "reload": 6, "rof": 0.25, "speed": 875, "thermload": 29.5, - "type": "KT" + "type": "A" } ], "mr": [ { "ammo": 16, "breachdmg": 20, - "breachmax": 1, - "breachmin": 1, + "breachmax": 0, + "breachmin": 0, "class": 1, "clip": 8, "cost": 32180, @@ -9895,12 +10183,13 @@ { "ammo": 48, "breachdmg": 20, - "breachmax": 1, - "breachmin": 1, + "breachmax": 0, + "breachmin": 0, "class": 2, "clip": 12, "cost": 240400, - "dps": 25, + "damage": 50, + "distdraw": 0.24, "edID": 128666725, "eddbID": 1327, "eps": 0.12, @@ -9917,6 +10206,7 @@ "reload": 5, "rof": 0.5, "speed": 750, + "thermload": 3.6, "type": "E" }, { @@ -9978,7 +10268,7 @@ }, { "ammo": 120, - "breachdmg": 6, + "breachdmg": 3, "breachmax": 0, "breachmin": 0, "class": 2, @@ -10151,7 +10441,7 @@ "class": 1, "cost": 6800, "damage": 2, - "distdraw": 1.5, + "distdraw": 1.35, "edID": 128049525, "eddbID": 888, "grp": "ml", @@ -10161,11 +10451,12 @@ "mount": "F", "piercing": 18, "power": 0.5, + "range": 500, "rating": "D", "thermload": 2 }, { - "breachdmg": 0.6, + "breachdmg": 1.2, "breachmax": 0.2, "breachmin": 0.1, "class": 1, @@ -10179,9 +10470,10 @@ "mass": 2, "mount": "F", "name": "Mining Lance", - "piercing": "D", + "piercing": 18, "power": 0.7, "pp": "Zemina Torval", + "range": 2000, "rating": "D", "thermload": 6, "type": "T" @@ -10203,6 +10495,7 @@ "mount": "F", "piercing": 18, "power": 0.75, + "range": 500, "rating": "D", "thermload": 4 } @@ -10601,394 +10894,69 @@ "internal": { "am": [ { - "ammo": 10000, + "ammo": 1000, "ammocost": 1, - "class": 8, - "cost": 612220, - "edID": 128667605, - "eddbID": 1335, + "class": 1, + "cost": 10000, + "edID": 128667598, + "eddbID": 1328, "grp": "am", - "id": "1f", - "power": 1.8, + "id": "0c", + "power": 0.54, "rating": "E", - "repair": 120 + "repair": 12 }, { - "ammo": 9000, + "ammo": 900, "ammocost": 1, - "class": 8, - "cost": 1836660, - "edID": 128667613, - "eddbID": 1343, + "class": 1, + "cost": 30000, + "edID": 128667606, + "eddbID": 1336, "grp": "am", - "id": "1e", - "power": 2.4, + "id": "0b", + "power": 0.72, "rating": "D", - "repair": 144 + "repair": 14.4 }, { - "ammo": 10000, + "ammo": 1000, "ammocost": 1, - "class": 8, - "cost": 5509980, - "edID": 128667621, - "eddbID": 1351, + "class": 1, + "cost": 90000, + "edID": 128667614, + "eddbID": 1344, "grp": "am", - "id": "1d", - "power": 3, + "id": "0a", + "power": 0.9, "rating": "C", - "repair": 200 + "repair": 20 }, { - "ammo": 12000, + "ammo": 1200, "ammocost": 1, - "class": 8, - "cost": 16529940, - "edID": 128667629, - "eddbID": 1359, + "class": 1, + "cost": 270000, + "edID": 128667622, + "eddbID": 1352, "grp": "am", - "id": "1c", - "power": 3.45, + "id": "09", + "power": 1.04, "rating": "B", - "repair": 276 + "repair": 27.6 }, { - "ammo": 11000, + "ammo": 1100, "ammocost": 1, - "class": 8, - "cost": 49589820, - "edID": 128667637, - "eddbID": 1367, + "class": 1, + "cost": 810000, + "edID": 128667630, + "eddbID": 1360, "grp": "am", - "id": "1b", - "power": 4.2, + "id": "08", + "power": 1.26, "rating": "A", - "repair": 308 - }, - { - "ammo": 8700, - "ammocost": 1, - "class": 7, - "cost": 340120, - "edID": 128667604, - "eddbID": 1334, - "grp": "am", - "id": "1a", - "power": 1.58, - "rating": "E", - "repair": 104.4 - }, - { - "ammo": 7800, - "ammocost": 1, - "class": 7, - "cost": 1020370, - "edID": 128667612, - "eddbID": 1342, - "grp": "am", - "id": "19", - "power": 2.1, - "rating": "D", - "repair": 124.8 - }, - { - "ammo": 8700, - "ammocost": 1, - "class": 7, - "cost": 3061100, - "edID": 128667620, - "eddbID": 1350, - "grp": "am", - "id": "18", - "power": 2.63, - "rating": "C", - "repair": 174 - }, - { - "ammo": 10400, - "ammocost": 1, - "class": 7, - "cost": 9183300, - "edID": 128667628, - "eddbID": 1358, - "grp": "am", - "id": "17", - "power": 3.02, - "rating": "B", - "repair": 239.2 - }, - { - "ammo": 9600, - "ammocost": 1, - "class": 7, - "cost": 27549900, - "edID": 128667636, - "eddbID": 1366, - "grp": "am", - "id": "16", - "power": 3.68, - "rating": "A", - "repair": 268.8 - }, - { - "ammo": 7400, - "ammocost": 1, - "class": 6, - "cost": 188960, - "edID": 128667603, - "eddbID": 1333, - "grp": "am", - "id": "15", - "power": 1.4, - "rating": "E", - "repair": 88.8 - }, - { - "ammo": 6700, - "ammocost": 1, - "class": 6, - "cost": 566870, - "edID": 128667611, - "eddbID": 1341, - "grp": "am", - "id": "14", - "power": 1.86, - "rating": "D", - "repair": 107.2 - }, - { - "ammo": 7400, - "ammocost": 1, - "class": 6, - "cost": 1700610, - "edID": 128667619, - "eddbID": 1349, - "grp": "am", - "id": "13", - "power": 2.33, - "rating": "C", - "repair": 148 - }, - { - "ammo": 8900, - "ammocost": 1, - "class": 6, - "cost": 5101830, - "edID": 128667627, - "eddbID": 1357, - "grp": "am", - "id": "12", - "power": 2.67, - "rating": "B", - "repair": 204.7 - }, - { - "ammo": 8100, - "ammocost": 1, - "class": 6, - "cost": 15305500, - "edID": 128667635, - "eddbID": 1365, - "grp": "am", - "id": "11", - "power": 3.26, - "rating": "A", - "repair": 226.8 - }, - { - "ammo": 6100, - "ammocost": 1, - "class": 5, - "cost": 104980, - "edID": 128667602, - "eddbID": 1332, - "grp": "am", - "id": "10", - "power": 1.17, - "rating": "E", - "repair": 73.2 - }, - { - "ammo": 5500, - "ammocost": 1, - "class": 5, - "cost": 314930, - "edID": 128667610, - "eddbID": 1340, - "grp": "am", - "id": "0v", - "power": 1.56, - "rating": "D", - "repair": 88 - }, - { - "ammo": 6100, - "ammocost": 1, - "class": 5, - "cost": 944780, - "edID": 128667618, - "eddbID": 1348, - "grp": "am", - "id": "0u", - "power": 1.95, - "rating": "C", - "repair": 122 - }, - { - "ammo": 7300, - "ammocost": 1, - "class": 5, - "cost": 2834350, - "edID": 128667626, - "eddbID": 1356, - "grp": "am", - "id": "0t", - "power": 2.24, - "rating": "B", - "repair": 167.9 - }, - { - "ammo": 6700, - "ammocost": 1, - "class": 5, - "cost": 8503060, - "edID": 128667634, - "eddbID": 1364, - "grp": "am", - "id": "0s", - "power": 2.73, - "rating": "A", - "repair": 187.6 - }, - { - "ammo": 4900, - "ammocost": 1, - "class": 4, - "cost": 58320, - "edID": 128667601, - "eddbID": 1331, - "grp": "am", - "id": "0r", - "power": 0.99, - "rating": "E", - "repair": 58.8 - }, - { - "ammo": 4400, - "ammocost": 1, - "class": 4, - "cost": 174960, - "edID": 128667609, - "eddbID": 1339, - "grp": "am", - "id": "0q", - "power": 1.32, - "rating": "D", - "repair": 70.4 - }, - { - "ammo": 4900, - "ammocost": 1, - "class": 4, - "cost": 524880, - "edID": 128667617, - "eddbID": 1347, - "grp": "am", - "id": "0p", - "power": 1.65, - "rating": "C", - "repair": 98 - }, - { - "ammo": 5900, - "ammocost": 1, - "class": 4, - "cost": 1574640, - "edID": 128667625, - "eddbID": 1355, - "grp": "am", - "id": "0o", - "power": 1.9, - "rating": "B", - "repair": 135.7 - }, - { - "ammo": 5400, - "ammocost": 1, - "class": 4, - "cost": 4723920, - "edID": 128667633, - "eddbID": 1363, - "grp": "am", - "id": "0n", - "power": 2.31, - "rating": "A", - "repair": 151.2 - }, - { - "ammo": 3600, - "ammocost": 1, - "class": 3, - "cost": 32400, - "edID": 128667600, - "eddbID": 1330, - "grp": "am", - "id": "0m", - "power": 0.81, - "rating": "E", - "repair": 43.2 - }, - { - "ammo": 3200, - "ammocost": 1, - "class": 3, - "cost": 97200, - "edID": 128667608, - "eddbID": 1338, - "grp": "am", - "id": "0l", - "power": 1.08, - "rating": "D", - "repair": 51.2 - }, - { - "ammo": 3600, - "ammocost": 1, - "class": 3, - "cost": 291600, - "edID": 128667616, - "eddbID": 1346, - "grp": "am", - "id": "0k", - "power": 1.35, - "rating": "C", - "repair": 72 - }, - { - "ammo": 4300, - "ammocost": 1, - "class": 3, - "cost": 874800, - "edID": 128667624, - "eddbID": 1354, - "grp": "am", - "id": "0j", - "power": 1.55, - "rating": "B", - "repair": 98.9 - }, - { - "ammo": 4000, - "ammocost": 1, - "class": 3, - "cost": 2624400, - "edID": 128667632, - "eddbID": 1362, - "grp": "am", - "id": "0i", - "power": 1.89, - "rating": "A", - "repair": 112 + "repair": 30.8 }, { "ammo": 2300, @@ -11056,75 +11024,402 @@ "repair": 70 }, { - "ammo": 1000, + "ammo": 3600, "ammocost": 1, - "class": 1, - "cost": 10000, - "edID": 128667598, - "eddbID": 1328, + "class": 3, + "cost": 32400, + "edID": 128667600, + "eddbID": 1330, "grp": "am", - "id": "0c", - "power": 0.54, + "id": "0m", + "power": 0.81, "rating": "E", - "repair": 12 + "repair": 43.2 }, { - "ammo": 900, + "ammo": 3200, "ammocost": 1, - "class": 1, - "cost": 30000, - "edID": 128667606, - "eddbID": 1336, + "class": 3, + "cost": 97200, + "edID": 128667608, + "eddbID": 1338, "grp": "am", - "id": "0b", - "power": 0.72, + "id": "0l", + "power": 1.08, "rating": "D", - "repair": 14.4 + "repair": 51.2 }, { - "ammo": 1000, + "ammo": 3600, "ammocost": 1, - "class": 1, - "cost": 90000, - "edID": 128667614, - "eddbID": 1344, + "class": 3, + "cost": 291600, + "edID": 128667616, + "eddbID": 1346, "grp": "am", - "id": "0a", - "power": 0.9, + "id": "0k", + "power": 1.35, "rating": "C", - "repair": 20 + "repair": 72 }, { - "ammo": 1200, + "ammo": 4300, "ammocost": 1, - "class": 1, - "cost": 270000, - "edID": 128667622, - "eddbID": 1352, + "class": 3, + "cost": 874800, + "edID": 128667624, + "eddbID": 1354, "grp": "am", - "id": "09", - "power": 1.04, + "id": "0j", + "power": 1.55, "rating": "B", - "repair": 27.6 + "repair": 98.9 }, { - "ammo": 1100, + "ammo": 4000, "ammocost": 1, - "class": 1, - "cost": 810000, - "edID": 128667630, - "eddbID": 1360, + "class": 3, + "cost": 2624400, + "edID": 128667632, + "eddbID": 1362, "grp": "am", - "id": "08", - "power": 1.26, + "id": "0i", + "power": 1.89, "rating": "A", - "repair": 30.8 + "repair": 112 + }, + { + "ammo": 4900, + "ammocost": 1, + "class": 4, + "cost": 58320, + "edID": 128667601, + "eddbID": 1331, + "grp": "am", + "id": "0r", + "power": 0.99, + "rating": "E", + "repair": 58.8 + }, + { + "ammo": 4400, + "ammocost": 1, + "class": 4, + "cost": 174960, + "edID": 128667609, + "eddbID": 1339, + "grp": "am", + "id": "0q", + "power": 1.32, + "rating": "D", + "repair": 70.4 + }, + { + "ammo": 4900, + "ammocost": 1, + "class": 4, + "cost": 524880, + "edID": 128667617, + "eddbID": 1347, + "grp": "am", + "id": "0p", + "power": 1.65, + "rating": "C", + "repair": 98 + }, + { + "ammo": 5900, + "ammocost": 1, + "class": 4, + "cost": 1574640, + "edID": 128667625, + "eddbID": 1355, + "grp": "am", + "id": "0o", + "power": 1.9, + "rating": "B", + "repair": 135.7 + }, + { + "ammo": 5400, + "ammocost": 1, + "class": 4, + "cost": 4723920, + "edID": 128667633, + "eddbID": 1363, + "grp": "am", + "id": "0n", + "power": 2.31, + "rating": "A", + "repair": 151.2 + }, + { + "ammo": 6100, + "ammocost": 1, + "class": 5, + "cost": 104980, + "edID": 128667602, + "eddbID": 1332, + "grp": "am", + "id": "10", + "power": 1.17, + "rating": "E", + "repair": 73.2 + }, + { + "ammo": 5500, + "ammocost": 1, + "class": 5, + "cost": 314930, + "edID": 128667610, + "eddbID": 1340, + "grp": "am", + "id": "0v", + "power": 1.56, + "rating": "D", + "repair": 88 + }, + { + "ammo": 6100, + "ammocost": 1, + "class": 5, + "cost": 944780, + "edID": 128667618, + "eddbID": 1348, + "grp": "am", + "id": "0u", + "power": 1.95, + "rating": "C", + "repair": 122 + }, + { + "ammo": 7300, + "ammocost": 1, + "class": 5, + "cost": 2834350, + "edID": 128667626, + "eddbID": 1356, + "grp": "am", + "id": "0t", + "power": 2.24, + "rating": "B", + "repair": 167.9 + }, + { + "ammo": 6700, + "ammocost": 1, + "class": 5, + "cost": 8503060, + "edID": 128667634, + "eddbID": 1364, + "grp": "am", + "id": "0s", + "power": 2.73, + "rating": "A", + "repair": 187.6 + }, + { + "ammo": 7400, + "ammocost": 1, + "class": 6, + "cost": 188960, + "edID": 128667603, + "eddbID": 1333, + "grp": "am", + "id": "15", + "power": 1.4, + "rating": "E", + "repair": 88.8 + }, + { + "ammo": 6700, + "ammocost": 1, + "class": 6, + "cost": 566870, + "edID": 128667611, + "eddbID": 1341, + "grp": "am", + "id": "14", + "power": 1.86, + "rating": "D", + "repair": 107.2 + }, + { + "ammo": 7400, + "ammocost": 1, + "class": 6, + "cost": 1700610, + "edID": 128667619, + "eddbID": 1349, + "grp": "am", + "id": "13", + "power": 2.33, + "rating": "C", + "repair": 148 + }, + { + "ammo": 8900, + "ammocost": 1, + "class": 6, + "cost": 5101830, + "edID": 128667627, + "eddbID": 1357, + "grp": "am", + "id": "12", + "power": 2.67, + "rating": "B", + "repair": 204.7 + }, + { + "ammo": 8100, + "ammocost": 1, + "class": 6, + "cost": 15305500, + "edID": 128667635, + "eddbID": 1365, + "grp": "am", + "id": "11", + "power": 3.26, + "rating": "A", + "repair": 226.8 + }, + { + "ammo": 8700, + "ammocost": 1, + "class": 7, + "cost": 340120, + "edID": 128667604, + "eddbID": 1334, + "grp": "am", + "id": "1a", + "power": 1.58, + "rating": "E", + "repair": 104.4 + }, + { + "ammo": 7800, + "ammocost": 1, + "class": 7, + "cost": 1020370, + "edID": 128667612, + "eddbID": 1342, + "grp": "am", + "id": "19", + "power": 2.1, + "rating": "D", + "repair": 124.8 + }, + { + "ammo": 8700, + "ammocost": 1, + "class": 7, + "cost": 3061100, + "edID": 128667620, + "eddbID": 1350, + "grp": "am", + "id": "18", + "power": 2.63, + "rating": "C", + "repair": 174 + }, + { + "ammo": 10400, + "ammocost": 1, + "class": 7, + "cost": 9183300, + "edID": 128667628, + "eddbID": 1358, + "grp": "am", + "id": "17", + "power": 3.02, + "rating": "B", + "repair": 239.2 + }, + { + "ammo": 9600, + "ammocost": 1, + "class": 7, + "cost": 27549900, + "edID": 128667636, + "eddbID": 1366, + "grp": "am", + "id": "16", + "power": 3.68, + "rating": "A", + "repair": 268.8 + }, + { + "ammo": 10000, + "ammocost": 1, + "class": 8, + "cost": 612220, + "edID": 128667605, + "eddbID": 1335, + "grp": "am", + "id": "1f", + "power": 1.8, + "rating": "E", + "repair": 120 + }, + { + "ammo": 9000, + "ammocost": 1, + "class": 8, + "cost": 1836660, + "edID": 128667613, + "eddbID": 1343, + "grp": "am", + "id": "1e", + "power": 2.4, + "rating": "D", + "repair": 144 + }, + { + "ammo": 10000, + "ammocost": 1, + "class": 8, + "cost": 5509980, + "edID": 128667621, + "eddbID": 1351, + "grp": "am", + "id": "1d", + "power": 3, + "rating": "C", + "repair": 200 + }, + { + "ammo": 12000, + "ammocost": 1, + "class": 8, + "cost": 16529940, + "edID": 128667629, + "eddbID": 1359, + "grp": "am", + "id": "1c", + "power": 3.45, + "rating": "B", + "repair": 276 + }, + { + "ammo": 11000, + "ammocost": 1, + "class": 8, + "cost": 49589820, + "edID": 128667637, + "eddbID": 1367, + "grp": "am", + "id": "1b", + "power": 4.2, + "rating": "A", + "repair": 308 } ], "bsg": [ { + "brokenregen": 2.4, "class": 1, "cost": 7710, + "distdraw": 0.6, "edID": 128671331, "eddbID": 1530, "explres": 0.5, @@ -11140,12 +11435,14 @@ "optmul": 0.9, "power": 1.2, "rating": "C", - "recover": 2.4, + "regen": 1.8, "thermres": -0.2 }, { + "brokenregen": 2.4, "class": 2, "cost": 26710, + "distdraw": 0.6, "edID": 128671332, "eddbID": 1531, "explres": 0.5, @@ -11161,12 +11458,14 @@ "optmul": 0.9, "power": 1.5, "rating": "C", - "recover": 2.4, + "regen": 1.8, "thermres": -0.2 }, { + "brokenregen": 2.8, "class": 3, "cost": 84650, + "distdraw": 0.6, "edID": 128671333, "eddbID": 1532, "explres": 0.5, @@ -11182,12 +11481,14 @@ "optmul": 0.9, "power": 1.8, "rating": "C", - "recover": 2.4, + "regen": 2.2, "thermres": -0.2 }, { + "brokenregen": 3.8, "class": 4, "cost": 268350, + "distdraw": 0.6, "edID": 128671334, "eddbID": 1533, "explres": 0.5, @@ -11203,12 +11504,14 @@ "optmul": 0.9, "power": 2.2, "rating": "C", - "recover": 2.85, + "regen": 1.8, "thermres": -0.2 }, { + "brokenregen": 5.6, "class": 5, "cost": 850660, + "distdraw": 0.6, "edID": 128671335, "eddbID": 1534, "explres": 0.5, @@ -11224,12 +11527,14 @@ "optmul": 0.9, "power": 2.6, "rating": "C", - "recover": 3.75, + "regen": 2.2, "thermres": -0.2 }, { + "brokenregen": 8, "class": 6, "cost": 2696600, + "distdraw": 0.6, "edID": 128671336, "eddbID": 1535, "explres": 0.5, @@ -11245,12 +11550,14 @@ "optmul": 0.9, "power": 3.1, "rating": "C", - "recover": 4.8, + "regen": 3.2, "thermres": -0.2 }, { + "brokenregen": 11, "class": 7, "cost": 8548200, + "distdraw": 0.6, "edID": 128671337, "eddbID": 1536, "explres": 0.5, @@ -11266,12 +11573,14 @@ "optmul": 0.9, "power": 3.5, "rating": "C", - "recover": 6, + "regen": 4.4, "thermres": -0.2 }, { + "brokenregen": 14.4, "class": 8, "cost": 27097750, + "distdraw": 0.6, "edID": 128671338, "eddbID": 1537, "explres": 0.5, @@ -11287,7 +11596,7 @@ "optmul": 0.9, "power": 4, "rating": "C", - "recover": 7.2, + "regen": 5.8, "thermres": -0.2 } ], @@ -11397,142 +11706,72 @@ ], "cc": [ { - "class": 7, - "cost": 437400, - "edID": 128671244, - "eddbID": 1409, + "class": 1, + "cost": 600, + "edID": 128671229, + "eddbID": 1394, "grp": "cc", - "id": "Cf", - "mass": 32, - "maximum": 4, - "power": 0.41, - "range": 1.36, + "id": "C1", + "mass": 0.5, + "maximum": 1, + "power": 0.14, + "range": 0.8, "rating": "E", "time": 300 }, { - "class": 7, - "cost": 874800, - "edID": 128671245, - "eddbID": 1410, + "class": 1, + "cost": 1200, + "edID": 128671230, + "eddbID": 1395, "grp": "cc", - "id": "Cg", - "mass": 32, - "maximum": 4, - "power": 0.55, - "range": 1.02, + "id": "C2", + "mass": 0.5, + "maximum": 1, + "power": 0.18, + "range": 0.6, "rating": "D", "time": 600 }, { - "class": 7, - "cost": 1749600, - "edID": 128671246, - "eddbID": 1411, + "class": 1, + "cost": 2400, + "edID": 128671231, + "eddbID": 1396, "grp": "cc", - "id": "Ch", - "mass": 80, - "maximum": 4, - "power": 0.69, - "range": 1.7, + "id": "C3", + "mass": 1.3, + "maximum": 1, + "power": 0.23, + "range": 1, "rating": "C", "time": 510 }, { - "class": 7, - "cost": 3499200, - "edID": 128671247, - "eddbID": 1412, + "class": 1, + "cost": 4800, + "edID": 128671232, + "eddbID": 1397, "grp": "cc", - "id": "Ci", - "mass": 128, - "maximum": 4, - "power": 0.83, - "range": 2.38, + "id": "C4", + "mass": 2, + "maximum": 1, + "power": 0.28, + "range": 1.4, "rating": "B", "time": 420 }, { - "class": 7, - "cost": 6998400, - "edID": 128671248, - "eddbID": 1413, + "class": 1, + "cost": 9600, + "edID": 128671233, + "eddbID": 1398, "grp": "cc", - "id": "Cj", - "mass": 128, - "maximum": 4, - "power": 0.97, - "range": 2.04, - "rating": "A", - "time": 720 - }, - { - "class": 5, - "cost": 48600, - "edID": 128671239, - "eddbID": 1404, - "grp": "cc", - "id": "Ca", - "mass": 8, - "maximum": 3, - "power": 0.3, - "range": 1.04, - "rating": "E", - "time": 300 - }, - { - "class": 5, - "cost": 97200, - "edID": 128671240, - "eddbID": 1405, - "grp": "cc", - "id": "Cb", - "mass": 8, - "maximum": 3, - "power": 0.4, - "range": 0.78, - "rating": "D", - "time": 600 - }, - { - "class": 5, - "cost": 194400, - "edID": 128671241, - "eddbID": 1406, - "grp": "cc", - "id": "Cc", - "mass": 20, - "maximum": 3, - "power": 0.5, - "range": 1.3, - "rating": "C", - "time": 510 - }, - { - "class": 5, - "cost": 388800, - "edID": 128671242, - "eddbID": 1407, - "grp": "cc", - "id": "Cd", - "mass": 32, - "maximum": 3, - "power": 0.6, - "range": 1.82, - "rating": "B", - "time": 420 - }, - { - "class": 5, - "cost": 777600, - "edID": 128671243, - "eddbID": 1408, - "grp": "cc", - "id": "Ce", - "mass": 32, - "maximum": 3, - "power": 0.7, - "range": 1.56, + "id": "C5", + "mass": 2, + "maximum": 1, + "power": 0.32, + "range": 1.2, "rating": "A", "time": 720 }, @@ -11607,72 +11846,142 @@ "time": 720 }, { - "class": 1, - "cost": 600, - "edID": 128671229, - "eddbID": 1394, + "class": 5, + "cost": 48600, + "edID": 128671239, + "eddbID": 1404, "grp": "cc", - "id": "C1", - "mass": 0.5, - "maximum": 1, - "power": 0.14, - "range": 0.8, + "id": "Ca", + "mass": 8, + "maximum": 3, + "power": 0.3, + "range": 1.04, "rating": "E", "time": 300 }, { - "class": 1, - "cost": 1200, - "edID": 128671230, - "eddbID": 1395, + "class": 5, + "cost": 97200, + "edID": 128671240, + "eddbID": 1405, "grp": "cc", - "id": "C2", - "mass": 0.5, - "maximum": 1, - "power": 0.18, - "range": 0.6, + "id": "Cb", + "mass": 8, + "maximum": 3, + "power": 0.4, + "range": 0.78, "rating": "D", "time": 600 }, { - "class": 1, - "cost": 2400, - "edID": 128671231, - "eddbID": 1396, + "class": 5, + "cost": 194400, + "edID": 128671241, + "eddbID": 1406, "grp": "cc", - "id": "C3", - "mass": 1.3, - "maximum": 1, - "power": 0.23, - "range": 1, + "id": "Cc", + "mass": 20, + "maximum": 3, + "power": 0.5, + "range": 1.3, "rating": "C", "time": 510 }, { - "class": 1, - "cost": 4800, - "edID": 128671232, - "eddbID": 1397, + "class": 5, + "cost": 388800, + "edID": 128671242, + "eddbID": 1407, "grp": "cc", - "id": "C4", - "mass": 2, - "maximum": 1, - "power": 0.28, - "range": 1.4, + "id": "Cd", + "mass": 32, + "maximum": 3, + "power": 0.6, + "range": 1.82, "rating": "B", "time": 420 }, { - "class": 1, - "cost": 9600, - "edID": 128671233, - "eddbID": 1398, + "class": 5, + "cost": 777600, + "edID": 128671243, + "eddbID": 1408, "grp": "cc", - "id": "C5", - "mass": 2, - "maximum": 1, - "power": 0.32, - "range": 1.2, + "id": "Ce", + "mass": 32, + "maximum": 3, + "power": 0.7, + "range": 1.56, + "rating": "A", + "time": 720 + }, + { + "class": 7, + "cost": 437400, + "edID": 128671244, + "eddbID": 1409, + "grp": "cc", + "id": "Cf", + "mass": 32, + "maximum": 4, + "power": 0.41, + "range": 1.36, + "rating": "E", + "time": 300 + }, + { + "class": 7, + "cost": 874800, + "edID": 128671245, + "eddbID": 1410, + "grp": "cc", + "id": "Cg", + "mass": 32, + "maximum": 4, + "power": 0.55, + "range": 1.02, + "rating": "D", + "time": 600 + }, + { + "class": 7, + "cost": 1749600, + "edID": 128671246, + "eddbID": 1411, + "grp": "cc", + "id": "Ch", + "mass": 80, + "maximum": 4, + "power": 0.69, + "range": 1.7, + "rating": "C", + "time": 510 + }, + { + "class": 7, + "cost": 3499200, + "edID": 128671247, + "eddbID": 1412, + "grp": "cc", + "id": "Ci", + "mass": 128, + "maximum": 4, + "power": 0.83, + "range": 2.38, + "rating": "B", + "time": 420 + }, + { + "class": 7, + "cost": 6998400, + "edID": 128671248, + "eddbID": 1413, + "grp": "cc", + "id": "Cj", + "mass": 128, + "maximum": 4, + "power": 0.97, + "range": 2.04, "rating": "A", "time": 720 } @@ -11692,18 +12001,18 @@ ], "fh": [ { - "bays": 2, - "class": 7, + "bays": 1, + "class": 5, "cost": 575660, - "edID": 128727932, - "eddbID": 1562, + "edID": 128727930, + "eddbID": 1560, "fightercost": 1030, "grp": "fh", - "id": "fh", - "mass": 60, - "power": 0.35, + "id": "fr", + "mass": 20, + "power": 0.25, "rating": "D", - "rebuildsperbay": 15 + "rebuildsperbay": 6 }, { "bays": 2, @@ -11720,18 +12029,18 @@ "rebuildsperbay": 8 }, { - "bays": 1, - "class": 5, + "bays": 2, + "class": 7, + "edID": 128727932, "cost": 2369330, - "edID": 128727930, - "eddbID": 1560, + "eddbID": 1562, "fightercost": 1030, "grp": "fh", - "id": "fr", - "mass": 20, - "power": 0.25, + "id": "fh", + "mass": 60, + "power": 0.35, "rating": "D", - "rebuildsperbay": 6 + "rebuildsperbay": 15 } ], "fi": [ @@ -12018,333 +12327,58 @@ ], "fs": [ { - "class": 8, - "cost": 1083910, - "edID": 128666651, - "eddbID": 1253, + "class": 1, + "cost": 310, + "edID": 128666644, + "eddbID": 1246, "grp": "fs", - "id": "3q", - "power": 0.48, - "rate": 720, + "id": "2n", + "power": 0.14, + "rate": 18, "rating": "E" }, { - "class": 8, - "cost": 4516290, - "edID": 128666659, - "eddbID": 1261, + "class": 1, + "cost": 1290, + "edID": 128666652, + "eddbID": 1254, "grp": "fs", - "id": "3p", - "power": 0.64, - "rate": 960, + "id": "2m", + "power": 0.18, + "rate": 24, "rating": "D" }, { - "class": 8, - "cost": 18065160, - "edID": 128666667, - "eddbID": 1269, + "class": 1, + "cost": 5140, + "edID": 128666660, + "eddbID": 1262, "grp": "fs", - "id": "3o", - "power": 0.8, - "rate": 1200, + "id": "2l", + "power": 0.23, + "rate": 30, "rating": "C" }, { - "class": 8, - "cost": 72260660, - "edID": 128666675, - "eddbID": 1277, + "class": 1, + "cost": 20570, + "edID": 128666668, + "eddbID": 1270, "grp": "fs", - "id": "3n", - "power": 0.96, - "rate": 1440, + "id": "2k", + "power": 0.28, + "rate": 36, "rating": "B" }, { - "class": 8, - "cost": 289042540, - "edID": 128666683, - "eddbID": 1285, + "class": 1, + "cost": 82270, + "edID": 128666676, + "eddbID": 1278, "grp": "fs", - "id": "3m", - "power": 1.12, - "rate": 1680, - "rating": "A" - }, - { - "class": 7, - "cost": 341930, - "edID": 128666650, - "eddbID": 1252, - "grp": "fs", - "id": "3l", - "power": 0.41, - "rate": 534, - "rating": "E" - }, - { - "class": 7, - "cost": 1424700, - "edID": 128666658, - "eddbID": 1260, - "grp": "fs", - "id": "3k", - "power": 0.55, - "rate": 712, - "rating": "D" - }, - { - "class": 7, - "cost": 5698790, - "edID": 128666666, - "eddbID": 1268, - "grp": "fs", - "id": "3j", - "power": 0.69, - "rate": 890, - "rating": "C" - }, - { - "class": 7, - "cost": 22795160, - "edID": 128666674, - "eddbID": 1276, - "grp": "fs", - "id": "3i", - "power": 0.83, - "rate": 1068, - "rating": "B" - }, - { - "class": 7, - "cost": 91180640, - "edID": 128666682, - "eddbID": 1284, - "grp": "fs", - "id": "3h", - "power": 0.97, - "rate": 1245, - "rating": "A" - }, - { - "class": 6, - "cost": 107860, - "edID": 128666649, - "eddbID": 1251, - "grp": "fs", - "id": "3g", - "power": 0.35, - "rate": 376, - "rating": "E" - }, - { - "class": 6, - "cost": 449430, - "edID": 128666657, - "eddbID": 1259, - "grp": "fs", - "id": "3f", - "power": 0.47, - "rate": 502, - "rating": "D" - }, - { - "class": 6, - "cost": 1797730, - "edID": 128666665, - "eddbID": 1267, - "grp": "fs", - "id": "3e", - "power": 0.59, - "rate": 627, - "rating": "C" - }, - { - "class": 6, - "cost": 7190900, - "edID": 128666673, - "eddbID": 1275, - "grp": "fs", - "id": "3d", - "power": 0.71, - "rate": 752, - "rating": "B" - }, - { - "class": 6, - "cost": 28763610, - "edID": 128666681, - "eddbID": 1283, - "grp": "fs", - "id": "3c", - "power": 0.83, - "rate": 878, - "rating": "A" - }, - { - "class": 5, - "cost": 34030, - "edID": 128666648, - "eddbID": 1250, - "grp": "fs", - "id": "3b", - "power": 0.3, - "rate": 247, - "rating": "E" - }, - { - "class": 5, - "cost": 141780, - "edID": 128666656, - "eddbID": 1258, - "grp": "fs", - "id": "3a", - "power": 0.4, - "rate": 330, - "rating": "D" - }, - { - "class": 5, - "cost": 567110, - "edID": 128666664, - "eddbID": 1266, - "grp": "fs", - "id": "39", - "power": 0.5, - "rate": 412, - "rating": "C" - }, - { - "class": 5, - "cost": 2268420, - "edID": 128666672, - "eddbID": 1274, - "grp": "fs", - "id": "38", - "power": 0.6, - "rate": 494, - "rating": "B" - }, - { - "class": 5, - "cost": 9073690, - "edID": 128666680, - "eddbID": 1282, - "grp": "fs", - "id": "37", - "power": 0.7, - "rate": 577, - "rating": "A" - }, - { - "class": 4, - "cost": 10730, - "edID": 128666647, - "eddbID": 1249, - "grp": "fs", - "id": "36", - "power": 0.25, - "rate": 147, - "rating": "E" - }, - { - "class": 4, - "cost": 44720, - "edID": 128666655, - "eddbID": 1257, - "grp": "fs", - "id": "35", - "power": 0.33, - "rate": 196, - "rating": "D" - }, - { - "class": 4, - "cost": 178900, - "edID": 128666663, - "eddbID": 1265, - "grp": "fs", - "id": "34", - "power": 0.41, - "rate": 245, - "rating": "C" - }, - { - "class": 4, - "cost": 715590, - "edID": 128666671, - "eddbID": 1273, - "grp": "fs", - "id": "33", - "power": 0.49, - "rate": 294, - "rating": "B" - }, - { - "class": 4, - "cost": 2862360, - "edID": 128666679, - "eddbID": 1281, - "grp": "fs", - "id": "32", - "power": 0.57, - "rate": 342, - "rating": "A" - }, - { - "class": 3, - "cost": 3390, - "edID": 128666646, - "eddbID": 1248, - "grp": "fs", - "id": "31", - "power": 0.2, - "rate": 75, - "rating": "E" - }, - { - "class": 3, - "cost": 14110, - "edID": 128666654, - "eddbID": 1256, - "grp": "fs", - "id": "30", - "power": 0.27, - "rate": 100, - "rating": "D" - }, - { - "class": 3, - "cost": 56440, - "edID": 128666662, - "eddbID": 1264, - "grp": "fs", - "id": "2v", - "power": 0.34, - "rate": 126, - "rating": "C" - }, - { - "class": 3, - "cost": 225740, - "edID": 128666670, - "eddbID": 1272, - "grp": "fs", - "id": "2u", - "power": 0.41, - "rate": 151, - "rating": "B" - }, - { - "class": 3, - "cost": 902950, - "edID": 128666678, - "eddbID": 1280, - "grp": "fs", - "id": "2t", - "power": 0.48, - "rate": 176, + "id": "2j", + "power": 0.32, + "rate": 42, "rating": "A" }, { @@ -12403,58 +12437,333 @@ "rating": "A" }, { - "class": 1, - "cost": 310, - "edID": 128666644, - "eddbID": 1246, + "class": 3, + "cost": 3390, + "edID": 128666646, + "eddbID": 1248, "grp": "fs", - "id": "2n", - "power": 0.14, - "rate": 18, + "id": "31", + "power": 0.2, + "rate": 75, "rating": "E" }, { - "class": 1, - "cost": 1290, - "edID": 128666652, - "eddbID": 1254, + "class": 3, + "cost": 14110, + "edID": 128666654, + "eddbID": 1256, "grp": "fs", - "id": "2m", - "power": 0.18, - "rate": 24, + "id": "30", + "power": 0.27, + "rate": 100, "rating": "D" }, { - "class": 1, - "cost": 5140, - "edID": 128666660, - "eddbID": 1262, + "class": 3, + "cost": 56440, + "edID": 128666662, + "eddbID": 1264, "grp": "fs", - "id": "2l", - "power": 0.23, - "rate": 30, + "id": "2v", + "power": 0.34, + "rate": 126, "rating": "C" }, { - "class": 1, - "cost": 20570, - "edID": 128666668, - "eddbID": 1270, + "class": 3, + "cost": 225740, + "edID": 128666670, + "eddbID": 1272, "grp": "fs", - "id": "2k", - "power": 0.28, - "rate": 36, + "id": "2u", + "power": 0.41, + "rate": 151, "rating": "B" }, { - "class": 1, - "cost": 82270, - "edID": 128666676, - "eddbID": 1278, + "class": 3, + "cost": 902950, + "edID": 128666678, + "eddbID": 1280, "grp": "fs", - "id": "2j", - "power": 0.32, - "rate": 42, + "id": "2t", + "power": 0.48, + "rate": 176, + "rating": "A" + }, + { + "class": 4, + "cost": 10730, + "edID": 128666647, + "eddbID": 1249, + "grp": "fs", + "id": "36", + "power": 0.25, + "rate": 147, + "rating": "E" + }, + { + "class": 4, + "cost": 44720, + "edID": 128666655, + "eddbID": 1257, + "grp": "fs", + "id": "35", + "power": 0.33, + "rate": 196, + "rating": "D" + }, + { + "class": 4, + "cost": 178900, + "edID": 128666663, + "eddbID": 1265, + "grp": "fs", + "id": "34", + "power": 0.41, + "rate": 245, + "rating": "C" + }, + { + "class": 4, + "cost": 715590, + "edID": 128666671, + "eddbID": 1273, + "grp": "fs", + "id": "33", + "power": 0.49, + "rate": 294, + "rating": "B" + }, + { + "class": 4, + "cost": 2862360, + "edID": 128666679, + "eddbID": 1281, + "grp": "fs", + "id": "32", + "power": 0.57, + "rate": 342, + "rating": "A" + }, + { + "class": 5, + "cost": 34030, + "edID": 128666648, + "eddbID": 1250, + "grp": "fs", + "id": "3b", + "power": 0.3, + "rate": 247, + "rating": "E" + }, + { + "class": 5, + "cost": 141780, + "edID": 128666656, + "eddbID": 1258, + "grp": "fs", + "id": "3a", + "power": 0.4, + "rate": 330, + "rating": "D" + }, + { + "class": 5, + "cost": 567110, + "edID": 128666664, + "eddbID": 1266, + "grp": "fs", + "id": "39", + "power": 0.5, + "rate": 412, + "rating": "C" + }, + { + "class": 5, + "cost": 2268420, + "edID": 128666672, + "eddbID": 1274, + "grp": "fs", + "id": "38", + "power": 0.6, + "rate": 494, + "rating": "B" + }, + { + "class": 5, + "cost": 9073690, + "edID": 128666680, + "eddbID": 1282, + "grp": "fs", + "id": "37", + "power": 0.7, + "rate": 577, + "rating": "A" + }, + { + "class": 6, + "cost": 107860, + "edID": 128666649, + "eddbID": 1251, + "grp": "fs", + "id": "3g", + "power": 0.35, + "rate": 376, + "rating": "E" + }, + { + "class": 6, + "cost": 449430, + "edID": 128666657, + "eddbID": 1259, + "grp": "fs", + "id": "3f", + "power": 0.47, + "rate": 502, + "rating": "D" + }, + { + "class": 6, + "cost": 1797730, + "edID": 128666665, + "eddbID": 1267, + "grp": "fs", + "id": "3e", + "power": 0.59, + "rate": 627, + "rating": "C" + }, + { + "class": 6, + "cost": 7190900, + "edID": 128666673, + "eddbID": 1275, + "grp": "fs", + "id": "3d", + "power": 0.71, + "rate": 752, + "rating": "B" + }, + { + "class": 6, + "cost": 28763610, + "edID": 128666681, + "eddbID": 1283, + "grp": "fs", + "id": "3c", + "power": 0.83, + "rate": 878, + "rating": "A" + }, + { + "class": 7, + "cost": 341930, + "edID": 128666650, + "eddbID": 1252, + "grp": "fs", + "id": "3l", + "power": 0.41, + "rate": 534, + "rating": "E" + }, + { + "class": 7, + "cost": 1424700, + "edID": 128666658, + "eddbID": 1260, + "grp": "fs", + "id": "3k", + "power": 0.55, + "rate": 712, + "rating": "D" + }, + { + "class": 7, + "cost": 5698790, + "edID": 128666666, + "eddbID": 1268, + "grp": "fs", + "id": "3j", + "power": 0.69, + "rate": 890, + "rating": "C" + }, + { + "class": 7, + "cost": 22795160, + "edID": 128666674, + "eddbID": 1276, + "grp": "fs", + "id": "3i", + "power": 0.83, + "rate": 1068, + "rating": "B" + }, + { + "class": 7, + "cost": 91180640, + "edID": 128666682, + "eddbID": 1284, + "grp": "fs", + "id": "3h", + "power": 0.97, + "rate": 1245, + "rating": "A" + }, + { + "class": 8, + "cost": 1083910, + "edID": 128666651, + "eddbID": 1253, + "grp": "fs", + "id": "3q", + "power": 0.48, + "rate": 720, + "rating": "E" + }, + { + "class": 8, + "cost": 4516290, + "edID": 128666659, + "eddbID": 1261, + "grp": "fs", + "id": "3p", + "power": 0.64, + "rate": 960, + "rating": "D" + }, + { + "class": 8, + "cost": 18065160, + "edID": 128666667, + "eddbID": 1269, + "grp": "fs", + "id": "3o", + "power": 0.8, + "rate": 1200, + "rating": "C" + }, + { + "class": 8, + "cost": 72260660, + "edID": 128666675, + "eddbID": 1277, + "grp": "fs", + "id": "3n", + "power": 0.96, + "rate": 1440, + "rating": "B" + }, + { + "class": 8, + "cost": 289042540, + "edID": 128666683, + "eddbID": 1285, + "grp": "fs", + "id": "3m", + "power": 1.12, + "rate": 1680, "rating": "A" } ], @@ -12542,133 +12851,68 @@ ], "fx": [ { - "class": 7, - "cost": 437400, - "edID": 128671264, - "eddbID": 1429, + "class": 1, + "cost": 600, + "edID": 128671249, + "eddbID": 1414, "grp": "fx", - "id": "Ff", - "mass": 80, - "maximum": 8, - "power": 0.55, - "range": 1.02, + "id": "F0", + "mass": 1.3, + "maximum": 1, + "power": 0.18, + "range": 0.6, "rating": "E" }, { - "class": 7, - "cost": 874800, - "edID": 128671265, - "eddbID": 1430, + "class": 1, + "cost": 1200, + "edID": 128671250, + "eddbID": 1415, "grp": "fx", - "id": "Fg", - "mass": 32, - "maximum": 8, - "power": 0.41, - "range": 1.36, + "id": "F1", + "mass": 0.5, + "maximum": 1, + "power": 0.14, + "range": 0.8, "rating": "D" }, { - "class": 7, - "cost": 1749600, - "edID": 128671266, - "eddbID": 1431, + "class": 1, + "cost": 2400, + "edID": 128671251, + "eddbID": 1416, "grp": "fx", - "id": "Fh", - "mass": 80, - "maximum": 8, - "power": 0.69, - "range": 1.7, + "id": "F2", + "mass": 1.3, + "maximum": 1, + "power": 0.23, + "range": 1, "rating": "C" }, { - "class": 7, - "cost": 3499200, - "edID": 128671267, - "eddbID": 1432, + "class": 1, + "cost": 4800, + "edID": 128671252, + "eddbID": 1417, "grp": "fx", - "id": "Fi", - "mass": 128, - "maximum": 8, - "power": 0.97, - "range": 2.04, + "id": "F3", + "mass": 2, + "maximum": 1, + "power": 0.32, + "range": 1.2, "rating": "B" }, { - "class": 7, - "cost": 6998400, - "edID": 128671268, - "eddbID": 1433, + "class": 1, + "cost": 9600, + "edID": 128671253, + "eddbID": 1418, "grp": "fx", - "id": "Fj", - "mass": 80, - "maximum": 8, - "power": 0.83, - "range": 2.38, - "rating": "A" - }, - { - "class": 5, - "cost": 48600, - "edID": 128671259, - "eddbID": 1424, - "grp": "fx", - "id": "Fa", - "mass": 20, - "maximum": 4, - "power": 0.4, - "range": 0.78, - "rating": "E" - }, - { - "class": 5, - "cost": 97200, - "edID": 128671260, - "eddbID": 1425, - "grp": "fx", - "id": "Fb", - "mass": 8, - "maximum": 4, - "power": 0.3, - "range": 1.04, - "rating": "D" - }, - { - "class": 5, - "cost": 194400, - "edID": 128671261, - "eddbID": 1426, - "grp": "fx", - "id": "Fc", - "mass": 20, - "maximum": 4, - "power": 0.5, - "range": 1.3, - "rating": "C" - }, - { - "class": 5, - "cost": 388800, - "edID": 128671262, - "eddbID": 1427, - "grp": "fx", - "id": "Fd", - "mass": 32, - "maximum": 4, - "power": 0.97, - "range": 1.56, - "rating": "B" - }, - { - "class": 5, - "cost": 777600, - "edID": 128671263, - "eddbID": 1428, - "grp": "fx", - "id": "Fe", - "mass": 20, - "maximum": 4, - "power": 0.6, - "range": 1.82, + "id": "F4", + "mass": 1.3, + "maximum": 1, + "power": 0.28, + "range": 1.4, "rating": "A" }, { @@ -12737,212 +12981,207 @@ "rating": "A" }, { - "class": 1, - "cost": 600, - "edID": 128671249, - "eddbID": 1414, + "class": 5, + "cost": 48600, + "edID": 128671259, + "eddbID": 1424, "grp": "fx", - "id": "F0", - "mass": 1.3, - "maximum": 1, - "power": 0.18, - "range": 0.6, + "id": "Fa", + "mass": 20, + "maximum": 4, + "power": 0.4, + "range": 0.78, "rating": "E" }, { - "class": 1, - "cost": 1200, - "edID": 128671250, - "eddbID": 1415, + "class": 5, + "cost": 97200, + "edID": 128671260, + "eddbID": 1425, "grp": "fx", - "id": "F1", - "mass": 0.5, - "maximum": 1, - "power": 0.14, - "range": 0.8, + "id": "Fb", + "mass": 8, + "maximum": 4, + "power": 0.3, + "range": 1.04, "rating": "D" }, { - "class": 1, - "cost": 2400, - "edID": 128671251, - "eddbID": 1416, + "class": 5, + "cost": 194400, + "edID": 128671261, + "eddbID": 1426, "grp": "fx", - "id": "F2", - "mass": 1.3, - "maximum": 1, - "power": 0.23, - "range": 1, + "id": "Fc", + "mass": 20, + "maximum": 4, + "power": 0.5, + "range": 1.3, "rating": "C" }, { - "class": 1, - "cost": 4800, - "edID": 128671252, - "eddbID": 1417, + "class": 5, + "cost": 388800, + "edID": 128671262, + "eddbID": 1427, "grp": "fx", - "id": "F3", - "mass": 2, - "maximum": 1, - "power": 0.32, - "range": 1.2, + "id": "Fd", + "mass": 32, + "maximum": 4, + "power": 0.97, + "range": 1.56, "rating": "B" }, { - "class": 1, - "cost": 9600, - "edID": 128671253, - "eddbID": 1418, + "class": 5, + "cost": 777600, + "edID": 128671263, + "eddbID": 1428, "grp": "fx", - "id": "F4", - "mass": 1.3, - "maximum": 1, - "power": 0.28, - "range": 1.4, + "id": "Fe", + "mass": 20, + "maximum": 4, + "power": 0.6, + "range": 1.82, + "rating": "A" + }, + { + "class": 7, + "cost": 437400, + "edID": 128671264, + "eddbID": 1429, + "grp": "fx", + "id": "Ff", + "mass": 80, + "maximum": 8, + "power": 0.55, + "range": 1.02, + "rating": "E" + }, + { + "class": 7, + "cost": 874800, + "edID": 128671265, + "eddbID": 1430, + "grp": "fx", + "id": "Fg", + "mass": 32, + "maximum": 8, + "power": 0.41, + "range": 1.36, + "rating": "D" + }, + { + "class": 7, + "cost": 1749600, + "edID": 128671266, + "eddbID": 1431, + "grp": "fx", + "id": "Fh", + "mass": 80, + "maximum": 8, + "power": 0.69, + "range": 1.7, + "rating": "C" + }, + { + "class": 7, + "cost": 3499200, + "edID": 128671267, + "eddbID": 1432, + "grp": "fx", + "id": "Fi", + "mass": 128, + "maximum": 8, + "power": 0.97, + "range": 2.04, + "rating": "B" + }, + { + "class": 7, + "cost": 6998400, + "edID": 128671268, + "eddbID": 1433, + "grp": "fx", + "id": "Fj", + "mass": 80, + "maximum": 8, + "power": 0.83, + "range": 2.38, "rating": "A" } ], "hb": [ { - "class": 7, - "cost": 437400, - "edID": 128066547, - "eddbID": 1222, + "class": 1, + "cost": 600, + "edID": 128066532, + "eddbID": 1207, "grp": "hb", - "id": "7d", - "mass": 80, - "maximum": 18, - "power": 0.42, - "range": 2.58, + "id": "6u", + "mass": 1.3, + "maximum": 2, + "power": 0.12, + "range": 1.5, "rating": "E", - "time": 25 + "time": 42 }, { - "class": 7, - "cost": 874800, - "edID": 128066548, - "eddbID": 1223, + "class": 1, + "cost": 1200, + "edID": 128066533, + "eddbID": 1208, "grp": "hb", - "id": "7c", - "mass": 32, - "maximum": 12, - "power": 0.56, - "range": 3.44, + "id": "6t", + "mass": 0.5, + "maximum": 1, + "power": 0.16, + "range": 2, "rating": "D", - "time": 22 + "time": 36 }, { - "class": 7, - "cost": 1749600, - "edID": 128066549, - "eddbID": 1224, + "class": 1, + "cost": 2400, + "edID": 128066534, + "eddbID": 1209, "grp": "hb", - "id": "7b", - "mass": 80, - "maximum": 15, - "power": 0.7, - "range": 4.3, + "id": "6s", + "mass": 1.3, + "maximum": 1, + "power": 0.2, + "range": 2.5, "rating": "C", - "time": 18 + "time": 30 }, { - "class": 7, - "cost": 3499200, - "edID": 128066550, - "eddbID": 1225, + "class": 1, + "cost": 4800, + "edID": 128066535, + "eddbID": 1210, "grp": "hb", - "id": "7a", - "mass": 128, - "maximum": 18, - "power": 0.84, - "range": 5.16, + "id": "6r", + "mass": 2, + "maximum": 2, + "power": 0.24, + "range": 3, "rating": "B", - "time": 14 + "time": 24 }, { - "class": 7, - "cost": 6998400, - "edID": 128066551, - "eddbID": 1226, + "class": 1, + "cost": 9600, + "edID": 128066536, + "eddbID": 1211, "grp": "hb", - "id": "79", - "mass": 90, - "maximum": 12, - "power": 0.98, - "range": 6.02, + "id": "6q", + "mass": 1.3, + "maximum": 1, + "power": 0.28, + "range": 3.5, "rating": "A", - "time": 11 - }, - { - "class": 5, - "cost": 48600, - "edID": 128066542, - "eddbID": 1217, - "grp": "hb", - "id": "78", - "mass": 20, - "maximum": 9, - "power": 0.3, - "range": 1.98, - "rating": "E", - "time": 31 - }, - { - "class": 5, - "cost": 97200, - "edID": 128066543, - "eddbID": 1218, - "grp": "hb", - "id": "77", - "mass": 8, - "maximum": 6, - "power": 0.4, - "range": 2.64, - "rating": "D", - "time": 26 - }, - { - "class": 5, - "cost": 194400, - "edID": 128066544, - "eddbID": 1219, - "grp": "hb", - "id": "76", - "mass": 20, - "maximum": 7, - "power": 0.5, - "range": 3.3, - "rating": "C", - "time": 22 - }, - { - "class": 5, - "cost": 388800, - "edID": 128066545, - "eddbID": 1220, - "grp": "hb", - "id": "75", - "mass": 32, - "maximum": 9, - "power": 0.6, - "range": 3.96, - "rating": "B", "time": 18 }, - { - "class": 5, - "cost": 777600, - "edID": 128066546, - "eddbID": 1221, - "grp": "hb", - "id": "74", - "mass": 20, - "maximum": 6, - "power": 0.7, - "range": 4.62, - "rating": "A", - "time": 13 - }, { "class": 3, "cost": 5400, @@ -13014,189 +13253,147 @@ "time": 16 }, { - "class": 1, - "cost": 600, - "edID": 128066532, - "eddbID": 1207, + "class": 5, + "cost": 48600, + "edID": 128066542, + "eddbID": 1217, "grp": "hb", - "id": "6u", - "mass": 1.3, - "maximum": 2, - "power": 0.12, - "range": 1.5, + "id": "78", + "mass": 20, + "maximum": 9, + "power": 0.3, + "range": 1.98, "rating": "E", - "time": 42 + "time": 31 }, { - "class": 1, - "cost": 1200, - "edID": 128066533, - "eddbID": 1208, + "class": 5, + "cost": 97200, + "edID": 128066543, + "eddbID": 1218, "grp": "hb", - "id": "6t", - "mass": 0.5, - "maximum": 1, - "power": 0.16, - "range": 2, + "id": "77", + "mass": 8, + "maximum": 6, + "power": 0.4, + "range": 2.64, "rating": "D", - "time": 36 + "time": 26 }, { - "class": 1, - "cost": 2400, - "edID": 128066534, - "eddbID": 1209, + "class": 5, + "cost": 194400, + "edID": 128066544, + "eddbID": 1219, "grp": "hb", - "id": "6s", - "mass": 1.3, - "maximum": 1, - "power": 0.2, - "range": 2.5, + "id": "76", + "mass": 20, + "maximum": 7, + "power": 0.5, + "range": 3.3, "rating": "C", - "time": 30 + "time": 22 }, { - "class": 1, - "cost": 4800, - "edID": 128066535, - "eddbID": 1210, + "class": 5, + "cost": 388800, + "edID": 128066545, + "eddbID": 1220, "grp": "hb", - "id": "6r", - "mass": 2, - "maximum": 2, - "power": 0.24, - "range": 3, + "id": "75", + "mass": 32, + "maximum": 9, + "power": 0.6, + "range": 3.96, "rating": "B", - "time": 24 + "time": 18 }, { - "class": 1, - "cost": 9600, - "edID": 128066536, - "eddbID": 1211, + "class": 5, + "cost": 777600, + "edID": 128066546, + "eddbID": 1221, "grp": "hb", - "id": "6q", - "mass": 1.3, - "maximum": 1, - "power": 0.28, - "range": 3.5, + "id": "74", + "mass": 20, + "maximum": 6, + "power": 0.7, + "range": 4.62, "rating": "A", + "time": 13 + }, + { + "class": 7, + "cost": 437400, + "edID": 128066547, + "eddbID": 1222, + "grp": "hb", + "id": "7d", + "mass": 80, + "maximum": 18, + "power": 0.42, + "range": 2.58, + "rating": "E", + "time": 25 + }, + { + "class": 7, + "cost": 874800, + "edID": 128066548, + "eddbID": 1223, + "grp": "hb", + "id": "7c", + "mass": 32, + "maximum": 12, + "power": 0.56, + "range": 3.44, + "rating": "D", + "time": 22 + }, + { + "class": 7, + "cost": 1749600, + "edID": 128066549, + "eddbID": 1224, + "grp": "hb", + "id": "7b", + "mass": 80, + "maximum": 15, + "power": 0.7, + "range": 4.3, + "rating": "C", "time": 18 + }, + { + "class": 7, + "cost": 3499200, + "edID": 128066550, + "eddbID": 1225, + "grp": "hb", + "id": "7a", + "mass": 128, + "maximum": 18, + "power": 0.84, + "range": 5.16, + "rating": "B", + "time": 14 + }, + { + "class": 7, + "cost": 6998400, + "edID": 128066551, + "eddbID": 1226, + "grp": "hb", + "id": "79", + "mass": 90, + "maximum": 12, + "power": 0.98, + "range": 6.02, + "rating": "A", + "time": 11 } ], "hr": [ - { - "hullreinforcement": 360, - "class": 5, - "cost": 150000, - "edID": 128668545, - "eddbID": 1381, - "explres": 0.025, - "grp": "hr", - "id": "2e", - "kinres": 0.025, - "mass": 64, - "rating": "E", - "thermres": 0.025 - }, - { - "hullreinforcement": 390, - "class": 5, - "cost": 450000, - "edID": 128668546, - "eddbID": 1382, - "explres": 0.025, - "grp": "hr", - "id": "2d", - "kinres": 0.025, - "mass": 32, - "rating": "D", - "thermres": 0.025 - }, - { - "hullreinforcement": 300, - "class": 4, - "cost": 65000, - "edID": 128668543, - "eddbID": 1379, - "explres": 0.02, - "grp": "hr", - "id": "2c", - "kinres": 0.02, - "mass": 32, - "rating": "E", - "thermres": 0.02 - }, - { - "hullreinforcement": 330, - "class": 4, - "cost": 195000, - "edID": 128668544, - "eddbID": 1380, - "explres": 0.02, - "grp": "hr", - "id": "2b", - "kinres": 0.02, - "mass": 16, - "rating": "D", - "thermres": 0.02 - }, - { - "hullreinforcement": 230, - "class": 3, - "cost": 28000, - "edID": 128668541, - "eddbID": 1377, - "explres": 0.015, - "grp": "hr", - "id": "2a", - "kinres": 0.015, - "mass": 16, - "rating": "E", - "thermres": 0.015 - }, - { - "hullreinforcement": 260, - "class": 3, - "cost": 84000, - "edID": 128668542, - "eddbID": 1378, - "explres": 0.015, - "grp": "hr", - "id": "29", - "kinres": 0.015, - "mass": 8, - "rating": "D", - "thermres": 0.015 - }, - { - "hullreinforcement": 150, - "class": 2, - "cost": 12000, - "edID": 128668539, - "eddbID": 1375, - "explres": 0.01, - "grp": "hr", - "id": "28", - "kinres": 0.01, - "mass": 8, - "rating": "E", - "thermres": 0.01 - }, - { - "hullreinforcement": 190, - "class": 2, - "cost": 36000, - "edID": 128668540, - "eddbID": 1376, - "explres": 0.01, - "grp": "hr", - "id": "27", - "kinres": 0.01, - "mass": 4, - "rating": "D", - "thermres": 0.01 - }, { "hullreinforcement": 80, "class": 1, @@ -13207,7 +13404,7 @@ "grp": "hr", "id": "26", "kinres": 0.005, - "mass": 4, + "mass": 2, "rating": "E", "thermres": 0.005 }, @@ -13221,34 +13418,268 @@ "grp": "hr", "id": "25", "kinres": 0.005, - "mass": 2, + "mass": 1, "rating": "D", "thermres": 0.005 + }, + { + "hullreinforcement": 150, + "class": 2, + "cost": 12000, + "edID": 128668539, + "eddbID": 1375, + "explres": 0.01, + "grp": "hr", + "id": "28", + "kinres": 0.01, + "mass": 4, + "rating": "E", + "thermres": 0.01 + }, + { + "hullreinforcement": 190, + "class": 2, + "cost": 36000, + "edID": 128668540, + "eddbID": 1376, + "explres": 0.01, + "grp": "hr", + "id": "27", + "kinres": 0.01, + "mass": 2, + "rating": "D", + "thermres": 0.01 + }, + { + "hullreinforcement": 230, + "class": 3, + "cost": 28000, + "edID": 128668541, + "eddbID": 1377, + "explres": 0.015, + "grp": "hr", + "id": "2a", + "kinres": 0.015, + "mass": 8, + "rating": "E", + "thermres": 0.015 + }, + { + "hullreinforcement": 260, + "class": 3, + "cost": 84000, + "edID": 128668542, + "eddbID": 1378, + "explres": 0.015, + "grp": "hr", + "id": "29", + "kinres": 0.015, + "mass": 4, + "rating": "D", + "thermres": 0.015 + }, + { + "hullreinforcement": 300, + "class": 4, + "cost": 65000, + "edID": 128668543, + "eddbID": 1379, + "explres": 0.02, + "grp": "hr", + "id": "2c", + "kinres": 0.02, + "mass": 16, + "rating": "E", + "thermres": 0.02 + }, + { + "hullreinforcement": 330, + "class": 4, + "cost": 195000, + "edID": 128668544, + "eddbID": 1380, + "explres": 0.02, + "grp": "hr", + "id": "2b", + "kinres": 0.02, + "mass": 8, + "rating": "D", + "thermres": 0.02 + }, + { + "hullreinforcement": 360, + "class": 5, + "cost": 150000, + "edID": 128668545, + "eddbID": 1381, + "explres": 0.025, + "grp": "hr", + "id": "2e", + "kinres": 0.025, + "mass": 32, + "rating": "E", + "thermres": 0.025 + }, + { + "hullreinforcement": 390, + "class": 5, + "cost": 450000, + "edID": 128668546, + "eddbID": 1382, + "explres": 0.025, + "grp": "hr", + "id": "2d", + "kinres": 0.025, + "mass": 16, + "rating": "D", + "thermres": 0.025 + } + ], + "mrp": [ + { + "class": 1, + "cost": 5000, + "eddbID": 1577, + "edID": 128737270, + "grp": "mrp", + "id": "m0", + "integrity": 70, + "mass": 2, + "protection": 0.3, + "rating": "E" + }, + { + "class": 1, + "cost": 15000, + "eddbID": 1578, + "edID": 128737271, + "grp": "mrp", + "id": "m1", + "integrity": 30, + "mass": 1, + "protection": 0.6, + "rating": "D" + }, + { + "class": 2, + "cost": 12000, + "eddbID": 1579, + "edID": 128737272, + "grp": "mrp", + "id": "m2", + "integrity": 105, + "mass": 4, + "protection": 0.3, + "rating": "E" + }, + { + "class": 2, + "cost": 36000, + "eddbID": 1580, + "edID": 128737273, + "grp": "mrp", + "id": "m3", + "integrity": 45, + "mass": 2, + "protection": 0.6, + "rating": "D" + }, + { + "class": 3, + "cost": 28000, + "eddbID": 1581, + "edID": 128737274, + "grp": "mrp", + "id": "m4", + "integrity": 155, + "mass": 8, + "protection": 0.3, + "rating": "E" + }, + { + "class": 3, + "cost": 84000, + "eddbID": 1582, + "edID": 128737275, + "grp": "mrp", + "id": "m5", + "integrity": 65, + "mass": 4, + "protection": 0.6, + "rating": "D" + }, + { + "class": 4, + "cost": 65000, + "eddbID": 1583, + "edID": 128737276, + "grp": "mrp", + "id": "m6", + "integrity": 235, + "mass": 16, + "protection": 0.3, + "rating": "E" + }, + { + "class": 4, + "cost": 195000, + "eddbID": 1584, + "edID": 128737277, + "grp": "mrp", + "id": "m7", + "integrity": 95, + "mass": 8, + "protection": 0.6, + "rating": "D" + }, + { + "class": 5, + "cost": 150000, + "eddbID": 1585, + "edID": 128737278, + "grp": "mrp", + "id": "m8", + "integrity": 350, + "mass": 32, + "protection": 0.3, + "rating": "E" + }, + { + "class": 5, + "cost": 450000, + "eddbID": 1586, + "edID": 128737279, + "grp": "mrp", + "id": "m9", + "integrity": 145, + "mass": 16, + "protection": 0.6, + "rating": "D" } ], "pv": [ { - "bays": 4, - "class": 6, - "cost": 576000, - "edID": 128672292, - "eddbID": 1524, + "bays": 1, + "class": 2, + "cost": 18000, + "edID": 128672288, + "eddbID": 1528, "grp": "pv", - "id": "v1", - "mass": 34, - "power": 0.6, + "id": "v5", + "mass": 12, + "power": 0.25, "rating": "H" }, { - "bays": 4, - "class": 6, - "cost": 691200, - "edID": 128672293, - "eddbID": 1525, + "bays": 1, + "class": 2, + "cost": 21600, + "edID": 128672289, + "eddbID": 1529, "grp": "pv", - "id": "v2", - "mass": 17, - "power": 1.8, + "id": "v6", + "mass": 6, + "power": 0.75, "rating": "G" }, { @@ -13276,32 +13707,33 @@ "rating": "G" }, { - "bays": 1, - "class": 2, - "cost": 18000, - "edID": 128672288, - "eddbID": 1528, + "bays": 4, + "class": 6, + "cost": 576000, + "edID": 128672292, + "eddbID": 1524, "grp": "pv", - "id": "v5", - "mass": 12, - "power": 0.25, + "id": "v1", + "mass": 34, + "power": 0.6, "rating": "H" }, { - "bays": 1, - "class": 2, - "cost": 21600, - "edID": 128672289, - "eddbID": 1529, + "bays": 4, + "class": 6, + "cost": 691200, + "edID": 128672293, + "eddbID": 1525, "grp": "pv", - "id": "v6", - "mass": 6, - "power": 0.75, + "id": "v2", + "mass": 17, + "power": 1.8, "rating": "G" } ], "psg": [ { + "brokenregen": 1.2, "class": 1, "cost": 132200, "edID": 128671323, @@ -13320,10 +13752,11 @@ "power": 2.52, "pp": "Aisling Duval", "rating": "A", - "recover": 1.2, + "regen": 1, "thermres": -0.2 }, { + "brokenregen": 1.2, "class": 2, "cost": 240340, "edID": 128671324, @@ -13342,10 +13775,11 @@ "power": 3.15, "pp": "Aisling Duval", "rating": "A", - "recover": 1.2, + "regen": 1, "thermres": -0.2 }, { + "brokenregen": 1.3, "class": 3, "cost": 761870, "edID": 128671325, @@ -13364,10 +13798,11 @@ "power": 3.78, "pp": "Aisling Duval", "rating": "A", - "recover": 1.2, + "regen": 1, "thermres": -0.2 }, { + "brokenregen": 1.7, "class": 4, "cost": 2415120, "edID": 128671326, @@ -13386,10 +13821,11 @@ "power": 4.62, "pp": "Aisling Duval", "rating": "A", - "recover": 1.425, + "regen": 1, "thermres": -0.2 }, { + "brokenregen": 2.3, "class": 5, "cost": 7655930, "edID": 128671327, @@ -13408,10 +13844,11 @@ "power": 5.46, "pp": "Aisling Duval", "rating": "A", - "recover": 1.875, + "regen": 1, "thermres": -0.2 }, { + "brokenregen": 3.2, "class": 6, "cost": 24269300, "edID": 128671328, @@ -13430,10 +13867,11 @@ "power": 6.51, "pp": "Aisling Duval", "rating": "A", - "recover": 2.4, + "regen": 1.3, "thermres": -0.2 }, { + "brokenregen": 4.2, "class": 7, "cost": 76933670, "edID": 128671329, @@ -13452,10 +13890,11 @@ "power": 7.35, "pp": "Aisling Duval", "rating": "A", - "recover": 3, + "regen": 1.7, "thermres": -0.2 }, { + "brokenregen": 5.4, "class": 8, "cost": 243879730, "edID": 128671330, @@ -13474,139 +13913,74 @@ "power": 8.4, "pp": "Aisling Duval", "rating": "A", - "recover": 3.6, + "regen": 2.2, "thermres": -0.2 } ], "pc": [ { - "class": 7, - "cost": 437400, - "edID": 128671284, - "eddbID": 1449, + "class": 1, + "cost": 600, + "edID": 128671269, + "eddbID": 1434, "grp": "pc", - "id": "Pf", - "mass": 80, - "maximum": 8, - "power": 0.55, - "range": 5.1, + "id": "P0", + "mass": 1.3, + "maximum": 1, + "power": 0.18, + "range": 3, "rating": "E" }, { - "class": 7, - "cost": 874800, - "edID": 128671285, - "eddbID": 1450, + "class": 1, + "cost": 1200, + "edID": 128671270, + "eddbID": 1435, "grp": "pc", - "id": "Pg", - "mass": 32, - "maximum": 8, - "power": 0.41, - "range": 6.8, + "id": "P1", + "mass": 0.5, + "maximum": 1, + "power": 0.14, + "range": 4, "rating": "D" }, { - "class": 7, - "cost": 1749600, - "edID": 128671286, - "eddbID": 1451, + "class": 1, + "cost": 2400, + "edID": 128671271, + "eddbID": 1436, "grp": "pc", - "id": "Ph", - "mass": 80, - "maximum": 8, - "power": 0.69, - "range": 8.5, + "id": "P2", + "mass": 1.3, + "maximum": 1, + "power": 0.23, + "range": 5, "rating": "C" }, { - "class": 7, - "cost": 3499200, - "edID": 128671287, - "eddbID": 1452, + "class": 1, + "cost": 4800, + "edID": 128671272, + "eddbID": 1437, "grp": "pc", - "id": "Pi", - "mass": 128, - "maximum": 8, - "power": 0.97, - "range": 10.2, + "id": "P3", + "mass": 2, + "maximum": 1, + "power": 0.32, + "range": 6, "rating": "B" }, { - "class": 7, - "cost": 6998400, - "edID": 128671288, - "eddbID": 1453, + "class": 1, + "cost": 9600, + "edID": 128671273, + "eddbID": 1438, "grp": "pc", - "id": "Pj", - "mass": 80, - "maximum": 8, - "power": 0.83, - "range": 11.9, - "rating": "A" - }, - { - "class": 5, - "cost": 48600, - "edID": 128671279, - "eddbID": 1444, - "grp": "pc", - "id": "Pa", - "mass": 20, - "maximum": 4, - "power": 0.4, - "range": 3.9, - "rating": "E" - }, - { - "class": 5, - "cost": 97200, - "edID": 128671280, - "eddbID": 1445, - "grp": "pc", - "id": "Pb", - "mass": 8, - "maximum": 4, - "power": 0.3, - "range": 5.2, - "rating": "D" - }, - { - "class": 5, - "cost": 194400, - "edID": 128671281, - "eddbID": 1446, - "grp": "pc", - "id": "Pc", - "mass": 20, - "maximum": 4, - "power": 0.5, - "range": 6.5, - "rating": "C" - }, - { - "class": 5, - "cost": 388800, - "edID": 128671282, - "eddbID": 1447, - "grp": "pc", - "id": "Pd", - "mass": 32, - "maximum": 4, - "power": 0.97, - "range": 7.8, - "rating": "B" - }, - { - "class": 5, - "cost": 777600, - "edID": 128671283, - "eddbID": 1448, - "grp": "pc", - "id": "Pe", - "mass": 20, - "maximum": 4, - "power": 0.6, - "range": 9.1, + "id": "P4", + "mass": 1.3, + "maximum": 1, + "power": 0.28, + "range": 7, "rating": "A" }, { @@ -13675,68 +14049,133 @@ "rating": "A" }, { - "class": 1, - "cost": 600, - "edID": 128671269, - "eddbID": 1434, + "class": 5, + "cost": 48600, + "edID": 128671279, + "eddbID": 1444, "grp": "pc", - "id": "P0", - "mass": 1.3, - "maximum": 1, - "power": 0.18, - "range": 3, + "id": "Pa", + "mass": 20, + "maximum": 4, + "power": 0.4, + "range": 3.9, "rating": "E" }, { - "class": 1, - "cost": 1200, - "edID": 128671270, - "eddbID": 1435, + "class": 5, + "cost": 97200, + "edID": 128671280, + "eddbID": 1445, "grp": "pc", - "id": "P1", - "mass": 0.5, - "maximum": 1, - "power": 0.14, - "range": 4, + "id": "Pb", + "mass": 8, + "maximum": 4, + "power": 0.3, + "range": 5.2, "rating": "D" }, { - "class": 1, - "cost": 2400, - "edID": 128671271, - "eddbID": 1436, + "class": 5, + "cost": 194400, + "edID": 128671281, + "eddbID": 1446, "grp": "pc", - "id": "P2", - "mass": 1.3, - "maximum": 1, - "power": 0.23, - "range": 5, + "id": "Pc", + "mass": 20, + "maximum": 4, + "power": 0.5, + "range": 6.5, "rating": "C" }, { - "class": 1, - "cost": 4800, - "edID": 128671272, - "eddbID": 1437, + "class": 5, + "cost": 388800, + "edID": 128671282, + "eddbID": 1447, "grp": "pc", - "id": "P3", - "mass": 2, - "maximum": 1, - "power": 0.32, - "range": 6, + "id": "Pd", + "mass": 32, + "maximum": 4, + "power": 0.97, + "range": 7.8, "rating": "B" }, { - "class": 1, - "cost": 9600, - "edID": 128671273, - "eddbID": 1438, + "class": 5, + "cost": 777600, + "edID": 128671283, + "eddbID": 1448, "grp": "pc", - "id": "P4", - "mass": 1.3, - "maximum": 1, - "power": 0.28, - "range": 7, + "id": "Pe", + "mass": 20, + "maximum": 4, + "power": 0.6, + "range": 9.1, + "rating": "A" + }, + { + "class": 7, + "cost": 437400, + "edID": 128671284, + "eddbID": 1449, + "grp": "pc", + "id": "Pf", + "mass": 80, + "maximum": 8, + "power": 0.55, + "range": 5.1, + "rating": "E" + }, + { + "class": 7, + "cost": 874800, + "edID": 128671285, + "eddbID": 1450, + "grp": "pc", + "id": "Pg", + "mass": 32, + "maximum": 8, + "power": 0.41, + "range": 6.8, + "rating": "D" + }, + { + "class": 7, + "cost": 1749600, + "edID": 128671286, + "eddbID": 1451, + "grp": "pc", + "id": "Ph", + "mass": 80, + "maximum": 8, + "power": 0.69, + "range": 8.5, + "rating": "C" + }, + { + "class": 7, + "cost": 3499200, + "edID": 128671287, + "eddbID": 1452, + "grp": "pc", + "id": "Pi", + "mass": 128, + "maximum": 8, + "power": 0.97, + "range": 10.2, + "rating": "B" + }, + { + "class": 7, + "cost": 6998400, + "edID": 128671288, + "eddbID": 1453, + "grp": "pc", + "id": "Pj", + "mass": 80, + "maximum": 8, + "power": 0.83, + "range": 11.9, "rating": "A" } ], @@ -13904,113 +14343,58 @@ ], "rf": [ { - "bins": 4, - "class": 4, - "cost": 55570, - "edID": 128666687, - "eddbID": 1289, + "bins": 1, + "class": 1, + "cost": 6000, + "edID": 128666684, + "eddbID": 1286, "grp": "rf", - "id": "23", - "power": 0.25, + "id": "1k", + "power": 0.14, "rating": "E" }, { - "bins": 5, - "class": 4, - "cost": 166700, - "edID": 128666691, - "eddbID": 1293, + "bins": 1, + "class": 1, + "cost": 18000, + "edID": 128666688, + "eddbID": 1290, "grp": "rf", - "id": "22", - "power": 0.33, + "id": "1j", + "power": 0.18, "rating": "D" }, { - "bins": 7, - "class": 4, - "cost": 500090, - "edID": 128666695, - "eddbID": 1297, + "bins": 2, + "class": 1, + "cost": 54000, + "edID": 128666692, + "eddbID": 1294, "grp": "rf", - "id": "21", - "power": 0.41, + "id": "1i", + "power": 0.23, "rating": "C" }, - { - "bins": 9, - "class": 4, - "cost": 1500280, - "edID": 128666699, - "eddbID": 1301, - "grp": "rf", - "id": "20", - "power": 0.49, - "rating": "B" - }, - { - "bins": 10, - "class": 4, - "cost": 4500850, - "edID": 128666703, - "eddbID": 1305, - "grp": "rf", - "id": "1v", - "power": 0.57, - "rating": "A" - }, { "bins": 3, - "class": 3, - "cost": 26460, - "edID": 128666686, - "eddbID": 1288, + "class": 1, + "cost": 162000, + "edID": 128666696, + "eddbID": 1298, "grp": "rf", - "id": "1u", - "power": 0.2, - "rating": "E" - }, - { - "bins": 4, - "class": 3, - "cost": 79380, - "edID": 128666690, - "eddbID": 1292, - "grp": "rf", - "id": "1t", - "power": 0.27, - "rating": "D" - }, - { - "bins": 6, - "class": 3, - "cost": 238140, - "edID": 128666694, - "eddbID": 1296, - "grp": "rf", - "id": "1s", - "power": 0.34, - "rating": "C" - }, - { - "bins": 7, - "class": 3, - "cost": 714420, - "edID": 128666698, - "eddbID": 1300, - "grp": "rf", - "id": "1r", - "power": 0.41, + "id": "1h", + "power": 0.28, "rating": "B" }, { - "bins": 8, - "class": 3, - "cost": 2143260, - "edID": 128666702, - "eddbID": 1304, + "bins": 4, + "class": 1, + "cost": 486000, + "edID": 128666700, + "eddbID": 1302, "grp": "rf", - "id": "1q", - "power": 0.48, + "id": "1g", + "power": 0.32, "rating": "A" }, { @@ -14069,58 +14453,113 @@ "rating": "A" }, { - "bins": 1, - "class": 1, - "cost": 6000, - "edID": 128666684, - "eddbID": 1286, + "bins": 3, + "class": 3, + "cost": 26460, + "edID": 128666686, + "eddbID": 1288, "grp": "rf", - "id": "1k", - "power": 0.14, + "id": "1u", + "power": 0.2, "rating": "E" }, { - "bins": 1, - "class": 1, - "cost": 18000, - "edID": 128666688, - "eddbID": 1290, + "bins": 4, + "class": 3, + "cost": 79380, + "edID": 128666690, + "eddbID": 1292, "grp": "rf", - "id": "1j", - "power": 0.18, + "id": "1t", + "power": 0.27, "rating": "D" }, { - "bins": 2, - "class": 1, - "cost": 54000, - "edID": 128666692, - "eddbID": 1294, + "bins": 6, + "class": 3, + "cost": 238140, + "edID": 128666694, + "eddbID": 1296, "grp": "rf", - "id": "1i", - "power": 0.23, + "id": "1s", + "power": 0.34, "rating": "C" }, { - "bins": 3, - "class": 1, - "cost": 162000, - "edID": 128666696, - "eddbID": 1298, + "bins": 7, + "class": 3, + "cost": 714420, + "edID": 128666698, + "eddbID": 1300, "grp": "rf", - "id": "1h", - "power": 0.28, + "id": "1r", + "power": 0.41, "rating": "B" }, { - "bins": 4, - "class": 1, - "cost": 486000, - "edID": 128666700, - "eddbID": 1302, + "bins": 8, + "class": 3, + "cost": 2143260, + "edID": 128666702, + "eddbID": 1304, "grp": "rf", - "id": "1g", - "power": 0.32, + "id": "1q", + "power": 0.48, + "rating": "A" + }, + { + "bins": 4, + "class": 4, + "cost": 55570, + "edID": 128666687, + "eddbID": 1289, + "grp": "rf", + "id": "23", + "power": 0.25, + "rating": "E" + }, + { + "bins": 5, + "class": 4, + "cost": 166700, + "edID": 128666691, + "eddbID": 1293, + "grp": "rf", + "id": "22", + "power": 0.33, + "rating": "D" + }, + { + "bins": 7, + "class": 4, + "cost": 500090, + "edID": 128666695, + "eddbID": 1297, + "grp": "rf", + "id": "21", + "power": 0.41, + "rating": "C" + }, + { + "bins": 9, + "class": 4, + "cost": 1500280, + "edID": 128666699, + "eddbID": 1301, + "grp": "rf", + "id": "20", + "power": 0.49, + "rating": "B" + }, + { + "bins": 10, + "class": 4, + "cost": 4500850, + "edID": 128666703, + "eddbID": 1305, + "grp": "rf", + "id": "1v", + "power": 0.57, "rating": "A" } ], @@ -14173,510 +14612,210 @@ "id": "2i", "mass": 1.3, "name": "Detailed Surface Scanner", - "power": 0, + "power": 0.6, "rating": "C" } ], "scb": [ - { - "ammocost": 300, - "boot": 25, - "cells": 6, - "class": 8, - "cost": 697584, - "duration": 17, - "edID": 128064333, - "eddbID": 1186, - "grp": "scb", - "id": "65", - "integrity": 120, - "mass": 160, - "power": 1.44, - "rating": "E", - "shieldreinforcement": 476, - "rechargerating": "C", - "spinup": 5, - "thermload": 800 - }, { "ammocost": 300, "boot": 25, "cells": 4, - "class": 8, - "cost": 1743961, - "duration": 17, - "edID": 128064334, - "eddbID": 1187, + "class": 1, + "cost": 517, + "duration": 1, + "edID": 128064298, + "eddbID": 1151, "grp": "scb", - "id": "64", - "integrity": 90, - "mass": 64, - "power": 1.92, - "rating": "D", - "shieldreinforcement": 629, - "rechargerating": "D", - "spinup": 5, - "thermload": 800 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 8, - "cost": 4359903, - "duration": 17, - "edID": 128064335, - "eddbID": 1188, - "grp": "scb", - "id": "63", - "integrity": 150, - "mass": 160, - "power": 2.4, - "rating": "C", - "shieldreinforcement": 799, - "rechargerating": "C", - "spinup": 5, - "thermload": 800 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 6, - "class": 8, - "cost": 10899756, - "duration": 17, - "edID": 128064336, - "eddbID": 1189, - "grp": "scb", - "id": "62", - "integrity": 210, - "mass": 256, - "power": 2.88, - "rating": "B", - "shieldreinforcement": 952, - "rechargerating": "B", - "spinup": 5, - "thermload": 800 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 8, - "cost": 27249391, - "duration": 17, - "edID": 128064337, - "eddbID": 1190, - "grp": "scb", - "id": "61", - "integrity": 180, - "mass": 160, - "power": 3.36, - "rating": "A", - "shieldreinforcement": 1105, - "rechargerating": "A", - "spinup": 5, - "thermload": 800 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 6, - "class": 7, - "cost": 249137, - "duration": 11, - "edID": 128064328, - "eddbID": 1181, - "grp": "scb", - "id": "60", - "integrity": 105, - "mass": 80, - "power": 1.24, + "id": "52", + "integrity": 32, + "mass": 1.3, + "power": 0.41, "rating": "E", - "shieldreinforcement": 264, + "shieldreinforcement": 12, "rechargerating": "E", "spinup": 5, - "thermload": 720 + "thermload": 170 }, { "ammocost": 300, "boot": 25, - "cells": 4, - "class": 7, - "cost": 622843, - "duration": 11, - "edID": 128064329, - "eddbID": 1182, + "cells": 1, + "class": 1, + "cost": 1293, + "duration": 1, + "edID": 128064299, + "eddbID": 1152, "grp": "scb", - "id": "5v", - "integrity": 79, - "mass": 32, - "power": 1.66, + "id": "51", + "integrity": 24, + "mass": 0.5, + "power": 0.55, "rating": "D", - "shieldreinforcement": 352, + "shieldreinforcement": 12.5, "rechargerating": "D", "spinup": 5, - "thermload": 720 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 7, - "cost": 1557108, - "duration": 11, - "edID": 128064330, - "eddbID": 1183, - "grp": "scb", - "id": "5u", - "integrity": 131, - "mass": 80, - "power": 2.07, - "rating": "C", - "shieldreinforcement": 451, - "rechargerating": "C", - "spinup": 5, - "thermload": 720 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 6, - "class": 7, - "cost": 3892770, - "duration": 11, - "edID": 128064331, - "eddbID": 1184, - "grp": "scb", - "id": "5t", - "integrity": 183, - "mass": 128, - "power": 2.48, - "rating": "B", - "shieldreinforcement": 539, - "rechargerating": "B", - "spinup": 5, - "thermload": 720 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 7, - "cost": 9731925, - "duration": 11, - "edID": 128064332, - "eddbID": 1185, - "grp": "scb", - "id": "5s", - "integrity": 157, - "mass": 80, - "power": 2.9, - "rating": "A", - "shieldreinforcement": 627, - "rechargerating": "A", - "spinup": 5, - "thermload": 720 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 6, - "class": 6, - "cost": 88987, - "duration": 8, - "edID": 128064323, - "eddbID": 1176, - "grp": "scb", - "id": "5r", - "integrity": 90, - "mass": 40, - "power": 1.06, - "rating": "E", - "shieldreinforcement": 160, - "rechargerating": "E", - "spinup": 5, - "thermload": 640 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 4, - "class": 6, - "cost": 222444, - "duration": 8, - "edID": 128064324, - "eddbID": 1177, - "grp": "scb", - "id": "5q", - "integrity": 68, - "mass": 16, - "power": 1.42, - "rating": "D", - "shieldreinforcement": 208, - "rechargerating": "D", - "spinup": 5, - "thermload": 640 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 6, - "cost": 556110, - "duration": 8, - "edID": 128064325, - "eddbID": 1178, - "grp": "scb", - "id": "5p", - "integrity": 113, - "mass": 40, - "power": 1.77, - "rating": "C", - "shieldreinforcement": 264, - "rechargerating": "C", - "spinup": 5, - "thermload": 640 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 6, - "class": 6, - "cost": 1390275, - "duration": 8, - "edID": 128064326, - "eddbID": 1179, - "grp": "scb", - "id": "5o", - "integrity": 158, - "mass": 64, - "power": 2.12, - "rating": "B", - "shieldreinforcement": 312, - "rechargerating": "B", - "spinup": 5, - "thermload": 640 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 6, - "cost": 3475688, - "duration": 8, - "edID": 128064327, - "eddbID": 1180, - "grp": "scb", - "id": "5n", - "integrity": 136, - "mass": 40, - "power": 2.48, - "rating": "A", - "shieldreinforcement": 368, - "rechargerating": "A", - "spinup": 5, - "thermload": 640 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 5, - "cost": 31778, - "duration": 5, - "edID": 128064318, - "eddbID": 1171, - "grp": "scb", - "id": "5m", - "integrity": 77, - "mass": 20, - "power": 0.9, - "rating": "E", - "shieldreinforcement": 105, - "rechargerating": "E", - "spinup": 5, - "thermload": 540 + "thermload": 170 }, { "ammocost": 300, "boot": 25, "cells": 3, - "class": 5, - "cost": 79444, - "duration": 5, - "edID": 128064319, - "eddbID": 1172, + "class": 1, + "cost": 3231, + "duration": 1, + "edID": 128064300, + "eddbID": 1153, "grp": "scb", - "id": "5l", - "integrity": 58, - "mass": 8, - "power": 1.2, - "rating": "D", - "shieldreinforcement": 140, - "rechargerating": "D", - "spinup": 5, - "thermload": 540 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 4, - "class": 5, - "cost": 194143, - "duration": 5, - "edID": 128064320, - "eddbID": 1173, - "grp": "scb", - "id": "5k", - "integrity": 96, - "mass": 20, - "power": 1.5, + "id": "50", + "integrity": 40, + "mass": 1.3, + "power": 0.69, "rating": "C", - "shieldreinforcement": 175, + "shieldreinforcement": 20, "rechargerating": "C", "spinup": 5, - "thermload": 540 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 5, - "cost": 496527, - "duration": 5, - "edID": 128064321, - "eddbID": 1174, - "grp": "scb", - "id": "5j", - "integrity": 134, - "mass": 32, - "power": 1.8, - "rating": "B", - "shieldreinforcement": 205, - "rechargerating": "B", - "spinup": 5, - "thermload": 540 + "thermload": 170 }, { "ammocost": 300, "boot": 25, "cells": 4, - "class": 5, - "cost": 1210285, - "duration": 5, - "edID": 128064322, - "eddbID": 1175, + "class": 1, + "cost": 8078, + "duration": 1, + "edID": 128064301, + "eddbID": 1154, "grp": "scb", - "id": "5i", - "integrity": 115, - "mass": 20, - "power": 2.1, - "rating": "A", - "shieldreinforcement": 240, - "rechargerating": "A", + "id": "4v", + "integrity": 56, + "mass": 2, + "power": 0.83, + "rating": "B", + "shieldreinforcement": 24, + "rechargerating": "B", "spinup": 5, - "thermload": 540 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 4, - "cost": 11349, - "duration": 3, - "edID": 128064313, - "eddbID": 1166, - "grp": "scb", - "id": "5h", - "integrity": 64, - "mass": 10, - "power": 0.74, - "rating": "E", - "shieldreinforcement": 60, - "rechargerating": "E", - "spinup": 5, - "thermload": 410 + "thermload": 170 }, { "ammocost": 300, "boot": 25, "cells": 3, - "class": 4, - "cost": 28373, - "duration": 3, - "edID": 128064314, - "eddbID": 1167, + "class": 1, + "cost": 20195, + "duration": 1, + "edID": 128064302, + "eddbID": 1155, "grp": "scb", - "id": "5g", + "id": "4u", "integrity": 48, - "mass": 4, - "power": 0.98, - "rating": "D", - "shieldreinforcement": 78, - "rechargerating": "D", + "mass": 1.3, + "power": 0.97, + "rating": "A", + "shieldreinforcement": 28, + "rechargerating": "A", "spinup": 5, - "thermload": 410 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 4, - "class": 4, - "cost": 70932, - "duration": 3, - "edID": 128064315, - "eddbID": 1168, - "grp": "scb", - "id": "5f", - "integrity": 80, - "mass": 10, - "power": 1.23, - "rating": "C", - "shieldreinforcement": 99, - "rechargerating": "C", - "spinup": 5, - "thermload": 410 + "thermload": 170 }, { "ammocost": 300, "boot": 25, "cells": 5, - "class": 4, - "cost": 177331, - "duration": 3, - "edID": 128064316, - "eddbID": 1169, + "class": 2, + "cost": 1448, + "duration": 2, + "edID": 128064303, + "eddbID": 1156, "grp": "scb", - "id": "5e", - "integrity": 112, - "mass": 16, - "power": 1.48, - "rating": "B", - "shieldreinforcement": 117, - "rechargerating": "B", + "id": "57", + "integrity": 41, + "mass": 2.5, + "power": 0.5, + "rating": "E", + "shieldreinforcement": 28, + "rechargerating": "E", "spinup": 5, - "thermload": 410 + "thermload": 240 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 3, + "class": 2, + "cost": 3619, + "duration": 2, + "edID": 128064304, + "eddbID": 1157, + "grp": "scb", + "id": "56", + "integrity": 31, + "mass": 1, + "power": 0.67, + "rating": "D", + "shieldreinforcement": 36, + "rechargerating": "D", + "spinup": 5, + "thermload": 240 }, { "ammocost": 300, "boot": 25, "cells": 4, - "class": 4, - "cost": 443328, - "duration": 3, - "edID": 128064317, - "eddbID": 1170, + "class": 2, + "cost": 9048, + "duration": 2, + "edID": 128064305, + "eddbID": 1158, "grp": "scb", - "id": "5d", - "integrity": 96, - "mass": 10, - "power": 1.72, + "id": "55", + "integrity": 51, + "mass": 2.5, + "power": 0.84, + "rating": "C", + "shieldreinforcement": 46, + "rechargerating": "C", + "spinup": 5, + "thermload": 240 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 5, + "class": 2, + "cost": 22619, + "duration": 2, + "edID": 128064306, + "eddbID": 1159, + "grp": "scb", + "id": "54", + "integrity": 71, + "mass": 4, + "power": 1.01, + "rating": "B", + "shieldreinforcement": 56, + "rechargerating": "B", + "spinup": 5, + "thermload": 240 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 4, + "class": 2, + "cost": 56547, + "duration": 2, + "edID": 128064307, + "eddbID": 1160, + "grp": "scb", + "id": "53", + "integrity": 61, + "mass": 2.5, + "power": 1.18, "rating": "A", - "shieldreinforcement": 138, + "shieldreinforcement": 64, "rechargerating": "A", "spinup": 5, - "thermload": 410 + "thermload": 240 }, { "ammocost": 300, @@ -14782,942 +14921,509 @@ "ammocost": 300, "boot": 25, "cells": 5, - "class": 2, - "cost": 1448, - "duration": 2, - "edID": 128064303, - "eddbID": 1156, + "class": 4, + "cost": 11349, + "duration": 3, + "edID": 128064313, + "eddbID": 1166, "grp": "scb", - "id": "57", - "integrity": 41, - "mass": 2.5, - "power": 0.5, + "id": "5h", + "integrity": 64, + "mass": 10, + "power": 0.74, "rating": "E", - "shieldreinforcement": 28, + "shieldreinforcement": 60, "rechargerating": "E", "spinup": 5, - "thermload": 240 + "thermload": 410 }, { "ammocost": 300, "boot": 25, "cells": 3, - "class": 2, - "cost": 3619, - "duration": 2, - "edID": 128064304, - "eddbID": 1157, + "class": 4, + "cost": 28373, + "duration": 3, + "edID": 128064314, + "eddbID": 1167, "grp": "scb", - "id": "56", - "integrity": 31, - "mass": 1, - "power": 0.67, + "id": "5g", + "integrity": 48, + "mass": 4, + "power": 0.98, "rating": "D", - "shieldreinforcement": 36, + "shieldreinforcement": 78, "rechargerating": "D", "spinup": 5, - "thermload": 240 + "thermload": 410 }, { "ammocost": 300, "boot": 25, "cells": 4, - "class": 2, - "cost": 9048, - "duration": 2, - "edID": 128064305, - "eddbID": 1158, + "class": 4, + "cost": 70932, + "duration": 3, + "edID": 128064315, + "eddbID": 1168, "grp": "scb", - "id": "55", - "integrity": 51, - "mass": 2.5, - "power": 0.84, + "id": "5f", + "integrity": 80, + "mass": 10, + "power": 1.23, "rating": "C", - "shieldreinforcement": 46, + "shieldreinforcement": 99, "rechargerating": "C", "spinup": 5, - "thermload": 240 + "thermload": 410 }, { "ammocost": 300, "boot": 25, "cells": 5, - "class": 2, - "cost": 22619, - "duration": 2, - "edID": 128064306, - "eddbID": 1159, + "class": 4, + "cost": 177331, + "duration": 3, + "edID": 128064316, + "eddbID": 1169, "grp": "scb", - "id": "54", - "integrity": 71, - "mass": 4, - "power": 1.01, + "id": "5e", + "integrity": 112, + "mass": 16, + "power": 1.48, "rating": "B", - "shieldreinforcement": 56, + "shieldreinforcement": 117, "rechargerating": "B", "spinup": 5, - "thermload": 240 + "thermload": 410 }, { "ammocost": 300, "boot": 25, "cells": 4, - "class": 2, - "cost": 56547, - "duration": 2, - "edID": 128064307, - "eddbID": 1160, + "class": 4, + "cost": 443328, + "duration": 3, + "edID": 128064317, + "eddbID": 1170, "grp": "scb", - "id": "53", - "integrity": 61, - "mass": 2.5, - "power": 1.18, + "id": "5d", + "integrity": 96, + "mass": 10, + "power": 1.72, "rating": "A", - "shieldreinforcement": 64, + "shieldreinforcement": 138, "rechargerating": "A", "spinup": 5, - "thermload": 240 + "thermload": 410 }, { "ammocost": 300, "boot": 25, - "cells": 4, - "class": 1, - "cost": 517, - "duration": 1, - "edID": 128064298, - "eddbID": 1151, + "cells": 5, + "class": 5, + "cost": 31778, + "duration": 5, + "edID": 128064318, + "eddbID": 1171, "grp": "scb", - "id": "52", - "integrity": 32, - "mass": 1.3, - "power": 0.41, + "id": "5m", + "integrity": 77, + "mass": 20, + "power": 0.9, "rating": "E", - "shieldreinforcement": 12, + "shieldreinforcement": 105, "rechargerating": "E", "spinup": 5, - "thermload": 170 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 1, - "class": 1, - "cost": 1293, - "duration": 1, - "edID": 128064299, - "eddbID": 1152, - "grp": "scb", - "id": "51", - "integrity": 24, - "mass": 0.5, - "power": 0.55, - "rating": "D", - "shieldreinforcement": 12.5, - "rechargerating": "D", - "spinup": 5, - "thermload": 170 + "thermload": 540 }, { "ammocost": 300, "boot": 25, "cells": 3, - "class": 1, - "cost": 3231, - "duration": 1, - "edID": 128064300, - "eddbID": 1153, + "class": 5, + "cost": 79444, + "duration": 5, + "edID": 128064319, + "eddbID": 1172, "grp": "scb", - "id": "50", - "integrity": 40, - "mass": 1.3, - "power": 0.69, - "rating": "C", - "shieldreinforcement": 20, - "rechargerating": "C", + "id": "5l", + "integrity": 58, + "mass": 8, + "power": 1.2, + "rating": "D", + "shieldreinforcement": 140, + "rechargerating": "D", "spinup": 5, - "thermload": 170 + "thermload": 540 }, { "ammocost": 300, "boot": 25, "cells": 4, - "class": 1, - "cost": 8078, - "duration": 1, - "edID": 128064301, - "eddbID": 1154, + "class": 5, + "cost": 194143, + "duration": 5, + "edID": 128064320, + "eddbID": 1173, "grp": "scb", - "id": "4v", - "integrity": 56, - "mass": 2, - "power": 0.83, - "rating": "B", - "shieldreinforcement": 24, - "rechargerating": "B", + "id": "5k", + "integrity": 96, + "mass": 20, + "power": 1.5, + "rating": "C", + "shieldreinforcement": 175, + "rechargerating": "C", "spinup": 5, - "thermload": 170 + "thermload": 540 }, { "ammocost": 300, "boot": 25, - "cells": 3, - "class": 1, - "cost": 20195, - "duration": 1, - "edID": 128064302, - "eddbID": 1155, + "cells": 5, + "class": 5, + "cost": 496527, + "duration": 5, + "edID": 128064321, + "eddbID": 1174, "grp": "scb", - "id": "4u", - "integrity": 48, - "mass": 1.3, - "power": 0.97, + "id": "5j", + "integrity": 134, + "mass": 32, + "power": 1.8, + "rating": "B", + "shieldreinforcement": 205, + "rechargerating": "B", + "spinup": 5, + "thermload": 540 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 4, + "class": 5, + "cost": 1210285, + "duration": 5, + "edID": 128064322, + "eddbID": 1175, + "grp": "scb", + "id": "5i", + "integrity": 115, + "mass": 20, + "power": 2.1, "rating": "A", - "shieldreinforcement": 28, + "shieldreinforcement": 240, "rechargerating": "A", "spinup": 5, - "thermload": 170 + "thermload": 540 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 6, + "class": 6, + "cost": 88987, + "duration": 8, + "edID": 128064323, + "eddbID": 1176, + "grp": "scb", + "id": "5r", + "integrity": 90, + "mass": 40, + "power": 1.06, + "rating": "E", + "shieldreinforcement": 160, + "rechargerating": "E", + "spinup": 5, + "thermload": 640 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 4, + "class": 6, + "cost": 222444, + "duration": 8, + "edID": 128064324, + "eddbID": 1177, + "grp": "scb", + "id": "5q", + "integrity": 68, + "mass": 16, + "power": 1.42, + "rating": "D", + "shieldreinforcement": 208, + "rechargerating": "D", + "spinup": 5, + "thermload": 640 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 5, + "class": 6, + "cost": 556110, + "duration": 8, + "edID": 128064325, + "eddbID": 1178, + "grp": "scb", + "id": "5p", + "integrity": 113, + "mass": 40, + "power": 1.77, + "rating": "C", + "shieldreinforcement": 264, + "rechargerating": "C", + "spinup": 5, + "thermload": 640 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 6, + "class": 6, + "cost": 1390275, + "duration": 8, + "edID": 128064326, + "eddbID": 1179, + "grp": "scb", + "id": "5o", + "integrity": 158, + "mass": 64, + "power": 2.12, + "rating": "B", + "shieldreinforcement": 312, + "rechargerating": "B", + "spinup": 5, + "thermload": 640 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 5, + "class": 6, + "cost": 3475688, + "duration": 8, + "edID": 128064327, + "eddbID": 1180, + "grp": "scb", + "id": "5n", + "integrity": 136, + "mass": 40, + "power": 2.48, + "rating": "A", + "shieldreinforcement": 368, + "rechargerating": "A", + "spinup": 5, + "thermload": 640 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 6, + "class": 7, + "cost": 249137, + "duration": 11, + "edID": 128064328, + "eddbID": 1181, + "grp": "scb", + "id": "60", + "integrity": 105, + "mass": 80, + "power": 1.24, + "rating": "E", + "shieldreinforcement": 264, + "rechargerating": "E", + "spinup": 5, + "thermload": 720 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 4, + "class": 7, + "cost": 622843, + "duration": 11, + "edID": 128064329, + "eddbID": 1182, + "grp": "scb", + "id": "5v", + "integrity": 79, + "mass": 32, + "power": 1.66, + "rating": "D", + "shieldreinforcement": 352, + "rechargerating": "D", + "spinup": 5, + "thermload": 720 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 5, + "class": 7, + "cost": 1557108, + "duration": 11, + "edID": 128064330, + "eddbID": 1183, + "grp": "scb", + "id": "5u", + "integrity": 131, + "mass": 80, + "power": 2.07, + "rating": "C", + "shieldreinforcement": 451, + "rechargerating": "C", + "spinup": 5, + "thermload": 720 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 6, + "class": 7, + "cost": 3892770, + "duration": 11, + "edID": 128064331, + "eddbID": 1184, + "grp": "scb", + "id": "5t", + "integrity": 183, + "mass": 128, + "power": 2.48, + "rating": "B", + "shieldreinforcement": 539, + "rechargerating": "B", + "spinup": 5, + "thermload": 720 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 5, + "class": 7, + "cost": 9731925, + "duration": 11, + "edID": 128064332, + "eddbID": 1185, + "grp": "scb", + "id": "5s", + "integrity": 157, + "mass": 80, + "power": 2.9, + "rating": "A", + "shieldreinforcement": 627, + "rechargerating": "A", + "spinup": 5, + "thermload": 720 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 6, + "class": 8, + "cost": 697584, + "duration": 17, + "edID": 128064333, + "eddbID": 1186, + "grp": "scb", + "id": "65", + "integrity": 120, + "mass": 160, + "power": 1.44, + "rating": "E", + "shieldreinforcement": 476, + "rechargerating": "C", + "spinup": 5, + "thermload": 800 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 4, + "class": 8, + "cost": 1743961, + "duration": 17, + "edID": 128064334, + "eddbID": 1187, + "grp": "scb", + "id": "64", + "integrity": 90, + "mass": 64, + "power": 1.92, + "rating": "D", + "shieldreinforcement": 629, + "rechargerating": "D", + "spinup": 5, + "thermload": 800 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 5, + "class": 8, + "cost": 4359903, + "duration": 17, + "edID": 128064335, + "eddbID": 1188, + "grp": "scb", + "id": "63", + "integrity": 150, + "mass": 160, + "power": 2.4, + "rating": "C", + "shieldreinforcement": 799, + "rechargerating": "C", + "spinup": 5, + "thermload": 800 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 6, + "class": 8, + "cost": 10899756, + "duration": 17, + "edID": 128064336, + "eddbID": 1189, + "grp": "scb", + "id": "62", + "integrity": 210, + "mass": 256, + "power": 2.88, + "rating": "B", + "shieldreinforcement": 952, + "rechargerating": "B", + "spinup": 5, + "thermload": 800 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 5, + "class": 8, + "cost": 27249391, + "duration": 17, + "edID": 128064337, + "eddbID": 1190, + "grp": "scb", + "id": "61", + "integrity": 180, + "mass": 160, + "power": 3.36, + "rating": "A", + "shieldreinforcement": 1105, + "rechargerating": "A", + "spinup": 5, + "thermload": 800 } ], "sg": [ { - "class": 8, - "cost": 2007240, - "edID": 128064293, - "eddbID": 1146, - "explres": 0.5, - "grp": "sg", - "id": "4t", - "kinres": 0.4, - "mass": 160, - "maxmass": 4500, - "maxmul": 1.3, - "minmass": 900, - "minmul": 0.3, - "optmass": 1800, - "optmul": 0.8, - "power": 2.4, - "rating": "E", - "recover": 4.8, - "thermres": -0.2 - }, - { - "class": 8, - "cost": 6021720, - "edID": 128064294, - "eddbID": 1147, - "explres": 0.5, - "grp": "sg", - "id": "4s", - "kinres": 0.4, - "mass": 64, - "maxmass": 4500, - "maxmul": 1.4, - "minmass": 900, - "minmul": 0.4, - "optmass": 1800, - "optmul": 0.9, - "power": 3.2, - "rating": "D", - "recover": 4.8, - "thermres": -0.2 - }, - { - "class": 8, - "cost": 18065170, - "edID": 128064295, - "eddbID": 1148, - "explres": 0.5, - "grp": "sg", - "id": "4r", - "kinres": 0.4, - "mass": 160, - "maxmass": 4500, - "maxmul": 1.5, - "minmass": 900, - "minmul": 0.5, - "optmass": 1800, - "optmul": 1, - "power": 4, - "rating": "C", - "recover": 4.8, - "thermres": -0.2 - }, - { - "class": 8, - "cost": 54195500, - "edID": 128064296, - "eddbID": 1149, - "explres": 0.5, - "grp": "sg", - "id": "4q", - "kinres": 0.4, - "mass": 256, - "maxmass": 4500, - "maxmul": 1.6, - "minmass": 900, - "minmul": 0.6, - "optmass": 1800, - "optmul": 1.1, - "power": 4.8, - "rating": "B", - "recover": 4.8, - "thermres": -0.2 - }, - { - "class": 8, - "cost": 162586490, - "edID": 128064297, - "eddbID": 1150, - "explres": 0.5, - "grp": "sg", - "id": "4p", - "kinres": 0.4, - "mass": 160, - "maxmass": 4500, - "maxmul": 1.7, - "minmass": 900, - "minmul": 0.7, - "optmass": 1800, - "optmul": 1.2, - "power": 5.6, - "rating": "A", - "recover": 4.8, - "thermres": -0.2 - }, - { - "class": 7, - "cost": 633200, - "edID": 128064288, - "eddbID": 1141, - "explres": 0.5, - "grp": "sg", - "id": "4o", - "kinres": 0.4, - "mass": 80, - "maxmass": 2650, - "maxmul": 1.3, - "minmass": 530, - "minmul": 0.3, - "optmass": 1060, - "optmul": 0.8, - "power": 2.1, - "rating": "E", - "recover": 4, - "thermres": -0.2 - }, - { - "class": 7, - "cost": 1899600, - "edID": 128064289, - "eddbID": 1142, - "explres": 0.5, - "grp": "sg", - "id": "4n", - "kinres": 0.4, - "mass": 32, - "maxmass": 2650, - "maxmul": 1.4, - "minmass": 530, - "minmul": 0.4, - "optmass": 1060, - "optmul": 0.9, - "power": 2.8, - "rating": "D", - "recover": 4, - "thermres": -0.2 - }, - { - "class": 7, - "cost": 5698790, - "edID": 128064290, - "eddbID": 1143, - "explres": 0.5, - "grp": "sg", - "id": "4m", - "kinres": 0.4, - "mass": 80, - "maxmass": 2650, - "maxmul": 1.5, - "minmass": 530, - "minmul": 0.5, - "optmass": 1060, - "optmul": 1, - "power": 3.5, - "rating": "C", - "recover": 4, - "thermres": -0.2 - }, - { - "class": 7, - "cost": 17096370, - "edID": 128064291, - "eddbID": 1144, - "explres": 0.5, - "grp": "sg", - "id": "4l", - "kinres": 0.4, - "mass": 128, - "maxmass": 2650, - "maxmul": 1.6, - "minmass": 530, - "minmul": 0.6, - "optmass": 1060, - "optmul": 1.1, - "power": 4.2, - "rating": "B", - "recover": 4, - "thermres": -0.2 - }, - { - "class": 7, - "cost": 51289110, - "edID": 128064292, - "eddbID": 1145, - "explres": 0.5, - "grp": "sg", - "id": "4k", - "kinres": 0.4, - "mass": 80, - "maxmass": 2650, - "maxmul": 1.7, - "minmass": 530, - "minmul": 0.7, - "optmass": 1060, - "optmul": 1.2, - "power": 4.9, - "rating": "A", - "recover": 4, - "thermres": -0.2 - }, - { - "class": 6, - "cost": 199750, - "edID": 128064283, - "eddbID": 1136, - "explres": 0.5, - "grp": "sg", - "id": "4j", - "kinres": 0.4, - "mass": 40, - "maxmass": 1350, - "maxmul": 1.3, - "minmass": 270, - "minmul": 0.3, - "optmass": 540, - "optmul": 0.8, - "power": 1.86, - "rating": "E", - "recover": 3.2, - "thermres": -0.2 - }, - { - "class": 6, - "cost": 599240, - "edID": 128064284, - "eddbID": 1137, - "explres": 0.5, - "grp": "sg", - "id": "4i", - "kinres": 0.4, - "mass": 16, - "maxmass": 1350, - "maxmul": 1.4, - "minmass": 270, - "minmul": 0.4, - "optmass": 540, - "optmul": 0.9, - "power": 2.48, - "rating": "D", - "recover": 3.2, - "thermres": -0.2 - }, - { - "class": 6, - "cost": 1797730, - "edID": 128064285, - "eddbID": 1138, - "explres": 0.5, - "grp": "sg", - "id": "4h", - "kinres": 0.4, - "mass": 40, - "maxmass": 1350, - "maxmul": 1.5, - "minmass": 270, - "minmul": 0.5, - "optmass": 540, - "optmul": 1, - "power": 3.1, - "rating": "C", - "recover": 3.2, - "thermres": -0.2 - }, - { - "class": 6, - "cost": 5393180, - "edID": 128064286, - "eddbID": 1139, - "explres": 0.5, - "grp": "sg", - "id": "4g", - "kinres": 0.4, - "mass": 64, - "maxmass": 1350, - "maxmul": 1.6, - "minmass": 270, - "minmul": 0.6, - "optmass": 540, - "optmul": 1.1, - "power": 3.72, - "rating": "B", - "recover": 3.2, - "thermres": -0.2 - }, - { - "class": 6, - "cost": 16179530, - "edID": 128064287, - "eddbID": 1140, - "explres": 0.5, - "grp": "sg", - "id": "4f", - "kinres": 0.4, - "mass": 40, - "maxmass": 1350, - "maxmul": 1.7, - "minmass": 270, - "minmul": 0.7, - "optmass": 540, - "optmul": 1.2, - "power": 4.34, - "rating": "A", - "recover": 3.2, - "thermres": -0.2 - }, - { - "class": 5, - "cost": 63010, - "edID": 128064278, - "eddbID": 1131, - "explres": 0.5, - "grp": "sg", - "id": "4e", - "kinres": 0.4, - "mass": 20, - "maxmass": 1013, - "maxmul": 1.3, - "minmass": 203, - "minmul": 0.3, - "optmass": 405, - "optmul": 0.8, - "power": 1.56, - "rating": "E", - "recover": 2.5, - "thermres": -0.2 - }, - { - "class": 5, - "cost": 189040, - "edID": 128064279, - "eddbID": 1132, - "explres": 0.5, - "grp": "sg", - "id": "4d", - "kinres": 0.4, - "mass": 8, - "maxmass": 1013, - "maxmul": 1.4, - "minmass": 203, - "minmul": 0.4, - "optmass": 405, - "optmul": 0.9, - "power": 2.08, - "rating": "D", - "recover": 2.5, - "thermres": -0.2 - }, - { - "class": 5, - "cost": 567110, - "edID": 128064280, - "eddbID": 1133, - "explres": 0.5, - "grp": "sg", - "id": "4c", - "kinres": 0.4, - "mass": 20, - "maxmass": 1013, - "maxmul": 1.5, - "minmass": 203, - "minmul": 0.5, - "optmass": 405, - "optmul": 1, - "power": 2.6, - "rating": "C", - "recover": 2.5, - "thermres": -0.2 - }, - { - "class": 5, - "cost": 1701320, - "edID": 128064281, - "eddbID": 1134, - "explres": 0.5, - "grp": "sg", - "id": "4b", - "kinres": 0.4, - "mass": 32, - "maxmass": 1013, - "maxmul": 1.6, - "minmass": 203, - "minmul": 0.6, - "optmass": 405, - "optmul": 1.1, - "power": 3.12, - "rating": "B", - "recover": 2.5, - "thermres": -0.2 - }, - { - "class": 5, - "cost": 5103950, - "edID": 128064282, - "eddbID": 1135, - "explres": 0.5, - "grp": "sg", - "id": "4a", - "kinres": 0.4, - "mass": 20, - "maxmass": 1013, - "maxmul": 1.7, - "minmass": 203, - "minmul": 0.7, - "optmass": 405, - "optmul": 1.2, - "power": 3.64, - "rating": "A", - "recover": 2.5, - "thermres": -0.2 - }, - { - "class": 4, - "cost": 19880, - "edID": 128064273, - "eddbID": 1126, - "explres": 0.5, - "grp": "sg", - "id": "49", - "kinres": 0.4, - "mass": 10, - "maxmass": 713, - "maxmul": 1.3, - "minmass": 143, - "minmul": 0.3, - "optmass": 285, - "optmul": 0.8, - "power": 1.32, - "rating": "E", - "recover": 1.9, - "thermres": -0.2 - }, - { - "class": 4, - "cost": 59630, - "edID": 128064274, - "eddbID": 1127, - "explres": 0.5, - "grp": "sg", - "id": "48", - "kinres": 0.4, - "mass": 4, - "maxmass": 713, - "maxmul": 1.4, - "minmass": 143, - "minmul": 0.4, - "optmass": 285, - "optmul": 0.9, - "power": 1.76, - "rating": "D", - "recover": 1.9, - "thermres": -0.2 - }, - { - "class": 4, - "cost": 178900, - "edID": 128064275, - "eddbID": 1128, - "explres": 0.5, - "grp": "sg", - "id": "47", - "kinres": 0.4, - "mass": 10, - "maxmass": 713, - "maxmul": 1.5, - "minmass": 143, - "minmul": 0.5, - "optmass": 285, - "optmul": 1, - "power": 2.2, - "rating": "C", - "recover": 1.9, - "thermres": -0.2 - }, - { - "class": 4, - "cost": 536690, - "edID": 128064276, - "eddbID": 1129, - "explres": 0.5, - "grp": "sg", - "id": "46", - "kinres": 0.4, - "mass": 16, - "maxmass": 713, - "maxmul": 1.6, - "minmass": 143, - "minmul": 0.6, - "optmass": 285, - "optmul": 1.1, - "power": 2.64, - "rating": "B", - "recover": 1.9, - "thermres": -0.2 - }, - { - "class": 4, - "cost": 1610080, - "edID": 128064277, - "eddbID": 1130, - "explres": 0.5, - "grp": "sg", - "id": "45", - "kinres": 0.4, - "mass": 10, - "maxmass": 713, - "maxmul": 1.7, - "minmass": 143, - "minmul": 0.7, - "optmass": 285, - "optmul": 1.2, - "power": 3.08, - "rating": "A", - "recover": 1.9, - "thermres": -0.2 - }, - { - "class": 3, - "cost": 6270, - "edID": 128064268, - "eddbID": 1121, - "explres": 0.5, - "grp": "sg", - "id": "44", - "kinres": 0.4, - "mass": 5, - "maxmass": 413, - "maxmul": 1.3, - "minmass": 83, - "minmul": 0.3, - "optmass": 165, - "optmul": 0.8, - "power": 1.08, - "rating": "E", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 3, - "cost": 18810, - "edID": 128064269, - "eddbID": 1122, - "explres": 0.5, - "grp": "sg", - "id": "43", - "kinres": 0.4, - "mass": 2, - "maxmass": 413, - "maxmul": 1.4, - "minmass": 83, - "minmul": 0.4, - "optmass": 165, - "optmul": 0.9, - "power": 1.44, - "rating": "D", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 3, - "cost": 56440, - "edID": 128064270, - "eddbID": 1123, - "explres": 0.5, - "grp": "sg", - "id": "42", - "kinres": 0.4, - "mass": 5, - "maxmass": 413, - "maxmul": 1.5, - "minmass": 83, - "minmul": 0.5, - "optmass": 165, - "optmul": 1, - "power": 1.8, - "rating": "C", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 3, - "cost": 169300, - "edID": 128064271, - "eddbID": 1124, - "explres": 0.5, - "grp": "sg", - "id": "41", - "kinres": 0.4, - "mass": 8, - "maxmass": 413, - "maxmul": 1.6, - "minmass": 83, - "minmul": 0.6, - "optmass": 165, - "optmul": 1.1, - "power": 2.16, - "rating": "B", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 3, - "cost": 507910, - "edID": 128064272, - "eddbID": 1125, - "explres": 0.5, - "grp": "sg", - "id": "40", - "kinres": 0.4, - "mass": 5, - "maxmass": 413, - "maxmul": 1.7, - "minmass": 83, - "minmul": 0.7, - "optmass": 165, - "optmul": 1.2, - "power": 2.52, - "rating": "A", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 2, - "cost": 1980, - "edID": 128064263, - "eddbID": 1116, - "explres": 0.5, - "grp": "sg", - "id": "3v", - "kinres": 0.4, - "mass": 2.5, - "maxmass": 138, - "maxmul": 1.3, - "minmass": 28, - "minmul": 0.3, - "optmass": 55, - "optmul": 0.8, - "power": 0.9, - "rating": "E", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 2, - "cost": 5930, - "edID": 128064264, - "eddbID": 1117, - "explres": 0.5, - "grp": "sg", - "id": "3u", - "kinres": 0.4, - "mass": 1, - "maxmass": 138, - "maxmul": 1.4, - "minmass": 28, - "minmul": 0.4, - "optmass": 55, - "optmul": 0.9, - "power": 1.2, - "rating": "D", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 2, - "cost": 17800, - "edID": 128064265, - "eddbID": 1118, - "explres": 0.5, - "grp": "sg", - "id": "3t", - "kinres": 0.4, - "mass": 2.5, - "maxmass": 138, - "maxmul": 1.5, - "minmass": 28, - "minmul": 0.5, - "optmass": 55, - "optmul": 1, - "power": 1.5, - "rating": "C", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 2, - "cost": 53410, - "edID": 128064266, - "eddbID": 1119, - "explres": 0.5, - "grp": "sg", - "id": "3s", - "kinres": 0.4, - "mass": 4, - "maxmass": 138, - "maxmul": 1.6, - "minmass": 28, - "minmul": 0.6, - "optmass": 55, - "optmul": 1.1, - "power": 1.8, - "rating": "B", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 2, - "cost": 160220, - "edID": 128064267, - "eddbID": 1120, - "explres": 0.5, - "grp": "sg", - "id": "3r", - "kinres": 0.4, - "mass": 2.5, - "maxmass": 138, - "maxmul": 1.7, - "minmass": 28, - "minmul": 0.7, - "optmass": 55, - "optmul": 1.2, - "power": 2.1, - "rating": "A", - "recover": 1.6, - "thermres": -0.2 - }, - { + "brokenregen": 1.6, "class": 1, "cost": 88075, + "distdraw": 0.6, "edID": 128064262, "eddbID": 1551, "explres": 0.5, @@ -15733,7 +15439,812 @@ "optmul": 1.2, "power": 1.68, "rating": "A", - "recover": 1, + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.6, + "class": 2, + "cost": 1980, + "distdraw": 0.6, + "edID": 128064263, + "eddbID": 1116, + "explres": 0.5, + "grp": "sg", + "id": "3v", + "kinres": 0.4, + "mass": 2.5, + "maxmass": 138, + "maxmul": 1.3, + "minmass": 28, + "minmul": 0.3, + "optmass": 55, + "optmul": 0.8, + "power": 0.9, + "rating": "E", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.6, + "class": 2, + "cost": 5930, + "distdraw": 0.6, + "edID": 128064264, + "eddbID": 1117, + "explres": 0.5, + "grp": "sg", + "id": "3u", + "kinres": 0.4, + "mass": 1, + "maxmass": 138, + "maxmul": 1.4, + "minmass": 28, + "minmul": 0.4, + "optmass": 55, + "optmul": 0.9, + "power": 1.2, + "rating": "D", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.6, + "class": 2, + "cost": 17800, + "distdraw": 0.6, + "edID": 128064265, + "eddbID": 1118, + "explres": 0.5, + "grp": "sg", + "id": "3t", + "kinres": 0.4, + "mass": 2.5, + "maxmass": 138, + "maxmul": 1.5, + "minmass": 28, + "minmul": 0.5, + "optmass": 55, + "optmul": 1, + "power": 1.5, + "rating": "C", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.6, + "class": 2, + "cost": 53410, + "distdraw": 0.6, + "edID": 128064266, + "eddbID": 1119, + "explres": 0.5, + "grp": "sg", + "id": "3s", + "kinres": 0.4, + "mass": 4, + "maxmass": 138, + "maxmul": 1.6, + "minmass": 28, + "minmul": 0.6, + "optmass": 55, + "optmul": 1.1, + "power": 1.8, + "rating": "B", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.6, + "class": 2, + "cost": 160220, + "distdraw": 0.6, + "edID": 128064267, + "eddbID": 1120, + "explres": 0.5, + "grp": "sg", + "id": "3r", + "kinres": 0.4, + "mass": 2.5, + "maxmass": 138, + "maxmul": 1.7, + "minmass": 28, + "minmul": 0.7, + "optmass": 55, + "optmul": 1.2, + "power": 2.1, + "rating": "A", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.9, + "class": 3, + "cost": 6270, + "distdraw": 0.6, + "edID": 128064268, + "eddbID": 1121, + "explres": 0.5, + "grp": "sg", + "id": "44", + "kinres": 0.4, + "mass": 5, + "maxmass": 413, + "maxmul": 1.3, + "minmass": 83, + "minmul": 0.3, + "optmass": 165, + "optmul": 0.8, + "power": 1.08, + "rating": "E", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.9, + "class": 3, + "cost": 18810, + "distdraw": 0.6, + "edID": 128064269, + "eddbID": 1122, + "explres": 0.5, + "grp": "sg", + "id": "43", + "kinres": 0.4, + "mass": 2, + "maxmass": 413, + "maxmul": 1.4, + "minmass": 83, + "minmul": 0.4, + "optmass": 165, + "optmul": 0.9, + "power": 1.44, + "rating": "D", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.9, + "class": 3, + "cost": 56440, + "distdraw": 0.6, + "edID": 128064270, + "eddbID": 1123, + "explres": 0.5, + "grp": "sg", + "id": "42", + "kinres": 0.4, + "mass": 5, + "maxmass": 413, + "maxmul": 1.5, + "minmass": 83, + "minmul": 0.5, + "optmass": 165, + "optmul": 1, + "power": 1.8, + "rating": "C", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.9, + "class": 3, + "cost": 169300, + "distdraw": 0.6, + "edID": 128064271, + "eddbID": 1124, + "explres": 0.5, + "grp": "sg", + "id": "41", + "kinres": 0.4, + "mass": 8, + "maxmass": 413, + "maxmul": 1.6, + "minmass": 83, + "minmul": 0.6, + "optmass": 165, + "optmul": 1.1, + "power": 2.16, + "rating": "B", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.9, + "class": 3, + "cost": 507910, + "distdraw": 0.6, + "edID": 128064272, + "eddbID": 1125, + "explres": 0.5, + "grp": "sg", + "id": "40", + "kinres": 0.4, + "mass": 5, + "maxmass": 413, + "maxmul": 1.7, + "minmass": 83, + "minmul": 0.7, + "optmass": 165, + "optmul": 1.2, + "power": 2.52, + "rating": "A", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 2.5, + "class": 4, + "cost": 19880, + "distdraw": 0.6, + "edID": 128064273, + "eddbID": 1126, + "explres": 0.5, + "grp": "sg", + "id": "49", + "kinres": 0.4, + "mass": 10, + "maxmass": 713, + "maxmul": 1.3, + "minmass": 143, + "minmul": 0.3, + "optmass": 285, + "optmul": 0.8, + "power": 1.32, + "rating": "E", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 2.5, + "class": 4, + "cost": 59630, + "distdraw": 0.6, + "edID": 128064274, + "eddbID": 1127, + "explres": 0.5, + "grp": "sg", + "id": "48", + "kinres": 0.4, + "mass": 4, + "maxmass": 713, + "maxmul": 1.4, + "minmass": 143, + "minmul": 0.4, + "optmass": 285, + "optmul": 0.9, + "power": 1.76, + "rating": "D", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 2.5, + "class": 4, + "cost": 178900, + "distdraw": 0.6, + "edID": 128064275, + "eddbID": 1128, + "explres": 0.5, + "grp": "sg", + "id": "47", + "kinres": 0.4, + "mass": 10, + "maxmass": 713, + "maxmul": 1.5, + "minmass": 143, + "minmul": 0.5, + "optmass": 285, + "optmul": 1, + "power": 2.2, + "rating": "C", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 2.5, + "class": 4, + "cost": 536690, + "distdraw": 0.6, + "edID": 128064276, + "eddbID": 1129, + "explres": 0.5, + "grp": "sg", + "id": "46", + "kinres": 0.4, + "mass": 16, + "maxmass": 713, + "maxmul": 1.6, + "minmass": 143, + "minmul": 0.6, + "optmass": 285, + "optmul": 1.1, + "power": 2.64, + "rating": "B", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 2.5, + "class": 4, + "cost": 1610080, + "distdraw": 0.6, + "edID": 128064277, + "eddbID": 1130, + "explres": 0.5, + "grp": "sg", + "id": "45", + "kinres": 0.4, + "mass": 10, + "maxmass": 713, + "maxmul": 1.7, + "minmass": 143, + "minmul": 0.7, + "optmass": 285, + "optmul": 1.2, + "power": 3.08, + "rating": "A", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 3.7, + "class": 5, + "cost": 63010, + "distdraw": 0.6, + "edID": 128064278, + "eddbID": 1131, + "explres": 0.5, + "grp": "sg", + "id": "4e", + "kinres": 0.4, + "mass": 20, + "maxmass": 1013, + "maxmul": 1.3, + "minmass": 203, + "minmul": 0.3, + "optmass": 405, + "optmul": 0.8, + "power": 1.56, + "rating": "E", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 3.7, + "class": 5, + "cost": 189040, + "distdraw": 0.6, + "edID": 128064279, + "eddbID": 1132, + "explres": 0.5, + "grp": "sg", + "id": "4d", + "kinres": 0.4, + "mass": 8, + "maxmass": 1013, + "maxmul": 1.4, + "minmass": 203, + "minmul": 0.4, + "optmass": 405, + "optmul": 0.9, + "power": 2.08, + "rating": "D", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 3.7, + "class": 5, + "cost": 567110, + "distdraw": 0.6, + "edID": 128064280, + "eddbID": 1133, + "explres": 0.5, + "grp": "sg", + "id": "4c", + "kinres": 0.4, + "mass": 20, + "maxmass": 1013, + "maxmul": 1.5, + "minmass": 203, + "minmul": 0.5, + "optmass": 405, + "optmul": 1, + "power": 2.6, + "rating": "C", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 3.7, + "class": 5, + "cost": 1701320, + "distdraw": 0.6, + "edID": 128064281, + "eddbID": 1134, + "explres": 0.5, + "grp": "sg", + "id": "4b", + "kinres": 0.4, + "mass": 32, + "maxmass": 1013, + "maxmul": 1.6, + "minmass": 203, + "minmul": 0.6, + "optmass": 405, + "optmul": 1.1, + "power": 3.12, + "rating": "B", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 3.7, + "class": 5, + "cost": 5103950, + "distdraw": 0.6, + "edID": 128064282, + "eddbID": 1135, + "explres": 0.5, + "grp": "sg", + "id": "4a", + "kinres": 0.4, + "mass": 20, + "maxmass": 1013, + "maxmul": 1.7, + "minmass": 203, + "minmul": 0.7, + "optmass": 405, + "optmul": 1.2, + "power": 3.64, + "rating": "A", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 5.3, + "class": 6, + "cost": 199750, + "distdraw": 0.6, + "edID": 128064283, + "eddbID": 1136, + "explres": 0.5, + "grp": "sg", + "id": "4j", + "kinres": 0.4, + "mass": 40, + "maxmass": 1350, + "maxmul": 1.3, + "minmass": 270, + "minmul": 0.3, + "optmass": 540, + "optmul": 0.8, + "power": 1.86, + "rating": "E", + "regen": 1.3, + "thermres": -0.2 + }, + { + "brokenregen": 5.3, + "class": 6, + "cost": 599240, + "distdraw": 0.6, + "edID": 128064284, + "eddbID": 1137, + "explres": 0.5, + "grp": "sg", + "id": "4i", + "kinres": 0.4, + "mass": 16, + "maxmass": 1350, + "maxmul": 1.4, + "minmass": 270, + "minmul": 0.4, + "optmass": 540, + "optmul": 0.9, + "power": 2.48, + "rating": "D", + "regen": 1.3, + "thermres": -0.2 + }, + { + "brokenregen": 5.3, + "class": 6, + "cost": 1797730, + "distdraw": 0.6, + "edID": 128064285, + "eddbID": 1138, + "explres": 0.5, + "grp": "sg", + "id": "4h", + "kinres": 0.4, + "mass": 40, + "maxmass": 1350, + "maxmul": 1.5, + "minmass": 270, + "minmul": 0.5, + "optmass": 540, + "optmul": 1, + "power": 3.1, + "rating": "C", + "regen": 1.3, + "thermres": -0.2 + }, + { + "brokenregen": 5.3, + "class": 6, + "cost": 5393180, + "distdraw": 0.6, + "edID": 128064286, + "eddbID": 1139, + "explres": 0.5, + "grp": "sg", + "id": "4g", + "kinres": 0.4, + "mass": 64, + "maxmass": 1350, + "maxmul": 1.6, + "minmass": 270, + "minmul": 0.6, + "optmass": 540, + "optmul": 1.1, + "power": 3.72, + "rating": "B", + "regen": 3.1, + "thermres": -0.2 + }, + { + "brokenregen": 5.3, + "class": 6, + "cost": 16179530, + "distdraw": 0.6, + "edID": 128064287, + "eddbID": 1140, + "explres": 0.5, + "grp": "sg", + "id": "4f", + "kinres": 0.4, + "mass": 40, + "maxmass": 1350, + "maxmul": 1.7, + "minmass": 270, + "minmul": 0.7, + "optmass": 540, + "optmul": 1.2, + "power": 4.34, + "rating": "A", + "regen": 1.3, + "thermres": -0.2 + }, + { + "brokenregen": 7.3, + "class": 7, + "cost": 633200, + "distdraw": 0.6, + "edID": 128064288, + "eddbID": 1141, + "explres": 0.5, + "grp": "sg", + "id": "4o", + "kinres": 0.4, + "mass": 80, + "maxmass": 2650, + "maxmul": 1.3, + "minmass": 530, + "minmul": 0.3, + "optmass": 1060, + "optmul": 0.8, + "power": 2.1, + "rating": "E", + "regen": 1.8, + "thermres": -0.2 + }, + { + "brokenregen": 7.3, + "class": 7, + "cost": 1899600, + "distdraw": 0.6, + "edID": 128064289, + "eddbID": 1142, + "explres": 0.5, + "grp": "sg", + "id": "4n", + "kinres": 0.4, + "mass": 32, + "maxmass": 2650, + "maxmul": 1.4, + "minmass": 530, + "minmul": 0.4, + "optmass": 1060, + "optmul": 0.9, + "power": 2.8, + "rating": "D", + "regen": 1.8, + "thermres": -0.2 + }, + { + "brokenregen": 7.3, + "class": 7, + "cost": 5698790, + "distdraw": 0.6, + "edID": 128064290, + "eddbID": 1143, + "explres": 0.5, + "grp": "sg", + "id": "4m", + "kinres": 0.4, + "mass": 80, + "maxmass": 2650, + "maxmul": 1.5, + "minmass": 530, + "minmul": 0.5, + "optmass": 1060, + "optmul": 1, + "power": 3.5, + "rating": "C", + "regen": 1.8, + "thermres": -0.2 + }, + { + "brokenregen": 7.3, + "class": 7, + "cost": 17096370, + "distdraw": 0.6, + "edID": 128064291, + "eddbID": 1144, + "explres": 0.5, + "grp": "sg", + "id": "4l", + "kinres": 0.4, + "mass": 128, + "maxmass": 2650, + "maxmul": 1.6, + "minmass": 530, + "minmul": 0.6, + "optmass": 1060, + "optmul": 1.1, + "power": 4.2, + "rating": "B", + "regen": 1.8, + "thermres": -0.2 + }, + { + "brokenregen": 7.3, + "class": 7, + "cost": 51289110, + "distdraw": 0.6, + "edID": 128064292, + "eddbID": 1145, + "explres": 0.5, + "grp": "sg", + "id": "4k", + "kinres": 0.4, + "mass": 80, + "maxmass": 2650, + "maxmul": 1.7, + "minmass": 530, + "minmul": 0.7, + "optmass": 1060, + "optmul": 1.2, + "power": 4.9, + "rating": "A", + "regen": 1.8, + "thermres": -0.2 + }, + { + "brokenregen": 9.6, + "class": 8, + "cost": 2007240, + "distdraw": 0.6, + "edID": 128064293, + "eddbID": 1146, + "explres": 0.5, + "grp": "sg", + "id": "4t", + "kinres": 0.4, + "mass": 160, + "maxmass": 4500, + "maxmul": 1.3, + "minmass": 900, + "minmul": 0.3, + "optmass": 1800, + "optmul": 0.8, + "power": 2.4, + "rating": "E", + "regen": 2.4, + "thermres": -0.2 + }, + { + "brokenregen": 9.6, + "class": 8, + "cost": 6021720, + "distdraw": 0.6, + "edID": 128064294, + "eddbID": 1147, + "explres": 0.5, + "grp": "sg", + "id": "4s", + "kinres": 0.4, + "mass": 64, + "maxmass": 4500, + "maxmul": 1.4, + "minmass": 900, + "minmul": 0.4, + "optmass": 1800, + "optmul": 0.9, + "power": 3.2, + "rating": "D", + "regen": 2.4, + "thermres": -0.2 + }, + { + "brokenregen": 9.6, + "class": 8, + "cost": 18065170, + "distdraw": 0.6, + "edID": 128064295, + "eddbID": 1148, + "explres": 0.5, + "grp": "sg", + "id": "4r", + "kinres": 0.4, + "mass": 160, + "maxmass": 4500, + "maxmul": 1.5, + "minmass": 900, + "minmul": 0.5, + "optmass": 1800, + "optmul": 1, + "power": 4, + "rating": "C", + "regen": 2.4, + "thermres": -0.2 + }, + { + "brokenregen": 9.6, + "class": 8, + "cost": 54195500, + "distdraw": 0.6, + "edID": 128064296, + "eddbID": 1149, + "explres": 0.5, + "grp": "sg", + "id": "4q", + "kinres": 0.4, + "mass": 256, + "maxmass": 4500, + "maxmul": 1.6, + "minmass": 900, + "minmul": 0.6, + "optmass": 1800, + "optmul": 1.1, + "power": 4.8, + "rating": "B", + "regen": 2.4, + "thermres": -0.2 + }, + { + "brokenregen": 9.6, + "class": 8, + "cost": 162586490, + "distdraw": 0.6, + "edID": 128064297, + "eddbID": 1150, + "explres": 0.5, + "grp": "sg", + "id": "4p", + "kinres": 0.4, + "mass": 160, + "maxmass": 4500, + "maxmul": 1.7, + "minmass": 900, + "minmul": 0.7, + "optmass": 1800, + "optmul": 1.2, + "power": 5.6, + "rating": "A", + "regen": 2.4, "thermres": -0.2 } ] @@ -16556,9 +17067,7 @@ "special_corrosive_shell": { "ammo": -0.2 }, - "special_dispersal_field": { - "damage": -0.1 - }, + "special_dispersal_field": {}, "special_distortion_field": {}, "special_drag_munitions": {}, "special_emissive_munitions": { @@ -16571,9 +17080,10 @@ "thermload": 2, "type": "T" }, - "special_overload_munitions": { - "ammo": -0.2 + "special_inertial_impact": { + "type": "KT" }, + "special_overload_munitions": {}, "special_phasing_sequence": {}, "special_radiant_canister": { "ammo": -0.25 @@ -16736,6 +17246,10 @@ "id": 12, "name": "Incendiary rounds" }, + "special_inertial_impact": { + "id": 32, + "name": "Inertial impact" + }, "special_ion_disruptor": { "id": 13, "name": "Ion disruptor" diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index a395568..bbc1849 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -195,7 +195,6 @@ "ammo": -0.2 }, "special_dispersal_field": { - "damage": -0.1 }, "special_distortion_field": {}, "special_drag_munitions": {}, @@ -209,8 +208,10 @@ "thermload": 2, "type": "T" }, + "special_inertial_impact": { + "type": "KT" + }, "special_overload_munitions": { - "ammo": -0.2 }, "special_phasing_sequence": {}, "special_radiant_canister": { diff --git a/modifications/specials.json b/modifications/specials.json index 625262c..84f77d0 100644 --- a/modifications/specials.json +++ b/modifications/specials.json @@ -12,6 +12,7 @@ "special_force_shell": {"id": 10, "name": "Force shell"}, "special_high_yield_shell": {"id": 11, "name": "High yield shell"}, "special_incendiary_rounds": {"id": 12, "name": "Incendiary rounds"}, + "special_inertial_impact": {"id": 32, "name": "Inertial impact"}, "special_ion_disruptor": {"id": 13, "name": "Ion disruptor"}, "special_mass_lock_munition": {"id": 14, "name": "Mass lock munition"}, "special_overload_munitions": {"id": 15, "name": "Overload munitions"}, diff --git a/modules/hardpoints/beam_laser.json b/modules/hardpoints/beam_laser.json index 7428783..e79b2d2 100644 --- a/modules/hardpoints/beam_laser.json +++ b/modules/hardpoints/beam_laser.json @@ -7,7 +7,7 @@ "class": 1, "cost": 37430, "damage": 9.8, - "distdraw": 2.16, + "distdraw": 1.94, "edID": 128049428, "eddbID": 841, "grp": "bl", @@ -16,7 +16,7 @@ "mass": 2, "mount": "F", "piercing": 18, - "power": 0.69, + "power": 0.62, "range": 3000, "rating": "E", "thermload": 3.5, @@ -38,7 +38,7 @@ "mass": 2, "mount": "G", "piercing": 18, - "power": 0.67, + "power": 0.6, "range": 3000, "rating": "E", "thermload": 3.6, @@ -62,7 +62,7 @@ "mass": 2, "mount": "T", "piercing": 18, - "power": 0.63, + "power": 0.57, "range": 3000, "rating": "F", "thermload": 2.4, @@ -75,7 +75,7 @@ "class": 1, "cost": 56150, "damage": 4.9, - "distdraw": 2.8, + "distdraw": 2.52, "edID": 128671346, "eddbID": 1476, "grp": "bl", @@ -85,7 +85,7 @@ "mount": "F", "name": "Retributor", "piercing": 18, - "power": 0.69, + "power": 0.62, "pp": "Edmund Mahon", "range": 3000, "rating": "E", @@ -99,7 +99,7 @@ "class": 2, "cost": 299520, "damage": 15.96, - "distdraw": 3.51, + "distdraw": 3.16, "edID": 128049429, "eddbID": 842, "grp": "bl", @@ -108,7 +108,7 @@ "mass": 4, "mount": "F", "piercing": 35, - "power": 1.12, + "power": 1.01, "range": 3000, "rating": "D", "thermload": 5.1, @@ -130,7 +130,7 @@ "mass": 4, "mount": "G", "piercing": 35, - "power": 1.1, + "power": 0.99, "range": 3000, "rating": "D", "thermload": 5.3, @@ -152,7 +152,7 @@ "mass": 4, "mount": "T", "piercing": 35, - "power": 1.03, + "power": 0.93, "range": 3000, "rating": "E", "thermload": 3.5, @@ -165,7 +165,7 @@ "class": 3, "cost": 1177600, "damage": 25.78, - "distdraw": 5.67, + "distdraw": 5.1, "edID": 128049430, "eddbID": 843, "grp": "bl", @@ -174,7 +174,7 @@ "mass": 8, "mount": "F", "piercing": 50, - "power": 1.8, + "power": 1.62, "range": 3000, "rating": "C", "thermload": 7.2, @@ -196,7 +196,7 @@ "mass": 8, "mount": "G", "piercing": 50, - "power": 1.78, + "power": 1.6, "range": 3000, "rating": "C", "thermload": 7.6, @@ -218,7 +218,7 @@ "mass": 8, "mount": "T", "piercing": 50, - "power": 1.68, + "power": 1.51, "range": 3000, "rating": "D", "thermload": 5.1, @@ -231,7 +231,7 @@ "class": 4, "cost": 2396160, "damage": 41.38, - "distdraw": 9.1, + "distdraw": 8.19, "edID": 128049431, "eddbID": 1540, "grp": "bl", @@ -240,7 +240,7 @@ "mass": 16, "mount": "F", "piercing": 60, - "power": 2.9, + "power": 2.61, "range": 3000, "rating": "A", "thermload": 9.9, @@ -262,7 +262,7 @@ "mass": 16, "mount": "G", "piercing": 60, - "power": 2.86, + "power": 2.57, "range": 3000, "rating": "A", "thermload": 10.6, diff --git a/modules/hardpoints/burst_laser.json b/modules/hardpoints/burst_laser.json index f77f663..6cb55fb 100644 --- a/modules/hardpoints/burst_laser.json +++ b/modules/hardpoints/burst_laser.json @@ -9,7 +9,7 @@ "class": 1, "cost": 4400, "damage": 1.72, - "distdraw": 0.31, + "distdraw": 0.24, "edID": 128049400, "eddbID": 832, "grp": "ul", @@ -34,7 +34,7 @@ "class": 1, "cost": 8600, "damage": 1.2, - "distdraw": 0.27, + "distdraw": 0.23, "edID": 128049404, "eddbID": 835, "grp": "ul", @@ -59,7 +59,7 @@ "class": 1, "cost": 52800, "damage": 0.87, - "distdraw": 0.16, + "distdraw": 0.136, "edID": 128049407, "eddbID": 838, "grp": "ul", @@ -76,20 +76,21 @@ "type": "T" }, { - "breachdmg": 1.5, + "breachdmg": 2, "breachmax": 0, "breachmin": 0, - "burst": 3, - "burstrof": 15, + "burst": 8, + "burstrof": 20, "class": 1, "cost": 8800, "damage": 2.4, - "distdraw": 0.4, + "distdraw": 0.31, "edID": 128671449, "eddbID": 1477, "grp": "ul", "id": "cy", "integrity": 40, + "jitter": 3.5, "mass": 2, "mount": "F", "name": "Cytoscrambler", @@ -98,7 +99,7 @@ "pp": "Archon Delaine", "range": 600, "rating": "F", - "rof": 1.98, + "rof": 6.6, "thermload": 0.3, "type": "T" }, @@ -111,7 +112,7 @@ "class": 2, "cost": 23000, "damage": 3.5, - "distdraw": 0.63, + "distdraw": 0.482, "edID": 128049401, "eddbID": 833, "grp": "ul", @@ -136,7 +137,7 @@ "class": 2, "cost": 48500, "damage": 2.45, - "distdraw": 0.55, + "distdraw": 0.468, "edID": 128049405, "eddbID": 836, "grp": "ul", @@ -161,7 +162,7 @@ "class": 2, "cost": 162800, "damage": 1.74, - "distdraw": 0.31, + "distdraw": 0.26, "edID": 128049408, "eddbID": 839, "grp": "ul", @@ -186,7 +187,7 @@ "class": 3, "cost": 140400, "damage": 7.75, - "distdraw": 1.39, + "distdraw": 1.06, "edID": 128049402, "eddbID": 834, "grp": "ul", @@ -211,7 +212,7 @@ "class": 3, "cost": 281600, "damage": 5.18, - "distdraw": 1.16, + "distdraw": 0.986, "edID": 128049406, "eddbID": 837, "grp": "ul", @@ -236,7 +237,7 @@ "class": 3, "cost": 800400, "damage": 3.54, - "distdraw": 0.63, + "distdraw": 0.536, "edID": 128049409, "eddbID": 840, "grp": "ul", @@ -261,7 +262,7 @@ "class": 4, "cost": 281600, "damage": 20.6, - "distdraw": 3.71, + "distdraw": 2.84, "edID": 128049403, "eddbID": 1549, "grp": "ul", @@ -286,7 +287,7 @@ "class": 4, "cost": 1245600, "damage": 12.1, - "distdraw": 2.72, + "distdraw": 2.31, "edID": 128727920, "eddbID": 1550, "grp": "ul", diff --git a/modules/hardpoints/cannon.json b/modules/hardpoints/cannon.json index 450ff13..ef21875 100644 --- a/modules/hardpoints/cannon.json +++ b/modules/hardpoints/cannon.json @@ -1,14 +1,14 @@ { "c": [ { - "ammo": 100, + "ammo": 120, "breachdmg": 17.1, "breachmax": 0.8, "breachmin": 0.6, "class": 1, - "clip": 5, + "clip": 6, "cost": 21100, - "damage": 18, + "damage": 22.5, "distdraw": 0.46, "edID": 128049438, "eddbID": 850, @@ -21,7 +21,7 @@ "power": 0.34, "range": 3000, "rating": "D", - "reload": 4, + "reload": 3, "rof": 0.5, "speed": 1200, "thermload": 1.4, @@ -35,7 +35,7 @@ "class": 1, "clip": 5, "cost": 42200, - "damage": 13.9, + "damage": 16, "distdraw": 0.48, "edID": 128049442, "eddbID": 854, @@ -62,7 +62,7 @@ "class": 1, "clip": 5, "cost": 506400, - "damage": 11.1, + "damage": 12.75, "distdraw": 0.22, "edID": 128049445, "eddbID": 857, @@ -71,7 +71,7 @@ "integrity": 40, "mass": 2, "mount": "T", - "piercing": 90, + "piercing": 35, "power": 0.32, "range": 3000, "rating": "F", @@ -82,14 +82,14 @@ "type": "K" }, { - "ammo": 100, + "ammo": 120, "breachdmg": 28, "breachmax": 0.8, "breachmin": 0.6, "class": 2, - "clip": 5, + "clip": 6, "cost": 168430, - "damage": 29.2, + "damage": 36.5, "distdraw": 0.7, "edID": 128049439, "eddbID": 851, @@ -98,11 +98,11 @@ "integrity": 51, "mass": 4, "mount": "F", - "piercing": 90, + "piercing": 50, "power": 0.49, "range": 3500, "rating": "D", - "reload": 4, + "reload": 3, "rof": 0.465, "speed": 1051, "thermload": 2.1, @@ -116,7 +116,7 @@ "class": 2, "clip": 5, "cost": 337600, - "damage": 21.3, + "damage": 24.5, "distdraw": 0.75, "edID": 128049443, "eddbID": 855, @@ -125,7 +125,7 @@ "integrity": 51, "mass": 4, "mount": "G", - "piercing": 90, + "piercing": 50, "power": 0.54, "range": 3500, "rating": "D", @@ -143,7 +143,7 @@ "class": 2, "clip": 5, "cost": 4051200, - "damage": 17.19, + "damage": 19.77, "distdraw": 0.34, "edID": 128049446, "eddbID": 858, @@ -152,7 +152,7 @@ "integrity": 51, "mass": 4, "mount": "T", - "piercing": 90, + "piercing": 50, "power": 0.45, "range": 3500, "rating": "E", @@ -163,14 +163,14 @@ "type": "K" }, { - "ammo": 100, + "ammo": 120, "breachdmg": 42.3, "breachmax": 0.8, "breachmin": 0.6, "class": 3, - "clip": 5, + "clip": 6, "cost": 675200, - "damage": 43.95, + "damage": 54.94, "distdraw": 1.07, "edID": 128049440, "eddbID": 852, @@ -179,11 +179,11 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 90, + "piercing": 70, "power": 0.67, "range": 4000, "rating": "C", - "reload": 4, + "reload": 3, "rof": 0.425, "speed": 959, "thermload": 3.2, @@ -197,7 +197,7 @@ "class": 3, "clip": 5, "cost": 1350400, - "damage": 32.51, + "damage": 37.39, "distdraw": 1.14, "edID": 128671120, "eddbID": 1383, @@ -208,7 +208,7 @@ "integrity": 64, "mass": 8, "mount": "G", - "piercing": 90, + "piercing": 70, "power": 0.75, "range": 4000, "rating": "C", @@ -226,7 +226,7 @@ "class": 3, "clip": 5, "cost": 16204800, - "damage": 26.4, + "damage": 30.4, "distdraw": 0.53, "edID": 128049447, "eddbID": 859, @@ -235,7 +235,7 @@ "integrity": 64, "mass": 8, "mount": "T", - "piercing": 90, + "piercing": 70, "power": 0.64, "range": 4000, "rating": "D", @@ -246,14 +246,14 @@ "type": "K" }, { - "ammo": 100, + "ammo": 120, "breachdmg": 63.2, "breachmax": 0.8, "breachmin": 0.6, "class": 4, - "clip": 5, + "clip": 6, "cost": 2700800, - "damage": 65.66, + "damage": 82.1, "distdraw": 1.61, "edID": 128049441, "eddbID": 853, @@ -268,7 +268,7 @@ "power": 0.92, "range": 4500, "rating": "B", - "reload": 5, + "reload": 3, "rof": 0.385, "speed": 900, "thermload": 4.8, @@ -282,7 +282,7 @@ "class": 4, "clip": 5, "cost": 5401600, - "damage": 49.2, + "damage": 56.58, "distdraw": 1.72, "edID": 128049444, "eddbID": 856, diff --git a/modules/hardpoints/fragment_cannon.json b/modules/hardpoints/fragment_cannon.json index ce1ed0b..d7bb99e 100644 --- a/modules/hardpoints/fragment_cannon.json +++ b/modules/hardpoints/fragment_cannon.json @@ -1,7 +1,7 @@ { "fc": [ { - "ammo": 90, + "ammo": 180, "breachdmg": 1.3, "breachmax": 0.8, "breachmin": 0.4, @@ -22,7 +22,7 @@ "power": 0.45, "range": 2000, "rating": "E", - "reload": 5, + "reload": 2.5, "rof": 5.555, "roundspershot": 12, "speed": 667, @@ -30,7 +30,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 0.9, "breachmax": 0.8, "breachmin": 0.4, @@ -51,7 +51,7 @@ "power": 0.59, "range": 2000, "rating": "E", - "reload": 5, + "reload": 2.5, "rof": 5.88, "roundspershot": 12, "speed": 667, @@ -59,7 +59,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 0.5, "breachmax": 0.8, "breachmin": 0.4, @@ -80,7 +80,7 @@ "power": 0.42, "range": 2000, "rating": "E", - "reload": 5, + "reload": 2.5, "rof": 4.76, "roundspershot": 12, "speed": 667, @@ -88,7 +88,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 2.3, "breachmax": 0.8, "breachmin": 0.4, @@ -105,11 +105,11 @@ "jitter": 0.5, "mass": 4, "mount": "F", - "piercing": 35, + "piercing": 30, "power": 0.74, "range": 2000, "rating": "A", - "reload": 5, + "reload": 2.5, "rof": 5, "roundspershot": 12, "speed": 667, @@ -117,7 +117,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 1.8, "breachmax": 0.8, "breachmin": 0.4, @@ -134,11 +134,11 @@ "jitter": 0.5, "mass": 4, "mount": "G", - "piercing": 35, + "piercing": 30, "power": 1.03, "range": 2000, "rating": "D", - "reload": 5, + "reload": 2.5, "rof": 5.26, "roundspershot": 12, "speed": 667, @@ -146,7 +146,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 1.3, "breachmax": 0.8, "breachmin": 0.4, @@ -163,11 +163,11 @@ "jitter": 0.5, "mass": 4, "mount": "T", - "piercing": 35, + "piercing": 30, "power": 0.79, "range": 2000, "rating": "D", - "reload": 5, + "reload": 2.5, "rof": 4.345, "roundspershot": 12, "speed": 667, @@ -175,7 +175,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 3.5, "breachmax": 0.8, "breachmin": 0.4, @@ -192,11 +192,11 @@ "jitter": 0.5, "mass": 8, "mount": "F", - "piercing": 52, + "piercing": 45, "power": 1.02, "range": 2000, "rating": "C", - "reload": 5, + "reload": 2.5, "rof": 4.545, "roundspershot": 12, "speed": 667, @@ -204,7 +204,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 2.9, "breachmax": 0.8, "breachmin": 0.4, @@ -221,11 +221,11 @@ "jitter": 0.5, "mass": 8, "mount": "G", - "piercing": 52, + "piercing": 45, "power": 1.55, "range": 2000, "rating": "C", - "reload": 5, + "reload": 2.5, "rof": 4.76, "roundspershot": 12, "speed": 667, @@ -233,7 +233,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 2.3, "breachmax": 0.8, "breachmin": 0.4, @@ -250,11 +250,11 @@ "jitter": 0.5, "mass": 8, "mount": "T", - "piercing": 52, + "piercing": 45, "power": 1.29, "range": 2000, "rating": "C", - "reload": 5, + "reload": 2.5, "rof": 4, "roundspershot": 12, "speed": 667, @@ -262,7 +262,7 @@ "type": "K" }, { - "ammo": 90, + "ammo": 180, "breachdmg": 3.1, "breachmax": 0.8, "breachmin": 0.4, @@ -276,15 +276,17 @@ "grp": "fc", "id": "pa", "integrity": 64, + "jitter": 1.7, "mass": 8, "mount": "F", "name": "Pacifier", - "piercing": 52, + "piercing": 45, "power": 1.02, "pp": "Zachary Hudson", "rating": "C", - "reload": 5, + "reload": 2.5, "rof": 4.5, + "roundspershot": 12, "speed": 1000, "thermload": 1.1, "type": "K" diff --git a/modules/hardpoints/mining_laser.json b/modules/hardpoints/mining_laser.json index 1f66fb8..e852358 100644 --- a/modules/hardpoints/mining_laser.json +++ b/modules/hardpoints/mining_laser.json @@ -7,7 +7,7 @@ "class": 1, "cost": 6800, "damage": 2, - "distdraw": 1.5, + "distdraw": 1.35, "edID": 128049525, "eddbID": 888, "grp": "ml", @@ -17,11 +17,12 @@ "mount": "F", "piercing": 18, "power": 0.5, + "range": 500, "rating": "D", "thermload": 2 }, { - "breachdmg": 0.6, + "breachdmg": 1.2, "breachmax": 0.2, "breachmin": 0.1, "class": 1, @@ -35,9 +36,10 @@ "mass": 2, "mount": "F", "name": "Mining Lance", - "piercing": "D", + "piercing": 18, "power": 0.7, "pp": "Zemina Torval", + "range": 2000, "rating": "D", "thermload": 6, "type": "T" @@ -59,6 +61,7 @@ "mount": "F", "piercing": 18, "power": 0.75, + "range": 500, "rating": "D", "thermload": 4 } diff --git a/modules/hardpoints/missile_rack.json b/modules/hardpoints/missile_rack.json index 0e356d9..e4adcb6 100644 --- a/modules/hardpoints/missile_rack.json +++ b/modules/hardpoints/missile_rack.json @@ -3,8 +3,8 @@ { "ammo": 16, "breachdmg": 20, - "breachmax": 1, - "breachmin": 1, + "breachmax": 0, + "breachmin": 0, "class": 1, "clip": 8, "cost": 32180, @@ -57,12 +57,13 @@ { "ammo": 48, "breachdmg": 20, - "breachmax": 1, - "breachmin": 1, + "breachmax": 0, + "breachmin": 0, "class": 2, "clip": 12, "cost": 240400, - "dps": 25, + "damage": 50, + "distdraw": 0.24, "edID": 128666725, "eddbID": 1327, "eps": 0.12, @@ -79,6 +80,7 @@ "reload": 5, "rof": 0.5, "speed": 750, + "thermload": 3.6, "type": "E" }, { @@ -140,7 +142,7 @@ }, { "ammo": 120, - "breachdmg": 6, + "breachdmg": 3, "breachmax": 0, "breachmin": 0, "class": 2, diff --git a/modules/hardpoints/multi_cannon.json b/modules/hardpoints/multi_cannon.json index a2d44bc..ddfa283 100644 --- a/modules/hardpoints/multi_cannon.json +++ b/modules/hardpoints/multi_cannon.json @@ -6,7 +6,7 @@ "breachmax": 0.8, "breachmin": 0.4, "class": 1, - "clip": 90, + "clip": 100, "cost": 9500, "damage": 1.12, "distdraw": 0.06, @@ -48,7 +48,7 @@ "power": 0.37, "range": 4000, "rating": "G", - "reload": 4, + "reload": 5, "rof": 8.33, "speed": 1600, "thermload": 0.1, @@ -83,13 +83,13 @@ }, { "ammo": 1000, - "breachdmg": 2.7, + "breachdmg": 2.6, "breachmax": 0.8, "breachmin": 0.4, "class": 1, "clip": 60, "cost": 13980, - "damage": 3, + "damage": 2.9, "distdraw": 0.12, "eddbID": 1481, "grp": "mc", @@ -98,12 +98,12 @@ "mass": 2, "mount": "F", "name": "Enforcer", - "piercing": "A", + "piercing": 30, "power": 0.28, "pp": "Pranav Antal", "range": 4500, "rating": "F", - "reload": 8, + "reload": 4, "rof": 4.3, "speed": 1800, "thermload": 0.2, @@ -115,7 +115,7 @@ "breachmax": 0.8, "breachmin": 0.4, "class": 2, - "clip": 90, + "clip": 100, "cost": 38000, "damage": 2.19, "distdraw": 0.11, @@ -157,7 +157,7 @@ "power": 0.64, "range": 4000, "rating": "F", - "reload": 4, + "reload": 5, "rof": 7.69, "speed": 1600, "thermload": 0.2, @@ -196,7 +196,7 @@ "breachmax": 0.8, "breachmin": 0.4, "class": 3, - "clip": 90, + "clip": 100, "cost": 140400, "damage": 3.93, "distdraw": 0.18, @@ -238,7 +238,7 @@ "power": 0.97, "range": 4000, "rating": "C", - "reload": 4, + "reload": 5, "rof": 6.665, "speed": 1600, "thermload": 0.3, @@ -250,7 +250,7 @@ "breachmax": 0.8, "breachmin": 0.4, "class": 4, - "clip": 90, + "clip": 100, "cost": 1177600, "damage": 4.62, "distdraw": 0.24, @@ -293,7 +293,7 @@ "power": 1.22, "range": 4000, "rating": "A", - "reload": 4, + "reload": 5, "rof": 3.365, "roundspershot": 2, "speed": 1600, diff --git a/modules/hardpoints/plasma_accelerator.json b/modules/hardpoints/plasma_accelerator.json index a3e361a..f0cee06 100644 --- a/modules/hardpoints/plasma_accelerator.json +++ b/modules/hardpoints/plasma_accelerator.json @@ -8,7 +8,7 @@ "class": 2, "clip": 5, "cost": 834200, - "damage": 52, + "damage": 54.3, "distdraw": 8.65, "edID": 128049465, "eddbID": 873, @@ -17,15 +17,15 @@ "integrity": 51, "mass": 4, "mount": "F", - "piercing": 55, + "piercing": 100, "power": 1.43, "range": 3500, "rating": "C", - "reload": 8, + "reload": 6, "rof": 0.33, "speed": 875, "thermload": 15.6, - "type": "KT" + "type": "A" }, { "ammo": 100, @@ -35,7 +35,7 @@ "class": 3, "clip": 5, "cost": 3051200, - "damage": 79.93, + "damage": 83.4, "distdraw": 13.6, "edID": 128049466, "eddbID": 874, @@ -44,25 +44,25 @@ "integrity": 64, "mass": 8, "mount": "F", - "piercing": 70, + "piercing": 100, "power": 1.97, "range": 3500, "rating": "B", - "reload": 8, + "reload": 6, "rof": 0.29, "speed": 875, "thermload": 21.8, - "type": "KT" + "type": "A" }, { "ammo": 300, - "breachdmg": 28.1, + "breachdmg": 30.9, "breachmax": 0.8, "breachmin": 0.4, "class": 3, "clip": 20, "cost": 4119120, - "damage": 33, + "damage": 34.5, "distdraw": 5.5, "edID": 128671339, "eddbID": 1482, @@ -72,16 +72,16 @@ "mass": 8, "mount": "F", "name": "Advanced Plasma Accelerator", - "piercing": 70, + "piercing": 100, "power": 1.97, "pp": "Denton Patreus", "range": 3500, "rating": "B", - "reload": 8, + "reload": 6, "rof": 0.8, "speed": 875, "thermload": 11, - "type": "KT" + "type": "A" }, { "ammo": 100, @@ -91,7 +91,7 @@ "class": 4, "clip": 5, "cost": 13793600, - "damage": 120, + "damage": 125.2, "distdraw": 21.04, "edID": 128049467, "eddbID": 875, @@ -100,15 +100,15 @@ "integrity": 80, "mass": 16, "mount": "F", - "piercing": 85, + "piercing": 100, "power": 2.63, "range": 3500, "rating": "A", - "reload": 8, + "reload": 6, "rof": 0.25, "speed": 875, "thermload": 29.5, - "type": "KT" + "type": "A" } ] } diff --git a/modules/hardpoints/pulse_laser.json b/modules/hardpoints/pulse_laser.json index cea8730..8f8a787 100644 --- a/modules/hardpoints/pulse_laser.json +++ b/modules/hardpoints/pulse_laser.json @@ -7,7 +7,7 @@ "class": 1, "cost": 2200, "damage": 2.04, - "distdraw": 0.33, + "distdraw": 0.30, "edID": 128049381, "eddbID": 823, "grp": "pl", @@ -76,7 +76,7 @@ "class": 2, "cost": 17600, "damage": 3.49, - "distdraw": 0.56, + "distdraw": 0.5, "edID": 128049382, "eddbID": 824, "grp": "pl", @@ -145,7 +145,7 @@ "class": 2, "cost": 26400, "damage": 2.8, - "distdraw": 1, + "distdraw": 0.9, "eddbID": 1483, "grp": "pl", "id": "PL", @@ -153,7 +153,7 @@ "mass": 4, "mount": "F", "name": "Disruptor", - "piercing": "A", + "piercing": 35, "power": 0.7, "pp": "Felicia Winters", "rating": "E", @@ -168,7 +168,7 @@ "class": 3, "cost": 70400, "damage": 5.98, - "distdraw": 0.96, + "distdraw": 0.86, "edID": 128049383, "eddbID": 825, "grp": "pl", @@ -237,7 +237,7 @@ "class": 4, "cost": 177600, "damage": 10.23, - "distdraw": 1.64, + "distdraw": 1.48, "edID": 128049384, "eddbID": 1539, "grp": "pl", diff --git a/modules/hardpoints/rail_gun.json b/modules/hardpoints/rail_gun.json index 3c5120f..5e231c7 100644 --- a/modules/hardpoints/rail_gun.json +++ b/modules/hardpoints/rail_gun.json @@ -1,7 +1,7 @@ { "rg": [ { - "ammo": 30, + "ammo": 80, "breachdmg": 22.2, "breachmax": 0.8, "breachmin": 0.4, @@ -27,7 +27,7 @@ "type": "KT" }, { - "ammo": 30, + "ammo": 80, "breachdmg": 39.5, "breachmax": 0.8, "breachmin": 0.4, @@ -72,9 +72,10 @@ "mass": 4, "mount": "F", "name": "Imperial Hammer", - "piercing": "A", + "piercing": 150, "power": 1.63, "pp": "Arissa Lavigny-Duval", + "range": 3000, "rating": "B", "reload": 1, "rof": 4.1, diff --git a/modules/index.js b/modules/index.js index 94532a3..b075b37 100644 --- a/modules/index.js +++ b/modules/index.js @@ -44,6 +44,7 @@ module.exports = { fx: require('./internal/fuel_transfer_limpet_controllers').fx, hb: require('./internal/hatch_breaker_limpet_controller').hb, hr: require('./internal/hull_reinforcement_package').hr, + mrp: require('./internal/module_reinforcement_package').mrp, pv: require('./internal/planetary_vehicle_hanger').pv, psg: require('./internal/pristmatic_shield_generator').psg, pc: require('./internal/prospector_limpet_controllers').pc, diff --git a/modules/internal/auto_field_maintenance_unit.json b/modules/internal/auto_field_maintenance_unit.json index 52112bc..5fb592c 100644 --- a/modules/internal/auto_field_maintenance_unit.json +++ b/modules/internal/auto_field_maintenance_unit.json @@ -1,394 +1,69 @@ { "am": [ { - "ammo": 10000, + "ammo": 1000, "ammocost": 1, - "class": 8, - "cost": 612220, - "edID": 128667605, - "eddbID": 1335, + "class": 1, + "cost": 10000, + "edID": 128667598, + "eddbID": 1328, "grp": "am", - "id": "1f", - "power": 1.8, + "id": "0c", + "power": 0.54, "rating": "E", - "repair": 120 + "repair": 12 }, { - "ammo": 9000, + "ammo": 900, "ammocost": 1, - "class": 8, - "cost": 1836660, - "edID": 128667613, - "eddbID": 1343, + "class": 1, + "cost": 30000, + "edID": 128667606, + "eddbID": 1336, "grp": "am", - "id": "1e", - "power": 2.4, + "id": "0b", + "power": 0.72, "rating": "D", - "repair": 144 + "repair": 14.4 }, { - "ammo": 10000, + "ammo": 1000, "ammocost": 1, - "class": 8, - "cost": 5509980, - "edID": 128667621, - "eddbID": 1351, + "class": 1, + "cost": 90000, + "edID": 128667614, + "eddbID": 1344, "grp": "am", - "id": "1d", - "power": 3, + "id": "0a", + "power": 0.9, "rating": "C", - "repair": 200 + "repair": 20 }, { - "ammo": 12000, + "ammo": 1200, "ammocost": 1, - "class": 8, - "cost": 16529940, - "edID": 128667629, - "eddbID": 1359, + "class": 1, + "cost": 270000, + "edID": 128667622, + "eddbID": 1352, "grp": "am", - "id": "1c", - "power": 3.45, + "id": "09", + "power": 1.04, "rating": "B", - "repair": 276 + "repair": 27.6 }, { - "ammo": 11000, + "ammo": 1100, "ammocost": 1, - "class": 8, - "cost": 49589820, - "edID": 128667637, - "eddbID": 1367, + "class": 1, + "cost": 810000, + "edID": 128667630, + "eddbID": 1360, "grp": "am", - "id": "1b", - "power": 4.2, + "id": "08", + "power": 1.26, "rating": "A", - "repair": 308 - }, - { - "ammo": 8700, - "ammocost": 1, - "class": 7, - "cost": 340120, - "edID": 128667604, - "eddbID": 1334, - "grp": "am", - "id": "1a", - "power": 1.58, - "rating": "E", - "repair": 104.4 - }, - { - "ammo": 7800, - "ammocost": 1, - "class": 7, - "cost": 1020370, - "edID": 128667612, - "eddbID": 1342, - "grp": "am", - "id": "19", - "power": 2.1, - "rating": "D", - "repair": 124.8 - }, - { - "ammo": 8700, - "ammocost": 1, - "class": 7, - "cost": 3061100, - "edID": 128667620, - "eddbID": 1350, - "grp": "am", - "id": "18", - "power": 2.63, - "rating": "C", - "repair": 174 - }, - { - "ammo": 10400, - "ammocost": 1, - "class": 7, - "cost": 9183300, - "edID": 128667628, - "eddbID": 1358, - "grp": "am", - "id": "17", - "power": 3.02, - "rating": "B", - "repair": 239.2 - }, - { - "ammo": 9600, - "ammocost": 1, - "class": 7, - "cost": 27549900, - "edID": 128667636, - "eddbID": 1366, - "grp": "am", - "id": "16", - "power": 3.68, - "rating": "A", - "repair": 268.8 - }, - { - "ammo": 7400, - "ammocost": 1, - "class": 6, - "cost": 188960, - "edID": 128667603, - "eddbID": 1333, - "grp": "am", - "id": "15", - "power": 1.4, - "rating": "E", - "repair": 88.8 - }, - { - "ammo": 6700, - "ammocost": 1, - "class": 6, - "cost": 566870, - "edID": 128667611, - "eddbID": 1341, - "grp": "am", - "id": "14", - "power": 1.86, - "rating": "D", - "repair": 107.2 - }, - { - "ammo": 7400, - "ammocost": 1, - "class": 6, - "cost": 1700610, - "edID": 128667619, - "eddbID": 1349, - "grp": "am", - "id": "13", - "power": 2.33, - "rating": "C", - "repair": 148 - }, - { - "ammo": 8900, - "ammocost": 1, - "class": 6, - "cost": 5101830, - "edID": 128667627, - "eddbID": 1357, - "grp": "am", - "id": "12", - "power": 2.67, - "rating": "B", - "repair": 204.7 - }, - { - "ammo": 8100, - "ammocost": 1, - "class": 6, - "cost": 15305500, - "edID": 128667635, - "eddbID": 1365, - "grp": "am", - "id": "11", - "power": 3.26, - "rating": "A", - "repair": 226.8 - }, - { - "ammo": 6100, - "ammocost": 1, - "class": 5, - "cost": 104980, - "edID": 128667602, - "eddbID": 1332, - "grp": "am", - "id": "10", - "power": 1.17, - "rating": "E", - "repair": 73.2 - }, - { - "ammo": 5500, - "ammocost": 1, - "class": 5, - "cost": 314930, - "edID": 128667610, - "eddbID": 1340, - "grp": "am", - "id": "0v", - "power": 1.56, - "rating": "D", - "repair": 88 - }, - { - "ammo": 6100, - "ammocost": 1, - "class": 5, - "cost": 944780, - "edID": 128667618, - "eddbID": 1348, - "grp": "am", - "id": "0u", - "power": 1.95, - "rating": "C", - "repair": 122 - }, - { - "ammo": 7300, - "ammocost": 1, - "class": 5, - "cost": 2834350, - "edID": 128667626, - "eddbID": 1356, - "grp": "am", - "id": "0t", - "power": 2.24, - "rating": "B", - "repair": 167.9 - }, - { - "ammo": 6700, - "ammocost": 1, - "class": 5, - "cost": 8503060, - "edID": 128667634, - "eddbID": 1364, - "grp": "am", - "id": "0s", - "power": 2.73, - "rating": "A", - "repair": 187.6 - }, - { - "ammo": 4900, - "ammocost": 1, - "class": 4, - "cost": 58320, - "edID": 128667601, - "eddbID": 1331, - "grp": "am", - "id": "0r", - "power": 0.99, - "rating": "E", - "repair": 58.8 - }, - { - "ammo": 4400, - "ammocost": 1, - "class": 4, - "cost": 174960, - "edID": 128667609, - "eddbID": 1339, - "grp": "am", - "id": "0q", - "power": 1.32, - "rating": "D", - "repair": 70.4 - }, - { - "ammo": 4900, - "ammocost": 1, - "class": 4, - "cost": 524880, - "edID": 128667617, - "eddbID": 1347, - "grp": "am", - "id": "0p", - "power": 1.65, - "rating": "C", - "repair": 98 - }, - { - "ammo": 5900, - "ammocost": 1, - "class": 4, - "cost": 1574640, - "edID": 128667625, - "eddbID": 1355, - "grp": "am", - "id": "0o", - "power": 1.9, - "rating": "B", - "repair": 135.7 - }, - { - "ammo": 5400, - "ammocost": 1, - "class": 4, - "cost": 4723920, - "edID": 128667633, - "eddbID": 1363, - "grp": "am", - "id": "0n", - "power": 2.31, - "rating": "A", - "repair": 151.2 - }, - { - "ammo": 3600, - "ammocost": 1, - "class": 3, - "cost": 32400, - "edID": 128667600, - "eddbID": 1330, - "grp": "am", - "id": "0m", - "power": 0.81, - "rating": "E", - "repair": 43.2 - }, - { - "ammo": 3200, - "ammocost": 1, - "class": 3, - "cost": 97200, - "edID": 128667608, - "eddbID": 1338, - "grp": "am", - "id": "0l", - "power": 1.08, - "rating": "D", - "repair": 51.2 - }, - { - "ammo": 3600, - "ammocost": 1, - "class": 3, - "cost": 291600, - "edID": 128667616, - "eddbID": 1346, - "grp": "am", - "id": "0k", - "power": 1.35, - "rating": "C", - "repair": 72 - }, - { - "ammo": 4300, - "ammocost": 1, - "class": 3, - "cost": 874800, - "edID": 128667624, - "eddbID": 1354, - "grp": "am", - "id": "0j", - "power": 1.55, - "rating": "B", - "repair": 98.9 - }, - { - "ammo": 4000, - "ammocost": 1, - "class": 3, - "cost": 2624400, - "edID": 128667632, - "eddbID": 1362, - "grp": "am", - "id": "0i", - "power": 1.89, - "rating": "A", - "repair": 112 + "repair": 30.8 }, { "ammo": 2300, @@ -456,69 +131,394 @@ "repair": 70 }, { - "ammo": 1000, + "ammo": 3600, "ammocost": 1, - "class": 1, - "cost": 10000, - "edID": 128667598, - "eddbID": 1328, + "class": 3, + "cost": 32400, + "edID": 128667600, + "eddbID": 1330, "grp": "am", - "id": "0c", - "power": 0.54, + "id": "0m", + "power": 0.81, "rating": "E", - "repair": 12 + "repair": 43.2 }, { - "ammo": 900, + "ammo": 3200, "ammocost": 1, - "class": 1, - "cost": 30000, - "edID": 128667606, - "eddbID": 1336, + "class": 3, + "cost": 97200, + "edID": 128667608, + "eddbID": 1338, "grp": "am", - "id": "0b", - "power": 0.72, + "id": "0l", + "power": 1.08, "rating": "D", - "repair": 14.4 + "repair": 51.2 }, { - "ammo": 1000, + "ammo": 3600, "ammocost": 1, - "class": 1, - "cost": 90000, - "edID": 128667614, - "eddbID": 1344, + "class": 3, + "cost": 291600, + "edID": 128667616, + "eddbID": 1346, "grp": "am", - "id": "0a", - "power": 0.9, + "id": "0k", + "power": 1.35, "rating": "C", - "repair": 20 + "repair": 72 }, { - "ammo": 1200, + "ammo": 4300, "ammocost": 1, - "class": 1, - "cost": 270000, - "edID": 128667622, - "eddbID": 1352, + "class": 3, + "cost": 874800, + "edID": 128667624, + "eddbID": 1354, "grp": "am", - "id": "09", - "power": 1.04, + "id": "0j", + "power": 1.55, "rating": "B", - "repair": 27.6 + "repair": 98.9 }, { - "ammo": 1100, + "ammo": 4000, "ammocost": 1, - "class": 1, - "cost": 810000, - "edID": 128667630, - "eddbID": 1360, + "class": 3, + "cost": 2624400, + "edID": 128667632, + "eddbID": 1362, "grp": "am", - "id": "08", - "power": 1.26, + "id": "0i", + "power": 1.89, "rating": "A", - "repair": 30.8 + "repair": 112 + }, + { + "ammo": 4900, + "ammocost": 1, + "class": 4, + "cost": 58320, + "edID": 128667601, + "eddbID": 1331, + "grp": "am", + "id": "0r", + "power": 0.99, + "rating": "E", + "repair": 58.8 + }, + { + "ammo": 4400, + "ammocost": 1, + "class": 4, + "cost": 174960, + "edID": 128667609, + "eddbID": 1339, + "grp": "am", + "id": "0q", + "power": 1.32, + "rating": "D", + "repair": 70.4 + }, + { + "ammo": 4900, + "ammocost": 1, + "class": 4, + "cost": 524880, + "edID": 128667617, + "eddbID": 1347, + "grp": "am", + "id": "0p", + "power": 1.65, + "rating": "C", + "repair": 98 + }, + { + "ammo": 5900, + "ammocost": 1, + "class": 4, + "cost": 1574640, + "edID": 128667625, + "eddbID": 1355, + "grp": "am", + "id": "0o", + "power": 1.9, + "rating": "B", + "repair": 135.7 + }, + { + "ammo": 5400, + "ammocost": 1, + "class": 4, + "cost": 4723920, + "edID": 128667633, + "eddbID": 1363, + "grp": "am", + "id": "0n", + "power": 2.31, + "rating": "A", + "repair": 151.2 + }, + { + "ammo": 6100, + "ammocost": 1, + "class": 5, + "cost": 104980, + "edID": 128667602, + "eddbID": 1332, + "grp": "am", + "id": "10", + "power": 1.17, + "rating": "E", + "repair": 73.2 + }, + { + "ammo": 5500, + "ammocost": 1, + "class": 5, + "cost": 314930, + "edID": 128667610, + "eddbID": 1340, + "grp": "am", + "id": "0v", + "power": 1.56, + "rating": "D", + "repair": 88 + }, + { + "ammo": 6100, + "ammocost": 1, + "class": 5, + "cost": 944780, + "edID": 128667618, + "eddbID": 1348, + "grp": "am", + "id": "0u", + "power": 1.95, + "rating": "C", + "repair": 122 + }, + { + "ammo": 7300, + "ammocost": 1, + "class": 5, + "cost": 2834350, + "edID": 128667626, + "eddbID": 1356, + "grp": "am", + "id": "0t", + "power": 2.24, + "rating": "B", + "repair": 167.9 + }, + { + "ammo": 6700, + "ammocost": 1, + "class": 5, + "cost": 8503060, + "edID": 128667634, + "eddbID": 1364, + "grp": "am", + "id": "0s", + "power": 2.73, + "rating": "A", + "repair": 187.6 + }, + { + "ammo": 7400, + "ammocost": 1, + "class": 6, + "cost": 188960, + "edID": 128667603, + "eddbID": 1333, + "grp": "am", + "id": "15", + "power": 1.4, + "rating": "E", + "repair": 88.8 + }, + { + "ammo": 6700, + "ammocost": 1, + "class": 6, + "cost": 566870, + "edID": 128667611, + "eddbID": 1341, + "grp": "am", + "id": "14", + "power": 1.86, + "rating": "D", + "repair": 107.2 + }, + { + "ammo": 7400, + "ammocost": 1, + "class": 6, + "cost": 1700610, + "edID": 128667619, + "eddbID": 1349, + "grp": "am", + "id": "13", + "power": 2.33, + "rating": "C", + "repair": 148 + }, + { + "ammo": 8900, + "ammocost": 1, + "class": 6, + "cost": 5101830, + "edID": 128667627, + "eddbID": 1357, + "grp": "am", + "id": "12", + "power": 2.67, + "rating": "B", + "repair": 204.7 + }, + { + "ammo": 8100, + "ammocost": 1, + "class": 6, + "cost": 15305500, + "edID": 128667635, + "eddbID": 1365, + "grp": "am", + "id": "11", + "power": 3.26, + "rating": "A", + "repair": 226.8 + }, + { + "ammo": 8700, + "ammocost": 1, + "class": 7, + "cost": 340120, + "edID": 128667604, + "eddbID": 1334, + "grp": "am", + "id": "1a", + "power": 1.58, + "rating": "E", + "repair": 104.4 + }, + { + "ammo": 7800, + "ammocost": 1, + "class": 7, + "cost": 1020370, + "edID": 128667612, + "eddbID": 1342, + "grp": "am", + "id": "19", + "power": 2.1, + "rating": "D", + "repair": 124.8 + }, + { + "ammo": 8700, + "ammocost": 1, + "class": 7, + "cost": 3061100, + "edID": 128667620, + "eddbID": 1350, + "grp": "am", + "id": "18", + "power": 2.63, + "rating": "C", + "repair": 174 + }, + { + "ammo": 10400, + "ammocost": 1, + "class": 7, + "cost": 9183300, + "edID": 128667628, + "eddbID": 1358, + "grp": "am", + "id": "17", + "power": 3.02, + "rating": "B", + "repair": 239.2 + }, + { + "ammo": 9600, + "ammocost": 1, + "class": 7, + "cost": 27549900, + "edID": 128667636, + "eddbID": 1366, + "grp": "am", + "id": "16", + "power": 3.68, + "rating": "A", + "repair": 268.8 + }, + { + "ammo": 10000, + "ammocost": 1, + "class": 8, + "cost": 612220, + "edID": 128667605, + "eddbID": 1335, + "grp": "am", + "id": "1f", + "power": 1.8, + "rating": "E", + "repair": 120 + }, + { + "ammo": 9000, + "ammocost": 1, + "class": 8, + "cost": 1836660, + "edID": 128667613, + "eddbID": 1343, + "grp": "am", + "id": "1e", + "power": 2.4, + "rating": "D", + "repair": 144 + }, + { + "ammo": 10000, + "ammocost": 1, + "class": 8, + "cost": 5509980, + "edID": 128667621, + "eddbID": 1351, + "grp": "am", + "id": "1d", + "power": 3, + "rating": "C", + "repair": 200 + }, + { + "ammo": 12000, + "ammocost": 1, + "class": 8, + "cost": 16529940, + "edID": 128667629, + "eddbID": 1359, + "grp": "am", + "id": "1c", + "power": 3.45, + "rating": "B", + "repair": 276 + }, + { + "ammo": 11000, + "ammocost": 1, + "class": 8, + "cost": 49589820, + "edID": 128667637, + "eddbID": 1367, + "grp": "am", + "id": "1b", + "power": 4.2, + "rating": "A", + "repair": 308 } ] } diff --git a/modules/internal/bi_weave_shield_generator.json b/modules/internal/bi_weave_shield_generator.json index eb6662f..08f72de 100644 --- a/modules/internal/bi_weave_shield_generator.json +++ b/modules/internal/bi_weave_shield_generator.json @@ -1,8 +1,10 @@ { "bsg": [ { + "brokenregen": 2.4, "class": 1, "cost": 7710, + "distdraw": 0.6, "edID": 128671331, "eddbID": 1530, "explres": 0.5, @@ -18,12 +20,14 @@ "optmul": 0.9, "power": 1.2, "rating": "C", - "recover": 2.4, + "regen": 1.8, "thermres": -0.2 }, { + "brokenregen": 2.4, "class": 2, "cost": 26710, + "distdraw": 0.6, "edID": 128671332, "eddbID": 1531, "explres": 0.5, @@ -39,12 +43,14 @@ "optmul": 0.9, "power": 1.5, "rating": "C", - "recover": 2.4, + "regen": 1.8, "thermres": -0.2 }, { + "brokenregen": 2.8, "class": 3, "cost": 84650, + "distdraw": 0.6, "edID": 128671333, "eddbID": 1532, "explres": 0.5, @@ -60,12 +66,14 @@ "optmul": 0.9, "power": 1.8, "rating": "C", - "recover": 2.4, + "regen": 2.2, "thermres": -0.2 }, { + "brokenregen": 3.8, "class": 4, "cost": 268350, + "distdraw": 0.6, "edID": 128671334, "eddbID": 1533, "explres": 0.5, @@ -81,12 +89,14 @@ "optmul": 0.9, "power": 2.2, "rating": "C", - "recover": 2.85, + "regen": 1.8, "thermres": -0.2 }, { + "brokenregen": 5.6, "class": 5, "cost": 850660, + "distdraw": 0.6, "edID": 128671335, "eddbID": 1534, "explres": 0.5, @@ -102,12 +112,14 @@ "optmul": 0.9, "power": 2.6, "rating": "C", - "recover": 3.75, + "regen": 2.2, "thermres": -0.2 }, { + "brokenregen": 8, "class": 6, "cost": 2696600, + "distdraw": 0.6, "edID": 128671336, "eddbID": 1535, "explres": 0.5, @@ -123,12 +135,14 @@ "optmul": 0.9, "power": 3.1, "rating": "C", - "recover": 4.8, + "regen": 3.2, "thermres": -0.2 }, { + "brokenregen": 11, "class": 7, "cost": 8548200, + "distdraw": 0.6, "edID": 128671337, "eddbID": 1536, "explres": 0.5, @@ -144,12 +158,14 @@ "optmul": 0.9, "power": 3.5, "rating": "C", - "recover": 6, + "regen": 4.4, "thermres": -0.2 }, { + "brokenregen": 14.4, "class": 8, "cost": 27097750, + "distdraw": 0.6, "edID": 128671338, "eddbID": 1537, "explres": 0.5, @@ -165,7 +181,7 @@ "optmul": 0.9, "power": 4, "rating": "C", - "recover": 7.2, + "regen": 5.8, "thermres": -0.2 } ] diff --git a/modules/internal/collector_limpet_controllers.json b/modules/internal/collector_limpet_controllers.json index fd01f70..7f81340 100644 --- a/modules/internal/collector_limpet_controllers.json +++ b/modules/internal/collector_limpet_controllers.json @@ -1,142 +1,72 @@ { "cc": [ { - "class": 7, - "cost": 437400, - "edID": 128671244, - "eddbID": 1409, + "class": 1, + "cost": 600, + "edID": 128671229, + "eddbID": 1394, "grp": "cc", - "id": "Cf", - "mass": 32, - "maximum": 4, - "power": 0.41, - "range": 1.36, + "id": "C1", + "mass": 0.5, + "maximum": 1, + "power": 0.14, + "range": 0.8, "rating": "E", "time": 300 }, { - "class": 7, - "cost": 874800, - "edID": 128671245, - "eddbID": 1410, + "class": 1, + "cost": 1200, + "edID": 128671230, + "eddbID": 1395, "grp": "cc", - "id": "Cg", - "mass": 32, - "maximum": 4, - "power": 0.55, - "range": 1.02, + "id": "C2", + "mass": 0.5, + "maximum": 1, + "power": 0.18, + "range": 0.6, "rating": "D", "time": 600 }, { - "class": 7, - "cost": 1749600, - "edID": 128671246, - "eddbID": 1411, + "class": 1, + "cost": 2400, + "edID": 128671231, + "eddbID": 1396, "grp": "cc", - "id": "Ch", - "mass": 80, - "maximum": 4, - "power": 0.69, - "range": 1.7, + "id": "C3", + "mass": 1.3, + "maximum": 1, + "power": 0.23, + "range": 1, "rating": "C", "time": 510 }, { - "class": 7, - "cost": 3499200, - "edID": 128671247, - "eddbID": 1412, + "class": 1, + "cost": 4800, + "edID": 128671232, + "eddbID": 1397, "grp": "cc", - "id": "Ci", - "mass": 128, - "maximum": 4, - "power": 0.83, - "range": 2.38, + "id": "C4", + "mass": 2, + "maximum": 1, + "power": 0.28, + "range": 1.4, "rating": "B", "time": 420 }, { - "class": 7, - "cost": 6998400, - "edID": 128671248, - "eddbID": 1413, + "class": 1, + "cost": 9600, + "edID": 128671233, + "eddbID": 1398, "grp": "cc", - "id": "Cj", - "mass": 128, - "maximum": 4, - "power": 0.97, - "range": 2.04, - "rating": "A", - "time": 720 - }, - { - "class": 5, - "cost": 48600, - "edID": 128671239, - "eddbID": 1404, - "grp": "cc", - "id": "Ca", - "mass": 8, - "maximum": 3, - "power": 0.3, - "range": 1.04, - "rating": "E", - "time": 300 - }, - { - "class": 5, - "cost": 97200, - "edID": 128671240, - "eddbID": 1405, - "grp": "cc", - "id": "Cb", - "mass": 8, - "maximum": 3, - "power": 0.4, - "range": 0.78, - "rating": "D", - "time": 600 - }, - { - "class": 5, - "cost": 194400, - "edID": 128671241, - "eddbID": 1406, - "grp": "cc", - "id": "Cc", - "mass": 20, - "maximum": 3, - "power": 0.5, - "range": 1.3, - "rating": "C", - "time": 510 - }, - { - "class": 5, - "cost": 388800, - "edID": 128671242, - "eddbID": 1407, - "grp": "cc", - "id": "Cd", - "mass": 32, - "maximum": 3, - "power": 0.6, - "range": 1.82, - "rating": "B", - "time": 420 - }, - { - "class": 5, - "cost": 777600, - "edID": 128671243, - "eddbID": 1408, - "grp": "cc", - "id": "Ce", - "mass": 32, - "maximum": 3, - "power": 0.7, - "range": 1.56, + "id": "C5", + "mass": 2, + "maximum": 1, + "power": 0.32, + "range": 1.2, "rating": "A", "time": 720 }, @@ -211,72 +141,142 @@ "time": 720 }, { - "class": 1, - "cost": 600, - "edID": 128671229, - "eddbID": 1394, + "class": 5, + "cost": 48600, + "edID": 128671239, + "eddbID": 1404, "grp": "cc", - "id": "C1", - "mass": 0.5, - "maximum": 1, - "power": 0.14, - "range": 0.8, + "id": "Ca", + "mass": 8, + "maximum": 3, + "power": 0.3, + "range": 1.04, "rating": "E", "time": 300 }, { - "class": 1, - "cost": 1200, - "edID": 128671230, - "eddbID": 1395, + "class": 5, + "cost": 97200, + "edID": 128671240, + "eddbID": 1405, "grp": "cc", - "id": "C2", - "mass": 0.5, - "maximum": 1, - "power": 0.18, - "range": 0.6, + "id": "Cb", + "mass": 8, + "maximum": 3, + "power": 0.4, + "range": 0.78, "rating": "D", "time": 600 }, { - "class": 1, - "cost": 2400, - "edID": 128671231, - "eddbID": 1396, + "class": 5, + "cost": 194400, + "edID": 128671241, + "eddbID": 1406, "grp": "cc", - "id": "C3", - "mass": 1.3, - "maximum": 1, - "power": 0.23, - "range": 1, + "id": "Cc", + "mass": 20, + "maximum": 3, + "power": 0.5, + "range": 1.3, "rating": "C", "time": 510 }, { - "class": 1, - "cost": 4800, - "edID": 128671232, - "eddbID": 1397, + "class": 5, + "cost": 388800, + "edID": 128671242, + "eddbID": 1407, "grp": "cc", - "id": "C4", - "mass": 2, - "maximum": 1, - "power": 0.28, - "range": 1.4, + "id": "Cd", + "mass": 32, + "maximum": 3, + "power": 0.6, + "range": 1.82, "rating": "B", "time": 420 }, { - "class": 1, - "cost": 9600, - "edID": 128671233, - "eddbID": 1398, + "class": 5, + "cost": 777600, + "edID": 128671243, + "eddbID": 1408, "grp": "cc", - "id": "C5", - "mass": 2, - "maximum": 1, - "power": 0.32, - "range": 1.2, + "id": "Ce", + "mass": 32, + "maximum": 3, + "power": 0.7, + "range": 1.56, + "rating": "A", + "time": 720 + }, + { + "class": 7, + "cost": 437400, + "edID": 128671244, + "eddbID": 1409, + "grp": "cc", + "id": "Cf", + "mass": 32, + "maximum": 4, + "power": 0.41, + "range": 1.36, + "rating": "E", + "time": 300 + }, + { + "class": 7, + "cost": 874800, + "edID": 128671245, + "eddbID": 1410, + "grp": "cc", + "id": "Cg", + "mass": 32, + "maximum": 4, + "power": 0.55, + "range": 1.02, + "rating": "D", + "time": 600 + }, + { + "class": 7, + "cost": 1749600, + "edID": 128671246, + "eddbID": 1411, + "grp": "cc", + "id": "Ch", + "mass": 80, + "maximum": 4, + "power": 0.69, + "range": 1.7, + "rating": "C", + "time": 510 + }, + { + "class": 7, + "cost": 3499200, + "edID": 128671247, + "eddbID": 1412, + "grp": "cc", + "id": "Ci", + "mass": 128, + "maximum": 4, + "power": 0.83, + "range": 2.38, + "rating": "B", + "time": 420 + }, + { + "class": 7, + "cost": 6998400, + "edID": 128671248, + "eddbID": 1413, + "grp": "cc", + "id": "Cj", + "mass": 128, + "maximum": 4, + "power": 0.97, + "range": 2.04, "rating": "A", "time": 720 } diff --git a/modules/internal/fighter_hangar.json b/modules/internal/fighter_hangar.json index b2a2ee0..c7d41a6 100644 --- a/modules/internal/fighter_hangar.json +++ b/modules/internal/fighter_hangar.json @@ -1,18 +1,18 @@ { "fh": [ { - "bays": 2, - "class": 7, + "bays": 1, + "class": 5, "cost": 575660, - "edID": 128727932, - "eddbID": 1562, + "edID": 128727930, + "eddbID": 1560, "fightercost": 1030, "grp": "fh", - "id": "fh", - "mass": 60, - "power": 0.35, + "id": "fr", + "mass": 20, + "power": 0.25, "rating": "D", - "rebuildsperbay": 15 + "rebuildsperbay": 6 }, { "bays": 2, @@ -29,18 +29,18 @@ "rebuildsperbay": 8 }, { - "bays": 1, - "class": 5, + "bays": 2, + "class": 7, + "edID": 128727932, "cost": 2369330, - "edID": 128727930, - "eddbID": 1560, + "eddbID": 1562, "fightercost": 1030, "grp": "fh", - "id": "fr", - "mass": 20, - "power": 0.25, + "id": "fh", + "mass": 60, + "power": 0.35, "rating": "D", - "rebuildsperbay": 6 + "rebuildsperbay": 15 } ] } diff --git a/modules/internal/fuel_scoop.json b/modules/internal/fuel_scoop.json index 236a722..77dc1a8 100644 --- a/modules/internal/fuel_scoop.json +++ b/modules/internal/fuel_scoop.json @@ -1,333 +1,58 @@ { "fs": [ { - "class": 8, - "cost": 1083910, - "edID": 128666651, - "eddbID": 1253, + "class": 1, + "cost": 310, + "edID": 128666644, + "eddbID": 1246, "grp": "fs", - "id": "3q", - "power": 0.48, - "rate": 720, + "id": "2n", + "power": 0.14, + "rate": 18, "rating": "E" }, { - "class": 8, - "cost": 4516290, - "edID": 128666659, - "eddbID": 1261, + "class": 1, + "cost": 1290, + "edID": 128666652, + "eddbID": 1254, "grp": "fs", - "id": "3p", - "power": 0.64, - "rate": 960, + "id": "2m", + "power": 0.18, + "rate": 24, "rating": "D" }, { - "class": 8, - "cost": 18065160, - "edID": 128666667, - "eddbID": 1269, + "class": 1, + "cost": 5140, + "edID": 128666660, + "eddbID": 1262, "grp": "fs", - "id": "3o", - "power": 0.8, - "rate": 1200, + "id": "2l", + "power": 0.23, + "rate": 30, "rating": "C" }, { - "class": 8, - "cost": 72260660, - "edID": 128666675, - "eddbID": 1277, + "class": 1, + "cost": 20570, + "edID": 128666668, + "eddbID": 1270, "grp": "fs", - "id": "3n", - "power": 0.96, - "rate": 1440, + "id": "2k", + "power": 0.28, + "rate": 36, "rating": "B" }, { - "class": 8, - "cost": 289042540, - "edID": 128666683, - "eddbID": 1285, + "class": 1, + "cost": 82270, + "edID": 128666676, + "eddbID": 1278, "grp": "fs", - "id": "3m", - "power": 1.12, - "rate": 1680, - "rating": "A" - }, - { - "class": 7, - "cost": 341930, - "edID": 128666650, - "eddbID": 1252, - "grp": "fs", - "id": "3l", - "power": 0.41, - "rate": 534, - "rating": "E" - }, - { - "class": 7, - "cost": 1424700, - "edID": 128666658, - "eddbID": 1260, - "grp": "fs", - "id": "3k", - "power": 0.55, - "rate": 712, - "rating": "D" - }, - { - "class": 7, - "cost": 5698790, - "edID": 128666666, - "eddbID": 1268, - "grp": "fs", - "id": "3j", - "power": 0.69, - "rate": 890, - "rating": "C" - }, - { - "class": 7, - "cost": 22795160, - "edID": 128666674, - "eddbID": 1276, - "grp": "fs", - "id": "3i", - "power": 0.83, - "rate": 1068, - "rating": "B" - }, - { - "class": 7, - "cost": 91180640, - "edID": 128666682, - "eddbID": 1284, - "grp": "fs", - "id": "3h", - "power": 0.97, - "rate": 1245, - "rating": "A" - }, - { - "class": 6, - "cost": 107860, - "edID": 128666649, - "eddbID": 1251, - "grp": "fs", - "id": "3g", - "power": 0.35, - "rate": 376, - "rating": "E" - }, - { - "class": 6, - "cost": 449430, - "edID": 128666657, - "eddbID": 1259, - "grp": "fs", - "id": "3f", - "power": 0.47, - "rate": 502, - "rating": "D" - }, - { - "class": 6, - "cost": 1797730, - "edID": 128666665, - "eddbID": 1267, - "grp": "fs", - "id": "3e", - "power": 0.59, - "rate": 627, - "rating": "C" - }, - { - "class": 6, - "cost": 7190900, - "edID": 128666673, - "eddbID": 1275, - "grp": "fs", - "id": "3d", - "power": 0.71, - "rate": 752, - "rating": "B" - }, - { - "class": 6, - "cost": 28763610, - "edID": 128666681, - "eddbID": 1283, - "grp": "fs", - "id": "3c", - "power": 0.83, - "rate": 878, - "rating": "A" - }, - { - "class": 5, - "cost": 34030, - "edID": 128666648, - "eddbID": 1250, - "grp": "fs", - "id": "3b", - "power": 0.3, - "rate": 247, - "rating": "E" - }, - { - "class": 5, - "cost": 141780, - "edID": 128666656, - "eddbID": 1258, - "grp": "fs", - "id": "3a", - "power": 0.4, - "rate": 330, - "rating": "D" - }, - { - "class": 5, - "cost": 567110, - "edID": 128666664, - "eddbID": 1266, - "grp": "fs", - "id": "39", - "power": 0.5, - "rate": 412, - "rating": "C" - }, - { - "class": 5, - "cost": 2268420, - "edID": 128666672, - "eddbID": 1274, - "grp": "fs", - "id": "38", - "power": 0.6, - "rate": 494, - "rating": "B" - }, - { - "class": 5, - "cost": 9073690, - "edID": 128666680, - "eddbID": 1282, - "grp": "fs", - "id": "37", - "power": 0.7, - "rate": 577, - "rating": "A" - }, - { - "class": 4, - "cost": 10730, - "edID": 128666647, - "eddbID": 1249, - "grp": "fs", - "id": "36", - "power": 0.25, - "rate": 147, - "rating": "E" - }, - { - "class": 4, - "cost": 44720, - "edID": 128666655, - "eddbID": 1257, - "grp": "fs", - "id": "35", - "power": 0.33, - "rate": 196, - "rating": "D" - }, - { - "class": 4, - "cost": 178900, - "edID": 128666663, - "eddbID": 1265, - "grp": "fs", - "id": "34", - "power": 0.41, - "rate": 245, - "rating": "C" - }, - { - "class": 4, - "cost": 715590, - "edID": 128666671, - "eddbID": 1273, - "grp": "fs", - "id": "33", - "power": 0.49, - "rate": 294, - "rating": "B" - }, - { - "class": 4, - "cost": 2862360, - "edID": 128666679, - "eddbID": 1281, - "grp": "fs", - "id": "32", - "power": 0.57, - "rate": 342, - "rating": "A" - }, - { - "class": 3, - "cost": 3390, - "edID": 128666646, - "eddbID": 1248, - "grp": "fs", - "id": "31", - "power": 0.2, - "rate": 75, - "rating": "E" - }, - { - "class": 3, - "cost": 14110, - "edID": 128666654, - "eddbID": 1256, - "grp": "fs", - "id": "30", - "power": 0.27, - "rate": 100, - "rating": "D" - }, - { - "class": 3, - "cost": 56440, - "edID": 128666662, - "eddbID": 1264, - "grp": "fs", - "id": "2v", - "power": 0.34, - "rate": 126, - "rating": "C" - }, - { - "class": 3, - "cost": 225740, - "edID": 128666670, - "eddbID": 1272, - "grp": "fs", - "id": "2u", - "power": 0.41, - "rate": 151, - "rating": "B" - }, - { - "class": 3, - "cost": 902950, - "edID": 128666678, - "eddbID": 1280, - "grp": "fs", - "id": "2t", - "power": 0.48, - "rate": 176, + "id": "2j", + "power": 0.32, + "rate": 42, "rating": "A" }, { @@ -386,58 +111,333 @@ "rating": "A" }, { - "class": 1, - "cost": 310, - "edID": 128666644, - "eddbID": 1246, + "class": 3, + "cost": 3390, + "edID": 128666646, + "eddbID": 1248, "grp": "fs", - "id": "2n", - "power": 0.14, - "rate": 18, + "id": "31", + "power": 0.2, + "rate": 75, "rating": "E" }, { - "class": 1, - "cost": 1290, - "edID": 128666652, - "eddbID": 1254, + "class": 3, + "cost": 14110, + "edID": 128666654, + "eddbID": 1256, "grp": "fs", - "id": "2m", - "power": 0.18, - "rate": 24, + "id": "30", + "power": 0.27, + "rate": 100, "rating": "D" }, { - "class": 1, - "cost": 5140, - "edID": 128666660, - "eddbID": 1262, + "class": 3, + "cost": 56440, + "edID": 128666662, + "eddbID": 1264, "grp": "fs", - "id": "2l", - "power": 0.23, - "rate": 30, + "id": "2v", + "power": 0.34, + "rate": 126, "rating": "C" }, { - "class": 1, - "cost": 20570, - "edID": 128666668, - "eddbID": 1270, + "class": 3, + "cost": 225740, + "edID": 128666670, + "eddbID": 1272, "grp": "fs", - "id": "2k", - "power": 0.28, - "rate": 36, + "id": "2u", + "power": 0.41, + "rate": 151, "rating": "B" }, { - "class": 1, - "cost": 82270, - "edID": 128666676, - "eddbID": 1278, + "class": 3, + "cost": 902950, + "edID": 128666678, + "eddbID": 1280, "grp": "fs", - "id": "2j", - "power": 0.32, - "rate": 42, + "id": "2t", + "power": 0.48, + "rate": 176, + "rating": "A" + }, + { + "class": 4, + "cost": 10730, + "edID": 128666647, + "eddbID": 1249, + "grp": "fs", + "id": "36", + "power": 0.25, + "rate": 147, + "rating": "E" + }, + { + "class": 4, + "cost": 44720, + "edID": 128666655, + "eddbID": 1257, + "grp": "fs", + "id": "35", + "power": 0.33, + "rate": 196, + "rating": "D" + }, + { + "class": 4, + "cost": 178900, + "edID": 128666663, + "eddbID": 1265, + "grp": "fs", + "id": "34", + "power": 0.41, + "rate": 245, + "rating": "C" + }, + { + "class": 4, + "cost": 715590, + "edID": 128666671, + "eddbID": 1273, + "grp": "fs", + "id": "33", + "power": 0.49, + "rate": 294, + "rating": "B" + }, + { + "class": 4, + "cost": 2862360, + "edID": 128666679, + "eddbID": 1281, + "grp": "fs", + "id": "32", + "power": 0.57, + "rate": 342, + "rating": "A" + }, + { + "class": 5, + "cost": 34030, + "edID": 128666648, + "eddbID": 1250, + "grp": "fs", + "id": "3b", + "power": 0.3, + "rate": 247, + "rating": "E" + }, + { + "class": 5, + "cost": 141780, + "edID": 128666656, + "eddbID": 1258, + "grp": "fs", + "id": "3a", + "power": 0.4, + "rate": 330, + "rating": "D" + }, + { + "class": 5, + "cost": 567110, + "edID": 128666664, + "eddbID": 1266, + "grp": "fs", + "id": "39", + "power": 0.5, + "rate": 412, + "rating": "C" + }, + { + "class": 5, + "cost": 2268420, + "edID": 128666672, + "eddbID": 1274, + "grp": "fs", + "id": "38", + "power": 0.6, + "rate": 494, + "rating": "B" + }, + { + "class": 5, + "cost": 9073690, + "edID": 128666680, + "eddbID": 1282, + "grp": "fs", + "id": "37", + "power": 0.7, + "rate": 577, + "rating": "A" + }, + { + "class": 6, + "cost": 107860, + "edID": 128666649, + "eddbID": 1251, + "grp": "fs", + "id": "3g", + "power": 0.35, + "rate": 376, + "rating": "E" + }, + { + "class": 6, + "cost": 449430, + "edID": 128666657, + "eddbID": 1259, + "grp": "fs", + "id": "3f", + "power": 0.47, + "rate": 502, + "rating": "D" + }, + { + "class": 6, + "cost": 1797730, + "edID": 128666665, + "eddbID": 1267, + "grp": "fs", + "id": "3e", + "power": 0.59, + "rate": 627, + "rating": "C" + }, + { + "class": 6, + "cost": 7190900, + "edID": 128666673, + "eddbID": 1275, + "grp": "fs", + "id": "3d", + "power": 0.71, + "rate": 752, + "rating": "B" + }, + { + "class": 6, + "cost": 28763610, + "edID": 128666681, + "eddbID": 1283, + "grp": "fs", + "id": "3c", + "power": 0.83, + "rate": 878, + "rating": "A" + }, + { + "class": 7, + "cost": 341930, + "edID": 128666650, + "eddbID": 1252, + "grp": "fs", + "id": "3l", + "power": 0.41, + "rate": 534, + "rating": "E" + }, + { + "class": 7, + "cost": 1424700, + "edID": 128666658, + "eddbID": 1260, + "grp": "fs", + "id": "3k", + "power": 0.55, + "rate": 712, + "rating": "D" + }, + { + "class": 7, + "cost": 5698790, + "edID": 128666666, + "eddbID": 1268, + "grp": "fs", + "id": "3j", + "power": 0.69, + "rate": 890, + "rating": "C" + }, + { + "class": 7, + "cost": 22795160, + "edID": 128666674, + "eddbID": 1276, + "grp": "fs", + "id": "3i", + "power": 0.83, + "rate": 1068, + "rating": "B" + }, + { + "class": 7, + "cost": 91180640, + "edID": 128666682, + "eddbID": 1284, + "grp": "fs", + "id": "3h", + "power": 0.97, + "rate": 1245, + "rating": "A" + }, + { + "class": 8, + "cost": 1083910, + "edID": 128666651, + "eddbID": 1253, + "grp": "fs", + "id": "3q", + "power": 0.48, + "rate": 720, + "rating": "E" + }, + { + "class": 8, + "cost": 4516290, + "edID": 128666659, + "eddbID": 1261, + "grp": "fs", + "id": "3p", + "power": 0.64, + "rate": 960, + "rating": "D" + }, + { + "class": 8, + "cost": 18065160, + "edID": 128666667, + "eddbID": 1269, + "grp": "fs", + "id": "3o", + "power": 0.8, + "rate": 1200, + "rating": "C" + }, + { + "class": 8, + "cost": 72260660, + "edID": 128666675, + "eddbID": 1277, + "grp": "fs", + "id": "3n", + "power": 0.96, + "rate": 1440, + "rating": "B" + }, + { + "class": 8, + "cost": 289042540, + "edID": 128666683, + "eddbID": 1285, + "grp": "fs", + "id": "3m", + "power": 1.12, + "rate": 1680, "rating": "A" } ] diff --git a/modules/internal/fuel_transfer_limpet_controllers.json b/modules/internal/fuel_transfer_limpet_controllers.json index b2716e2..b422715 100644 --- a/modules/internal/fuel_transfer_limpet_controllers.json +++ b/modules/internal/fuel_transfer_limpet_controllers.json @@ -1,133 +1,68 @@ { "fx": [ { - "class": 7, - "cost": 437400, - "edID": 128671264, - "eddbID": 1429, + "class": 1, + "cost": 600, + "edID": 128671249, + "eddbID": 1414, "grp": "fx", - "id": "Ff", - "mass": 80, - "maximum": 8, - "power": 0.55, - "range": 1.02, + "id": "F0", + "mass": 1.3, + "maximum": 1, + "power": 0.18, + "range": 0.6, "rating": "E" }, { - "class": 7, - "cost": 874800, - "edID": 128671265, - "eddbID": 1430, + "class": 1, + "cost": 1200, + "edID": 128671250, + "eddbID": 1415, "grp": "fx", - "id": "Fg", - "mass": 32, - "maximum": 8, - "power": 0.41, - "range": 1.36, + "id": "F1", + "mass": 0.5, + "maximum": 1, + "power": 0.14, + "range": 0.8, "rating": "D" }, { - "class": 7, - "cost": 1749600, - "edID": 128671266, - "eddbID": 1431, + "class": 1, + "cost": 2400, + "edID": 128671251, + "eddbID": 1416, "grp": "fx", - "id": "Fh", - "mass": 80, - "maximum": 8, - "power": 0.69, - "range": 1.7, + "id": "F2", + "mass": 1.3, + "maximum": 1, + "power": 0.23, + "range": 1, "rating": "C" }, { - "class": 7, - "cost": 3499200, - "edID": 128671267, - "eddbID": 1432, + "class": 1, + "cost": 4800, + "edID": 128671252, + "eddbID": 1417, "grp": "fx", - "id": "Fi", - "mass": 128, - "maximum": 8, - "power": 0.97, - "range": 2.04, + "id": "F3", + "mass": 2, + "maximum": 1, + "power": 0.32, + "range": 1.2, "rating": "B" }, { - "class": 7, - "cost": 6998400, - "edID": 128671268, - "eddbID": 1433, + "class": 1, + "cost": 9600, + "edID": 128671253, + "eddbID": 1418, "grp": "fx", - "id": "Fj", - "mass": 80, - "maximum": 8, - "power": 0.83, - "range": 2.38, - "rating": "A" - }, - { - "class": 5, - "cost": 48600, - "edID": 128671259, - "eddbID": 1424, - "grp": "fx", - "id": "Fa", - "mass": 20, - "maximum": 4, - "power": 0.4, - "range": 0.78, - "rating": "E" - }, - { - "class": 5, - "cost": 97200, - "edID": 128671260, - "eddbID": 1425, - "grp": "fx", - "id": "Fb", - "mass": 8, - "maximum": 4, - "power": 0.3, - "range": 1.04, - "rating": "D" - }, - { - "class": 5, - "cost": 194400, - "edID": 128671261, - "eddbID": 1426, - "grp": "fx", - "id": "Fc", - "mass": 20, - "maximum": 4, - "power": 0.5, - "range": 1.3, - "rating": "C" - }, - { - "class": 5, - "cost": 388800, - "edID": 128671262, - "eddbID": 1427, - "grp": "fx", - "id": "Fd", - "mass": 32, - "maximum": 4, - "power": 0.97, - "range": 1.56, - "rating": "B" - }, - { - "class": 5, - "cost": 777600, - "edID": 128671263, - "eddbID": 1428, - "grp": "fx", - "id": "Fe", - "mass": 20, - "maximum": 4, - "power": 0.6, - "range": 1.82, + "id": "F4", + "mass": 1.3, + "maximum": 1, + "power": 0.28, + "range": 1.4, "rating": "A" }, { @@ -196,68 +131,133 @@ "rating": "A" }, { - "class": 1, - "cost": 600, - "edID": 128671249, - "eddbID": 1414, + "class": 5, + "cost": 48600, + "edID": 128671259, + "eddbID": 1424, "grp": "fx", - "id": "F0", - "mass": 1.3, - "maximum": 1, - "power": 0.18, - "range": 0.6, + "id": "Fa", + "mass": 20, + "maximum": 4, + "power": 0.4, + "range": 0.78, "rating": "E" }, { - "class": 1, - "cost": 1200, - "edID": 128671250, - "eddbID": 1415, + "class": 5, + "cost": 97200, + "edID": 128671260, + "eddbID": 1425, "grp": "fx", - "id": "F1", - "mass": 0.5, - "maximum": 1, - "power": 0.14, - "range": 0.8, + "id": "Fb", + "mass": 8, + "maximum": 4, + "power": 0.3, + "range": 1.04, "rating": "D" }, { - "class": 1, - "cost": 2400, - "edID": 128671251, - "eddbID": 1416, + "class": 5, + "cost": 194400, + "edID": 128671261, + "eddbID": 1426, "grp": "fx", - "id": "F2", - "mass": 1.3, - "maximum": 1, - "power": 0.23, - "range": 1, + "id": "Fc", + "mass": 20, + "maximum": 4, + "power": 0.5, + "range": 1.3, "rating": "C" }, { - "class": 1, - "cost": 4800, - "edID": 128671252, - "eddbID": 1417, + "class": 5, + "cost": 388800, + "edID": 128671262, + "eddbID": 1427, "grp": "fx", - "id": "F3", - "mass": 2, - "maximum": 1, - "power": 0.32, - "range": 1.2, + "id": "Fd", + "mass": 32, + "maximum": 4, + "power": 0.97, + "range": 1.56, "rating": "B" }, { - "class": 1, - "cost": 9600, - "edID": 128671253, - "eddbID": 1418, + "class": 5, + "cost": 777600, + "edID": 128671263, + "eddbID": 1428, "grp": "fx", - "id": "F4", - "mass": 1.3, - "maximum": 1, - "power": 0.28, - "range": 1.4, + "id": "Fe", + "mass": 20, + "maximum": 4, + "power": 0.6, + "range": 1.82, + "rating": "A" + }, + { + "class": 7, + "cost": 437400, + "edID": 128671264, + "eddbID": 1429, + "grp": "fx", + "id": "Ff", + "mass": 80, + "maximum": 8, + "power": 0.55, + "range": 1.02, + "rating": "E" + }, + { + "class": 7, + "cost": 874800, + "edID": 128671265, + "eddbID": 1430, + "grp": "fx", + "id": "Fg", + "mass": 32, + "maximum": 8, + "power": 0.41, + "range": 1.36, + "rating": "D" + }, + { + "class": 7, + "cost": 1749600, + "edID": 128671266, + "eddbID": 1431, + "grp": "fx", + "id": "Fh", + "mass": 80, + "maximum": 8, + "power": 0.69, + "range": 1.7, + "rating": "C" + }, + { + "class": 7, + "cost": 3499200, + "edID": 128671267, + "eddbID": 1432, + "grp": "fx", + "id": "Fi", + "mass": 128, + "maximum": 8, + "power": 0.97, + "range": 2.04, + "rating": "B" + }, + { + "class": 7, + "cost": 6998400, + "edID": 128671268, + "eddbID": 1433, + "grp": "fx", + "id": "Fj", + "mass": 80, + "maximum": 8, + "power": 0.83, + "range": 2.38, "rating": "A" } ] diff --git a/modules/internal/hatch_breaker_limpet_controller.json b/modules/internal/hatch_breaker_limpet_controller.json index decc55c..9ed62b8 100644 --- a/modules/internal/hatch_breaker_limpet_controller.json +++ b/modules/internal/hatch_breaker_limpet_controller.json @@ -1,145 +1,75 @@ { "hb": [ { - "class": 7, - "cost": 437400, - "edID": 128066547, - "eddbID": 1222, + "class": 1, + "cost": 600, + "edID": 128066532, + "eddbID": 1207, "grp": "hb", - "id": "7d", - "mass": 80, - "maximum": 18, - "power": 0.42, - "range": 2.58, + "id": "6u", + "mass": 1.3, + "maximum": 2, + "power": 0.12, + "range": 1.5, "rating": "E", - "time": 25 + "time": 42 }, { - "class": 7, - "cost": 874800, - "edID": 128066548, - "eddbID": 1223, + "class": 1, + "cost": 1200, + "edID": 128066533, + "eddbID": 1208, "grp": "hb", - "id": "7c", - "mass": 32, - "maximum": 12, - "power": 0.56, - "range": 3.44, + "id": "6t", + "mass": 0.5, + "maximum": 1, + "power": 0.16, + "range": 2, "rating": "D", - "time": 22 + "time": 36 }, { - "class": 7, - "cost": 1749600, - "edID": 128066549, - "eddbID": 1224, + "class": 1, + "cost": 2400, + "edID": 128066534, + "eddbID": 1209, "grp": "hb", - "id": "7b", - "mass": 80, - "maximum": 15, - "power": 0.7, - "range": 4.3, + "id": "6s", + "mass": 1.3, + "maximum": 1, + "power": 0.2, + "range": 2.5, "rating": "C", - "time": 18 + "time": 30 }, { - "class": 7, - "cost": 3499200, - "edID": 128066550, - "eddbID": 1225, + "class": 1, + "cost": 4800, + "edID": 128066535, + "eddbID": 1210, "grp": "hb", - "id": "7a", - "mass": 128, - "maximum": 18, - "power": 0.84, - "range": 5.16, + "id": "6r", + "mass": 2, + "maximum": 2, + "power": 0.24, + "range": 3, "rating": "B", - "time": 14 + "time": 24 }, { - "class": 7, - "cost": 6998400, - "edID": 128066551, - "eddbID": 1226, + "class": 1, + "cost": 9600, + "edID": 128066536, + "eddbID": 1211, "grp": "hb", - "id": "79", - "mass": 90, - "maximum": 12, - "power": 0.98, - "range": 6.02, + "id": "6q", + "mass": 1.3, + "maximum": 1, + "power": 0.28, + "range": 3.5, "rating": "A", - "time": 11 - }, - { - "class": 5, - "cost": 48600, - "edID": 128066542, - "eddbID": 1217, - "grp": "hb", - "id": "78", - "mass": 20, - "maximum": 9, - "power": 0.3, - "range": 1.98, - "rating": "E", - "time": 31 - }, - { - "class": 5, - "cost": 97200, - "edID": 128066543, - "eddbID": 1218, - "grp": "hb", - "id": "77", - "mass": 8, - "maximum": 6, - "power": 0.4, - "range": 2.64, - "rating": "D", - "time": 26 - }, - { - "class": 5, - "cost": 194400, - "edID": 128066544, - "eddbID": 1219, - "grp": "hb", - "id": "76", - "mass": 20, - "maximum": 7, - "power": 0.5, - "range": 3.3, - "rating": "C", - "time": 22 - }, - { - "class": 5, - "cost": 388800, - "edID": 128066545, - "eddbID": 1220, - "grp": "hb", - "id": "75", - "mass": 32, - "maximum": 9, - "power": 0.6, - "range": 3.96, - "rating": "B", "time": 18 }, - { - "class": 5, - "cost": 777600, - "edID": 128066546, - "eddbID": 1221, - "grp": "hb", - "id": "74", - "mass": 20, - "maximum": 6, - "power": 0.7, - "range": 4.62, - "rating": "A", - "time": 13 - }, { "class": 3, "cost": 5400, @@ -211,74 +141,144 @@ "time": 16 }, { - "class": 1, - "cost": 600, - "edID": 128066532, - "eddbID": 1207, + "class": 5, + "cost": 48600, + "edID": 128066542, + "eddbID": 1217, "grp": "hb", - "id": "6u", - "mass": 1.3, - "maximum": 2, - "power": 0.12, - "range": 1.5, + "id": "78", + "mass": 20, + "maximum": 9, + "power": 0.3, + "range": 1.98, "rating": "E", - "time": 42 + "time": 31 }, { - "class": 1, - "cost": 1200, - "edID": 128066533, - "eddbID": 1208, + "class": 5, + "cost": 97200, + "edID": 128066543, + "eddbID": 1218, "grp": "hb", - "id": "6t", - "mass": 0.5, - "maximum": 1, - "power": 0.16, - "range": 2, + "id": "77", + "mass": 8, + "maximum": 6, + "power": 0.4, + "range": 2.64, "rating": "D", - "time": 36 + "time": 26 }, { - "class": 1, - "cost": 2400, - "edID": 128066534, - "eddbID": 1209, + "class": 5, + "cost": 194400, + "edID": 128066544, + "eddbID": 1219, "grp": "hb", - "id": "6s", - "mass": 1.3, - "maximum": 1, - "power": 0.2, - "range": 2.5, + "id": "76", + "mass": 20, + "maximum": 7, + "power": 0.5, + "range": 3.3, "rating": "C", - "time": 30 + "time": 22 }, { - "class": 1, - "cost": 4800, - "edID": 128066535, - "eddbID": 1210, + "class": 5, + "cost": 388800, + "edID": 128066545, + "eddbID": 1220, "grp": "hb", - "id": "6r", - "mass": 2, - "maximum": 2, - "power": 0.24, - "range": 3, + "id": "75", + "mass": 32, + "maximum": 9, + "power": 0.6, + "range": 3.96, "rating": "B", - "time": 24 + "time": 18 }, { - "class": 1, - "cost": 9600, - "edID": 128066536, - "eddbID": 1211, + "class": 5, + "cost": 777600, + "edID": 128066546, + "eddbID": 1221, "grp": "hb", - "id": "6q", - "mass": 1.3, - "maximum": 1, - "power": 0.28, - "range": 3.5, + "id": "74", + "mass": 20, + "maximum": 6, + "power": 0.7, + "range": 4.62, "rating": "A", + "time": 13 + }, + { + "class": 7, + "cost": 437400, + "edID": 128066547, + "eddbID": 1222, + "grp": "hb", + "id": "7d", + "mass": 80, + "maximum": 18, + "power": 0.42, + "range": 2.58, + "rating": "E", + "time": 25 + }, + { + "class": 7, + "cost": 874800, + "edID": 128066548, + "eddbID": 1223, + "grp": "hb", + "id": "7c", + "mass": 32, + "maximum": 12, + "power": 0.56, + "range": 3.44, + "rating": "D", + "time": 22 + }, + { + "class": 7, + "cost": 1749600, + "edID": 128066549, + "eddbID": 1224, + "grp": "hb", + "id": "7b", + "mass": 80, + "maximum": 15, + "power": 0.7, + "range": 4.3, + "rating": "C", "time": 18 + }, + { + "class": 7, + "cost": 3499200, + "edID": 128066550, + "eddbID": 1225, + "grp": "hb", + "id": "7a", + "mass": 128, + "maximum": 18, + "power": 0.84, + "range": 5.16, + "rating": "B", + "time": 14 + }, + { + "class": 7, + "cost": 6998400, + "edID": 128066551, + "eddbID": 1226, + "grp": "hb", + "id": "79", + "mass": 90, + "maximum": 12, + "power": 0.98, + "range": 6.02, + "rating": "A", + "time": 11 } ] } diff --git a/modules/internal/hull_reinforcement_package.json b/modules/internal/hull_reinforcement_package.json index 216be84..9d61955 100644 --- a/modules/internal/hull_reinforcement_package.json +++ b/modules/internal/hull_reinforcement_package.json @@ -1,117 +1,5 @@ { "hr": [ - { - "hullreinforcement": 360, - "class": 5, - "cost": 150000, - "edID": 128668545, - "eddbID": 1381, - "explres": 0.025, - "grp": "hr", - "id": "2e", - "kinres": 0.025, - "mass": 64, - "rating": "E", - "thermres": 0.025 - }, - { - "hullreinforcement": 390, - "class": 5, - "cost": 450000, - "edID": 128668546, - "eddbID": 1382, - "explres": 0.025, - "grp": "hr", - "id": "2d", - "kinres": 0.025, - "mass": 32, - "rating": "D", - "thermres": 0.025 - }, - { - "hullreinforcement": 300, - "class": 4, - "cost": 65000, - "edID": 128668543, - "eddbID": 1379, - "explres": 0.02, - "grp": "hr", - "id": "2c", - "kinres": 0.02, - "mass": 32, - "rating": "E", - "thermres": 0.02 - }, - { - "hullreinforcement": 330, - "class": 4, - "cost": 195000, - "edID": 128668544, - "eddbID": 1380, - "explres": 0.02, - "grp": "hr", - "id": "2b", - "kinres": 0.02, - "mass": 16, - "rating": "D", - "thermres": 0.02 - }, - { - "hullreinforcement": 230, - "class": 3, - "cost": 28000, - "edID": 128668541, - "eddbID": 1377, - "explres": 0.015, - "grp": "hr", - "id": "2a", - "kinres": 0.015, - "mass": 16, - "rating": "E", - "thermres": 0.015 - }, - { - "hullreinforcement": 260, - "class": 3, - "cost": 84000, - "edID": 128668542, - "eddbID": 1378, - "explres": 0.015, - "grp": "hr", - "id": "29", - "kinres": 0.015, - "mass": 8, - "rating": "D", - "thermres": 0.015 - }, - { - "hullreinforcement": 150, - "class": 2, - "cost": 12000, - "edID": 128668539, - "eddbID": 1375, - "explres": 0.01, - "grp": "hr", - "id": "28", - "kinres": 0.01, - "mass": 8, - "rating": "E", - "thermres": 0.01 - }, - { - "hullreinforcement": 190, - "class": 2, - "cost": 36000, - "edID": 128668540, - "eddbID": 1376, - "explres": 0.01, - "grp": "hr", - "id": "27", - "kinres": 0.01, - "mass": 4, - "rating": "D", - "thermres": 0.01 - }, { "hullreinforcement": 80, "class": 1, @@ -122,7 +10,7 @@ "grp": "hr", "id": "26", "kinres": 0.005, - "mass": 4, + "mass": 2, "rating": "E", "thermres": 0.005 }, @@ -136,9 +24,121 @@ "grp": "hr", "id": "25", "kinres": 0.005, - "mass": 2, + "mass": 1, "rating": "D", "thermres": 0.005 + }, + { + "hullreinforcement": 150, + "class": 2, + "cost": 12000, + "edID": 128668539, + "eddbID": 1375, + "explres": 0.01, + "grp": "hr", + "id": "28", + "kinres": 0.01, + "mass": 4, + "rating": "E", + "thermres": 0.01 + }, + { + "hullreinforcement": 190, + "class": 2, + "cost": 36000, + "edID": 128668540, + "eddbID": 1376, + "explres": 0.01, + "grp": "hr", + "id": "27", + "kinres": 0.01, + "mass": 2, + "rating": "D", + "thermres": 0.01 + }, + { + "hullreinforcement": 230, + "class": 3, + "cost": 28000, + "edID": 128668541, + "eddbID": 1377, + "explres": 0.015, + "grp": "hr", + "id": "2a", + "kinres": 0.015, + "mass": 8, + "rating": "E", + "thermres": 0.015 + }, + { + "hullreinforcement": 260, + "class": 3, + "cost": 84000, + "edID": 128668542, + "eddbID": 1378, + "explres": 0.015, + "grp": "hr", + "id": "29", + "kinres": 0.015, + "mass": 4, + "rating": "D", + "thermres": 0.015 + }, + { + "hullreinforcement": 300, + "class": 4, + "cost": 65000, + "edID": 128668543, + "eddbID": 1379, + "explres": 0.02, + "grp": "hr", + "id": "2c", + "kinres": 0.02, + "mass": 16, + "rating": "E", + "thermres": 0.02 + }, + { + "hullreinforcement": 330, + "class": 4, + "cost": 195000, + "edID": 128668544, + "eddbID": 1380, + "explres": 0.02, + "grp": "hr", + "id": "2b", + "kinres": 0.02, + "mass": 8, + "rating": "D", + "thermres": 0.02 + }, + { + "hullreinforcement": 360, + "class": 5, + "cost": 150000, + "edID": 128668545, + "eddbID": 1381, + "explres": 0.025, + "grp": "hr", + "id": "2e", + "kinres": 0.025, + "mass": 32, + "rating": "E", + "thermres": 0.025 + }, + { + "hullreinforcement": 390, + "class": 5, + "cost": 450000, + "edID": 128668546, + "eddbID": 1382, + "explres": 0.025, + "grp": "hr", + "id": "2d", + "kinres": 0.025, + "mass": 16, + "rating": "D", + "thermres": 0.025 } ] } diff --git a/modules/internal/module_reinforcement_package.json b/modules/internal/module_reinforcement_package.json new file mode 100644 index 0000000..3525574 --- /dev/null +++ b/modules/internal/module_reinforcement_package.json @@ -0,0 +1,124 @@ +{ + "mrp": [ + { + "class": 1, + "cost": 5000, + "eddbID": 1577, + "edID": 128737270, + "grp": "mrp", + "id": "m0", + "integrity": 70, + "mass": 2, + "protection": 0.3, + "rating": "E" + }, + { + "class": 1, + "cost": 15000, + "eddbID": 1578, + "edID": 128737271, + "grp": "mrp", + "id": "m1", + "integrity": 30, + "mass": 1, + "protection": 0.6, + "rating": "D" + }, + { + "class": 2, + "cost": 12000, + "eddbID": 1579, + "edID": 128737272, + "grp": "mrp", + "id": "m2", + "integrity": 105, + "mass": 4, + "protection": 0.3, + "rating": "E" + }, + { + "class": 2, + "cost": 36000, + "eddbID": 1580, + "edID": 128737273, + "grp": "mrp", + "id": "m3", + "integrity": 45, + "mass": 2, + "protection": 0.6, + "rating": "D" + }, + { + "class": 3, + "cost": 28000, + "eddbID": 1581, + "edID": 128737274, + "grp": "mrp", + "id": "m4", + "integrity": 155, + "mass": 8, + "protection": 0.3, + "rating": "E" + }, + { + "class": 3, + "cost": 84000, + "eddbID": 1582, + "edID": 128737275, + "grp": "mrp", + "id": "m5", + "integrity": 65, + "mass": 4, + "protection": 0.6, + "rating": "D" + }, + { + "class": 4, + "cost": 65000, + "eddbID": 1583, + "edID": 128737276, + "grp": "mrp", + "id": "m6", + "integrity": 235, + "mass": 16, + "protection": 0.3, + "rating": "E" + }, + { + "class": 4, + "cost": 195000, + "eddbID": 1584, + "edID": 128737277, + "grp": "mrp", + "id": "m7", + "integrity": 95, + "mass": 8, + "protection": 0.6, + "rating": "D" + }, + { + "class": 5, + "cost": 150000, + "eddbID": 1585, + "edID": 128737278, + "grp": "mrp", + "id": "m8", + "integrity": 350, + "mass": 32, + "protection": 0.3, + "rating": "E" + }, + { + "class": 5, + "cost": 450000, + "eddbID": 1586, + "edID": 128737279, + "grp": "mrp", + "id": "m9", + "integrity": 145, + "mass": 16, + "protection": 0.6, + "rating": "D" + } + ] +} diff --git a/modules/internal/planetary_vehicle_hanger.json b/modules/internal/planetary_vehicle_hanger.json index 8492e56..f7f1e07 100644 --- a/modules/internal/planetary_vehicle_hanger.json +++ b/modules/internal/planetary_vehicle_hanger.json @@ -1,27 +1,27 @@ { "pv": [ { - "bays": 4, - "class": 6, - "cost": 576000, - "edID": 128672292, - "eddbID": 1524, + "bays": 1, + "class": 2, + "cost": 18000, + "edID": 128672288, + "eddbID": 1528, "grp": "pv", - "id": "v1", - "mass": 34, - "power": 0.6, + "id": "v5", + "mass": 12, + "power": 0.25, "rating": "H" }, { - "bays": 4, - "class": 6, - "cost": 691200, - "edID": 128672293, - "eddbID": 1525, + "bays": 1, + "class": 2, + "cost": 21600, + "edID": 128672289, + "eddbID": 1529, "grp": "pv", - "id": "v2", - "mass": 17, - "power": 1.8, + "id": "v6", + "mass": 6, + "power": 0.75, "rating": "G" }, { @@ -49,27 +49,27 @@ "rating": "G" }, { - "bays": 1, - "class": 2, - "cost": 18000, - "edID": 128672288, - "eddbID": 1528, + "bays": 4, + "class": 6, + "cost": 576000, + "edID": 128672292, + "eddbID": 1524, "grp": "pv", - "id": "v5", - "mass": 12, - "power": 0.25, + "id": "v1", + "mass": 34, + "power": 0.6, "rating": "H" }, { - "bays": 1, - "class": 2, - "cost": 21600, - "edID": 128672289, - "eddbID": 1529, + "bays": 4, + "class": 6, + "cost": 691200, + "edID": 128672293, + "eddbID": 1525, "grp": "pv", - "id": "v6", - "mass": 6, - "power": 0.75, + "id": "v2", + "mass": 17, + "power": 1.8, "rating": "G" } ] diff --git a/modules/internal/pristmatic_shield_generator.json b/modules/internal/pristmatic_shield_generator.json index 8785a12..b2846fb 100644 --- a/modules/internal/pristmatic_shield_generator.json +++ b/modules/internal/pristmatic_shield_generator.json @@ -1,6 +1,7 @@ { "psg": [ { + "brokenregen": 1.2, "class": 1, "cost": 132200, "edID": 128671323, @@ -19,10 +20,11 @@ "power": 2.52, "pp": "Aisling Duval", "rating": "A", - "recover": 1.2, + "regen": 1, "thermres": -0.2 }, { + "brokenregen": 1.2, "class": 2, "cost": 240340, "edID": 128671324, @@ -41,10 +43,11 @@ "power": 3.15, "pp": "Aisling Duval", "rating": "A", - "recover": 1.2, + "regen": 1, "thermres": -0.2 }, { + "brokenregen": 1.3, "class": 3, "cost": 761870, "edID": 128671325, @@ -63,10 +66,11 @@ "power": 3.78, "pp": "Aisling Duval", "rating": "A", - "recover": 1.2, + "regen": 1, "thermres": -0.2 }, { + "brokenregen": 1.7, "class": 4, "cost": 2415120, "edID": 128671326, @@ -85,10 +89,11 @@ "power": 4.62, "pp": "Aisling Duval", "rating": "A", - "recover": 1.425, + "regen": 1, "thermres": -0.2 }, { + "brokenregen": 2.3, "class": 5, "cost": 7655930, "edID": 128671327, @@ -107,10 +112,11 @@ "power": 5.46, "pp": "Aisling Duval", "rating": "A", - "recover": 1.875, + "regen": 1, "thermres": -0.2 }, { + "brokenregen": 3.2, "class": 6, "cost": 24269300, "edID": 128671328, @@ -129,10 +135,11 @@ "power": 6.51, "pp": "Aisling Duval", "rating": "A", - "recover": 2.4, + "regen": 1.3, "thermres": -0.2 }, { + "brokenregen": 4.2, "class": 7, "cost": 76933670, "edID": 128671329, @@ -151,10 +158,11 @@ "power": 7.35, "pp": "Aisling Duval", "rating": "A", - "recover": 3, + "regen": 1.7, "thermres": -0.2 }, { + "brokenregen": 5.4, "class": 8, "cost": 243879730, "edID": 128671330, @@ -173,7 +181,7 @@ "power": 8.4, "pp": "Aisling Duval", "rating": "A", - "recover": 3.6, + "regen": 2.2, "thermres": -0.2 } ] diff --git a/modules/internal/prospector_limpet_controllers.json b/modules/internal/prospector_limpet_controllers.json index 1afcc7d..93ee8c3 100644 --- a/modules/internal/prospector_limpet_controllers.json +++ b/modules/internal/prospector_limpet_controllers.json @@ -1,133 +1,68 @@ { "pc": [ { - "class": 7, - "cost": 437400, - "edID": 128671284, - "eddbID": 1449, + "class": 1, + "cost": 600, + "edID": 128671269, + "eddbID": 1434, "grp": "pc", - "id": "Pf", - "mass": 80, - "maximum": 8, - "power": 0.55, - "range": 5.1, + "id": "P0", + "mass": 1.3, + "maximum": 1, + "power": 0.18, + "range": 3, "rating": "E" }, { - "class": 7, - "cost": 874800, - "edID": 128671285, - "eddbID": 1450, + "class": 1, + "cost": 1200, + "edID": 128671270, + "eddbID": 1435, "grp": "pc", - "id": "Pg", - "mass": 32, - "maximum": 8, - "power": 0.41, - "range": 6.8, + "id": "P1", + "mass": 0.5, + "maximum": 1, + "power": 0.14, + "range": 4, "rating": "D" }, { - "class": 7, - "cost": 1749600, - "edID": 128671286, - "eddbID": 1451, + "class": 1, + "cost": 2400, + "edID": 128671271, + "eddbID": 1436, "grp": "pc", - "id": "Ph", - "mass": 80, - "maximum": 8, - "power": 0.69, - "range": 8.5, + "id": "P2", + "mass": 1.3, + "maximum": 1, + "power": 0.23, + "range": 5, "rating": "C" }, { - "class": 7, - "cost": 3499200, - "edID": 128671287, - "eddbID": 1452, + "class": 1, + "cost": 4800, + "edID": 128671272, + "eddbID": 1437, "grp": "pc", - "id": "Pi", - "mass": 128, - "maximum": 8, - "power": 0.97, - "range": 10.2, + "id": "P3", + "mass": 2, + "maximum": 1, + "power": 0.32, + "range": 6, "rating": "B" }, { - "class": 7, - "cost": 6998400, - "edID": 128671288, - "eddbID": 1453, + "class": 1, + "cost": 9600, + "edID": 128671273, + "eddbID": 1438, "grp": "pc", - "id": "Pj", - "mass": 80, - "maximum": 8, - "power": 0.83, - "range": 11.9, - "rating": "A" - }, - { - "class": 5, - "cost": 48600, - "edID": 128671279, - "eddbID": 1444, - "grp": "pc", - "id": "Pa", - "mass": 20, - "maximum": 4, - "power": 0.4, - "range": 3.9, - "rating": "E" - }, - { - "class": 5, - "cost": 97200, - "edID": 128671280, - "eddbID": 1445, - "grp": "pc", - "id": "Pb", - "mass": 8, - "maximum": 4, - "power": 0.3, - "range": 5.2, - "rating": "D" - }, - { - "class": 5, - "cost": 194400, - "edID": 128671281, - "eddbID": 1446, - "grp": "pc", - "id": "Pc", - "mass": 20, - "maximum": 4, - "power": 0.5, - "range": 6.5, - "rating": "C" - }, - { - "class": 5, - "cost": 388800, - "edID": 128671282, - "eddbID": 1447, - "grp": "pc", - "id": "Pd", - "mass": 32, - "maximum": 4, - "power": 0.97, - "range": 7.8, - "rating": "B" - }, - { - "class": 5, - "cost": 777600, - "edID": 128671283, - "eddbID": 1448, - "grp": "pc", - "id": "Pe", - "mass": 20, - "maximum": 4, - "power": 0.6, - "range": 9.1, + "id": "P4", + "mass": 1.3, + "maximum": 1, + "power": 0.28, + "range": 7, "rating": "A" }, { @@ -196,68 +131,133 @@ "rating": "A" }, { - "class": 1, - "cost": 600, - "edID": 128671269, - "eddbID": 1434, + "class": 5, + "cost": 48600, + "edID": 128671279, + "eddbID": 1444, "grp": "pc", - "id": "P0", - "mass": 1.3, - "maximum": 1, - "power": 0.18, - "range": 3, + "id": "Pa", + "mass": 20, + "maximum": 4, + "power": 0.4, + "range": 3.9, "rating": "E" }, { - "class": 1, - "cost": 1200, - "edID": 128671270, - "eddbID": 1435, + "class": 5, + "cost": 97200, + "edID": 128671280, + "eddbID": 1445, "grp": "pc", - "id": "P1", - "mass": 0.5, - "maximum": 1, - "power": 0.14, - "range": 4, + "id": "Pb", + "mass": 8, + "maximum": 4, + "power": 0.3, + "range": 5.2, "rating": "D" }, { - "class": 1, - "cost": 2400, - "edID": 128671271, - "eddbID": 1436, + "class": 5, + "cost": 194400, + "edID": 128671281, + "eddbID": 1446, "grp": "pc", - "id": "P2", - "mass": 1.3, - "maximum": 1, - "power": 0.23, - "range": 5, + "id": "Pc", + "mass": 20, + "maximum": 4, + "power": 0.5, + "range": 6.5, "rating": "C" }, { - "class": 1, - "cost": 4800, - "edID": 128671272, - "eddbID": 1437, + "class": 5, + "cost": 388800, + "edID": 128671282, + "eddbID": 1447, "grp": "pc", - "id": "P3", - "mass": 2, - "maximum": 1, - "power": 0.32, - "range": 6, + "id": "Pd", + "mass": 32, + "maximum": 4, + "power": 0.97, + "range": 7.8, "rating": "B" }, { - "class": 1, - "cost": 9600, - "edID": 128671273, - "eddbID": 1438, + "class": 5, + "cost": 777600, + "edID": 128671283, + "eddbID": 1448, "grp": "pc", - "id": "P4", - "mass": 1.3, - "maximum": 1, - "power": 0.28, - "range": 7, + "id": "Pe", + "mass": 20, + "maximum": 4, + "power": 0.6, + "range": 9.1, + "rating": "A" + }, + { + "class": 7, + "cost": 437400, + "edID": 128671284, + "eddbID": 1449, + "grp": "pc", + "id": "Pf", + "mass": 80, + "maximum": 8, + "power": 0.55, + "range": 5.1, + "rating": "E" + }, + { + "class": 7, + "cost": 874800, + "edID": 128671285, + "eddbID": 1450, + "grp": "pc", + "id": "Pg", + "mass": 32, + "maximum": 8, + "power": 0.41, + "range": 6.8, + "rating": "D" + }, + { + "class": 7, + "cost": 1749600, + "edID": 128671286, + "eddbID": 1451, + "grp": "pc", + "id": "Ph", + "mass": 80, + "maximum": 8, + "power": 0.69, + "range": 8.5, + "rating": "C" + }, + { + "class": 7, + "cost": 3499200, + "edID": 128671287, + "eddbID": 1452, + "grp": "pc", + "id": "Pi", + "mass": 128, + "maximum": 8, + "power": 0.97, + "range": 10.2, + "rating": "B" + }, + { + "class": 7, + "cost": 6998400, + "edID": 128671288, + "eddbID": 1453, + "grp": "pc", + "id": "Pj", + "mass": 80, + "maximum": 8, + "power": 0.83, + "range": 11.9, "rating": "A" } ] diff --git a/modules/internal/refinery.json b/modules/internal/refinery.json index 64f1d24..9f18226 100644 --- a/modules/internal/refinery.json +++ b/modules/internal/refinery.json @@ -1,113 +1,58 @@ { "rf": [ { - "bins": 4, - "class": 4, - "cost": 55570, - "edID": 128666687, - "eddbID": 1289, + "bins": 1, + "class": 1, + "cost": 6000, + "edID": 128666684, + "eddbID": 1286, "grp": "rf", - "id": "23", - "power": 0.25, + "id": "1k", + "power": 0.14, "rating": "E" }, { - "bins": 5, - "class": 4, - "cost": 166700, - "edID": 128666691, - "eddbID": 1293, + "bins": 1, + "class": 1, + "cost": 18000, + "edID": 128666688, + "eddbID": 1290, "grp": "rf", - "id": "22", - "power": 0.33, + "id": "1j", + "power": 0.18, "rating": "D" }, { - "bins": 7, - "class": 4, - "cost": 500090, - "edID": 128666695, - "eddbID": 1297, + "bins": 2, + "class": 1, + "cost": 54000, + "edID": 128666692, + "eddbID": 1294, "grp": "rf", - "id": "21", - "power": 0.41, + "id": "1i", + "power": 0.23, "rating": "C" }, - { - "bins": 9, - "class": 4, - "cost": 1500280, - "edID": 128666699, - "eddbID": 1301, - "grp": "rf", - "id": "20", - "power": 0.49, - "rating": "B" - }, - { - "bins": 10, - "class": 4, - "cost": 4500850, - "edID": 128666703, - "eddbID": 1305, - "grp": "rf", - "id": "1v", - "power": 0.57, - "rating": "A" - }, { "bins": 3, - "class": 3, - "cost": 26460, - "edID": 128666686, - "eddbID": 1288, + "class": 1, + "cost": 162000, + "edID": 128666696, + "eddbID": 1298, "grp": "rf", - "id": "1u", - "power": 0.2, - "rating": "E" - }, - { - "bins": 4, - "class": 3, - "cost": 79380, - "edID": 128666690, - "eddbID": 1292, - "grp": "rf", - "id": "1t", - "power": 0.27, - "rating": "D" - }, - { - "bins": 6, - "class": 3, - "cost": 238140, - "edID": 128666694, - "eddbID": 1296, - "grp": "rf", - "id": "1s", - "power": 0.34, - "rating": "C" - }, - { - "bins": 7, - "class": 3, - "cost": 714420, - "edID": 128666698, - "eddbID": 1300, - "grp": "rf", - "id": "1r", - "power": 0.41, + "id": "1h", + "power": 0.28, "rating": "B" }, { - "bins": 8, - "class": 3, - "cost": 2143260, - "edID": 128666702, - "eddbID": 1304, + "bins": 4, + "class": 1, + "cost": 486000, + "edID": 128666700, + "eddbID": 1302, "grp": "rf", - "id": "1q", - "power": 0.48, + "id": "1g", + "power": 0.32, "rating": "A" }, { @@ -166,58 +111,113 @@ "rating": "A" }, { - "bins": 1, - "class": 1, - "cost": 6000, - "edID": 128666684, - "eddbID": 1286, + "bins": 3, + "class": 3, + "cost": 26460, + "edID": 128666686, + "eddbID": 1288, "grp": "rf", - "id": "1k", - "power": 0.14, + "id": "1u", + "power": 0.2, "rating": "E" }, { - "bins": 1, - "class": 1, - "cost": 18000, - "edID": 128666688, - "eddbID": 1290, + "bins": 4, + "class": 3, + "cost": 79380, + "edID": 128666690, + "eddbID": 1292, "grp": "rf", - "id": "1j", - "power": 0.18, + "id": "1t", + "power": 0.27, "rating": "D" }, { - "bins": 2, - "class": 1, - "cost": 54000, - "edID": 128666692, - "eddbID": 1294, + "bins": 6, + "class": 3, + "cost": 238140, + "edID": 128666694, + "eddbID": 1296, "grp": "rf", - "id": "1i", - "power": 0.23, + "id": "1s", + "power": 0.34, "rating": "C" }, { - "bins": 3, - "class": 1, - "cost": 162000, - "edID": 128666696, - "eddbID": 1298, + "bins": 7, + "class": 3, + "cost": 714420, + "edID": 128666698, + "eddbID": 1300, "grp": "rf", - "id": "1h", - "power": 0.28, + "id": "1r", + "power": 0.41, "rating": "B" }, { - "bins": 4, - "class": 1, - "cost": 486000, - "edID": 128666700, - "eddbID": 1302, + "bins": 8, + "class": 3, + "cost": 2143260, + "edID": 128666702, + "eddbID": 1304, "grp": "rf", - "id": "1g", - "power": 0.32, + "id": "1q", + "power": 0.48, + "rating": "A" + }, + { + "bins": 4, + "class": 4, + "cost": 55570, + "edID": 128666687, + "eddbID": 1289, + "grp": "rf", + "id": "23", + "power": 0.25, + "rating": "E" + }, + { + "bins": 5, + "class": 4, + "cost": 166700, + "edID": 128666691, + "eddbID": 1293, + "grp": "rf", + "id": "22", + "power": 0.33, + "rating": "D" + }, + { + "bins": 7, + "class": 4, + "cost": 500090, + "edID": 128666695, + "eddbID": 1297, + "grp": "rf", + "id": "21", + "power": 0.41, + "rating": "C" + }, + { + "bins": 9, + "class": 4, + "cost": 1500280, + "edID": 128666699, + "eddbID": 1301, + "grp": "rf", + "id": "20", + "power": 0.49, + "rating": "B" + }, + { + "bins": 10, + "class": 4, + "cost": 4500850, + "edID": 128666703, + "eddbID": 1305, + "grp": "rf", + "id": "1v", + "power": 0.57, "rating": "A" } ] diff --git a/modules/internal/scanner.json b/modules/internal/scanner.json index 2076a75..b711dab 100644 --- a/modules/internal/scanner.json +++ b/modules/internal/scanner.json @@ -48,7 +48,7 @@ "id": "2i", "mass": 1.3, "name": "Detailed Surface Scanner", - "power": 0, + "power": 0.6, "rating": "C" } ] diff --git a/modules/internal/shield_cell_bank.json b/modules/internal/shield_cell_bank.json index a866bae..60d2541 100644 --- a/modules/internal/shield_cell_bank.json +++ b/modules/internal/shield_cell_bank.json @@ -1,504 +1,204 @@ { "scb": [ - { - "ammocost": 300, - "boot": 25, - "cells": 6, - "class": 8, - "cost": 697584, - "duration": 17, - "edID": 128064333, - "eddbID": 1186, - "grp": "scb", - "id": "65", - "integrity": 120, - "mass": 160, - "power": 1.44, - "rating": "E", - "shieldreinforcement": 476, - "rechargerating": "C", - "spinup": 5, - "thermload": 800 - }, { "ammocost": 300, "boot": 25, "cells": 4, - "class": 8, - "cost": 1743961, - "duration": 17, - "edID": 128064334, - "eddbID": 1187, + "class": 1, + "cost": 517, + "duration": 1, + "edID": 128064298, + "eddbID": 1151, "grp": "scb", - "id": "64", - "integrity": 90, - "mass": 64, - "power": 1.92, - "rating": "D", - "shieldreinforcement": 629, - "rechargerating": "D", - "spinup": 5, - "thermload": 800 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 8, - "cost": 4359903, - "duration": 17, - "edID": 128064335, - "eddbID": 1188, - "grp": "scb", - "id": "63", - "integrity": 150, - "mass": 160, - "power": 2.4, - "rating": "C", - "shieldreinforcement": 799, - "rechargerating": "C", - "spinup": 5, - "thermload": 800 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 6, - "class": 8, - "cost": 10899756, - "duration": 17, - "edID": 128064336, - "eddbID": 1189, - "grp": "scb", - "id": "62", - "integrity": 210, - "mass": 256, - "power": 2.88, - "rating": "B", - "shieldreinforcement": 952, - "rechargerating": "B", - "spinup": 5, - "thermload": 800 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 8, - "cost": 27249391, - "duration": 17, - "edID": 128064337, - "eddbID": 1190, - "grp": "scb", - "id": "61", - "integrity": 180, - "mass": 160, - "power": 3.36, - "rating": "A", - "shieldreinforcement": 1105, - "rechargerating": "A", - "spinup": 5, - "thermload": 800 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 6, - "class": 7, - "cost": 249137, - "duration": 11, - "edID": 128064328, - "eddbID": 1181, - "grp": "scb", - "id": "60", - "integrity": 105, - "mass": 80, - "power": 1.24, + "id": "52", + "integrity": 32, + "mass": 1.3, + "power": 0.41, "rating": "E", - "shieldreinforcement": 264, + "shieldreinforcement": 12, "rechargerating": "E", "spinup": 5, - "thermload": 720 + "thermload": 170 }, { "ammocost": 300, "boot": 25, - "cells": 4, - "class": 7, - "cost": 622843, - "duration": 11, - "edID": 128064329, - "eddbID": 1182, + "cells": 1, + "class": 1, + "cost": 1293, + "duration": 1, + "edID": 128064299, + "eddbID": 1152, "grp": "scb", - "id": "5v", - "integrity": 79, - "mass": 32, - "power": 1.66, + "id": "51", + "integrity": 24, + "mass": 0.5, + "power": 0.55, "rating": "D", - "shieldreinforcement": 352, + "shieldreinforcement": 12.5, "rechargerating": "D", "spinup": 5, - "thermload": 720 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 7, - "cost": 1557108, - "duration": 11, - "edID": 128064330, - "eddbID": 1183, - "grp": "scb", - "id": "5u", - "integrity": 131, - "mass": 80, - "power": 2.07, - "rating": "C", - "shieldreinforcement": 451, - "rechargerating": "C", - "spinup": 5, - "thermload": 720 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 6, - "class": 7, - "cost": 3892770, - "duration": 11, - "edID": 128064331, - "eddbID": 1184, - "grp": "scb", - "id": "5t", - "integrity": 183, - "mass": 128, - "power": 2.48, - "rating": "B", - "shieldreinforcement": 539, - "rechargerating": "B", - "spinup": 5, - "thermload": 720 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 7, - "cost": 9731925, - "duration": 11, - "edID": 128064332, - "eddbID": 1185, - "grp": "scb", - "id": "5s", - "integrity": 157, - "mass": 80, - "power": 2.9, - "rating": "A", - "shieldreinforcement": 627, - "rechargerating": "A", - "spinup": 5, - "thermload": 720 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 6, - "class": 6, - "cost": 88987, - "duration": 8, - "edID": 128064323, - "eddbID": 1176, - "grp": "scb", - "id": "5r", - "integrity": 90, - "mass": 40, - "power": 1.06, - "rating": "E", - "shieldreinforcement": 160, - "rechargerating": "E", - "spinup": 5, - "thermload": 640 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 4, - "class": 6, - "cost": 222444, - "duration": 8, - "edID": 128064324, - "eddbID": 1177, - "grp": "scb", - "id": "5q", - "integrity": 68, - "mass": 16, - "power": 1.42, - "rating": "D", - "shieldreinforcement": 208, - "rechargerating": "D", - "spinup": 5, - "thermload": 640 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 6, - "cost": 556110, - "duration": 8, - "edID": 128064325, - "eddbID": 1178, - "grp": "scb", - "id": "5p", - "integrity": 113, - "mass": 40, - "power": 1.77, - "rating": "C", - "shieldreinforcement": 264, - "rechargerating": "C", - "spinup": 5, - "thermload": 640 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 6, - "class": 6, - "cost": 1390275, - "duration": 8, - "edID": 128064326, - "eddbID": 1179, - "grp": "scb", - "id": "5o", - "integrity": 158, - "mass": 64, - "power": 2.12, - "rating": "B", - "shieldreinforcement": 312, - "rechargerating": "B", - "spinup": 5, - "thermload": 640 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 6, - "cost": 3475688, - "duration": 8, - "edID": 128064327, - "eddbID": 1180, - "grp": "scb", - "id": "5n", - "integrity": 136, - "mass": 40, - "power": 2.48, - "rating": "A", - "shieldreinforcement": 368, - "rechargerating": "A", - "spinup": 5, - "thermload": 640 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 5, - "cost": 31778, - "duration": 5, - "edID": 128064318, - "eddbID": 1171, - "grp": "scb", - "id": "5m", - "integrity": 77, - "mass": 20, - "power": 0.9, - "rating": "E", - "shieldreinforcement": 105, - "rechargerating": "E", - "spinup": 5, - "thermload": 540 + "thermload": 170 }, { "ammocost": 300, "boot": 25, "cells": 3, - "class": 5, - "cost": 79444, - "duration": 5, - "edID": 128064319, - "eddbID": 1172, + "class": 1, + "cost": 3231, + "duration": 1, + "edID": 128064300, + "eddbID": 1153, "grp": "scb", - "id": "5l", - "integrity": 58, - "mass": 8, - "power": 1.2, - "rating": "D", - "shieldreinforcement": 140, - "rechargerating": "D", - "spinup": 5, - "thermload": 540 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 4, - "class": 5, - "cost": 194143, - "duration": 5, - "edID": 128064320, - "eddbID": 1173, - "grp": "scb", - "id": "5k", - "integrity": 96, - "mass": 20, - "power": 1.5, + "id": "50", + "integrity": 40, + "mass": 1.3, + "power": 0.69, "rating": "C", - "shieldreinforcement": 175, + "shieldreinforcement": 20, "rechargerating": "C", "spinup": 5, - "thermload": 540 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 5, - "cost": 496527, - "duration": 5, - "edID": 128064321, - "eddbID": 1174, - "grp": "scb", - "id": "5j", - "integrity": 134, - "mass": 32, - "power": 1.8, - "rating": "B", - "shieldreinforcement": 205, - "rechargerating": "B", - "spinup": 5, - "thermload": 540 + "thermload": 170 }, { "ammocost": 300, "boot": 25, "cells": 4, - "class": 5, - "cost": 1210285, - "duration": 5, - "edID": 128064322, - "eddbID": 1175, + "class": 1, + "cost": 8078, + "duration": 1, + "edID": 128064301, + "eddbID": 1154, "grp": "scb", - "id": "5i", - "integrity": 115, - "mass": 20, - "power": 2.1, - "rating": "A", - "shieldreinforcement": 240, - "rechargerating": "A", + "id": "4v", + "integrity": 56, + "mass": 2, + "power": 0.83, + "rating": "B", + "shieldreinforcement": 24, + "rechargerating": "B", "spinup": 5, - "thermload": 540 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 5, - "class": 4, - "cost": 11349, - "duration": 3, - "edID": 128064313, - "eddbID": 1166, - "grp": "scb", - "id": "5h", - "integrity": 64, - "mass": 10, - "power": 0.74, - "rating": "E", - "shieldreinforcement": 60, - "rechargerating": "E", - "spinup": 5, - "thermload": 410 + "thermload": 170 }, { "ammocost": 300, "boot": 25, "cells": 3, - "class": 4, - "cost": 28373, - "duration": 3, - "edID": 128064314, - "eddbID": 1167, + "class": 1, + "cost": 20195, + "duration": 1, + "edID": 128064302, + "eddbID": 1155, "grp": "scb", - "id": "5g", + "id": "4u", "integrity": 48, - "mass": 4, - "power": 0.98, - "rating": "D", - "shieldreinforcement": 78, - "rechargerating": "D", + "mass": 1.3, + "power": 0.97, + "rating": "A", + "shieldreinforcement": 28, + "rechargerating": "A", "spinup": 5, - "thermload": 410 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 4, - "class": 4, - "cost": 70932, - "duration": 3, - "edID": 128064315, - "eddbID": 1168, - "grp": "scb", - "id": "5f", - "integrity": 80, - "mass": 10, - "power": 1.23, - "rating": "C", - "shieldreinforcement": 99, - "rechargerating": "C", - "spinup": 5, - "thermload": 410 + "thermload": 170 }, { "ammocost": 300, "boot": 25, "cells": 5, - "class": 4, - "cost": 177331, - "duration": 3, - "edID": 128064316, - "eddbID": 1169, + "class": 2, + "cost": 1448, + "duration": 2, + "edID": 128064303, + "eddbID": 1156, "grp": "scb", - "id": "5e", - "integrity": 112, - "mass": 16, - "power": 1.48, - "rating": "B", - "shieldreinforcement": 117, - "rechargerating": "B", + "id": "57", + "integrity": 41, + "mass": 2.5, + "power": 0.5, + "rating": "E", + "shieldreinforcement": 28, + "rechargerating": "E", "spinup": 5, - "thermload": 410 + "thermload": 240 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 3, + "class": 2, + "cost": 3619, + "duration": 2, + "edID": 128064304, + "eddbID": 1157, + "grp": "scb", + "id": "56", + "integrity": 31, + "mass": 1, + "power": 0.67, + "rating": "D", + "shieldreinforcement": 36, + "rechargerating": "D", + "spinup": 5, + "thermload": 240 }, { "ammocost": 300, "boot": 25, "cells": 4, - "class": 4, - "cost": 443328, - "duration": 3, - "edID": 128064317, - "eddbID": 1170, + "class": 2, + "cost": 9048, + "duration": 2, + "edID": 128064305, + "eddbID": 1158, "grp": "scb", - "id": "5d", - "integrity": 96, - "mass": 10, - "power": 1.72, + "id": "55", + "integrity": 51, + "mass": 2.5, + "power": 0.84, + "rating": "C", + "shieldreinforcement": 46, + "rechargerating": "C", + "spinup": 5, + "thermload": 240 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 5, + "class": 2, + "cost": 22619, + "duration": 2, + "edID": 128064306, + "eddbID": 1159, + "grp": "scb", + "id": "54", + "integrity": 71, + "mass": 4, + "power": 1.01, + "rating": "B", + "shieldreinforcement": 56, + "rechargerating": "B", + "spinup": 5, + "thermload": 240 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 4, + "class": 2, + "cost": 56547, + "duration": 2, + "edID": 128064307, + "eddbID": 1160, + "grp": "scb", + "id": "53", + "integrity": 61, + "mass": 2.5, + "power": 1.18, "rating": "A", - "shieldreinforcement": 138, + "shieldreinforcement": 64, "rechargerating": "A", "spinup": 5, - "thermload": 410 + "thermload": 240 }, { "ammocost": 300, @@ -604,201 +304,501 @@ "ammocost": 300, "boot": 25, "cells": 5, - "class": 2, - "cost": 1448, - "duration": 2, - "edID": 128064303, - "eddbID": 1156, + "class": 4, + "cost": 11349, + "duration": 3, + "edID": 128064313, + "eddbID": 1166, "grp": "scb", - "id": "57", - "integrity": 41, - "mass": 2.5, - "power": 0.5, + "id": "5h", + "integrity": 64, + "mass": 10, + "power": 0.74, "rating": "E", - "shieldreinforcement": 28, + "shieldreinforcement": 60, "rechargerating": "E", "spinup": 5, - "thermload": 240 + "thermload": 410 }, { "ammocost": 300, "boot": 25, "cells": 3, - "class": 2, - "cost": 3619, - "duration": 2, - "edID": 128064304, - "eddbID": 1157, + "class": 4, + "cost": 28373, + "duration": 3, + "edID": 128064314, + "eddbID": 1167, "grp": "scb", - "id": "56", - "integrity": 31, - "mass": 1, - "power": 0.67, + "id": "5g", + "integrity": 48, + "mass": 4, + "power": 0.98, "rating": "D", - "shieldreinforcement": 36, + "shieldreinforcement": 78, "rechargerating": "D", "spinup": 5, - "thermload": 240 + "thermload": 410 }, { "ammocost": 300, "boot": 25, "cells": 4, - "class": 2, - "cost": 9048, - "duration": 2, - "edID": 128064305, - "eddbID": 1158, + "class": 4, + "cost": 70932, + "duration": 3, + "edID": 128064315, + "eddbID": 1168, "grp": "scb", - "id": "55", - "integrity": 51, - "mass": 2.5, - "power": 0.84, + "id": "5f", + "integrity": 80, + "mass": 10, + "power": 1.23, "rating": "C", - "shieldreinforcement": 46, + "shieldreinforcement": 99, "rechargerating": "C", "spinup": 5, - "thermload": 240 + "thermload": 410 }, { "ammocost": 300, "boot": 25, "cells": 5, - "class": 2, - "cost": 22619, - "duration": 2, - "edID": 128064306, - "eddbID": 1159, + "class": 4, + "cost": 177331, + "duration": 3, + "edID": 128064316, + "eddbID": 1169, "grp": "scb", - "id": "54", - "integrity": 71, - "mass": 4, - "power": 1.01, + "id": "5e", + "integrity": 112, + "mass": 16, + "power": 1.48, "rating": "B", - "shieldreinforcement": 56, + "shieldreinforcement": 117, "rechargerating": "B", "spinup": 5, - "thermload": 240 + "thermload": 410 }, { "ammocost": 300, "boot": 25, "cells": 4, - "class": 2, - "cost": 56547, - "duration": 2, - "edID": 128064307, - "eddbID": 1160, + "class": 4, + "cost": 443328, + "duration": 3, + "edID": 128064317, + "eddbID": 1170, "grp": "scb", - "id": "53", - "integrity": 61, - "mass": 2.5, - "power": 1.18, + "id": "5d", + "integrity": 96, + "mass": 10, + "power": 1.72, "rating": "A", - "shieldreinforcement": 64, + "shieldreinforcement": 138, "rechargerating": "A", "spinup": 5, - "thermload": 240 + "thermload": 410 }, { "ammocost": 300, "boot": 25, - "cells": 4, - "class": 1, - "cost": 517, - "duration": 1, - "edID": 128064298, - "eddbID": 1151, + "cells": 5, + "class": 5, + "cost": 31778, + "duration": 5, + "edID": 128064318, + "eddbID": 1171, "grp": "scb", - "id": "52", - "integrity": 32, - "mass": 1.3, - "power": 0.41, + "id": "5m", + "integrity": 77, + "mass": 20, + "power": 0.9, "rating": "E", - "shieldreinforcement": 12, + "shieldreinforcement": 105, "rechargerating": "E", "spinup": 5, - "thermload": 170 - }, - { - "ammocost": 300, - "boot": 25, - "cells": 1, - "class": 1, - "cost": 1293, - "duration": 1, - "edID": 128064299, - "eddbID": 1152, - "grp": "scb", - "id": "51", - "integrity": 24, - "mass": 0.5, - "power": 0.55, - "rating": "D", - "shieldreinforcement": 12.5, - "rechargerating": "D", - "spinup": 5, - "thermload": 170 + "thermload": 540 }, { "ammocost": 300, "boot": 25, "cells": 3, - "class": 1, - "cost": 3231, - "duration": 1, - "edID": 128064300, - "eddbID": 1153, + "class": 5, + "cost": 79444, + "duration": 5, + "edID": 128064319, + "eddbID": 1172, "grp": "scb", - "id": "50", - "integrity": 40, - "mass": 1.3, - "power": 0.69, - "rating": "C", - "shieldreinforcement": 20, - "rechargerating": "C", + "id": "5l", + "integrity": 58, + "mass": 8, + "power": 1.2, + "rating": "D", + "shieldreinforcement": 140, + "rechargerating": "D", "spinup": 5, - "thermload": 170 + "thermload": 540 }, { "ammocost": 300, "boot": 25, "cells": 4, - "class": 1, - "cost": 8078, - "duration": 1, - "edID": 128064301, - "eddbID": 1154, + "class": 5, + "cost": 194143, + "duration": 5, + "edID": 128064320, + "eddbID": 1173, "grp": "scb", - "id": "4v", - "integrity": 56, - "mass": 2, - "power": 0.83, - "rating": "B", - "shieldreinforcement": 24, - "rechargerating": "B", + "id": "5k", + "integrity": 96, + "mass": 20, + "power": 1.5, + "rating": "C", + "shieldreinforcement": 175, + "rechargerating": "C", "spinup": 5, - "thermload": 170 + "thermload": 540 }, { "ammocost": 300, "boot": 25, - "cells": 3, - "class": 1, - "cost": 20195, - "duration": 1, - "edID": 128064302, - "eddbID": 1155, + "cells": 5, + "class": 5, + "cost": 496527, + "duration": 5, + "edID": 128064321, + "eddbID": 1174, "grp": "scb", - "id": "4u", - "integrity": 48, - "mass": 1.3, - "power": 0.97, + "id": "5j", + "integrity": 134, + "mass": 32, + "power": 1.8, + "rating": "B", + "shieldreinforcement": 205, + "rechargerating": "B", + "spinup": 5, + "thermload": 540 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 4, + "class": 5, + "cost": 1210285, + "duration": 5, + "edID": 128064322, + "eddbID": 1175, + "grp": "scb", + "id": "5i", + "integrity": 115, + "mass": 20, + "power": 2.1, "rating": "A", - "shieldreinforcement": 28, + "shieldreinforcement": 240, "rechargerating": "A", "spinup": 5, - "thermload": 170 + "thermload": 540 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 6, + "class": 6, + "cost": 88987, + "duration": 8, + "edID": 128064323, + "eddbID": 1176, + "grp": "scb", + "id": "5r", + "integrity": 90, + "mass": 40, + "power": 1.06, + "rating": "E", + "shieldreinforcement": 160, + "rechargerating": "E", + "spinup": 5, + "thermload": 640 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 4, + "class": 6, + "cost": 222444, + "duration": 8, + "edID": 128064324, + "eddbID": 1177, + "grp": "scb", + "id": "5q", + "integrity": 68, + "mass": 16, + "power": 1.42, + "rating": "D", + "shieldreinforcement": 208, + "rechargerating": "D", + "spinup": 5, + "thermload": 640 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 5, + "class": 6, + "cost": 556110, + "duration": 8, + "edID": 128064325, + "eddbID": 1178, + "grp": "scb", + "id": "5p", + "integrity": 113, + "mass": 40, + "power": 1.77, + "rating": "C", + "shieldreinforcement": 264, + "rechargerating": "C", + "spinup": 5, + "thermload": 640 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 6, + "class": 6, + "cost": 1390275, + "duration": 8, + "edID": 128064326, + "eddbID": 1179, + "grp": "scb", + "id": "5o", + "integrity": 158, + "mass": 64, + "power": 2.12, + "rating": "B", + "shieldreinforcement": 312, + "rechargerating": "B", + "spinup": 5, + "thermload": 640 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 5, + "class": 6, + "cost": 3475688, + "duration": 8, + "edID": 128064327, + "eddbID": 1180, + "grp": "scb", + "id": "5n", + "integrity": 136, + "mass": 40, + "power": 2.48, + "rating": "A", + "shieldreinforcement": 368, + "rechargerating": "A", + "spinup": 5, + "thermload": 640 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 6, + "class": 7, + "cost": 249137, + "duration": 11, + "edID": 128064328, + "eddbID": 1181, + "grp": "scb", + "id": "60", + "integrity": 105, + "mass": 80, + "power": 1.24, + "rating": "E", + "shieldreinforcement": 264, + "rechargerating": "E", + "spinup": 5, + "thermload": 720 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 4, + "class": 7, + "cost": 622843, + "duration": 11, + "edID": 128064329, + "eddbID": 1182, + "grp": "scb", + "id": "5v", + "integrity": 79, + "mass": 32, + "power": 1.66, + "rating": "D", + "shieldreinforcement": 352, + "rechargerating": "D", + "spinup": 5, + "thermload": 720 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 5, + "class": 7, + "cost": 1557108, + "duration": 11, + "edID": 128064330, + "eddbID": 1183, + "grp": "scb", + "id": "5u", + "integrity": 131, + "mass": 80, + "power": 2.07, + "rating": "C", + "shieldreinforcement": 451, + "rechargerating": "C", + "spinup": 5, + "thermload": 720 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 6, + "class": 7, + "cost": 3892770, + "duration": 11, + "edID": 128064331, + "eddbID": 1184, + "grp": "scb", + "id": "5t", + "integrity": 183, + "mass": 128, + "power": 2.48, + "rating": "B", + "shieldreinforcement": 539, + "rechargerating": "B", + "spinup": 5, + "thermload": 720 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 5, + "class": 7, + "cost": 9731925, + "duration": 11, + "edID": 128064332, + "eddbID": 1185, + "grp": "scb", + "id": "5s", + "integrity": 157, + "mass": 80, + "power": 2.9, + "rating": "A", + "shieldreinforcement": 627, + "rechargerating": "A", + "spinup": 5, + "thermload": 720 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 6, + "class": 8, + "cost": 697584, + "duration": 17, + "edID": 128064333, + "eddbID": 1186, + "grp": "scb", + "id": "65", + "integrity": 120, + "mass": 160, + "power": 1.44, + "rating": "E", + "shieldreinforcement": 476, + "rechargerating": "C", + "spinup": 5, + "thermload": 800 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 4, + "class": 8, + "cost": 1743961, + "duration": 17, + "edID": 128064334, + "eddbID": 1187, + "grp": "scb", + "id": "64", + "integrity": 90, + "mass": 64, + "power": 1.92, + "rating": "D", + "shieldreinforcement": 629, + "rechargerating": "D", + "spinup": 5, + "thermload": 800 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 5, + "class": 8, + "cost": 4359903, + "duration": 17, + "edID": 128064335, + "eddbID": 1188, + "grp": "scb", + "id": "63", + "integrity": 150, + "mass": 160, + "power": 2.4, + "rating": "C", + "shieldreinforcement": 799, + "rechargerating": "C", + "spinup": 5, + "thermload": 800 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 6, + "class": 8, + "cost": 10899756, + "duration": 17, + "edID": 128064336, + "eddbID": 1189, + "grp": "scb", + "id": "62", + "integrity": 210, + "mass": 256, + "power": 2.88, + "rating": "B", + "shieldreinforcement": 952, + "rechargerating": "B", + "spinup": 5, + "thermload": 800 + }, + { + "ammocost": 300, + "boot": 25, + "cells": 5, + "class": 8, + "cost": 27249391, + "duration": 17, + "edID": 128064337, + "eddbID": 1190, + "grp": "scb", + "id": "61", + "integrity": 180, + "mass": 160, + "power": 3.36, + "rating": "A", + "shieldreinforcement": 1105, + "rechargerating": "A", + "spinup": 5, + "thermload": 800 } ] } diff --git a/modules/internal/shield_generator.json b/modules/internal/shield_generator.json index 3888fa8..208946b 100644 --- a/modules/internal/shield_generator.json +++ b/modules/internal/shield_generator.json @@ -1,743 +1,10 @@ { "sg": [ { - "class": 8, - "cost": 2007240, - "edID": 128064293, - "eddbID": 1146, - "explres": 0.5, - "grp": "sg", - "id": "4t", - "kinres": 0.4, - "mass": 160, - "maxmass": 4500, - "maxmul": 1.3, - "minmass": 900, - "minmul": 0.3, - "optmass": 1800, - "optmul": 0.8, - "power": 2.4, - "rating": "E", - "recover": 4.8, - "thermres": -0.2 - }, - { - "class": 8, - "cost": 6021720, - "edID": 128064294, - "eddbID": 1147, - "explres": 0.5, - "grp": "sg", - "id": "4s", - "kinres": 0.4, - "mass": 64, - "maxmass": 4500, - "maxmul": 1.4, - "minmass": 900, - "minmul": 0.4, - "optmass": 1800, - "optmul": 0.9, - "power": 3.2, - "rating": "D", - "recover": 4.8, - "thermres": -0.2 - }, - { - "class": 8, - "cost": 18065170, - "edID": 128064295, - "eddbID": 1148, - "explres": 0.5, - "grp": "sg", - "id": "4r", - "kinres": 0.4, - "mass": 160, - "maxmass": 4500, - "maxmul": 1.5, - "minmass": 900, - "minmul": 0.5, - "optmass": 1800, - "optmul": 1, - "power": 4, - "rating": "C", - "recover": 4.8, - "thermres": -0.2 - }, - { - "class": 8, - "cost": 54195500, - "edID": 128064296, - "eddbID": 1149, - "explres": 0.5, - "grp": "sg", - "id": "4q", - "kinres": 0.4, - "mass": 256, - "maxmass": 4500, - "maxmul": 1.6, - "minmass": 900, - "minmul": 0.6, - "optmass": 1800, - "optmul": 1.1, - "power": 4.8, - "rating": "B", - "recover": 4.8, - "thermres": -0.2 - }, - { - "class": 8, - "cost": 162586490, - "edID": 128064297, - "eddbID": 1150, - "explres": 0.5, - "grp": "sg", - "id": "4p", - "kinres": 0.4, - "mass": 160, - "maxmass": 4500, - "maxmul": 1.7, - "minmass": 900, - "minmul": 0.7, - "optmass": 1800, - "optmul": 1.2, - "power": 5.6, - "rating": "A", - "recover": 4.8, - "thermres": -0.2 - }, - { - "class": 7, - "cost": 633200, - "edID": 128064288, - "eddbID": 1141, - "explres": 0.5, - "grp": "sg", - "id": "4o", - "kinres": 0.4, - "mass": 80, - "maxmass": 2650, - "maxmul": 1.3, - "minmass": 530, - "minmul": 0.3, - "optmass": 1060, - "optmul": 0.8, - "power": 2.1, - "rating": "E", - "recover": 4, - "thermres": -0.2 - }, - { - "class": 7, - "cost": 1899600, - "edID": 128064289, - "eddbID": 1142, - "explres": 0.5, - "grp": "sg", - "id": "4n", - "kinres": 0.4, - "mass": 32, - "maxmass": 2650, - "maxmul": 1.4, - "minmass": 530, - "minmul": 0.4, - "optmass": 1060, - "optmul": 0.9, - "power": 2.8, - "rating": "D", - "recover": 4, - "thermres": -0.2 - }, - { - "class": 7, - "cost": 5698790, - "edID": 128064290, - "eddbID": 1143, - "explres": 0.5, - "grp": "sg", - "id": "4m", - "kinres": 0.4, - "mass": 80, - "maxmass": 2650, - "maxmul": 1.5, - "minmass": 530, - "minmul": 0.5, - "optmass": 1060, - "optmul": 1, - "power": 3.5, - "rating": "C", - "recover": 4, - "thermres": -0.2 - }, - { - "class": 7, - "cost": 17096370, - "edID": 128064291, - "eddbID": 1144, - "explres": 0.5, - "grp": "sg", - "id": "4l", - "kinres": 0.4, - "mass": 128, - "maxmass": 2650, - "maxmul": 1.6, - "minmass": 530, - "minmul": 0.6, - "optmass": 1060, - "optmul": 1.1, - "power": 4.2, - "rating": "B", - "recover": 4, - "thermres": -0.2 - }, - { - "class": 7, - "cost": 51289110, - "edID": 128064292, - "eddbID": 1145, - "explres": 0.5, - "grp": "sg", - "id": "4k", - "kinres": 0.4, - "mass": 80, - "maxmass": 2650, - "maxmul": 1.7, - "minmass": 530, - "minmul": 0.7, - "optmass": 1060, - "optmul": 1.2, - "power": 4.9, - "rating": "A", - "recover": 4, - "thermres": -0.2 - }, - { - "class": 6, - "cost": 199750, - "edID": 128064283, - "eddbID": 1136, - "explres": 0.5, - "grp": "sg", - "id": "4j", - "kinres": 0.4, - "mass": 40, - "maxmass": 1350, - "maxmul": 1.3, - "minmass": 270, - "minmul": 0.3, - "optmass": 540, - "optmul": 0.8, - "power": 1.86, - "rating": "E", - "recover": 3.2, - "thermres": -0.2 - }, - { - "class": 6, - "cost": 599240, - "edID": 128064284, - "eddbID": 1137, - "explres": 0.5, - "grp": "sg", - "id": "4i", - "kinres": 0.4, - "mass": 16, - "maxmass": 1350, - "maxmul": 1.4, - "minmass": 270, - "minmul": 0.4, - "optmass": 540, - "optmul": 0.9, - "power": 2.48, - "rating": "D", - "recover": 3.2, - "thermres": -0.2 - }, - { - "class": 6, - "cost": 1797730, - "edID": 128064285, - "eddbID": 1138, - "explres": 0.5, - "grp": "sg", - "id": "4h", - "kinres": 0.4, - "mass": 40, - "maxmass": 1350, - "maxmul": 1.5, - "minmass": 270, - "minmul": 0.5, - "optmass": 540, - "optmul": 1, - "power": 3.1, - "rating": "C", - "recover": 3.2, - "thermres": -0.2 - }, - { - "class": 6, - "cost": 5393180, - "edID": 128064286, - "eddbID": 1139, - "explres": 0.5, - "grp": "sg", - "id": "4g", - "kinres": 0.4, - "mass": 64, - "maxmass": 1350, - "maxmul": 1.6, - "minmass": 270, - "minmul": 0.6, - "optmass": 540, - "optmul": 1.1, - "power": 3.72, - "rating": "B", - "recover": 3.2, - "thermres": -0.2 - }, - { - "class": 6, - "cost": 16179530, - "edID": 128064287, - "eddbID": 1140, - "explres": 0.5, - "grp": "sg", - "id": "4f", - "kinres": 0.4, - "mass": 40, - "maxmass": 1350, - "maxmul": 1.7, - "minmass": 270, - "minmul": 0.7, - "optmass": 540, - "optmul": 1.2, - "power": 4.34, - "rating": "A", - "recover": 3.2, - "thermres": -0.2 - }, - { - "class": 5, - "cost": 63010, - "edID": 128064278, - "eddbID": 1131, - "explres": 0.5, - "grp": "sg", - "id": "4e", - "kinres": 0.4, - "mass": 20, - "maxmass": 1013, - "maxmul": 1.3, - "minmass": 203, - "minmul": 0.3, - "optmass": 405, - "optmul": 0.8, - "power": 1.56, - "rating": "E", - "recover": 2.5, - "thermres": -0.2 - }, - { - "class": 5, - "cost": 189040, - "edID": 128064279, - "eddbID": 1132, - "explres": 0.5, - "grp": "sg", - "id": "4d", - "kinres": 0.4, - "mass": 8, - "maxmass": 1013, - "maxmul": 1.4, - "minmass": 203, - "minmul": 0.4, - "optmass": 405, - "optmul": 0.9, - "power": 2.08, - "rating": "D", - "recover": 2.5, - "thermres": -0.2 - }, - { - "class": 5, - "cost": 567110, - "edID": 128064280, - "eddbID": 1133, - "explres": 0.5, - "grp": "sg", - "id": "4c", - "kinres": 0.4, - "mass": 20, - "maxmass": 1013, - "maxmul": 1.5, - "minmass": 203, - "minmul": 0.5, - "optmass": 405, - "optmul": 1, - "power": 2.6, - "rating": "C", - "recover": 2.5, - "thermres": -0.2 - }, - { - "class": 5, - "cost": 1701320, - "edID": 128064281, - "eddbID": 1134, - "explres": 0.5, - "grp": "sg", - "id": "4b", - "kinres": 0.4, - "mass": 32, - "maxmass": 1013, - "maxmul": 1.6, - "minmass": 203, - "minmul": 0.6, - "optmass": 405, - "optmul": 1.1, - "power": 3.12, - "rating": "B", - "recover": 2.5, - "thermres": -0.2 - }, - { - "class": 5, - "cost": 5103950, - "edID": 128064282, - "eddbID": 1135, - "explres": 0.5, - "grp": "sg", - "id": "4a", - "kinres": 0.4, - "mass": 20, - "maxmass": 1013, - "maxmul": 1.7, - "minmass": 203, - "minmul": 0.7, - "optmass": 405, - "optmul": 1.2, - "power": 3.64, - "rating": "A", - "recover": 2.5, - "thermres": -0.2 - }, - { - "class": 4, - "cost": 19880, - "edID": 128064273, - "eddbID": 1126, - "explres": 0.5, - "grp": "sg", - "id": "49", - "kinres": 0.4, - "mass": 10, - "maxmass": 713, - "maxmul": 1.3, - "minmass": 143, - "minmul": 0.3, - "optmass": 285, - "optmul": 0.8, - "power": 1.32, - "rating": "E", - "recover": 1.9, - "thermres": -0.2 - }, - { - "class": 4, - "cost": 59630, - "edID": 128064274, - "eddbID": 1127, - "explres": 0.5, - "grp": "sg", - "id": "48", - "kinres": 0.4, - "mass": 4, - "maxmass": 713, - "maxmul": 1.4, - "minmass": 143, - "minmul": 0.4, - "optmass": 285, - "optmul": 0.9, - "power": 1.76, - "rating": "D", - "recover": 1.9, - "thermres": -0.2 - }, - { - "class": 4, - "cost": 178900, - "edID": 128064275, - "eddbID": 1128, - "explres": 0.5, - "grp": "sg", - "id": "47", - "kinres": 0.4, - "mass": 10, - "maxmass": 713, - "maxmul": 1.5, - "minmass": 143, - "minmul": 0.5, - "optmass": 285, - "optmul": 1, - "power": 2.2, - "rating": "C", - "recover": 1.9, - "thermres": -0.2 - }, - { - "class": 4, - "cost": 536690, - "edID": 128064276, - "eddbID": 1129, - "explres": 0.5, - "grp": "sg", - "id": "46", - "kinres": 0.4, - "mass": 16, - "maxmass": 713, - "maxmul": 1.6, - "minmass": 143, - "minmul": 0.6, - "optmass": 285, - "optmul": 1.1, - "power": 2.64, - "rating": "B", - "recover": 1.9, - "thermres": -0.2 - }, - { - "class": 4, - "cost": 1610080, - "edID": 128064277, - "eddbID": 1130, - "explres": 0.5, - "grp": "sg", - "id": "45", - "kinres": 0.4, - "mass": 10, - "maxmass": 713, - "maxmul": 1.7, - "minmass": 143, - "minmul": 0.7, - "optmass": 285, - "optmul": 1.2, - "power": 3.08, - "rating": "A", - "recover": 1.9, - "thermres": -0.2 - }, - { - "class": 3, - "cost": 6270, - "edID": 128064268, - "eddbID": 1121, - "explres": 0.5, - "grp": "sg", - "id": "44", - "kinres": 0.4, - "mass": 5, - "maxmass": 413, - "maxmul": 1.3, - "minmass": 83, - "minmul": 0.3, - "optmass": 165, - "optmul": 0.8, - "power": 1.08, - "rating": "E", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 3, - "cost": 18810, - "edID": 128064269, - "eddbID": 1122, - "explres": 0.5, - "grp": "sg", - "id": "43", - "kinres": 0.4, - "mass": 2, - "maxmass": 413, - "maxmul": 1.4, - "minmass": 83, - "minmul": 0.4, - "optmass": 165, - "optmul": 0.9, - "power": 1.44, - "rating": "D", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 3, - "cost": 56440, - "edID": 128064270, - "eddbID": 1123, - "explres": 0.5, - "grp": "sg", - "id": "42", - "kinres": 0.4, - "mass": 5, - "maxmass": 413, - "maxmul": 1.5, - "minmass": 83, - "minmul": 0.5, - "optmass": 165, - "optmul": 1, - "power": 1.8, - "rating": "C", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 3, - "cost": 169300, - "edID": 128064271, - "eddbID": 1124, - "explres": 0.5, - "grp": "sg", - "id": "41", - "kinres": 0.4, - "mass": 8, - "maxmass": 413, - "maxmul": 1.6, - "minmass": 83, - "minmul": 0.6, - "optmass": 165, - "optmul": 1.1, - "power": 2.16, - "rating": "B", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 3, - "cost": 507910, - "edID": 128064272, - "eddbID": 1125, - "explres": 0.5, - "grp": "sg", - "id": "40", - "kinres": 0.4, - "mass": 5, - "maxmass": 413, - "maxmul": 1.7, - "minmass": 83, - "minmul": 0.7, - "optmass": 165, - "optmul": 1.2, - "power": 2.52, - "rating": "A", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 2, - "cost": 1980, - "edID": 128064263, - "eddbID": 1116, - "explres": 0.5, - "grp": "sg", - "id": "3v", - "kinres": 0.4, - "mass": 2.5, - "maxmass": 138, - "maxmul": 1.3, - "minmass": 28, - "minmul": 0.3, - "optmass": 55, - "optmul": 0.8, - "power": 0.9, - "rating": "E", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 2, - "cost": 5930, - "edID": 128064264, - "eddbID": 1117, - "explres": 0.5, - "grp": "sg", - "id": "3u", - "kinres": 0.4, - "mass": 1, - "maxmass": 138, - "maxmul": 1.4, - "minmass": 28, - "minmul": 0.4, - "optmass": 55, - "optmul": 0.9, - "power": 1.2, - "rating": "D", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 2, - "cost": 17800, - "edID": 128064265, - "eddbID": 1118, - "explres": 0.5, - "grp": "sg", - "id": "3t", - "kinres": 0.4, - "mass": 2.5, - "maxmass": 138, - "maxmul": 1.5, - "minmass": 28, - "minmul": 0.5, - "optmass": 55, - "optmul": 1, - "power": 1.5, - "rating": "C", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 2, - "cost": 53410, - "edID": 128064266, - "eddbID": 1119, - "explres": 0.5, - "grp": "sg", - "id": "3s", - "kinres": 0.4, - "mass": 4, - "maxmass": 138, - "maxmul": 1.6, - "minmass": 28, - "minmul": 0.6, - "optmass": 55, - "optmul": 1.1, - "power": 1.8, - "rating": "B", - "recover": 1.6, - "thermres": -0.2 - }, - { - "class": 2, - "cost": 160220, - "edID": 128064267, - "eddbID": 1120, - "explres": 0.5, - "grp": "sg", - "id": "3r", - "kinres": 0.4, - "mass": 2.5, - "maxmass": 138, - "maxmul": 1.7, - "minmass": 28, - "minmul": 0.7, - "optmass": 55, - "optmul": 1.2, - "power": 2.1, - "rating": "A", - "recover": 1.6, - "thermres": -0.2 - }, - { + "brokenregen": 1.6, "class": 1, "cost": 88075, + "distdraw": 0.6, "edID": 128064262, "eddbID": 1551, "explres": 0.5, @@ -753,7 +20,812 @@ "optmul": 1.2, "power": 1.68, "rating": "A", - "recover": 1, + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.6, + "class": 2, + "cost": 1980, + "distdraw": 0.6, + "edID": 128064263, + "eddbID": 1116, + "explres": 0.5, + "grp": "sg", + "id": "3v", + "kinres": 0.4, + "mass": 2.5, + "maxmass": 138, + "maxmul": 1.3, + "minmass": 28, + "minmul": 0.3, + "optmass": 55, + "optmul": 0.8, + "power": 0.9, + "rating": "E", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.6, + "class": 2, + "cost": 5930, + "distdraw": 0.6, + "edID": 128064264, + "eddbID": 1117, + "explres": 0.5, + "grp": "sg", + "id": "3u", + "kinres": 0.4, + "mass": 1, + "maxmass": 138, + "maxmul": 1.4, + "minmass": 28, + "minmul": 0.4, + "optmass": 55, + "optmul": 0.9, + "power": 1.2, + "rating": "D", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.6, + "class": 2, + "cost": 17800, + "distdraw": 0.6, + "edID": 128064265, + "eddbID": 1118, + "explres": 0.5, + "grp": "sg", + "id": "3t", + "kinres": 0.4, + "mass": 2.5, + "maxmass": 138, + "maxmul": 1.5, + "minmass": 28, + "minmul": 0.5, + "optmass": 55, + "optmul": 1, + "power": 1.5, + "rating": "C", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.6, + "class": 2, + "cost": 53410, + "distdraw": 0.6, + "edID": 128064266, + "eddbID": 1119, + "explres": 0.5, + "grp": "sg", + "id": "3s", + "kinres": 0.4, + "mass": 4, + "maxmass": 138, + "maxmul": 1.6, + "minmass": 28, + "minmul": 0.6, + "optmass": 55, + "optmul": 1.1, + "power": 1.8, + "rating": "B", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.6, + "class": 2, + "cost": 160220, + "distdraw": 0.6, + "edID": 128064267, + "eddbID": 1120, + "explres": 0.5, + "grp": "sg", + "id": "3r", + "kinres": 0.4, + "mass": 2.5, + "maxmass": 138, + "maxmul": 1.7, + "minmass": 28, + "minmul": 0.7, + "optmass": 55, + "optmul": 1.2, + "power": 2.1, + "rating": "A", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.9, + "class": 3, + "cost": 6270, + "distdraw": 0.6, + "edID": 128064268, + "eddbID": 1121, + "explres": 0.5, + "grp": "sg", + "id": "44", + "kinres": 0.4, + "mass": 5, + "maxmass": 413, + "maxmul": 1.3, + "minmass": 83, + "minmul": 0.3, + "optmass": 165, + "optmul": 0.8, + "power": 1.08, + "rating": "E", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.9, + "class": 3, + "cost": 18810, + "distdraw": 0.6, + "edID": 128064269, + "eddbID": 1122, + "explres": 0.5, + "grp": "sg", + "id": "43", + "kinres": 0.4, + "mass": 2, + "maxmass": 413, + "maxmul": 1.4, + "minmass": 83, + "minmul": 0.4, + "optmass": 165, + "optmul": 0.9, + "power": 1.44, + "rating": "D", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.9, + "class": 3, + "cost": 56440, + "distdraw": 0.6, + "edID": 128064270, + "eddbID": 1123, + "explres": 0.5, + "grp": "sg", + "id": "42", + "kinres": 0.4, + "mass": 5, + "maxmass": 413, + "maxmul": 1.5, + "minmass": 83, + "minmul": 0.5, + "optmass": 165, + "optmul": 1, + "power": 1.8, + "rating": "C", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.9, + "class": 3, + "cost": 169300, + "distdraw": 0.6, + "edID": 128064271, + "eddbID": 1124, + "explres": 0.5, + "grp": "sg", + "id": "41", + "kinres": 0.4, + "mass": 8, + "maxmass": 413, + "maxmul": 1.6, + "minmass": 83, + "minmul": 0.6, + "optmass": 165, + "optmul": 1.1, + "power": 2.16, + "rating": "B", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 1.9, + "class": 3, + "cost": 507910, + "distdraw": 0.6, + "edID": 128064272, + "eddbID": 1125, + "explres": 0.5, + "grp": "sg", + "id": "40", + "kinres": 0.4, + "mass": 5, + "maxmass": 413, + "maxmul": 1.7, + "minmass": 83, + "minmul": 0.7, + "optmass": 165, + "optmul": 1.2, + "power": 2.52, + "rating": "A", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 2.5, + "class": 4, + "cost": 19880, + "distdraw": 0.6, + "edID": 128064273, + "eddbID": 1126, + "explres": 0.5, + "grp": "sg", + "id": "49", + "kinres": 0.4, + "mass": 10, + "maxmass": 713, + "maxmul": 1.3, + "minmass": 143, + "minmul": 0.3, + "optmass": 285, + "optmul": 0.8, + "power": 1.32, + "rating": "E", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 2.5, + "class": 4, + "cost": 59630, + "distdraw": 0.6, + "edID": 128064274, + "eddbID": 1127, + "explres": 0.5, + "grp": "sg", + "id": "48", + "kinres": 0.4, + "mass": 4, + "maxmass": 713, + "maxmul": 1.4, + "minmass": 143, + "minmul": 0.4, + "optmass": 285, + "optmul": 0.9, + "power": 1.76, + "rating": "D", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 2.5, + "class": 4, + "cost": 178900, + "distdraw": 0.6, + "edID": 128064275, + "eddbID": 1128, + "explres": 0.5, + "grp": "sg", + "id": "47", + "kinres": 0.4, + "mass": 10, + "maxmass": 713, + "maxmul": 1.5, + "minmass": 143, + "minmul": 0.5, + "optmass": 285, + "optmul": 1, + "power": 2.2, + "rating": "C", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 2.5, + "class": 4, + "cost": 536690, + "distdraw": 0.6, + "edID": 128064276, + "eddbID": 1129, + "explres": 0.5, + "grp": "sg", + "id": "46", + "kinres": 0.4, + "mass": 16, + "maxmass": 713, + "maxmul": 1.6, + "minmass": 143, + "minmul": 0.6, + "optmass": 285, + "optmul": 1.1, + "power": 2.64, + "rating": "B", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 2.5, + "class": 4, + "cost": 1610080, + "distdraw": 0.6, + "edID": 128064277, + "eddbID": 1130, + "explres": 0.5, + "grp": "sg", + "id": "45", + "kinres": 0.4, + "mass": 10, + "maxmass": 713, + "maxmul": 1.7, + "minmass": 143, + "minmul": 0.7, + "optmass": 285, + "optmul": 1.2, + "power": 3.08, + "rating": "A", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 3.7, + "class": 5, + "cost": 63010, + "distdraw": 0.6, + "edID": 128064278, + "eddbID": 1131, + "explres": 0.5, + "grp": "sg", + "id": "4e", + "kinres": 0.4, + "mass": 20, + "maxmass": 1013, + "maxmul": 1.3, + "minmass": 203, + "minmul": 0.3, + "optmass": 405, + "optmul": 0.8, + "power": 1.56, + "rating": "E", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 3.7, + "class": 5, + "cost": 189040, + "distdraw": 0.6, + "edID": 128064279, + "eddbID": 1132, + "explres": 0.5, + "grp": "sg", + "id": "4d", + "kinres": 0.4, + "mass": 8, + "maxmass": 1013, + "maxmul": 1.4, + "minmass": 203, + "minmul": 0.4, + "optmass": 405, + "optmul": 0.9, + "power": 2.08, + "rating": "D", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 3.7, + "class": 5, + "cost": 567110, + "distdraw": 0.6, + "edID": 128064280, + "eddbID": 1133, + "explres": 0.5, + "grp": "sg", + "id": "4c", + "kinres": 0.4, + "mass": 20, + "maxmass": 1013, + "maxmul": 1.5, + "minmass": 203, + "minmul": 0.5, + "optmass": 405, + "optmul": 1, + "power": 2.6, + "rating": "C", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 3.7, + "class": 5, + "cost": 1701320, + "distdraw": 0.6, + "edID": 128064281, + "eddbID": 1134, + "explres": 0.5, + "grp": "sg", + "id": "4b", + "kinres": 0.4, + "mass": 32, + "maxmass": 1013, + "maxmul": 1.6, + "minmass": 203, + "minmul": 0.6, + "optmass": 405, + "optmul": 1.1, + "power": 3.12, + "rating": "B", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 3.7, + "class": 5, + "cost": 5103950, + "distdraw": 0.6, + "edID": 128064282, + "eddbID": 1135, + "explres": 0.5, + "grp": "sg", + "id": "4a", + "kinres": 0.4, + "mass": 20, + "maxmass": 1013, + "maxmul": 1.7, + "minmass": 203, + "minmul": 0.7, + "optmass": 405, + "optmul": 1.2, + "power": 3.64, + "rating": "A", + "regen": 1, + "thermres": -0.2 + }, + { + "brokenregen": 5.3, + "class": 6, + "cost": 199750, + "distdraw": 0.6, + "edID": 128064283, + "eddbID": 1136, + "explres": 0.5, + "grp": "sg", + "id": "4j", + "kinres": 0.4, + "mass": 40, + "maxmass": 1350, + "maxmul": 1.3, + "minmass": 270, + "minmul": 0.3, + "optmass": 540, + "optmul": 0.8, + "power": 1.86, + "rating": "E", + "regen": 1.3, + "thermres": -0.2 + }, + { + "brokenregen": 5.3, + "class": 6, + "cost": 599240, + "distdraw": 0.6, + "edID": 128064284, + "eddbID": 1137, + "explres": 0.5, + "grp": "sg", + "id": "4i", + "kinres": 0.4, + "mass": 16, + "maxmass": 1350, + "maxmul": 1.4, + "minmass": 270, + "minmul": 0.4, + "optmass": 540, + "optmul": 0.9, + "power": 2.48, + "rating": "D", + "regen": 1.3, + "thermres": -0.2 + }, + { + "brokenregen": 5.3, + "class": 6, + "cost": 1797730, + "distdraw": 0.6, + "edID": 128064285, + "eddbID": 1138, + "explres": 0.5, + "grp": "sg", + "id": "4h", + "kinres": 0.4, + "mass": 40, + "maxmass": 1350, + "maxmul": 1.5, + "minmass": 270, + "minmul": 0.5, + "optmass": 540, + "optmul": 1, + "power": 3.1, + "rating": "C", + "regen": 1.3, + "thermres": -0.2 + }, + { + "brokenregen": 5.3, + "class": 6, + "cost": 5393180, + "distdraw": 0.6, + "edID": 128064286, + "eddbID": 1139, + "explres": 0.5, + "grp": "sg", + "id": "4g", + "kinres": 0.4, + "mass": 64, + "maxmass": 1350, + "maxmul": 1.6, + "minmass": 270, + "minmul": 0.6, + "optmass": 540, + "optmul": 1.1, + "power": 3.72, + "rating": "B", + "regen": 3.1, + "thermres": -0.2 + }, + { + "brokenregen": 5.3, + "class": 6, + "cost": 16179530, + "distdraw": 0.6, + "edID": 128064287, + "eddbID": 1140, + "explres": 0.5, + "grp": "sg", + "id": "4f", + "kinres": 0.4, + "mass": 40, + "maxmass": 1350, + "maxmul": 1.7, + "minmass": 270, + "minmul": 0.7, + "optmass": 540, + "optmul": 1.2, + "power": 4.34, + "rating": "A", + "regen": 1.3, + "thermres": -0.2 + }, + { + "brokenregen": 7.3, + "class": 7, + "cost": 633200, + "distdraw": 0.6, + "edID": 128064288, + "eddbID": 1141, + "explres": 0.5, + "grp": "sg", + "id": "4o", + "kinres": 0.4, + "mass": 80, + "maxmass": 2650, + "maxmul": 1.3, + "minmass": 530, + "minmul": 0.3, + "optmass": 1060, + "optmul": 0.8, + "power": 2.1, + "rating": "E", + "regen": 1.8, + "thermres": -0.2 + }, + { + "brokenregen": 7.3, + "class": 7, + "cost": 1899600, + "distdraw": 0.6, + "edID": 128064289, + "eddbID": 1142, + "explres": 0.5, + "grp": "sg", + "id": "4n", + "kinres": 0.4, + "mass": 32, + "maxmass": 2650, + "maxmul": 1.4, + "minmass": 530, + "minmul": 0.4, + "optmass": 1060, + "optmul": 0.9, + "power": 2.8, + "rating": "D", + "regen": 1.8, + "thermres": -0.2 + }, + { + "brokenregen": 7.3, + "class": 7, + "cost": 5698790, + "distdraw": 0.6, + "edID": 128064290, + "eddbID": 1143, + "explres": 0.5, + "grp": "sg", + "id": "4m", + "kinres": 0.4, + "mass": 80, + "maxmass": 2650, + "maxmul": 1.5, + "minmass": 530, + "minmul": 0.5, + "optmass": 1060, + "optmul": 1, + "power": 3.5, + "rating": "C", + "regen": 1.8, + "thermres": -0.2 + }, + { + "brokenregen": 7.3, + "class": 7, + "cost": 17096370, + "distdraw": 0.6, + "edID": 128064291, + "eddbID": 1144, + "explres": 0.5, + "grp": "sg", + "id": "4l", + "kinres": 0.4, + "mass": 128, + "maxmass": 2650, + "maxmul": 1.6, + "minmass": 530, + "minmul": 0.6, + "optmass": 1060, + "optmul": 1.1, + "power": 4.2, + "rating": "B", + "regen": 1.8, + "thermres": -0.2 + }, + { + "brokenregen": 7.3, + "class": 7, + "cost": 51289110, + "distdraw": 0.6, + "edID": 128064292, + "eddbID": 1145, + "explres": 0.5, + "grp": "sg", + "id": "4k", + "kinres": 0.4, + "mass": 80, + "maxmass": 2650, + "maxmul": 1.7, + "minmass": 530, + "minmul": 0.7, + "optmass": 1060, + "optmul": 1.2, + "power": 4.9, + "rating": "A", + "regen": 1.8, + "thermres": -0.2 + }, + { + "brokenregen": 9.6, + "class": 8, + "cost": 2007240, + "distdraw": 0.6, + "edID": 128064293, + "eddbID": 1146, + "explres": 0.5, + "grp": "sg", + "id": "4t", + "kinres": 0.4, + "mass": 160, + "maxmass": 4500, + "maxmul": 1.3, + "minmass": 900, + "minmul": 0.3, + "optmass": 1800, + "optmul": 0.8, + "power": 2.4, + "rating": "E", + "regen": 2.4, + "thermres": -0.2 + }, + { + "brokenregen": 9.6, + "class": 8, + "cost": 6021720, + "distdraw": 0.6, + "edID": 128064294, + "eddbID": 1147, + "explres": 0.5, + "grp": "sg", + "id": "4s", + "kinres": 0.4, + "mass": 64, + "maxmass": 4500, + "maxmul": 1.4, + "minmass": 900, + "minmul": 0.4, + "optmass": 1800, + "optmul": 0.9, + "power": 3.2, + "rating": "D", + "regen": 2.4, + "thermres": -0.2 + }, + { + "brokenregen": 9.6, + "class": 8, + "cost": 18065170, + "distdraw": 0.6, + "edID": 128064295, + "eddbID": 1148, + "explres": 0.5, + "grp": "sg", + "id": "4r", + "kinres": 0.4, + "mass": 160, + "maxmass": 4500, + "maxmul": 1.5, + "minmass": 900, + "minmul": 0.5, + "optmass": 1800, + "optmul": 1, + "power": 4, + "rating": "C", + "regen": 2.4, + "thermres": -0.2 + }, + { + "brokenregen": 9.6, + "class": 8, + "cost": 54195500, + "distdraw": 0.6, + "edID": 128064296, + "eddbID": 1149, + "explres": 0.5, + "grp": "sg", + "id": "4q", + "kinres": 0.4, + "mass": 256, + "maxmass": 4500, + "maxmul": 1.6, + "minmass": 900, + "minmul": 0.6, + "optmass": 1800, + "optmul": 1.1, + "power": 4.8, + "rating": "B", + "regen": 2.4, + "thermres": -0.2 + }, + { + "brokenregen": 9.6, + "class": 8, + "cost": 162586490, + "distdraw": 0.6, + "edID": 128064297, + "eddbID": 1150, + "explres": 0.5, + "grp": "sg", + "id": "4p", + "kinres": 0.4, + "mass": 160, + "maxmass": 4500, + "maxmul": 1.7, + "minmass": 900, + "minmul": 0.7, + "optmass": 1800, + "optmul": 1.2, + "power": 5.6, + "rating": "A", + "regen": 2.4, "thermres": -0.2 } ] diff --git a/modules/standard/thrusters.json b/modules/standard/thrusters.json index 84f071c..84d3632 100644 --- a/modules/standard/thrusters.json +++ b/modules/standard/thrusters.json @@ -85,7 +85,7 @@ "maxmul": 1.16, "minmass": 1680, "minmul": 0.96, - "optmass": 5040, + "optmass": 3360, "optmul": 1, "power": 10.8, "rating": "A" @@ -622,9 +622,9 @@ "integrity": 56, "mass": 2.5, "maxmass": 108, - "maxmul": 0.96, + "maxmul": 1.16, "minmass": 36, - "minmul": 1.16, + "minmul": 0.96, "optmass": 72, "optmul": 1, "power": 3, @@ -640,12 +640,21 @@ "integrity": 55, "mass": 5, "maxmass": 200, - "maxmul": 1.6, + "maxmul": 1.367, + "maxmulacceleration": 1.20, + "maxmulrotation": 1.30, + "maxmulspeed": 1.60, "minmass": 70, "minmul": 0.9, + "minmulacceleration": 0.9, + "minmulrotation": 0.9, + "minmulspeed": 0.9, "name": "Enhanced Performance", "optmass": 90, - "optmul": 1.25, + "optmul": 1.15, + "optmulacceleration": 1.10, + "optmulrotation": 1.10, + "optmulspeed": 1.25, "power": 5, "rating": "A" }, @@ -659,12 +668,21 @@ "integrity": 40, "mass": 2.5, "maxmass": 120, - "maxmul": 1.6, + "maxmul": 1.367, + "maxmulacceleration": 1.20, + "maxmulrotation": 1.30, + "maxmulspeed": 1.60, "minmass": 50, "minmul": 0.9, + "minmulacceleration": 0.9, + "minmulrotation": 0.9, + "minmulspeed": 0.9, "name": "Enhanced Performance", "optmass": 60, - "optmul": 1.25, + "optmul": 1.15, + "optmulacceleration": 1.10, + "optmulrotation": 1.10, + "optmulspeed": 1.25, "power": 4, "rating": "A" } diff --git a/ships/adder.json b/ships/adder.json index 5642773..7cdecd4 100755 --- a/ships/adder.json +++ b/ships/adder.json @@ -10,12 +10,15 @@ "speed": 220, "boost": 320, "boostEnergy": 9, - "agility": 8, "baseShieldStrength": 60, "baseArmour": 90, + "hardness": 35, "hullMass": 35, "masslock": 7, - "pipSpeed": 0.13625 + "pipSpeed": 0.13625, + "pitch": 38, + "roll": 100, + "yaw": 14 }, "retailCost": 87810, "bulkheads": [ diff --git a/ships/anaconda.json b/ships/anaconda.json index 2d1599e..2bd6a1b 100755 --- a/ships/anaconda.json +++ b/ships/anaconda.json @@ -10,13 +10,16 @@ "speed": 180, "boost": 240, "boostEnergy": 27, - "agility": 2, "baseShieldStrength": 350, "baseArmour": 525, + "hardness": 65, "hullMass": 400, "masslock": 23, "pipSpeed": 0.13875, - "fighterHangars": true + "fighterHangars": true, + "pitch": 25, + "roll": 60, + "yaw": 10 }, "retailCost": 146969450, "bulkheads": [ @@ -29,12 +32,16 @@ "slots": { "standard": [8, 7, 6, 5, 8, 8, 5], "hardpoints": [4, 3, 3, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": [7, 6, 6, 6, 5, 5, 5, 4, 4, 4, 2] + "internal": [ + 7, 6, 6, 6, 5, 5, 5, + { "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + 4, 4, 4, 2 + ] }, "defaults": { "standard": ["8E", "7E", "6E", "5E", "8E", "8E", "5C"], "hardpoints": [0, 0, 0, 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": ["05", "04", "4j", 0, "03", 0, 0, 0, 0, "2h", "00"] + "internal": ["05", "04", "4j", 0, "03", 0, 0, 0, 0, 0, "2h", "00"] } } } diff --git a/ships/asp.json b/ships/asp.json index f6f19ab..8136127 100755 --- a/ships/asp.json +++ b/ships/asp.json @@ -10,12 +10,15 @@ "speed": 250, "boost": 340, "boostEnergy": 13, - "agility": 6, "baseShieldStrength": 140, "baseArmour": 210, + "hardness": 52, "hullMass": 280, "masslock": 11, - "pipSpeed": 0.13 + "pipSpeed": 0.13, + "pitch": 38, + "roll": 100, + "yaw": 10 }, "retailCost": 6661150, "bulkheads": [ diff --git a/ships/asp_scout.json b/ships/asp_scout.json index ae58c7c..7847b9f 100644 --- a/ships/asp_scout.json +++ b/ships/asp_scout.json @@ -10,12 +10,15 @@ "speed": 220, "boost": 300, "boostEnergy": 13, - "agility": 8, "baseShieldStrength": 120, "baseArmour": 180, + "hardness": 52, "hullMass": 150, "masslock": 8, - "pipSpeed": 0.125 + "pipSpeed": 0.125, + "pitch": 40, + "roll": 110, + "yaw": 15 }, "retailCost": 3961150, "bulkheads": [ diff --git a/ships/beluga.json b/ships/beluga.json index 6335210..5b875bf 100755 --- a/ships/beluga.json +++ b/ships/beluga.json @@ -10,14 +10,17 @@ "speed": 200, "boost": 280, "boostEnergy": 19, - "agility": 2, "baseShieldStrength": 280, "baseArmour": 280, + "hardness": 60, "hullMass": 1100, "masslock": 18, - "pipSpeed": -1, + "pipSpeed": 0.1125, "luxuryCabins": true, - "fighterHangars": true + "fighterHangars": true, + "pitch": 25, + "roll": 60, + "yaw": 17 }, "retailCost": 84532770, "bulkheads": [ @@ -32,10 +35,10 @@ "hardpoints": [2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0], "internal": [ 6, 6, - { "class": 6, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, - { "class": 6, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, - { "class": 5, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, - { "class": 5, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, + { "class": 6, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, + { "class": 6, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, + { "class": 5, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, + { "class": 5, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, 4, 3, 3, 3, 3 ] }, diff --git a/ships/cobra_mk_iii.json b/ships/cobra_mk_iii.json index 68d30d6..7e8841f 100755 --- a/ships/cobra_mk_iii.json +++ b/ships/cobra_mk_iii.json @@ -10,12 +10,15 @@ "speed": 280, "boost": 400, "boostEnergy": 10, - "agility": 6, "baseShieldStrength": 80, "baseArmour": 120, + "hardness": 35, "hullMass": 180, "masslock": 8, - "pipSpeed": 0.125 + "pipSpeed": 0.125, + "pitch": 40, + "roll": 100, + "yaw": 10 }, "retailCost": 349720, "bulkheads": [ diff --git a/ships/cobra_mk_iv.json b/ships/cobra_mk_iv.json index 82aca1b..d7bba92 100644 --- a/ships/cobra_mk_iv.json +++ b/ships/cobra_mk_iv.json @@ -10,12 +10,15 @@ "speed": 200, "boost": 300, "boostEnergy": 10, - "agility": 4, "baseShieldStrength": 120, "baseArmour": 120, + "hardness": 35, "hullMass": 210, "masslock": 8, - "pipSpeed": 0.125 + "pipSpeed": 0.125, + "pitch": 30, + "roll": 90, + "yaw": 10 }, "retailCost": 747660, "bulkheads": [ diff --git a/ships/diamondback_explorer.json b/ships/diamondback_explorer.json index 6e12b77..d58e05a 100644 --- a/ships/diamondback_explorer.json +++ b/ships/diamondback_explorer.json @@ -9,12 +9,15 @@ "speed": 260, "boost": 340, "boostEnergy": 13, - "agility": 5, "baseShieldStrength": 150, "baseArmour": 150, + "hardness": 42, "hullMass": 298, "masslock": 10, - "pipSpeed": 0.09625 + "pipSpeed": 0.09625, + "pitch": 35, + "roll": 90, + "yaw": 13 }, "retailCost": 1894760, "bulkheads": [ diff --git a/ships/diamondback_scout.json b/ships/diamondback_scout.json index c30c44d..392edce 100644 --- a/ships/diamondback_scout.json +++ b/ships/diamondback_scout.json @@ -10,13 +10,16 @@ "speed": 280, "boost": 380, "boostEnergy": 10, - "agility": 8, "baseShieldStrength": 120, "baseArmour": 120, + "hardness": 40, "hullMass": 170, "masslock": 8, - "pipSpeed": 0.09875 - }, + "pipSpeed": 0.09875, + "pitch": 42, + "roll": 100, + "yaw": 15 + } , "retailCost": 564330, "bulkheads": [ { "id": "b5", "edID": 128671218, "eddbID": 1384, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, diff --git a/ships/eagle.json b/ships/eagle.json index ce3639e..e6ce6f5 100755 --- a/ships/eagle.json +++ b/ships/eagle.json @@ -10,12 +10,15 @@ "speed": 240, "boost": 350, "boostEnergy": 8, - "agility": 10, "baseShieldStrength": 60, "baseArmour": 40, + "hardness": 28, "hullMass": 50, "masslock": 6, - "pipSpeed": 0.0625 + "pipSpeed": 0.0625, + "pitch": 50, + "roll": 120, + "yaw": 18 }, "retailCost": 44800, "bulkheads": [ @@ -28,12 +31,16 @@ "slots": { "standard": [2, 3, 3, 1, 2, 2, 2], "hardpoints": [1, 1, 1, 0], - "internal": [3, 2, 1, 1] + "internal": [ + 3, 2, + { "class": 2, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + 1, 1 + ] }, "defaults": { "standard": ["2E", "3E", "3E", "1E", "2E", "2E", "2C"], "hardpoints": [17, 17, 0, 0], - "internal": ["44", "00", "2h", 0] + "internal": ["44", "00", 0, "2h", 0] } } } diff --git a/ships/federal_assault_ship.json b/ships/federal_assault_ship.json index bdc7019..3e22eeb 100644 --- a/ships/federal_assault_ship.json +++ b/ships/federal_assault_ship.json @@ -9,12 +9,15 @@ "speed": 210, "boost": 350, "boostEnergy": 19, - "agility": 6, "baseShieldStrength": 200, "baseArmour": 300, + "hardness": 60, "hullMass": 480, "masslock": 14, - "pipSpeed": 0.11125 + "pipSpeed": 0.11125, + "pitch": 38, + "roll": 90, + "yaw": 19 }, "retailCost": 19814210, "bulkheads": [ @@ -27,12 +30,17 @@ "slots": { "standard": [6, 6, 5, 5, 6, 4, 4], "hardpoints": [3, 3, 2, 2, 0, 0, 0, 0], - "internal": [5, 5, 4, 3, 2, 2] + "internal": [ + 5, 5, 4, + { "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + { "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + 3, 2, 2 + ] }, "defaults": { "standard": ["6E", "6E", "5E", "5E", "6E", "4E", "4C"], "hardpoints": [0, 0, 17, 17, 0, 0, 0, 0], - "internal": ["4e", "03", "02", "02", 0, 0] + "internal": ["4e", "03", "02", 0, 0, "02", 0, 0] } } } diff --git a/ships/federal_corvette.json b/ships/federal_corvette.json index 1a2c60d..542ad44 100644 --- a/ships/federal_corvette.json +++ b/ships/federal_corvette.json @@ -10,13 +10,16 @@ "speed": 200, "boost": 260, "boostEnergy": 27, - "agility": 2, - "baseShieldStrength": 555, + "baseShieldStrength": 610.5, "baseArmour": 370, + "hardness": 70, "hullMass": 900, "masslock": 24, "pipSpeed": 0.125, - "fighterHangars": true + "fighterHangars": true, + "pitch": 28, + "roll": 75, + "yaw": 8 }, "retailCost": 187969450, "bulkheads": [ @@ -29,12 +32,17 @@ "slots": { "standard": [8, 7, 6, 5, 8, 8, 5], "hardpoints": [4, 4, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": [7, 7, 7, 6, 6, 5, 5, 4, 4, 3] + "internal": [ + 7, 7, 7, 6, 6, 5, 5, + { "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + { "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + 4, 4, 3 + ] }, "defaults": { "standard": ["8E", "7E" ,"6E", "5E", "8E", "8E", "5C"], "hardpoints": [0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": ["4o", "05", 0, 0, 0, 0, 0, "02", "01", "2h"] + "internal": ["4o", "05", 0, 0, 0, 0, 0, 0, 0, "02", "01", "2h"] } } } diff --git a/ships/federal_dropship.json b/ships/federal_dropship.json index 524301c..864dc51 100755 --- a/ships/federal_dropship.json +++ b/ships/federal_dropship.json @@ -10,12 +10,15 @@ "speed": 180, "boost": 300, "boostEnergy": 19, - "agility": 2, "baseShieldStrength": 200, "baseArmour": 300, + "hardness": 60, "hullMass": 580, "masslock": 14, - "pipSpeed": 0.0725 + "pipSpeed": 0.0725, + "pitch": 30, + "roll": 80, + "yaw": 14 }, "retailCost": 14314210, "bulkheads": [ @@ -28,12 +31,17 @@ "slots": { "standard": [6, 6, 5, 5, 6, 4, 4], "hardpoints": [3, 2, 2, 2, 2, 0, 0, 0, 0], - "internal": [6, 5, 5, 4, 3, 3, 2] + "internal": [ + 6, 5, 5, 4, + { "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + { "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + 3, 3, 2 + ] }, "defaults": { "standard": ["6E", "6E", "5E", "5E", "6E", "4E", "4C"], "hardpoints": [0, 17, 17, 0, 0, 0, 0, 0, 0], - "internal": ["04", "03", "4e", "02", 0, 0, "2h"] + "internal": ["04", "03", "4e", "02", 0, 0, 0, 0, "2h"] } } } diff --git a/ships/federal_gunship.json b/ships/federal_gunship.json index 50b8e12..f010bca 100644 --- a/ships/federal_gunship.json +++ b/ships/federal_gunship.json @@ -10,13 +10,16 @@ "speed": 170, "boost": 280, "boostEnergy": 23, - "agility": 2, "baseShieldStrength": 250, "baseArmour": 350, + "hardness": 60, "hullMass": 580, "masslock": 14, "pipSpeed": 0.1025, - "fighterHangars": true + "fighterHangars": true, + "pitch": 25, + "roll": 80, + "yaw": 18 }, "retailCost": 35814210, "bulkheads": [ @@ -29,12 +32,18 @@ "slots": { "standard": [6, 6, 5, 5, 7, 5, 4], "hardpoints": [3, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0], - "internal": [6, 6, 5, 2, 2] + "internal": [ + 6, 6, 5, + { "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + { "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + { "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + 2, 2 + ] }, "defaults": { "standard": ["6E", "6E", "5E", "5E", "7E", "5E", "4C"], "hardpoints": [0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": [0, "4j", "03", 0, "2h"] + "internal": [0, "4j", "03", 0, 0, 0, 0, "2h"] } } } diff --git a/ships/fer_de_lance.json b/ships/fer_de_lance.json index 6b26248..2e51b88 100755 --- a/ships/fer_de_lance.json +++ b/ships/fer_de_lance.json @@ -10,12 +10,15 @@ "speed": 260, "boost": 350, "boostEnergy": 19, - "agility": 6, "baseShieldStrength": 300, "baseArmour": 225, + "hardness": 70, "hullMass": 250, "masslock": 12, - "pipSpeed": 0.03875 + "pipSpeed": 0.03875, + "pitch": 38, + "roll": 90, + "yaw": 12 }, "retailCost": 51567040, "bulkheads": [ diff --git a/ships/hauler.json b/ships/hauler.json index d1f00ca..e33ef89 100755 --- a/ships/hauler.json +++ b/ships/hauler.json @@ -9,13 +9,16 @@ "hullCost": 29790, "speed": 200, "boost": 300, - "agility": 6, "boostEnergy": 7, "baseShieldStrength": 50, - "baseArmour": 50, + "baseArmour": 100, + "hardness": 20, "hullMass": 14, "masslock": 6, - "pipSpeed": 0.1625 + "pipSpeed": 0.1625, + "pitch": 36, + "roll": 100, + "yaw": 14 }, "retailCost": 52720, "bulkheads": [ diff --git a/ships/imperial_clipper.json b/ships/imperial_clipper.json index 9f5d108..fbcc2f6 100755 --- a/ships/imperial_clipper.json +++ b/ships/imperial_clipper.json @@ -10,12 +10,15 @@ "speed": 300, "boost": 380, "boostEnergy": 19, - "agility": 2, "baseShieldStrength": 180, "baseArmour": 270, + "hardness": 60, "hullMass": 400, "masslock": 12, - "pipSpeed": 0.1 + "pipSpeed": 0.1, + "pitch": 40, + "roll": 80, + "yaw": 18 }, "retailCost": 22296860, "bulkheads": [ diff --git a/ships/imperial_courier.json b/ships/imperial_courier.json index 33ac090..e51cc25 100644 --- a/ships/imperial_courier.json +++ b/ships/imperial_courier.json @@ -9,12 +9,15 @@ "speed": 280, "boost": 380, "boostEnergy": 10, - "agility": 6, "baseShieldStrength": 200, "baseArmour": 80, + "hardness": 30, "hullMass": 35, "masslock": 7, - "pipSpeed": 0.05375 + "pipSpeed": 0.05375, + "pitch": 38, + "roll": 90, + "yaw": 16 }, "retailCost": 2542930, "bulkheads": [ diff --git a/ships/imperial_cutter.json b/ships/imperial_cutter.json index 449f01f..301c554 100644 --- a/ships/imperial_cutter.json +++ b/ships/imperial_cutter.json @@ -9,13 +9,16 @@ "speed": 200, "boost": 320, "boostEnergy": 23, - "agility": 2, - "baseShieldStrength": 600, + "baseShieldStrength": 690, "baseArmour": 400, + "hardness": 70, "hullMass": 1100, "masslock": 27, "pipSpeed": 0.05, - "fighterHangars": true + "fighterHangars": true, + "pitch": 18, + "roll": 45, + "yaw":8 }, "retailCost": 208969450, "bulkheads": [ @@ -28,12 +31,17 @@ "slots": { "standard": [8, 8, 7, 7, 7, 7, 6], "hardpoints": [4, 3, 3, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": [8, 8, 6, 6, 6, 5, 5, 4, 3] + "internal": [ + 8, 8, 6, 6, 6, 5, 5, + { "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + { "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + 4, 3 + ] }, "defaults": { "standard": ["8E", "8E", "7E", "7E", "7E", "7E", "6C"], "hardpoints": [0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": ["4t", "06", "04", 0, 0, 0, 0, "01", "2h"] + "internal": ["4t", "06", "04", 0, 0, 0, 0, 0, 0, "01", "2h"] } } } diff --git a/ships/imperial_eagle.json b/ships/imperial_eagle.json index e22b413..0368113 100644 --- a/ships/imperial_eagle.json +++ b/ships/imperial_eagle.json @@ -10,12 +10,15 @@ "speed": 300, "boost": 400, "boostEnergy": 8, - "agility": 6, "baseShieldStrength": 80, "baseArmour": 60, + "hardness": 28, "hullMass": 50, "masslock": 6, - "pipSpeed": 0.075 + "pipSpeed": 0.075, + "pitch": 40, + "roll": 100, + "yaw": 15 }, "retailCost": 110830, "bulkheads": [ @@ -28,12 +31,16 @@ "slots": { "standard": [3, 3, 3, 1, 2, 2, 2], "hardpoints": [2, 1, 1, 0], - "internal": [3, 2, 1, 1] + "internal": [ + 3, 2, + { "class": 2, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + 1, 1 + ] }, "defaults": { "standard": ["3E", "3E", "3E", "1E", "2E", "2E", "2C"], "hardpoints": [0, 17, 17, 0], - "internal": ["44", "00", "2h", 0] + "internal": ["44", "00", 0, "2h", 0] } } } diff --git a/ships/keelback.json b/ships/keelback.json index 691b747..12c8719 100644 --- a/ships/keelback.json +++ b/ships/keelback.json @@ -10,13 +10,16 @@ "speed": 200, "boost": 300, "boostEnergy": 10, - "agility": 2, "baseShieldStrength": 135, - "baseArmour": 135, + "baseArmour": 270, + "hardness": 45, "hullMass": 180, "masslock": 8, "pipSpeed": 0.1375, - "fighterHangars": true + "fighterHangars": true, + "pitch": 27, + "roll": 100, + "yaw": 15 }, "retailCost": 3126160, "bulkheads": [ diff --git a/ships/orca.json b/ships/orca.json index 84cd29d..15ce784 100755 --- a/ships/orca.json +++ b/ships/orca.json @@ -10,13 +10,16 @@ "speed": 300, "boost": 380, "boostEnergy": 16, - "agility": 2, "baseShieldStrength": 220, "baseArmour": 220, + "hardness": 55, "hullMass": 580, "masslock": 13, "pipSpeed": 0.08375, - "luxuryCabins": true + "luxuryCabins": true, + "pitch": 25, + "roll": 55, + "yaw": 18 }, "retailCost": 48539900, "bulkheads": [ @@ -30,8 +33,8 @@ "standard": [5, 6, 5, 6, 5, 4, 5], "hardpoints": [3, 2, 2, 0, 0, 0, 0], "internal": [ - { "class": 6, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, - { "class": 5, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, + { "class": 6, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, + { "class": 5, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } }, 5, 5, 4, 3, 2, 2 ] }, diff --git a/ships/python.json b/ships/python.json index 15a88fa..91cdbef 100755 --- a/ships/python.json +++ b/ships/python.json @@ -10,12 +10,15 @@ "speed": 230, "boost": 300, "boostEnergy": 23, - "agility": 6, "baseShieldStrength": 260, "baseArmour": 260, + "hardness": 65, "hullMass": 350, "masslock": 17, - "pipSpeed": 0.0975 + "pipSpeed": 0.0975, + "pitch": 29, + "roll": 90, + "yaw": 10 }, "retailCost": 56978180, "bulkheads": [ diff --git a/ships/sidewinder.json b/ships/sidewinder.json index 8b94253..773ca10 100755 --- a/ships/sidewinder.json +++ b/ships/sidewinder.json @@ -10,12 +10,15 @@ "speed": 220, "boost": 320, "boostEnergy": 7, - "agility": 8, "baseShieldStrength": 40, "baseArmour": 60, + "hardness": 20, "hullMass": 25, "masslock": 6, - "pipSpeed": 0.1375 + "pipSpeed": 0.1375, + "pitch": 42, + "roll": 110, + "yaw": 16 }, "retailCost": 40800, "bulkheads": [ diff --git a/ships/type_6_transporter.json b/ships/type_6_transporter.json index c1f23f2..746ca5f 100755 --- a/ships/type_6_transporter.json +++ b/ships/type_6_transporter.json @@ -10,12 +10,15 @@ "speed": 220, "boost": 350, "boostEnergy": 10, - "agility": 3, "baseShieldStrength": 90, - "baseArmour": 90, + "baseArmour": 180, + "hardness": 35, "hullMass": 155, "masslock": 8, - "pipSpeed": 0.1475 + "pipSpeed": 0.1475, + "pitch": 30, + "roll": 100, + "yaw": 17 }, "retailCost": 1045950, "bulkheads": [ diff --git a/ships/type_7_transport.json b/ships/type_7_transport.json index 7ea27b0..d57eeba 100755 --- a/ships/type_7_transport.json +++ b/ships/type_7_transport.json @@ -10,12 +10,15 @@ "speed": 180, "boost": 300, "boostEnergy": 10, - "agility": 2, "baseShieldStrength": 155, - "baseArmour": 170, + "baseArmour": 340, + "hardness": 54, "hullMass": 420, "masslock": 10, - "pipSpeed": 0.16625 + "pipSpeed": 0.16625, + "pitch": 22, + "roll": 60, + "yaw": 22 }, "retailCost": 17472260, "bulkheads": [ diff --git a/ships/type_9_heavy.json b/ships/type_9_heavy.json index 97dd917..4d15ab6 100755 --- a/ships/type_9_heavy.json +++ b/ships/type_9_heavy.json @@ -10,13 +10,16 @@ "speed": 130, "boost": 200, "boostEnergy": 19, - "agility": 0, "baseShieldStrength": 240, - "baseArmour": 240, + "baseArmour": 480, + "hardness": 65, "hullMass": 1000, "masslock": 16, "pipSpeed": 0.17375, - "fighterHangars": true + "fighterHangars": true, + "pitch": 20, + "roll": 20, + "yaw": 8 }, "retailCost": 76555840, "bulkheads": [ diff --git a/ships/viper.json b/ships/viper.json index ef3d00c..8924a99 100755 --- a/ships/viper.json +++ b/ships/viper.json @@ -10,12 +10,15 @@ "speed": 320, "boost": 400, "boostEnergy": 10, - "agility": 6, "baseShieldStrength": 105, "baseArmour": 70, - "hullMass": 60, + "hardness": 35, + "hullMass": 50, "masslock": 7, - "pipSpeed": 0.09375 + "pipSpeed": 0.09375, + "pitch": 35, + "roll": 90, + "yaw": 15 }, "retailCost": 142930, "bulkheads": [ @@ -28,12 +31,16 @@ "slots": { "standard": [3, 3, 3, 2, 3, 3, 2], "hardpoints": [2, 2, 1, 1, 0, 0], - "internal": [3, 3, 2, 1] + "internal": [ + 3, 3, + { "class": 3, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + 2, 1 + ] }, "defaults": { "standard": ["3E", "3E", "3E", "2E", "3E", "3E", "2C"], "hardpoints": [17, 17, 0, 0, 0, 0], - "internal": ["01", "44", 0, "2h"] + "internal": ["01", "44", 0, 0, "2h"] } } } diff --git a/ships/viper_mk_iv.json b/ships/viper_mk_iv.json index c2c5bcd..9227d60 100644 --- a/ships/viper_mk_iv.json +++ b/ships/viper_mk_iv.json @@ -10,12 +10,15 @@ "speed": 270, "boost": 340, "boostEnergy": 10, - "agility": 4, "baseShieldStrength": 150, "baseArmour": 150, + "hardness": 35, "hullMass": 190, "masslock": 7, - "pipSpeed": 0.0875 + "pipSpeed": 0.0875, + "pitch": 30, + "roll": 90, + "yaw": 12 }, "retailCost": 437930, "bulkheads": [ @@ -28,12 +31,16 @@ "slots": { "standard": [4, 4, 4, 2, 3, 3, 4], "hardpoints": [2, 2, 1, 1, 0, 0], - "internal": [4, 4, 3, 2, 2, 1] + "internal": [ + 4, 4, 3, + { "class": 2, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + 2, 2, 1 + ] }, "defaults": { "standard": ["4E", "4E", "4E", "2E", "3E", "3E", "4C"], "hardpoints": [0, 0, 17, 17, 0, 0], - "internal": ["02", "02", "44", "00", 0, "2h"] + "internal": ["02", "02", "44", 0, "00", 0, "2h"] } } } diff --git a/ships/vulture.json b/ships/vulture.json index 079fca6..1373352 100755 --- a/ships/vulture.json +++ b/ships/vulture.json @@ -10,12 +10,15 @@ "speed": 210, "boost": 340, "boostEnergy": 16, - "agility": 9, "baseShieldStrength": 240, "baseArmour": 160, + "hardness": 55, "hullMass": 230, "masslock": 10, - "pipSpeed": 0.02375 + "pipSpeed": 0.02375, + "pitch": 42, + "roll": 110, + "yaw": 17 }, "retailCost": 4925620, "bulkheads": [ @@ -28,12 +31,16 @@ "slots": { "standard": [4, 5, 4, 3, 5, 4, 3], "hardpoints": [3, 3, 0, 0, 0, 0], - "internal": [5, 4, 2, 1, 1] + "internal": [ + 5, + { "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }, + 4, 2, 1, 1 + ] }, "defaults": { "standard": ["4E", "5E", "4E", "3E", "5E", "4E", "3C"], "hardpoints": [17, 17, 0, 0, 0, 0], - "internal": ["4e", "02", 0, 0, "2h"] + "internal": ["4e", 0, 0, "02", 0, "2h"] } } } diff --git a/spec/data-spec.js b/spec/data-spec.js index 196374b..39e4758 100644 --- a/spec/data-spec.js +++ b/spec/data-spec.js @@ -12,12 +12,15 @@ describe('JSON Data', function() { 'speed', 'boost', 'boostEnergy', - 'agility', 'baseShieldStrength', 'baseArmour', + 'hardness', 'hullMass', 'masslock', - 'pipSpeed' + 'pipSpeed', + 'pitch', + 'roll', + 'yaw' ]; var edIDs = {};