Merge branch 'release/2.2.1'

This commit is contained in:
Cmdr McDonald
2016-11-05 14:02:52 +00:00
74 changed files with 12006 additions and 7719 deletions

6490
dist/index.js vendored

File diff suppressed because it is too large Load Diff

6971
dist/index.json vendored

File diff suppressed because it is too large Load Diff

View File

@@ -2,8 +2,9 @@ var fs = require('fs');
var UglifyJS = require('uglify-js'); var UglifyJS = require('uglify-js');
var Ships = require('./ships'); var Ships = require('./ships');
var Modules = require('./modules'); var Modules = require('./modules');
var exportString = JSON.stringify({ Ships: Ships, Modules: Modules }, null, '\t'); var Modifications = require('./modifications');
var ast = UglifyJS.parse(['module.exports = ', JSON.stringify({ Ships: Ships, Modules: Modules }), ';'].join('')); var exportString = JSON.stringify({ Ships: Ships, Modules: Modules, Modifications: Modifications }, null, '\t');
var ast = UglifyJS.parse(['module.exports = ', JSON.stringify({ Ships: Ships, Modules: Modules, Modifications: Modifications }), ';'].join(''));
var code = ast.print_to_string({beautify: true, indent_level: 2}); var code = ast.print_to_string({beautify: true, indent_level: 2});
fs.open('./dist/index.json', 'w', function() { fs.open('./dist/index.json', 'w', function() {

4
modifications/index.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
modifiers: require('./modifiers'),
validity: require('./validity')
};

View File

@@ -0,0 +1,41 @@
[
"ammo",
"boot",
"brokenregen",
"burst",
"clip",
"damage",
"distdraw",
"duration",
"eff",
"engcap",
"engrate",
"explres",
"facinglimit",
"hullboost",
"hullreinforcement",
"integrity",
"jitter",
"kinres",
"mass",
"maxfuel",
"optmass",
"optmul",
"pgen",
"piercing",
"power",
"range",
"ranget",
"regen",
"reload",
"rof",
"shield",
"shieldboost",
"spinup",
"syscap",
"sysrate",
"thermload",
"thermres",
"wepcap",
"weprate"
]

359
modifications/validity.json Normal file
View File

@@ -0,0 +1,359 @@
{
"am": [
"integrity",
"power"
],
"bh": [
"explres",
"hullboost",
"kinres",
"mass",
"thermres"
],
"bl": [
"damage",
"distdraw",
"integrity",
"mass",
"piercing",
"power",
"range",
"thermload"
],
"bsg": [
"boot",
"brokenregen",
"explres",
"integrity",
"kinres",
"mass",
"optmass",
"optmul",
"power",
"regen",
"thermload",
"thermres"
],
"c": [
"ammo",
"clip",
"damage",
"distdraw",
"integrity",
"jitter",
"mass",
"piercing",
"power",
"range",
"reload",
"rof",
"thermload"
],
"cc": [
"integrity",
"mass",
"power"
],
"ch": [
"ammo",
"integrity",
"mass",
"power",
"reload"
],
"cs": [
"boot",
"integrity",
"mass",
"power"
],
"ec": [
"integrity",
"mass",
"power"
],
"fc": [
"ammo",
"burst",
"clip",
"damage",
"distdraw",
"integrity",
"jitter",
"mass",
"piercing",
"power",
"range",
"reload",
"rof",
"thermload"
],
"fi": [
"boot",
"facinglimit",
"integrity",
"mass",
"power",
"ranget"
],
"fs": [
"integrity",
"power"
],
"fsd": [
"boot",
"integrity",
"mass",
"maxfuel",
"optmass",
"power",
"thermload"
],
"fx": [
"integrity",
"mass",
"power"
],
"hb": [
"integrity",
"mass",
"power"
],
"hr": [
"hullreinforcement",
"explres",
"hullboost",
"kinres",
"mass",
"thermres"
],
"hs": [
"ammo",
"integrity",
"mass",
"power",
"reload"
],
"kw": [
"boot",
"integrity",
"mass",
"power"
],
"ls": [
"boot",
"integrity",
"mass",
"power"
],
"mc": [
"ammo",
"clip",
"damage",
"distdraw",
"integrity",
"jitter",
"mass",
"piercing",
"power",
"range",
"reload",
"rof",
"thermload"
],
"mr": [
"ammo",
"clip",
"damage",
"distdraw",
"integrity",
"jitter",
"mass",
"piercing",
"power",
"reload",
"rof",
"thermload"
],
"nl": [
"ammo",
"boot",
"clip",
"damage",
"integrity",
"jitter",
"mass",
"piercing",
"power",
"reload",
"rof",
"thermload"
],
"pa": [
"ammo",
"clip",
"damage",
"distdraw",
"integrity",
"jitter",
"mass",
"piercing",
"power",
"range",
"reload",
"rof",
"thermload"
],
"pc": [
"integrity",
"mass",
"power"
],
"pd": [
"boot",
"engcap",
"engrate",
"integrity",
"mass",
"power",
"syscap",
"sysrate",
"wepcap",
"weprate"
],
"pl": [
"damage",
"distdraw",
"integrity",
"jitter",
"mass",
"piercing",
"power",
"range",
"rof",
"thermload"
],
"po": [
"ammo",
"integrity",
"mass",
"power",
"reload"
],
"pp": [
"eff",
"integrity",
"mass",
"pgen"
],
"psg": [
"boot",
"brokenregen",
"explres",
"integrity",
"kinres",
"mass",
"optmass",
"optmul",
"power",
"regen",
"thermload",
"thermres"
],
"rf": [
"integrity",
"power"
],
"rg": [
"ammo",
"clip",
"damage",
"distdraw",
"integrity",
"jitter",
"mass",
"piercing",
"power",
"range",
"reload",
"rof",
"thermload"
],
"s": [
"boot",
"integrity",
"mass",
"power"
],
"sb": [
"explres",
"integrity",
"kinres",
"mass",
"power",
"shieldboost",
"thermres"
],
"scb": [
"boot",
"duration",
"integrity",
"power",
"shield",
"spinup",
"thermload"
],
"sg": [
"boot",
"brokenregen",
"explres",
"integrity",
"kinres",
"mass",
"optmass",
"optmul",
"power",
"regen",
"thermload",
"thermres"
],
"t": [
"integrity",
"mass",
"optmass",
"optmul",
"power",
"thermload"
],
"tp": [
"damage",
"distdraw",
"integrity",
"jitter",
"mass",
"piercing",
"power",
"range",
"rof",
"thermload"
],
"ul": [
"burst",
"damage",
"distdraw",
"integrity",
"jitter",
"mass",
"piercing",
"power",
"range",
"rof",
"thermload"
],
"ws": [
"boot",
"integrity",
"mass",
"power"
]
}

View File

@@ -1,233 +1,57 @@
{ {
"bl": [ "bl": [
{ {
"armourpen": 60, "breachdmg": 7.9,
"breachdps": 33.1,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 4,
"cost": 2396160,
"dps": 41.4,
"edID": 128049431,
"eddbID": 1540,
"eps": 9.1,
"grp": "bl",
"hps": 9.9,
"id": "0w",
"integrity": 80,
"mass": 16,
"mount": "F",
"power": 2.9,
"range": 3000,
"rating": "A",
"type": "T"
},
{
"armourpen": 60,
"breachdps": 26.1,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 4,
"cost": 8746160,
"dps": 32.7,
"edID": 128681994,
"eddbID": 1544,
"eps": 8.99,
"grp": "bl",
"hps": 10.6,
"id": "0x",
"integrity": 80,
"mass": 16,
"mount": "G",
"power": 2.86,
"range": 3000,
"rating": "A",
"type": "T"
},
{
"armourpen": 50,
"breachdps": 20.6,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"cost": 1177600,
"dps": 25.8,
"edID": 128049430,
"eddbID": 843,
"eps": 5.67,
"grp": "bl",
"hps": 7.2,
"id": "0u",
"integrity": 64,
"mass": 8,
"mount": "F",
"power": 1.8,
"range": 3000,
"rating": "C",
"type": "T"
},
{
"armourpen": 50,
"breachdps": 16.2,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"cost": 2396160,
"dps": 20.3,
"edID": 128049434,
"eddbID": 846,
"eps": 5.58,
"grp": "bl",
"hps": 7.6,
"id": "0v",
"integrity": 64,
"mass": 8,
"mount": "G",
"power": 1.78,
"range": 3000,
"rating": "C",
"type": "T"
},
{
"armourpen": 50,
"breachdps": 11.5,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"cost": 19399600,
"dps": 14.4,
"edID": 128049437,
"eddbID": 849,
"eps": 3.51,
"grp": "bl",
"hps": 5.1,
"id": "0o",
"integrity": 64,
"mass": 8,
"mount": "T",
"power": 1.68,
"range": 3000,
"rating": "D",
"type": "T"
},
{
"armourpen": 35,
"breachdps": 12.8,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"cost": 299520,
"dps": 16,
"edID": 128049429,
"eddbID": 842,
"eps": 3.51,
"grp": "bl",
"hps": 5.1,
"id": "0r",
"integrity": 51,
"mass": 4,
"mount": "F",
"power": 1.12,
"range": 3000,
"rating": "D",
"type": "T"
},
{
"armourpen": 35,
"breachdps": 10,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"cost": 500600,
"dps": 12.5,
"edID": 128049433,
"eddbID": 845,
"eps": 3.44,
"grp": "bl",
"hps": 5.3,
"id": "0s",
"integrity": 51,
"mass": 4,
"mount": "G",
"power": 1.1,
"range": 3000,
"rating": "D",
"type": "T"
},
{
"armourpen": 35,
"breachdps": 7.1,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"cost": 2099900,
"dps": 8.8,
"edID": 128049436,
"eddbID": 848,
"eps": 2.16,
"grp": "bl",
"hps": 3.5,
"id": "0t",
"integrity": 51,
"mass": 4,
"mount": "T",
"power": 1.03,
"range": 3000,
"rating": "E",
"type": "T"
},
{
"armourpen": 18,
"breachdps": 7.9,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 1, "class": 1,
"cost": 37430, "cost": 37430,
"dps": 9.8, "damage": 9.8,
"distdraw": 2.16,
"edID": 128049428, "edID": 128049428,
"eddbID": 841, "eddbID": 841,
"eps": 2.16,
"grp": "bl", "grp": "bl",
"hps": 3.5,
"id": "10", "id": "10",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "F", "mount": "F",
"piercing": 18,
"power": 0.69, "power": 0.69,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"thermload": 3.5,
"type": "T" "type": "T"
}, },
{ {
"armourpen": 18, "breachdmg": 6.1,
"breachdps": 6.1,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 1, "class": 1,
"cost": 74650, "cost": 74650,
"dps": 7.7, "damage": 7.66,
"distdraw": 2.11,
"edID": 128049432, "edID": 128049432,
"eddbID": 844, "eddbID": 844,
"eps": 2.11,
"grp": "bl", "grp": "bl",
"hps": 3.7,
"id": "0p", "id": "0p",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "G", "mount": "G",
"piercing": 18,
"power": 0.67, "power": 0.67,
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"thermload": 3.6,
"type": "T" "type": "T"
}, },
{ {
"armourpen": 18, "breachdmg": 4.3,
"breachdps": 4.3,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 1, "class": 1,
"cost": 500000, "cost": 500000,
"dps": 5.4, "damage": 5.4,
"distdraw": 1.32,
"edID": 128049435, "edID": 128049435,
"eddbID": 847, "eddbID": 847,
"eps": 1.32, "eps": 1.32,
@@ -237,33 +61,211 @@
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "T", "mount": "T",
"piercing": 18,
"power": 0.63, "power": 0.63,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"thermload": 2.4,
"type": "T" "type": "T"
}, },
{ {
"armourpen": 18, "breachdmg": 3.9,
"breachdps": 3.9,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 1, "class": 1,
"cost": 56150, "cost": 56150,
"dps": 4.9, "damage": 4.9,
"distdraw": 2.8,
"edID": 128671346, "edID": 128671346,
"eddbID": 1476, "eddbID": 1476,
"eps": 2.8,
"grp": "bl", "grp": "bl",
"hps": 2.7,
"id": "b0", "id": "b0",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "F", "mount": "F",
"name": "Retributor", "name": "Retributor",
"piercing": 18,
"power": 0.69, "power": 0.69,
"pp": "Edmund Mahon", "pp": "Edmund Mahon",
"range": 3000, "range": 3000,
"rating": "E", "rating": "E",
"thermload": 2.7,
"type": "T"
},
{
"breachdmg": 12.8,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"cost": 299520,
"damage": 15.96,
"distdraw": 3.51,
"edID": 128049429,
"eddbID": 842,
"grp": "bl",
"id": "0r",
"integrity": 51,
"mass": 4,
"mount": "F",
"piercing": 35,
"power": 1.12,
"range": 3000,
"rating": "D",
"thermload": 5.1,
"type": "T"
},
{
"breachdmg": 10,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"cost": 500600,
"damage": 12.52,
"distdraw": 3.44,
"edID": 128049433,
"eddbID": 845,
"grp": "bl",
"id": "0s",
"integrity": 51,
"mass": 4,
"mount": "G",
"piercing": 35,
"power": 1.1,
"range": 3000,
"rating": "D",
"thermload": 5.3,
"type": "T"
},
{
"breachdmg": 7.1,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"cost": 2099900,
"damage": 8.82,
"distdraw": 2.16,
"edID": 128049436,
"eddbID": 848,
"grp": "bl",
"id": "0t",
"integrity": 51,
"mass": 4,
"mount": "T",
"piercing": 35,
"power": 1.03,
"range": 3000,
"rating": "E",
"thermload": 3.5,
"type": "T"
},
{
"breachdmg": 20.6,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"cost": 1177600,
"damage": 25.78,
"distdraw": 5.67,
"edID": 128049430,
"eddbID": 843,
"grp": "bl",
"id": "0u",
"integrity": 64,
"mass": 8,
"mount": "F",
"piercing": 50,
"power": 1.8,
"range": 3000,
"rating": "C",
"thermload": 7.2,
"type": "T"
},
{
"breachdmg": 16.2,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"cost": 2396160,
"damage": 20.28,
"distdraw": 5.58,
"edID": 128049434,
"eddbID": 846,
"grp": "bl",
"id": "0v",
"integrity": 64,
"mass": 8,
"mount": "G",
"piercing": 50,
"power": 1.78,
"range": 3000,
"rating": "C",
"thermload": 7.6,
"type": "T"
},
{
"breachdmg": 11.5,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"cost": 19399600,
"damage": 14.34,
"distdraw": 3.51,
"edID": 128049437,
"eddbID": 849,
"grp": "bl",
"id": "0o",
"integrity": 64,
"mass": 8,
"mount": "T",
"piercing": 50,
"power": 1.68,
"range": 3000,
"rating": "D",
"thermload": 5.1,
"type": "T"
},
{
"breachdmg": 33.1,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 4,
"cost": 2396160,
"damage": 41.38,
"distdraw": 9.1,
"edID": 128049431,
"eddbID": 1540,
"grp": "bl",
"id": "0w",
"integrity": 80,
"mass": 16,
"mount": "F",
"piercing": 60,
"power": 2.9,
"range": 3000,
"rating": "A",
"thermload": 9.9,
"type": "T"
},
{
"breachdmg": 26.1,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 4,
"cost": 8746160,
"damage": 32.68,
"distdraw": 8.99,
"edID": 128681994,
"eddbID": 1544,
"grp": "bl",
"id": "0x",
"integrity": 80,
"mass": 16,
"mount": "G",
"piercing": 60,
"power": 2.86,
"range": 3000,
"rating": "A",
"thermload": 10.6,
"type": "T" "type": "T"
} }
] ]

View File

@@ -1,305 +1,305 @@
{ {
"ul": [ "ul": [
{ {
"armourpen": 65, "breachdmg": 7.05,
"breachdps": 28,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 3,
"class": 4,
"cost": 281600,
"dps": 32.3,
"edID": 128049403,
"eddbID": 1549,
"eps": 5.936,
"grp": "ul",
"hps": 7.2,
"id": "7s",
"integrity": 80,
"mass": 16,
"mount": "F",
"power": 2.58,
"range": 3000,
"rating": "E",
"rof": 1.6,
"type": "T"
},
{
"armourpen": 65,
"breachdps": 21.63,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 5,
"class": 4,
"cost": 1245600,
"dps": 25.9,
"edID": 128727920,
"eddbID": 1550,
"eps": 5.712,
"grp": "ul",
"hps": 6.93,
"id": "7t",
"integrity": 80,
"mass": 16,
"mount": "G",
"power": 2.59,
"range": 3000,
"rating": "E",
"rof": 2.1,
"type": "T"
},
{
"armourpen": 52,
"breachdps": 10.53,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 7,
"class": 3,
"cost": 140400,
"dps": 20.8,
"edID": 128049402,
"eddbID": 834,
"eps": 3.753,
"grp": "ul",
"hps": 4.59,
"id": "14",
"integrity": 64,
"mass": 8,
"mount": "F",
"power": 1.66,
"range": 3000,
"rating": "D",
"rof": 2.7,
"type": "T"
},
{
"armourpen": 52,
"breachdps": 14.08,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 9,
"class": 3,
"cost": 281600,
"dps": 16.6,
"edID": 128049406,
"eddbID": 837,
"eps": 3.712,
"grp": "ul",
"hps": 4.48,
"id": "15",
"integrity": 64,
"mass": 8,
"mount": "G",
"power": 1.65,
"range": 3000,
"rating": "E",
"rof": 3.2,
"type": "T"
},
{
"armourpen": 52,
"breachdps": 5.58,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 11,
"class": 3,
"cost": 800400,
"dps": 11,
"edID": 128049409,
"eddbID": 840,
"eps": 1.913,
"grp": "ul",
"hps": 2.48,
"id": "16",
"integrity": 64,
"mass": 8,
"mount": "T",
"power": 1.57,
"range": 3000,
"rating": "E",
"rof": 3.1,
"type": "T"
},
{
"armourpen": 35,
"breachdps": 11.1,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 11,
"class": 2,
"cost": 23000,
"dps": 13,
"edID": 128049401,
"eddbID": 833,
"eps": 2.331,
"grp": "ul",
"hps": 2.96,
"id": "7h",
"integrity": 40,
"mass": 4,
"mount": "F",
"power": 1.05,
"range": 3000,
"rating": "E",
"rof": 3.7,
"type": "T"
},
{
"armourpen": 35,
"breachdps": 8.82,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 13,
"class": 2,
"cost": 48500,
"dps": 10.3,
"edID": 128049405,
"eddbID": 836,
"eps": 2.31,
"grp": "ul",
"hps": 2.94,
"id": "7i",
"integrity": 40,
"mass": 4,
"mount": "G",
"power": 1.04,
"range": 3000,
"rating": "F",
"rof": 4.2,
"type": "T"
},
{
"armourpen": 35,
"breachdps": 3.51,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 15,
"class": 2,
"cost": 162800,
"dps": 6.8,
"edID": 128049408,
"eddbID": 839,
"eps": 1.209,
"grp": "ul",
"hps": 1.56,
"id": "7j",
"integrity": 40,
"mass": 4,
"mount": "T",
"power": 0.98,
"range": 3000,
"rating": "F",
"rof": 3.9,
"type": "T"
},
{
"armourpen": 20,
"breachdps": 7.05,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"burst": 3, "burst": 3,
"burstrof": 15, "burstrof": 15,
"class": 1, "class": 1,
"cost": 4400, "cost": 4400,
"dps": 8.1, "damage": 1.72,
"distdraw": 0.31,
"edID": 128049400, "edID": 128049400,
"eddbID": 832, "eddbID": 832,
"eps": 1.457,
"grp": "ul", "grp": "ul",
"hps": 1.88,
"id": "11", "id": "11",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "F", "mount": "F",
"piercing": 20,
"power": 0.65, "power": 0.65,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 4.7, "rof": 4.735,
"thermload": 0.4,
"type": "T" "type": "T"
}, },
{ {
"armourpen": 20, "breachdmg": 5.3,
"breachdps": 5.3,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"burst": 3, "burst": 3,
"burstrof": 17, "burstrof": 17,
"class": 1, "class": 1,
"cost": 8600, "cost": 8600,
"dps": 6.4, "damage": 1.22,
"distdraw": 0.27,
"edID": 128049404, "edID": 128049404,
"eddbID": 835, "eddbID": 835,
"eps": 1.4,
"grp": "ul", "grp": "ul",
"hps": 1.6,
"id": "12", "id": "12",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "G", "mount": "G",
"piercing": 20,
"power": 0.64, "power": 0.64,
"range": 3000, "range": 3000,
"rating": "G", "rating": "G",
"rof": 5.3, "rof": 5.28,
"thermload": 0.3,
"type": "T" "type": "T"
}, },
{ {
"armourpen": 20, "breachdmg": 1.92,
"breachdps": 1.92,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"burst": 3, "burst": 3,
"burstrof": 19, "burstrof": 19,
"class": 1, "class": 1,
"cost": 52800, "cost": 52800,
"dps": 4.2, "damage": 0.87,
"distdraw": 0.16,
"edID": 128049407, "edID": 128049407,
"eddbID": 838, "eddbID": 838,
"eps": 0.768,
"grp": "ul", "grp": "ul",
"hps": 0.96,
"id": "13", "id": "13",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "T", "mount": "T",
"piercing": 20,
"power": 0.6, "power": 0.6,
"range": 3000, "range": 3000,
"rating": "G", "rating": "G",
"rof": 4.8, "rof": 4.795,
"thermload": 0.2,
"type": "T" "type": "T"
}, },
{ {
"armourpen": 1, "breachdmg": 15.25,
"breachdps": 15.25,
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
"burst": 8, "burst": 8,
"burstrof": 20, "burstrof": 20,
"class": 1, "class": 1,
"cost": 8800, "cost": 8800,
"dps": 18.3, "damage": 18,
"distdraw": 0.4,
"edID": 128671449, "edID": 128671449,
"eddbID": 1477, "eddbID": 1477,
"eps": 3.05,
"grp": "ul", "grp": "ul",
"hps": 2.29,
"id": "cy", "id": "cy",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "F", "mount": "F",
"name": "Cytoscrambler", "name": "Cytoscrambler",
"piercing": 1,
"power": 0.8, "power": 0.8,
"pp": "Archon Delaine", "pp": "Archon Delaine",
"range": 600, "range": 600,
"rating": "F", "rating": "F",
"rof": 7.6, "rof": 7.615,
"thermload": 0.3,
"type": "T"
},
{
"breachdmg": 11.1,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 11,
"class": 2,
"cost": 23000,
"damage": 3.53,
"distdraw": 0.63,
"edID": 128049401,
"eddbID": 833,
"grp": "ul",
"id": "7h",
"integrity": 40,
"mass": 4,
"mount": "F",
"piercing": 35,
"power": 1.05,
"range": 3000,
"rating": "E",
"rof": 3.695,
"thermload": 0.8,
"type": "T"
},
{
"breachdmg": 8.82,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 13,
"class": 2,
"cost": 48500,
"damage": 2.45,
"distdraw": 0.55,
"edID": 128049405,
"eddbID": 836,
"grp": "ul",
"id": "7i",
"integrity": 40,
"mass": 4,
"mount": "G",
"piercing": 35,
"power": 1.04,
"range": 3000,
"rating": "F",
"rof": 4.2,
"thermload": 0.7,
"type": "T"
},
{
"breachdmg": 3.51,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 15,
"class": 2,
"cost": 162800,
"damage": 1.72,
"distdraw": 0.31,
"edID": 128049408,
"eddbID": 839,
"grp": "ul",
"id": "7j",
"integrity": 40,
"mass": 4,
"mount": "T",
"piercing": 35,
"power": 0.98,
"range": 3000,
"rating": "F",
"rof": 3.93,
"thermload": 0.4,
"type": "T"
},
{
"breachdmg": 10.53,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 7,
"class": 3,
"cost": 140400,
"damage": 7.74,
"distdraw": 1.39,
"edID": 128049402,
"eddbID": 834,
"grp": "ul",
"id": "14",
"integrity": 64,
"mass": 8,
"mount": "F",
"piercing": 52,
"power": 1.66,
"range": 3000,
"rating": "D",
"rof": 2.685,
"thermload": 1.7,
"type": "T"
},
{
"breachdmg": 14.08,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 9,
"class": 3,
"cost": 281600,
"damage": 5.16,
"distdraw": 1.16,
"edID": 128049406,
"eddbID": 837,
"grp": "ul",
"id": "15",
"integrity": 64,
"mass": 8,
"mount": "G",
"piercing": 52,
"power": 1.65,
"range": 3000,
"rating": "E",
"rof": 3.215,
"thermload": 1.4,
"type": "T"
},
{
"breachdmg": 5.58,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 11,
"class": 3,
"cost": 800400,
"damage": 3.53,
"distdraw": 0.63,
"edID": 128049409,
"eddbID": 840,
"grp": "ul",
"id": "16",
"integrity": 64,
"mass": 8,
"mount": "T",
"piercing": 52,
"power": 1.57,
"range": 3000,
"rating": "E",
"rof": 3.115,
"thermload": 0.8,
"type": "T"
},
{
"breachdmg": 28,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 3,
"class": 4,
"cost": 281600,
"damage": 20.6,
"distdraw": 3.71,
"edID": 128049403,
"eddbID": 1549,
"grp": "ul",
"id": "7s",
"integrity": 80,
"mass": 16,
"mount": "F",
"piercing": 65,
"power": 2.58,
"range": 3000,
"rating": "E",
"rof": 1.565,
"thermload": 4.5,
"type": "T"
},
{
"breachdmg": 21.63,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 5,
"class": 4,
"cost": 1245600,
"damage": 12.1,
"distdraw": 2.72,
"edID": 128727920,
"eddbID": 1550,
"grp": "ul",
"id": "7t",
"integrity": 80,
"mass": 16,
"mount": "G",
"piercing": 65,
"power": 2.59,
"range": 3000,
"rating": "E",
"rof": 2.14,
"thermload": 3.3,
"type": "T" "type": "T"
} }
] ]

View File

@@ -2,95 +2,203 @@
"c": [ "c": [
{ {
"ammo": 100, "ammo": 100,
"armourpen": 90, "breachdmg": 17.1,
"breachdps": 25.28,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.6, "breachmin": 0.6,
"class": 4, "class": 1,
"clip": 5, "clip": 5,
"cost": 2700800, "cost": 21100,
"dps": 25.3, "damage": 18,
"edID": 128049441, "distdraw": 0.46,
"eddbID": 853, "edID": 128049438,
"eps": 0.644, "eddbID": 850,
"grp": "c", "grp": "c",
"hps": 1.92, "id": "1h",
"id": "1q", "integrity": 40,
"integrity": 80, "mass": 2,
"mass": 16,
"mount": "F", "mount": "F",
"power": 0.92, "piercing": 35,
"range": 4500, "power": 0.34,
"rating": "B", "range": 3000,
"reload": 5, "rating": "D",
"rof": 0.4, "reload": 4,
"speed": 900, "rof": 0.5,
"speed": 1200,
"thermload": 1.4,
"type": "K" "type": "K"
}, },
{ {
"ammo": 100, "ammo": 100,
"armourpen": 90, "breachdmg": 13.2,
"breachdps": 16.92, "breachmax": 0.9,
"breachmin": 0.6,
"class": 1,
"clip": 5,
"cost": 42200,
"damage": 13.9,
"distdraw": 0.48,
"edID": 128049442,
"eddbID": 854,
"grp": "c",
"id": "1i",
"integrity": 40,
"mass": 2,
"mount": "G",
"piercing": 35,
"power": 0.38,
"range": 3000,
"rating": "E",
"reload": 4,
"rof": 0.52,
"speed": 1000,
"thermload": 1.3,
"type": "K"
},
{
"ammo": 100,
"breachdmg": 10.6,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.6, "breachmin": 0.6,
"class": 4, "class": 1,
"clip": 5, "clip": 5,
"cost": 5401600, "cost": 506400,
"dps": 19.7, "damage": 11.1,
"edID": 128049444, "distdraw": 0.22,
"eddbID": 856, "edID": 128049445,
"eps": 0.688, "eddbID": 857,
"grp": "c", "grp": "c",
"hps": 1.76, "id": "1j",
"id": "1r", "integrity": 40,
"integrity": 80, "mass": 2,
"mass": 16, "mount": "T",
"mount": "G", "piercing": 90,
"power": 1.03, "power": 0.32,
"range": 4500, "range": 3000,
"rating": "B", "rating": "F",
"reload": 4, "reload": 4,
"rof": 0.4, "rof": 0.435,
"speed": 750, "speed": 1000,
"thermload": 0.7,
"type": "K" "type": "K"
}, },
{ {
"ammo": 100, "ammo": 100,
"armourpen": 90, "breachdmg": 28,
"breachdps": 16.92, "breachmax": 0.8,
"breachmin": 0.6,
"class": 2,
"clip": 5,
"cost": 168430,
"damage": 29.2,
"distdraw": 0.7,
"edID": 128049439,
"eddbID": 851,
"grp": "c",
"id": "1k",
"integrity": 51,
"mass": 4,
"mount": "F",
"piercing": 90,
"power": 0.49,
"range": 3500,
"rating": "D",
"reload": 4,
"rof": 0.465,
"speed": 1051,
"thermload": 2.1,
"type": "K"
},
{
"ammo": 100,
"breachdmg": 20.3,
"breachmax": 0.8,
"breachmin": 0.6,
"class": 2,
"clip": 5,
"cost": 337600,
"damage": 21.3,
"distdraw": 0.75,
"edID": 128049443,
"eddbID": 855,
"grp": "c",
"id": "1l",
"integrity": 51,
"mass": 4,
"mount": "G",
"piercing": 90,
"power": 0.54,
"range": 3500,
"rating": "D",
"reload": 4,
"rof": 0.485,
"speed": 875,
"thermload": 1.9,
"type": "K"
},
{
"ammo": 100,
"breachdmg": 16.3,
"breachmax": 0.8,
"breachmin": 0.6,
"class": 2,
"clip": 5,
"cost": 4051200,
"damage": 17.19,
"distdraw": 0.34,
"edID": 128049446,
"eddbID": 858,
"grp": "c",
"id": "1m",
"integrity": 51,
"mass": 4,
"mount": "T",
"piercing": 90,
"power": 0.45,
"range": 3500,
"rating": "E",
"reload": 4,
"rof": 0.405,
"speed": 875,
"thermload": 1,
"type": "K"
},
{
"ammo": 100,
"breachdmg": 42.3,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.6, "breachmin": 0.6,
"class": 3, "class": 3,
"clip": 5, "clip": 5,
"cost": 675200, "cost": 675200,
"dps": 18.7, "damage": 43.95,
"distdraw": 1.07,
"edID": 128049440, "edID": 128049440,
"eddbID": 852, "eddbID": 852,
"eps": 0.428,
"grp": "c", "grp": "c",
"hps": 1.28,
"id": "1n", "id": "1n",
"integrity": 64, "integrity": 64,
"mass": 8, "mass": 8,
"mount": "F", "mount": "F",
"piercing": 90,
"power": 0.67, "power": 0.67,
"range": 4000, "range": 4000,
"rating": "C", "rating": "C",
"reload": 4, "reload": 4,
"rof": 0.4, "rof": 0.425,
"speed": 959, "speed": 959,
"thermload": 3.2,
"type": "K" "type": "K"
}, },
{ {
"ammo": 100, "ammo": 100,
"armourpen": 90, "breachdmg": 30.9,
"breachdps": 30.9,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.6, "breachmin": 0.6,
"class": 3, "class": 3,
"clip": 5, "clip": 5,
"cost": 1350400, "cost": 1350400,
"dps": 14.3, "damage": 32.51,
"distdraw": 1.14,
"edID": 128671120, "edID": 128671120,
"eddbID": 1383, "eddbID": 1383,
"eps": 0.456, "eps": 0.456,
@@ -100,201 +208,99 @@
"integrity": 64, "integrity": 64,
"mass": 8, "mass": 8,
"mount": "G", "mount": "G",
"piercing": 90,
"power": 0.75, "power": 0.75,
"range": 4000, "range": 4000,
"rating": "C", "rating": "C",
"reload": 4, "reload": 4,
"rof": 0.4, "rof": 0.445,
"speed": 800, "speed": 800,
"thermload": 2.9,
"type": "K" "type": "K"
}, },
{ {
"ammo": 100, "ammo": 100,
"armourpen": 90, "breachdmg": 25.14,
"breachdps": 10.04,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.6, "breachmin": 0.6,
"class": 3, "class": 3,
"clip": 5, "clip": 5,
"cost": 16204800, "cost": 16204800,
"dps": 9.7, "damage": 26.4,
"distdraw": 0.53,
"edID": 128049447, "edID": 128049447,
"eddbID": 859, "eddbID": 859,
"eps": 0.212,
"grp": "c", "grp": "c",
"hps": 0.64,
"id": "1p", "id": "1p",
"integrity": 64, "integrity": 64,
"mass": 8, "mass": 8,
"mount": "T", "mount": "T",
"piercing": 90,
"power": 0.64, "power": 0.64,
"range": 4000, "range": 4000,
"rating": "D", "rating": "D",
"reload": 4, "reload": 4,
"rof": 0.4, "rof": 0.37,
"speed": 800, "speed": 800,
"thermload": 1.6,
"type": "K" "type": "K"
}, },
{ {
"ammo": 100, "ammo": 100,
"armourpen": 90, "breachdmg": 63.2,
"breachdps": 14,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.6, "breachmin": 0.6,
"class": 2, "class": 4,
"clip": 5, "clip": 5,
"cost": 168430, "cost": 2700800,
"dps": 13.6, "damage": 65.66,
"edID": 128049439, "distdraw": 1.61,
"eddbID": 851, "edID": 128049441,
"eps": 0.35, "eddbID": 853,
"eps": 0.644,
"grp": "c", "grp": "c",
"hps": 1.05, "hps": 1.92,
"id": "1k", "id": "1q",
"integrity": 51, "integrity": 80,
"mass": 4, "mass": 16,
"mount": "F", "mount": "F",
"power": 0.49, "piercing": 90,
"range": 3500, "power": 0.92,
"rating": "D", "range": 4500,
"reload": 4, "rating": "B",
"rof": 0.5, "reload": 5,
"speed": 1051, "rof": 0.385,
"speed": 900,
"thermload": 4.8,
"type": "K" "type": "K"
}, },
{ {
"ammo": 100, "ammo": 100,
"armourpen": 90, "breachdmg": 46.7,
"breachdps": 101.5,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.6, "breachmin": 0.6,
"class": 2, "class": 4,
"clip": 5, "clip": 5,
"cost": 337600, "cost": 5401600,
"dps": 10.3, "damage": 49.2,
"edID": 128049443, "distdraw": 1.72,
"eddbID": 855, "edID": 128049444,
"eps": 0.375, "eddbID": 856,
"eps": 0.688,
"grp": "c", "grp": "c",
"hps": 0.95, "hps": 1.76,
"id": "1l", "id": "1r",
"integrity": 51, "integrity": 80,
"mass": 4, "mass": 16,
"mount": "G", "mount": "G",
"power": 0.54, "piercing": 90,
"range": 3500, "power": 1.03,
"rating": "D", "range": 4500,
"reload": 4, "rating": "B",
"rof": 0.5,
"speed": 875,
"type": "K"
},
{
"ammo": 100,
"armourpen": 90,
"breachdps": 6.52,
"breachmax": 0.8,
"breachmin": 0.6,
"class": 2,
"clip": 5,
"cost": 4051200,
"dps": 6.9,
"edID": 128049446,
"eddbID": 858,
"eps": 0.136,
"grp": "c",
"hps": 0.4,
"id": "1m",
"integrity": 51,
"mass": 4,
"mount": "T",
"power": 0.45,
"range": 3500,
"rating": "E",
"reload": 4, "reload": 4,
"rof": 0.4, "rof": 0.4,
"speed": 875, "speed": 750,
"type": "K" "thermload": 4.4,
},
{
"ammo": 100,
"armourpen": 90,
"breachdps": 8.55,
"breachmax": 0.8,
"breachmin": 0.6,
"class": 1,
"clip": 5,
"cost": 21100,
"dps": 9,
"edID": 128049438,
"eddbID": 850,
"eps": 0.23,
"grp": "c",
"hps": 0.7,
"id": "1h",
"integrity": 40,
"mass": 2,
"mount": "F",
"power": 0.34,
"range": 3000,
"rating": "D",
"reload": 4,
"rof": 0.5,
"speed": 1200,
"type": "K"
},
{
"ammo": 100,
"armourpen": 35,
"breachdps": 6.6,
"breachmax": 0.9,
"breachmin": 0.6,
"class": 1,
"clip": 5,
"cost": 42200,
"dps": 7.2,
"edID": 128049442,
"eddbID": 854,
"eps": 0.24,
"grp": "c",
"hps": 0.65,
"id": "1i",
"integrity": 40,
"mass": 2,
"mount": "G",
"power": 0.38,
"range": 3000,
"rating": "E",
"reload": 4,
"rof": 0.5,
"speed": 1000,
"type": "K"
},
{
"ammo": 100,
"armourpen": 90,
"breachdps": 4.24,
"breachmax": 0.8,
"breachmin": 0.6,
"class": 1,
"clip": 5,
"cost": 506400,
"dps": 4.8,
"edID": 128049445,
"eddbID": 857,
"eps": 0.088,
"grp": "c",
"hps": 0.28,
"id": "1j",
"integrity": 40,
"mass": 2,
"mount": "T",
"power": 0.32,
"range": 3000,
"rating": "F",
"reload": 4,
"rof": 0.4,
"speed": 1000,
"type": "K" "type": "K"
} }
] ]

View File

@@ -0,0 +1,25 @@
{
"ch": [
{
"ammo": 10,
"class": 0,
"clip": 1,
"cost": 8500,
"distdraw": 4,
"duration": 20,
"edID": 128049513,
"eddbID": 884,
"grp": "ch",
"id": "00",
"integrity": 20,
"mass": 1.3,
"name": "Chaff Launcher",
"passive": 1,
"power": 0.2,
"rating": "I",
"reload": 10,
"rof": 1,
"thermload": 4
}
]
}

View File

@@ -1,84 +0,0 @@
{
"cm": [
{
"ammo": 10,
"class": 0,
"clip": 1,
"cost": 8500,
"duration": 20,
"edID": 128049513,
"eddbID": 884,
"eps": 4,
"grp": "cm",
"hps": 4,
"id": "00",
"integrity": 20,
"mass": 1.3,
"name": "Chaff Launcher",
"passive": 1,
"power": 0.2,
"rating": "I",
"reload": 10
},
{
"activepower": 4,
"chargeup": 4,
"class": 0,
"cooldown": 10,
"cost": 12500,
"edID": 128049516,
"eddbID": 885,
"grp": "cm",
"id": "01",
"integrity": 20,
"mass": 1.3,
"name": "Electronic Countermeasure",
"power": 0.2,
"range": 3000,
"rating": "F"
},
{
"ammo": 2,
"class": 0,
"clip": 1,
"cost": 3500,
"duration": 10,
"edID": 128049519,
"eddbID": 886,
"eps": 0.4,
"grp": "cm",
"id": "02",
"integrity": 20,
"mass": 1.3,
"name": "Heat Sink Launcher",
"passive": 1,
"power": 0.2,
"rating": "I",
"reload": 10,
"rof": 0.2
},
{
"ammo": 10000,
"burst": 4,
"burstrof": 15,
"class": 0,
"clip": 50,
"cost": 18550,
"edID": 128049522,
"eddbID": 887,
"grp": "cm",
"id": "03",
"integrity": 20,
"jitter": 1.5,
"mass": 0.5,
"name": "Point Defence",
"passive": 1,
"power": 0.2,
"rating": "I",
"reload": 0,
"rof": 10,
"speed": 1000,
"type": "K"
}
]
}

View File

@@ -0,0 +1,23 @@
{
"ec": [
{
"activepower": 4,
"chargeup": 3,
"class": 0,
"cooldown": 10,
"cost": 12500,
"edID": 128049516,
"eddbID": 885,
"grp": "ec",
"id": "01",
"integrity": 20,
"mass": 1.3,
"name": "Electronic Countermeasure",
"power": 0.2,
"range": 3000,
"rating": "F",
"reload": 10,
"thermload": 4
}
]
}

View File

@@ -2,111 +2,110 @@
"fc": [ "fc": [
{ {
"ammo": 90, "ammo": 90,
"armourpen": 52, "breachdmg": 1.3,
"breachdps": 189,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 3, "class": 1,
"clip": 3, "clip": 3,
"cost": 1167360, "cost": 36000,
"dps": 113.8, "damage": 1.43,
"edID": 128049450, "distdraw": 0.21,
"eddbID": 862, "edID": 128049448,
"eps": 30.78, "eddbID": 860,
"grp": "fc", "grp": "fc",
"hps": 59.4, "id": "20",
"id": "1t", "integrity": 40,
"integrity": 80,
"jitter": 0.5, "jitter": 0.5,
"mass": 8, "mass": 2,
"mount": "F", "mount": "F",
"power": 1.02, "piercing": 20,
"power": 0.45,
"range": 2000, "range": 2000,
"rating": "C", "rating": "E",
"reload": 5, "reload": 5,
"rof": 4.5, "rof": 5.555,
"roundspershot": 12, "roundspershot": 12,
"speed": 667, "speed": 667,
"thermload": 0.4,
"type": "K" "type": "K"
}, },
{ {
"ammo": 90, "ammo": 90,
"armourpen": 52, "breachdmg": 0.9,
"breachdps": 167.04,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 3, "class": 1,
"clip": 3, "clip": 3,
"cost": 1751040, "cost": 54720,
"dps": 184.6, "damage": 1.01,
"edID": 128671321, "distdraw": 0.26,
"eddbID": 1454, "edID": 128049451,
"eps": 46.66, "eddbID": 863,
"grp": "fc", "grp": "fc",
"hps": 80.64, "id": "21",
"id": "1u", "integrity": 40,
"integrity": 80,
"jitter": 0.5, "jitter": 0.5,
"mass": 8, "mass": 2,
"mount": "G", "mount": "G",
"power": 1.55, "piercing": 20,
"power": 0.59,
"range": 2000, "range": 2000,
"rating": "C", "rating": "E",
"reload": 5, "reload": 5,
"rof": 4.8, "rof": 5.88,
"roundspershot": 12, "roundspershot": 12,
"speed": 667, "speed": 667,
"thermload": 0.4,
"type": "K" "type": "K"
}, },
{ {
"ammo": 90, "ammo": 90,
"armourpen": 52, "breachdmg": 0.5,
"breachdps": 110.4,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 3, "class": 1,
"clip": 3, "clip": 3,
"cost": 5836800, "cost": 182400,
"dps": 122.9, "damage": 0.69,
"edID": 128671322, "distdraw": 0.1,
"eddbID": 1455, "edID": 128049453,
"eps": 17.76, "eddbID": 865,
"grp": "fc", "grp": "fc",
"hps": 33.6, "id": "22",
"id": "1v", "integrity": 40,
"integrity": 80,
"jitter": 0.5, "jitter": 0.5,
"mass": 8, "mass": 2,
"mount": "T", "mount": "T",
"power": 1.29, "piercing": 20,
"power": 0.42,
"range": 2000, "range": 2000,
"rating": "C", "rating": "E",
"reload": 5, "reload": 5,
"rof": 4, "rof": 4.76,
"roundspershot": 12, "roundspershot": 12,
"speed": 667, "speed": 667,
"thermload": 0.2,
"type": "K" "type": "K"
}, },
{ {
"ammo": 90, "ammo": 90,
"armourpen": 35, "breachdmg": 2.3,
"breachdps": 138,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 2, "class": 2,
"clip": 3, "clip": 3,
"cost": 291840, "cost": 291840,
"dps": 122.9, "damage": 2.56,
"distdraw": 0.37,
"edID": 128049449, "edID": 128049449,
"eddbID": 861, "eddbID": 861,
"eps": 22.2,
"grp": "fc", "grp": "fc",
"hps": 42,
"id": "1s", "id": "1s",
"integrity": 80, "integrity": 80,
"jitter": 0.5, "jitter": 0.5,
"mass": 4, "mass": 4,
"mount": "F", "mount": "F",
"piercing": 35,
"power": 0.74, "power": 0.74,
"range": 2000, "range": 2000,
"rating": "A", "rating": "A",
@@ -114,173 +113,180 @@
"rof": 5, "rof": 5,
"roundspershot": 12, "roundspershot": 12,
"speed": 667, "speed": 667,
"thermload": 0.7,
"type": "K" "type": "K"
}, },
{ {
"ammo": 90, "ammo": 90,
"armourpen": 35, "breachdmg": 1.8,
"breachdps": 114.48,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 2, "class": 2,
"clip": 3, "clip": 3,
"cost": 437800, "cost": 437800,
"dps": 153.6, "damage": 1.95,
"distdraw": 0.49,
"edID": 128049452, "edID": 128049452,
"eddbID": 864, "eddbID": 864,
"eps": 31.6,
"grp": "fc", "grp": "fc",
"hps": 50.88,
"id": "7e", "id": "7e",
"integrity": 80, "integrity": 80,
"jitter": 0.5, "jitter": 0.5,
"mass": 4, "mass": 4,
"mount": "G", "mount": "G",
"piercing": 35,
"power": 1.03, "power": 1.03,
"range": 2000, "range": 2000,
"rating": "D", "rating": "D",
"reload": 5, "reload": 5,
"rof": 5.3, "rof": 5.26,
"roundspershot": 12, "roundspershot": 12,
"speed": 667, "speed": 667,
"thermload": 0.8,
"type": "K" "type": "K"
}, },
{ {
"ammo": 90, "ammo": 90,
"armourpen": 35, "breachdmg": 1.3,
"breachdps": 67.08,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 2, "class": 2,
"clip": 3, "clip": 3,
"cost": 1459200, "cost": 1459200,
"dps": 123.2, "damage": 1.43,
"distdraw": 0.21,
"edID": 128049454, "edID": 128049454,
"eddbID": 866, "eddbID": 866,
"eps": 10.84,
"grp": "fc", "grp": "fc",
"hps": 20.64,
"id": "7f", "id": "7f",
"integrity": 80, "integrity": 80,
"jitter": 0.5, "jitter": 0.5,
"mass": 4, "mass": 4,
"mount": "T", "mount": "T",
"piercing": 35,
"power": 0.79, "power": 0.79,
"range": 2000, "range": 2000,
"rating": "D", "rating": "D",
"reload": 5, "reload": 5,
"rof": 3.7, "rof": 4.345,
"roundspershot": 12, "roundspershot": 12,
"speed": 667, "speed": 667,
"thermload": 0.4,
"type": "K" "type": "K"
}, },
{ {
"ammo": 90, "ammo": 90,
"armourpen": 20, "breachdmg": 3.5,
"breachdps": 87.36,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 1, "class": 3,
"clip": 3, "clip": 3,
"cost": 36000, "cost": 1167360,
"dps": 95.3, "damage": 3.92,
"edID": 128049448, "distdraw": 0.57,
"eddbID": 860, "edID": 128049450,
"eps": 14.112, "eddbID": 862,
"grp": "fc", "grp": "fc",
"hps": 26.88, "id": "1t",
"id": "20", "integrity": 80,
"integrity": 40,
"jitter": 0.5, "jitter": 0.5,
"mass": 2, "mass": 8,
"mount": "F", "mount": "F",
"power": 0.45, "piercing": 52,
"power": 1.02,
"range": 2000, "range": 2000,
"rating": "E", "rating": "C",
"reload": 5, "reload": 5,
"rof": 5.6, "rof": 4.545,
"roundspershot": 12, "roundspershot": 12,
"speed": 667, "speed": 667,
"thermload": 1.1,
"type": "K" "type": "K"
}, },
{ {
"ammo": 90, "ammo": 90,
"armourpen": 20, "breachdmg": 2.9,
"breachdps": 63.4,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 1, "class": 3,
"clip": 3, "clip": 3,
"cost": 54720, "cost": 1751040,
"dps": 71.3, "damage": 3.23,
"edID": 128049451, "distdraw": 0.81,
"eddbID": 863, "edID": 128671321,
"eps": 18.408, "eddbID": 1454,
"grp": "fc", "grp": "fc",
"hps": 28.32, "id": "1u",
"id": "21", "integrity": 80,
"integrity": 40,
"jitter": 0.5, "jitter": 0.5,
"mass": 2, "mass": 8,
"mount": "G", "mount": "G",
"power": 0.59, "piercing": 52,
"power": 1.55,
"range": 2000, "range": 2000,
"rating": "E", "rating": "C",
"reload": 5, "reload": 5,
"rof": 5.9, "rof": 4.76,
"roundspershot": 12, "roundspershot": 12,
"speed": 667, "speed": 667,
"thermload": 1.4,
"type": "K" "type": "K"
}, },
{ {
"ammo": 90, "ammo": 90,
"armourpen": 20, "breachdmg": 2.3,
"breachdps": 34.56,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 1, "class": 3,
"clip": 3, "clip": 3,
"cost": 182400, "cost": 5836800,
"dps": 39.4, "damage": 2.56,
"edID": 128049453, "distdraw": 0.37,
"eddbID": 865, "edID": 128671322,
"eps": 6.72, "eddbID": 1455,
"grp": "fc", "grp": "fc",
"hps": 13.44, "id": "1v",
"id": "22", "integrity": 80,
"integrity": 40,
"jitter": 0.5, "jitter": 0.5,
"mass": 2, "mass": 8,
"mount": "T", "mount": "T",
"power": 0.42, "piercing": 52,
"power": 1.29,
"range": 2000, "range": 2000,
"rating": "E", "rating": "C",
"reload": 5, "reload": 5,
"rof": 4.8, "rof": 4,
"roundspershot": 12, "roundspershot": 12,
"speed": 667, "speed": 667,
"thermload": 0.7,
"type": "K" "type": "K"
}, },
{ {
"ammo": 90, "ammo": 90,
"armourpen": "A", "breachdmg": 3.1,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3, "class": 3,
"clip": 3, "clip": 3,
"cost": 1400830, "cost": 1400830,
"damage": 3, "damage": 3.4,
"dps": 9, "distdraw": 0.57,
"edID": 128671343, "edID": 128671343,
"eddbID": 1478, "eddbID": 1478,
"grp": "fc", "grp": "fc",
"id": "pa", "id": "pa",
"integrity": 64,
"mass": 8, "mass": 8,
"mount": "F", "mount": "F",
"name": "Pacifier", "name": "Pacifier",
"piercing": 52,
"power": 1.02, "power": 1.02,
"pp": "Zachary Hudson", "pp": "Zachary Hudson",
"rating": "C", "rating": "C",
"reload": 5,
"rof": 4.5, "rof": 4.5,
"thermload": 1, "speed": 1000,
"thermload": 1.1,
"type": "K" "type": "K"
} }
] ]

View File

@@ -0,0 +1,26 @@
{
"hs": [
{
"ammo": 2,
"class": 0,
"clip": 1,
"cost": 3500,
"distdraw": 2,
"drain": 100,
"duration": 10,
"edID": 128049519,
"eddbID": 886,
"eps": 0.4,
"grp": "hs",
"id": "02",
"integrity": 20,
"mass": 1.3,
"name": "Heat Sink Launcher",
"passive": 1,
"power": 0.2,
"rating": "I",
"reload": 10,
"rof": 0.2
}
]
}

View File

@@ -2,77 +2,78 @@
"nl": [ "nl": [
{ {
"ammo": 36, "ammo": 36,
"armourpen": 60, "breachdmg": 0,
"breachdps": 0,
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
"class": 1, "class": 1,
"clip": 3, "clip": 3,
"cost": 24260, "cost": 24260,
"dps": 44, "damage": 44,
"distdraw": 0,
"edID": 128049500, "edID": 128049500,
"eddbID": 880, "eddbID": 880,
"eps": 0,
"grp": "nl", "grp": "nl",
"hps": 5,
"id": "2j", "id": "2j",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "F", "mount": "F",
"piercing": 60,
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 2, "reload": 2,
"rof": 1, "rof": 1,
"thermload": 5,
"type": "ET" "type": "ET"
}, },
{ {
"ammo": 36, "ammo": 36,
"armourpen": 60, "breachdmg": 0,
"breachdps": 0,
"breachmax": 0,
"breachmin": 0,
"class": 2,
"clip": 3,
"cost": 294080,
"dps": 44,
"edID": 128049501,
"eddbID": 881,
"eps": 0,
"grp": "nl",
"hps": 7.5,
"id": "2k",
"integrity": 51,
"mass": 4,
"mount": "F",
"power": 0.4,
"rating": "I",
"reload": 2,
"rof": 1,
"type": "ET"
},
{
"ammo": 36,
"armourpen": "C",
"breachdps": 0,
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
"class": 1, "class": 1,
"clip": 3, "clip": 3,
"cost": 36400, "cost": 36400,
"dps": 32, "damage": 32,
"distdraw": 0,
"edID": 128671448, "edID": 128671448,
"eddbID": 1523, "eddbID": 1523,
"grp": "nl", "grp": "nl",
"hps": 5,
"id": "kp", "id": "kp",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "F", "mount": "F",
"name": "Shock Mine Launcher", "name": "Shock Mine Launcher",
"piercing": 60,
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 2, "reload": 2,
"rof": 1, "rof": 1,
"thermload": 5,
"type": "ET"
},
{
"ammo": 36,
"breachdmg": 0,
"breachmax": 0,
"breachmin": 0,
"class": 2,
"clip": 3,
"cost": 294080,
"damage": 44,
"distdraw": 0,
"edID": 128049501,
"eddbID": 881,
"grp": "nl",
"id": "2k",
"integrity": 51,
"mass": 4,
"mount": "F",
"piercing": 60,
"power": 0.4,
"rating": "I",
"reload": 2,
"rof": 1,
"thermload": 7.5,
"type": "ET" "type": "ET"
} }
] ]

View File

@@ -1,62 +1,66 @@
{ {
"ml": [ "ml": [
{ {
"armourpen": 18, "breachdmg": 0.3,
"breachdps": 0.3,
"breachmax": 0.2, "breachmax": 0.2,
"breachmin": 0.1, "breachmin": 0.1,
"class": 1, "class": 1,
"cost": 6800, "cost": 6800,
"dps": 2, "damage": 2,
"distdraw": 1.5,
"edID": 128049525, "edID": 128049525,
"eddbID": 888, "eddbID": 888,
"eps": 1.5,
"grp": "ml", "grp": "ml",
"hps": 2,
"id": "2l", "id": "2l",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "F", "mount": "F",
"piercing": 18,
"power": 0.5, "power": 0.5,
"rating": "D" "rating": "D",
"thermload": 2
}, },
{ {
"armourpen": 18, "breachdmg": 0.6,
"breachdps": 0.6, "breachmax": 0.2,
"breachmin": 0.1,
"class": 1,
"cost": 13600,
"damage": 8,
"distdraw": 1.75,
"eddbID": 1479,
"grp": "ml",
"id": "ml",
"integrity": 40,
"mass": 2,
"mount": "F",
"name": "Mining Lance",
"piercing": "D",
"power": 0.7,
"pp": "Zemina Torval",
"rating": "D",
"thermload": 6,
"type": "T"
},
{
"breachdmg": 1.2,
"breachmax": 0.2, "breachmax": 0.2,
"breachmin": 0.1, "breachmin": 0.1,
"class": 2, "class": 2,
"cost": 22580, "cost": 22580,
"dps": 4, "damage": 8,
"distdraw": 1.75,
"edID": 128049526, "edID": 128049526,
"eddbID": 889, "eddbID": 889,
"eps": 3,
"grp": "ml", "grp": "ml",
"hps": 4,
"id": "2m", "id": "2m",
"integrity": 51, "integrity": 51,
"mass": 2, "mass": 2,
"mount": "F", "mount": "F",
"piercing": 18,
"power": 0.75, "power": 0.75,
"rating": "D"
},
{
"armourpen": "D",
"class": 1,
"cost": 13600,
"damage": 3,
"dps": 3,
"eddbID": 1479,
"grp": "ml",
"id": "ml",
"mass": 2,
"mount": "F",
"name": "Mining Lance",
"power": 0.7,
"pp": "Zemina Torval",
"rating": "D", "rating": "D",
"thermload": 3, "thermload": 4
"type": "T"
} }
] ]
} }

View File

@@ -1,38 +1,64 @@
{ {
"mr": [ "mr": [
{ {
"ammo": 48, "ammo": 16,
"armourpen": 60, "breachdmg": 20,
"breachdps": 4.8, "breachmax": 1,
"breachmax": 0, "breachmin": 1,
"breachmin": 0, "class": 1,
"class": 2, "clip": 8,
"clip": 12, "cost": 32180,
"cost": 190227, "damage": 50,
"dps": 25, "distdraw": 0.24,
"eddbID": 1559, "edID": 128666724,
"eps": 0.12, "eddbID": 1326,
"grp": "mr", "grp": "mr",
"hps": 1.08, "id": "2d",
"id": "1z", "integrity": 40,
"integrity": 51, "mass": 2,
"mass": 4,
"missile": "D", "missile": "D",
"mount": "F", "mount": "F",
"name": "Rocket Propelled FSD Disruptor", "piercing": 60,
"power": 1.2, "power": 0.4,
"pp": "Yuri Grom",
"rating": "B", "rating": "B",
"reload": 5,
"rof": 0.5, "rof": 0.5,
"speed": 750, "speed": 750,
"thermload": 3.6,
"type": "E"
},
{
"ammo": 6,
"breachdmg": 16,
"breachmax": 0,
"breachmin": 0,
"class": 1,
"clip": 6,
"cost": 72600,
"damage": 40,
"distdraw": 0.24,
"edID": 128049492,
"eddbID": 878,
"grp": "mr",
"id": "2e",
"integrity": 40,
"mass": 2,
"missile": "S",
"mount": "F",
"piercing": 60,
"power": 0.6,
"rating": "B",
"reload": 12,
"rof": 0.333,
"speed": 625,
"thermload": 3.6,
"type": "E" "type": "E"
}, },
{ {
"ammo": 48, "ammo": 48,
"armourpen": 60, "breachdmg": 20,
"breachdps": 0, "breachmax": 1,
"breachmax": 0, "breachmin": 1,
"breachmin": 0,
"class": 2, "class": 2,
"clip": 12, "clip": 12,
"cost": 240400, "cost": 240400,
@@ -47,23 +73,24 @@
"mass": 4, "mass": 4,
"missile": "D", "missile": "D",
"mount": "F", "mount": "F",
"piercing": 60,
"power": 1.2, "power": 1.2,
"rating": "B", "rating": "B",
"reload": 5, "reload": 5,
"roundspershot": 1, "rof": 0.5,
"speed": 750, "speed": 750,
"type": "E" "type": "E"
}, },
{ {
"ammo": 18, "ammo": 18,
"armourpen": 60, "breachdmg": 16,
"breachdps": 0,
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
"class": 2, "class": 2,
"clip": 6, "clip": 6,
"cost": 512400, "cost": 512400,
"dps": 13.3, "damage": 40,
"distdraw": 0.24,
"edID": 128049493, "edID": 128049493,
"eddbID": 879, "eddbID": 879,
"eps": 0.07, "eps": 0.07,
@@ -74,90 +101,65 @@
"mass": 4, "mass": 4,
"missile": "S", "missile": "S",
"mount": "F", "mount": "F",
"piercing": 60,
"power": 1.2, "power": 1.2,
"rating": "B", "rating": "B",
"reload": 12, "reload": 12,
"roundspershot": 1, "rof": 0.333,
"speed": 625, "speed": 625,
"thermload": 3.6,
"type": "E" "type": "E"
}, },
{ {
"ammo": 16, "ammo": 48,
"armourpen": 60, "breachdmg": 16,
"breachdps": 0,
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
"class": 1, "class": 2,
"clip": 8, "clip": 12,
"cost": 32180, "cost": 190227,
"dps": 25, "damage": 40,
"edID": 128666724, "distdraw": 0.24,
"eddbID": 1326, "eddbID": 1559,
"eps": 0.12,
"grp": "mr", "grp": "mr",
"hps": 1.8, "id": "1z",
"id": "2d", "integrity": 51,
"integrity": 40, "mass": 4,
"mass": 2,
"missile": "D", "missile": "D",
"mount": "F", "mount": "F",
"power": 0.4, "name": "Rocket Propelled FSD Disruptor",
"piercing": 60,
"power": 1.2,
"pp": "Yuri Grom",
"rating": "B", "rating": "B",
"reload": 5, "reload": 5,
"rof": 0.5, "rof": 0.333,
"roundspershot": 1,
"speed": 750, "speed": 750,
"type": "E" "thermload": 3.6,
},
{
"ammo": 6,
"armourpen": 60,
"breachdps": 0,
"breachmax": 0,
"breachmin": 0,
"class": 1,
"clip": 6,
"cost": 72600,
"dps": 13.3,
"edID": 128049492,
"eddbID": 878,
"eps": 0.07,
"grp": "mr",
"hps": 1.08,
"id": "2e",
"integrity": 40,
"mass": 2,
"missile": "S",
"mount": "F",
"power": 0.6,
"rating": "B",
"reload": 12,
"rof": 0.3,
"roundspershot": 1,
"speed": 625,
"type": "E" "type": "E"
}, },
{ {
"ammo": 120, "ammo": 120,
"armourpen": 60, "breachdmg": 6,
"breachdps": 3.6,
"breachmax": 0, "breachmax": 0,
"breachmin": 0, "breachmin": 0,
"class": 2, "class": 2,
"clip": 12, "clip": 12,
"cost": 768600, "cost": 768600,
"dps": 72, "damage": 7.5,
"distdraw": 0.24,
"edID": 128671344, "edID": 128671344,
"eddbID": 1480, "eddbID": 1480,
"eps": 0.48, "eps": 1.92,
"grp": "mr", "grp": "mr",
"hps": 7.2, "hps": 28.8,
"id": "Ph", "id": "Ph",
"integrity": 51, "integrity": 51,
"mass": 4, "mass": 4,
"missile": "S", "missile": "S",
"mount": "F", "mount": "F",
"name": "Pack-Hound", "name": "Pack-Hound",
"piercing": 60,
"power": 1.2, "power": 1.2,
"pp": "Li Yong-Rui", "pp": "Li Yong-Rui",
"rating": "B", "rating": "B",
@@ -165,6 +167,7 @@
"rof": 2, "rof": 2,
"roundspershot": 4, "roundspershot": 4,
"speed": 600, "speed": 600,
"thermload": 3.6,
"type": "E" "type": "E"
} }
] ]

View File

@@ -2,303 +2,302 @@
"mc": [ "mc": [
{ {
"ammo": 2100, "ammo": 2100,
"armourpen": 68, "breachdmg": 1,
"breachdps": 25.2,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 4,
"clip": 90,
"cost": 1177600,
"dps": 28,
"edID": 128049458,
"eddbID": 1542,
"eps": 1.44,
"grp": "mc",
"hps": 2.4,
"id": "7n",
"integrity": 80,
"mass": 16,
"mount": "F",
"power": 0.73,
"range": 4000,
"rating": "A",
"reload": 4,
"rof": 3,
"roundspershot": 2,
"speed": 1600,
"type": "K"
},
{
"ammo": 2100,
"armourpen": 68,
"breachdps": 21.08,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 4,
"clip": 90,
"cost": 6377600,
"dps": 23.3,
"edID": 128681996,
"eddbID": 1546,
"eps": 2.516,
"grp": "mc",
"hps": 3.4,
"id": "7o",
"integrity": 80,
"mass": 16,
"mount": "G",
"power": 1.22,
"range": 4000,
"rating": "A",
"reload": 4,
"rof": 3.4,
"roundspershot": 2,
"speed": 1600,
"type": "K"
},
{
"ammo": 2100,
"armourpen": 54,
"breachdps": 20.65,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"clip": 90,
"cost": 140400,
"dps": 23.1,
"edID": 128049457,
"eddbID": 1541,
"eps": 1.062,
"grp": "mc",
"hps": 1.77,
"id": "7k",
"integrity": 64,
"mass": 8,
"mount": "F",
"power": 0.64,
"range": 4000,
"rating": "C",
"reload": 4,
"rof": 5.9,
"roundspershot": 1,
"speed": 1600,
"type": "K"
},
{
"ammo": 2100,
"armourpen": 54,
"breachdps": 17.42,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"clip": 90,
"cost": 578436,
"dps": 18.9,
"edID": 128049461,
"eddbID": 1543,
"eps": 1.675,
"grp": "mc",
"hps": 2.01,
"id": "7l",
"integrity": 64,
"mass": 8,
"mount": "G",
"power": 0.97,
"range": 4000,
"rating": "C",
"reload": 4,
"rof": 6.7,
"roundspershot": 1,
"speed": 1600,
"type": "K"
},
{
"ammo": 2100,
"armourpen": 37,
"breachdps": 14.2,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"clip": 90,
"cost": 38000,
"dps": 15.6,
"edID": 128049456,
"eddbID": 868,
"eps": 0.781,
"grp": "mc",
"hps": 1.42,
"id": "26",
"integrity": 51,
"mass": 4,
"mount": "F",
"power": 0.46,
"range": 4000,
"rating": "E",
"reload": 4,
"rof": 7.1,
"roundspershot": 1,
"speed": 1600,
"type": "K"
},
{
"ammo": 2100,
"armourpen": 37,
"breachdps": 11.55,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"clip": 90,
"cost": 57000,
"dps": 12.6,
"edID": 128049460,
"eddbID": 870,
"eps": 1.078,
"grp": "mc",
"hps": 1.54,
"id": "27",
"integrity": 51,
"mass": 4,
"mount": "G",
"power": 0.64,
"range": 4000,
"rating": "F",
"reload": 4,
"rof": 7.7,
"roundspershot": 1,
"speed": 1600,
"type": "K"
},
{
"ammo": 2100,
"armourpen": 37,
"breachdps": 6.82,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"clip": 90,
"cost": 1292800,
"dps": 7.3,
"edID": 128049463,
"eddbID": 872,
"eps": 0.372,
"grp": "mc",
"hps": 0.62,
"id": "28",
"integrity": 51,
"mass": 4,
"mount": "T",
"power": 0.5,
"range": 4000,
"rating": "F",
"reload": 4,
"rof": 6.2,
"roundspershot": 1,
"speed": 1600,
"type": "K"
},
{
"ammo": 2100,
"armourpen": 22,
"breachdps": 7.7,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 1, "class": 1,
"clip": 90, "clip": 90,
"cost": 9500, "cost": 9500,
"dps": 8.6, "damage": 1.12,
"distdraw": 0.06,
"edID": 128049455, "edID": 128049455,
"eddbID": 867, "eddbID": 867,
"eps": 0.462,
"grp": "mc", "grp": "mc",
"hps": 0.77,
"id": "23", "id": "23",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "F", "mount": "F",
"piercing": 22,
"power": 0.28, "power": 0.28,
"range": 4000, "range": 4000,
"rating": "F", "rating": "F",
"reload": 4, "reload": 4,
"rof": 7.7, "rof": 7.69,
"roundspershot": 1,
"speed": 1600, "speed": 1600,
"thermload": 0.1,
"type": "K" "type": "K"
}, },
{ {
"ammo": 2100, "ammo": 2100,
"armourpen": 22, "breachdmg": 0.7,
"breachdps": 5.8,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 1, "class": 1,
"clip": 90, "clip": 90,
"cost": 14250, "cost": 14250,
"dps": 6.8, "damage": 0.82,
"distdraw": 0.07,
"edID": 128049459, "edID": 128049459,
"eddbID": 869, "eddbID": 869,
"eps": 0.58,
"grp": "mc", "grp": "mc",
"hps": 0.83,
"id": "24", "id": "24",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "G", "mount": "G",
"piercing": 22,
"power": 0.37, "power": 0.37,
"range": 4000, "range": 4000,
"rating": "G", "rating": "G",
"reload": 4, "reload": 4,
"rof": 8.3, "rof": 8.33,
"roundspershot": 1,
"speed": 1600, "speed": 1600,
"thermload": 0.1,
"type": "K" "type": "K"
}, },
{ {
"ammo": 2100, "ammo": 2100,
"armourpen": 22, "breachdmg": 0.5,
"breachdps": 3.55,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 1, "class": 1,
"clip": 90, "clip": 90,
"cost": 81600, "cost": 81600,
"dps": 4, "damage": 0.56,
"distdraw": 0.03,
"edID": 128049462, "edID": 128049462,
"eddbID": 871, "eddbID": 871,
"eps": 0.213,
"grp": "mc", "grp": "mc",
"hps": 0,
"id": "25", "id": "25",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "T", "mount": "T",
"piercing": 22,
"power": 0.26, "power": 0.26,
"range": 4000, "range": 4000,
"rating": "G", "rating": "G",
"reload": 4, "reload": 4,
"rof": 7.1, "rof": 7.14,
"roundspershot": 1,
"speed": 1600, "speed": 1600,
"thermload": 0,
"type": "K" "type": "K"
}, },
{ {
"ammo": 1000, "ammo": 1000,
"armourpen": "A", "breachdmg": 2.7,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 1, "class": 1,
"clip": 60, "clip": 60,
"cost": 13980, "cost": 13980,
"damage": 4, "damage": 3,
"dps": 4, "distdraw": 0.12,
"eddbID": 1481, "eddbID": 1481,
"grp": "mc", "grp": "mc",
"id": "e0", "id": "e0",
"integrity": 40,
"mass": 2, "mass": 2,
"mount": "F", "mount": "F",
"name": "Enforcer", "name": "Enforcer",
"piercing": "A",
"power": 0.28, "power": 0.28,
"pp": "Pranav Antal", "pp": "Pranav Antal",
"range": 4500,
"rating": "F", "rating": "F",
"reload": 8,
"rof": 4.3, "rof": 4.3,
"thermload": 1, "speed": 1800,
"thermload": 0.2,
"type": "K"
},
{
"ammo": 2100,
"breachdmg": 2,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"clip": 90,
"cost": 38000,
"damage": 2.19,
"distdraw": 0.11,
"edID": 128049456,
"eddbID": 868,
"grp": "mc",
"id": "26",
"integrity": 51,
"mass": 4,
"mount": "F",
"piercing": 37,
"power": 0.46,
"range": 4000,
"rating": "E",
"reload": 4,
"rof": 7.14,
"speed": 1600,
"thermload": 0.2,
"type": "K"
},
{
"ammo": 2100,
"breachdmg": 1.5,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"clip": 90,
"cost": 57000,
"damage": 1.64,
"distdraw": 0.14,
"edID": 128049460,
"eddbID": 870,
"grp": "mc",
"id": "27",
"integrity": 51,
"mass": 4,
"mount": "G",
"piercing": 37,
"power": 0.64,
"range": 4000,
"rating": "F",
"reload": 4,
"rof": 7.69,
"speed": 1600,
"thermload": 0.2,
"type": "K"
},
{
"ammo": 2100,
"breachdmg": 1.1,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"clip": 90,
"cost": 1292800,
"damage": 1.17,
"distdraw": 0.06,
"edID": 128049463,
"eddbID": 872,
"grp": "mc",
"id": "28",
"integrity": 51,
"mass": 4,
"mount": "T",
"piercing": 37,
"power": 0.5,
"range": 4000,
"rating": "F",
"reload": 4,
"rof": 6.25,
"speed": 1600,
"thermload": 0.1,
"type": "K"
},
{
"ammo": 2100,
"breachdmg": 3.5,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"clip": 90,
"cost": 140400,
"damage": 3.93,
"distdraw": 0.18,
"edID": 128049457,
"eddbID": 1541,
"grp": "mc",
"id": "7k",
"integrity": 64,
"mass": 8,
"mount": "F",
"piercing": 54,
"power": 0.64,
"range": 4000,
"rating": "C",
"reload": 4,
"rof": 5.88,
"speed": 1600,
"thermload": 0.3,
"type": "K"
},
{
"ammo": 2100,
"breachdmg": 2.6,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"clip": 90,
"cost": 578436,
"damage": 2.84,
"distdraw": 0.25,
"edID": 128049461,
"eddbID": 1543,
"grp": "mc",
"id": "7l",
"integrity": 64,
"mass": 8,
"mount": "G",
"piercing": 54,
"power": 0.97,
"range": 4000,
"rating": "C",
"reload": 4,
"rof": 6.665,
"speed": 1600,
"thermload": 0.3,
"type": "K"
},
{
"ammo": 2100,
"breachdmg": 4.2,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 4,
"clip": 90,
"cost": 1177600,
"damage": 4.62,
"distdraw": 0.24,
"edID": 128049458,
"eddbID": 1542,
"grp": "mc",
"id": "7n",
"integrity": 80,
"mass": 16,
"mount": "F",
"piercing": 68,
"power": 0.73,
"range": 4000,
"rating": "A",
"reload": 4,
"rof": 3.03,
"roundspershot": 2,
"speed": 1600,
"thermload": 0.4,
"type": "K"
},
{
"ammo": 2100,
"breachdmg": 3.1,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 4,
"clip": 90,
"cost": 6377600,
"damage": 3.46,
"distdraw": 0.37,
"edID": 128681996,
"eddbID": 1546,
"grp": "mc",
"id": "7o",
"integrity": 80,
"mass": 16,
"mount": "G",
"piercing": 68,
"power": 1.22,
"range": 4000,
"rating": "A",
"reload": 4,
"rof": 3.365,
"roundspershot": 2,
"speed": 1600,
"thermload": 0.5,
"type": "K" "type": "K"
} }
] ]

View File

@@ -2,116 +2,112 @@
"pa": [ "pa": [
{ {
"ammo": 100, "ammo": 100,
"armourpen": 85, "breachdmg": 44.2,
"breachdps": 30.62,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 4,
"clip": 5,
"cost": 13793600,
"dps": 30,
"edID": 128049467,
"eddbID": 875,
"eps": 6.312,
"grp": "pa",
"hps": 8.85,
"id": "2c",
"integrity": 80,
"mass": 16,
"mount": "F",
"power": 2.63,
"range": 3500,
"rating": "A",
"reload": 8,
"rof": 0.3,
"roundspershot": 1,
"speed": 875,
"type": "KT"
},
{
"ammo": 100,
"armourpen": 70,
"breachdps": 20.4,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"clip": 5,
"cost": 3051200,
"dps": 23.2,
"edID": 128049466,
"eddbID": 874,
"eps": 4.08,
"grp": "pa",
"hps": 6.54,
"id": "2b",
"integrity": 64,
"mass": 8,
"mount": "F",
"power": 1.97,
"range": 3500,
"rating": "B",
"reload": 8,
"rof": 0.3,
"roundspershot": 1,
"speed": 875,
"type": "KT"
},
{
"ammo": 100,
"armourpen": 55,
"breachdps": 13.26,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 2, "class": 2,
"clip": 5, "clip": 5,
"cost": 834200, "cost": 834200,
"dps": 17.2, "damage": 52,
"distdraw": 8.65,
"edID": 128049465, "edID": 128049465,
"eddbID": 873, "eddbID": 873,
"eps": 2.595,
"grp": "pa", "grp": "pa",
"hps": 4.68,
"id": "1g", "id": "1g",
"integrity": 51, "integrity": 51,
"mass": 4, "mass": 4,
"mount": "F", "mount": "F",
"piercing": 55,
"power": 1.43, "power": 1.43,
"range": 3500, "range": 3500,
"rating": "C", "rating": "C",
"reload": 8, "reload": 8,
"rof": 0.3, "rof": 0.33,
"roundspershot": 1,
"speed": 875, "speed": 875,
"thermload": 15.6,
"type": "KT"
},
{
"ammo": 100,
"breachdmg": 68,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"clip": 5,
"cost": 3051200,
"damage": 79.93,
"distdraw": 13.6,
"edID": 128049466,
"eddbID": 874,
"grp": "pa",
"id": "2b",
"integrity": 64,
"mass": 8,
"mount": "F",
"piercing": 70,
"power": 1.97,
"range": 3500,
"rating": "B",
"reload": 8,
"rof": 0.29,
"speed": 875,
"thermload": 21.8,
"type": "KT" "type": "KT"
}, },
{ {
"ammo": 300, "ammo": 300,
"armourpen": 70, "breachdmg": 28.1,
"breachdps": 22.48,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 3, "class": 3,
"clip": 20, "clip": 20,
"cost": 4119120, "cost": 4119120,
"dps": 27.5, "damage": 33,
"distdraw": 5.5,
"edID": 128671339, "edID": 128671339,
"eddbID": 1482, "eddbID": 1482,
"eps": 4.4,
"grp": "pa", "grp": "pa",
"hps": 8.8,
"id": "Ap", "id": "Ap",
"integrity": 64, "integrity": 64,
"mass": 8, "mass": 8,
"mount": "F", "mount": "F",
"name": "Advanced Plasma Accelerator", "name": "Advanced Plasma Accelerator",
"piercing": 70,
"power": 1.97, "power": 1.97,
"pp": "Denton Patreus", "pp": "Denton Patreus",
"range": 3500, "range": 3500,
"rating": "B", "rating": "B",
"reload": 8, "reload": 8,
"rof": 0.8, "rof": 0.8,
"roundspershot": 1,
"speed": 875, "speed": 875,
"thermload": 11,
"type": "KT"
},
{
"ammo": 100,
"breachdmg": 102,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 4,
"clip": 5,
"cost": 13793600,
"damage": 120,
"distdraw": 21.04,
"edID": 128049467,
"eddbID": 875,
"grp": "pa",
"id": "2c",
"integrity": 80,
"mass": 16,
"mount": "F",
"piercing": 85,
"power": 2.63,
"range": 3500,
"rating": "A",
"reload": 8,
"rof": 0.25,
"speed": 875,
"thermload": 29.5,
"type": "KT" "type": "KT"
} }
] ]

View File

@@ -0,0 +1,29 @@
{
"po": [
{
"ammo": 10000,
"burst": 4,
"burstrof": 15,
"class": 0,
"clip": 50,
"cost": 18550,
"edID": 128049522,
"eddbID": 887,
"grp": "po",
"id": "03",
"integrity": 30,
"jitter": 1.5,
"mass": 0.5,
"name": "Point Defence",
"passive": 1,
"power": 0.2,
"range": 2500,
"rating": "I",
"reload": 0,
"rof": 10,
"speed": 1000,
"thermload": 0.1,
"type": "K"
}
]
}

View File

@@ -1,276 +1,280 @@
{ {
"pl": [ "pl": [
{ {
"armourpen": 65, "breachdmg": 2.04,
"breachdps": 22.62,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 4,
"cost": 177600,
"dps": 26.9,
"edID": 128049384,
"eddbID": 1539,
"eps": 4.264,
"grp": "pl",
"hps": 4.16,
"id": "7q",
"integrity": 80,
"mass": 16,
"mount": "F",
"power": 1.33,
"range": 3000,
"rating": "A",
"rof": 2.6,
"type": "T"
},
{
"armourpen": 65,
"breachdps": 18.48,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 4,
"cost": 877600,
"dps": 21.7,
"edID": 128681995,
"eddbID": 1545,
"eps": 4.368,
"grp": "pl",
"hps": 4.48,
"id": "7r",
"integrity": 80,
"mass": 16,
"mount": "G",
"power": 1.37,
"range": 3000,
"rating": "A",
"rof": 2.8,
"type": "T"
},
{
"armourpen": 52,
"breachdps": 15.3,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"cost": 70400,
"dps": 18.1,
"edID": 128049383,
"eddbID": 825,
"eps": 2.88,
"grp": "pl",
"hps": 3,
"id": "1d",
"integrity": 64,
"mass": 8,
"mount": "F",
"power": 0.9,
"range": 3000,
"rating": "D",
"rof": 3,
"type": "T"
},
{
"armourpen": 52,
"breachdps": 12.48,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"cost": 140600,
"dps": 14.8,
"edID": 128049387,
"eddbID": 828,
"eps": 2.944,
"grp": "pl",
"hps": 2.88,
"id": "1e",
"integrity": 64,
"mass": 8,
"mount": "G",
"power": 0.92,
"range": 3000,
"rating": "E",
"rof": 3.2,
"type": "T"
},
{
"armourpen": 52,
"breachdps": 8.1,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"cost": 400400,
"dps": 9.5,
"edID": 128049390,
"eddbID": 831,
"eps": 1.512,
"grp": "pl",
"hps": 1.62,
"id": "1f",
"integrity": 64,
"mass": 8,
"mount": "T",
"power": 0.89,
"range": 3000,
"rating": "F",
"rof": 2.7,
"type": "T"
},
{
"armourpen": 35,
"breachdps": 10.2,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"cost": 17600,
"dps": 12.1,
"edID": 128049382,
"eddbID": 824,
"eps": 1.904,
"grp": "pl",
"hps": 2.04,
"id": "1a",
"integrity": 51,
"mass": 4,
"mount": "F",
"power": 0.6,
"range": 3000,
"rating": "F",
"rof": 3.4,
"type": "T"
},
{
"armourpen": 35,
"breachdps": 8.28,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"cost": 35400,
"dps": 9.6,
"edID": 128049386,
"eddbID": 827,
"eps": 1.944,
"grp": "pl",
"hps": 1.8,
"id": "1b",
"integrity": 51,
"mass": 4,
"mount": "G",
"power": 0.6,
"range": 3000,
"rating": "F",
"rof": 3.6,
"type": "T"
},
{
"armourpen": 35,
"breachdps": 5.1,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"cost": 132800,
"dps": 6.2,
"edID": 128049389,
"eddbID": 830,
"eps": 1,
"grp": "pl",
"hps": 0.9,
"id": "1c",
"integrity": 51,
"mass": 4,
"mount": "T",
"power": 0.58,
"range": 3000,
"rating": "F",
"rof": 3,
"type": "T"
},
{
"armourpen": 20,
"breachdps": 6.46,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 1, "class": 1,
"cost": 2200, "cost": 2200,
"dps": 7.9, "damage": 2.04,
"distdraw": 0.33,
"edID": 128049381, "edID": 128049381,
"eddbID": 823, "eddbID": 823,
"eps": 1.254,
"grp": "pl", "grp": "pl",
"hps": 1.14,
"id": "17", "id": "17",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "F", "mount": "F",
"piercing": 20,
"power": 0.39, "power": 0.39,
"range": 3000, "range": 3000,
"rating": "F", "rating": "F",
"rof": 3.8, "rof": 3.847,
"thermload": 0.3,
"type": "T" "type": "T"
}, },
{ {
"armourpen": 20, "breachdmg": 1.3,
"breachdps": 5.2,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 1, "class": 1,
"cost": 6600, "cost": 6600,
"dps": 6.2, "damage": 1.56,
"distdraw": 0.31,
"edID": 128049385, "edID": 128049385,
"eddbID": 826, "eddbID": 826,
"eps": 1.24,
"grp": "pl", "grp": "pl",
"hps": 1.2,
"id": "18", "id": "18",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "G", "mount": "G",
"piercing": 20,
"power": 0.39, "power": 0.39,
"range": 3000, "range": 3000,
"rating": "G", "rating": "G",
"rof": 4, "rof": 3.987,
"thermload": 0.3,
"type": "T" "type": "T"
}, },
{ {
"armourpen": 20, "breachdmg": 1,
"breachdps": 3.3,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 1, "class": 1,
"cost": 26000, "cost": 26000,
"dps": 4, "damage": 1.18,
"distdraw": 0.19,
"edID": 128049388, "edID": 128049388,
"eddbID": 829, "eddbID": 829,
"eps": 0.627,
"grp": "pl", "grp": "pl",
"hps": 6.6,
"id": "19", "id": "19",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "T", "mount": "T",
"piercing": 20,
"power": 0.38, "power": 0.38,
"range": 3000, "range": 3000,
"rating": "G", "rating": "G",
"rof": 3.3, "rof": 3.339,
"thermload": 0.2,
"type": "T" "type": "T"
}, },
{ {
"armourpen": "A", "breachdmg": 3,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"cost": 17600,
"damage": 3.49,
"distdraw": 0.56,
"edID": 128049382,
"eddbID": 824,
"grp": "pl",
"id": "1a",
"integrity": 51,
"mass": 4,
"mount": "F",
"piercing": 35,
"power": 0.6,
"range": 3000,
"rating": "F",
"rof": 3.448,
"thermload": 0.6,
"type": "T"
},
{
"breachdmg": 2.3,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"cost": 35400,
"damage": 2.68,
"distdraw": 0.54,
"edID": 128049386,
"eddbID": 827,
"grp": "pl",
"id": "1b",
"integrity": 51,
"mass": 4,
"mount": "G",
"piercing": 35,
"power": 0.6,
"range": 3000,
"rating": "F",
"rof": 3.567,
"thermload": 0.5,
"type": "T"
},
{
"breachdmg": 1.7,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2,
"cost": 132800,
"damage": 2.04,
"distdraw": 0.33,
"edID": 128049389,
"eddbID": 830,
"grp": "pl",
"id": "1c",
"integrity": 51,
"mass": 4,
"mount": "T",
"piercing": 35,
"power": 0.58,
"range": 3000,
"rating": "F",
"rof": 3.037,
"thermload": 0.3,
"type": "T"
},
{
"breachdmg": 2.4,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 2, "class": 2,
"cost": 26400, "cost": 26400,
"damage": 2, "damage": 2.8,
"dps": 2, "distdraw": 1,
"eddbID": 1483, "eddbID": 1483,
"grp": "pl", "grp": "pl",
"id": "PL", "id": "PL",
"integrity": 51,
"mass": 4, "mass": 4,
"mount": "F", "mount": "F",
"name": "Disruptor", "name": "Disruptor",
"piercing": "A",
"power": 0.7, "power": 0.7,
"pp": "Felicia Winters", "pp": "Felicia Winters",
"rating": "E", "rating": "E",
"rof": 1.6, "rof": 1.664,
"thermload": 1, "thermload": 1,
"type": "T" "type": "T"
},
{
"breachdmg": 5.1,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"cost": 70400,
"damage": 5.98,
"distdraw": 0.96,
"edID": 128049383,
"eddbID": 825,
"grp": "pl",
"id": "1d",
"integrity": 64,
"mass": 8,
"mount": "F",
"piercing": 52,
"power": 0.9,
"range": 3000,
"rating": "D",
"rof": 3.3,
"thermload": 1,
"type": "T"
},
{
"breachdmg": 3.9,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"cost": 140600,
"damage": 4.58,
"distdraw": 0.92,
"edID": 128049387,
"eddbID": 828,
"grp": "pl",
"id": "1e",
"integrity": 64,
"mass": 8,
"mount": "G",
"piercing": 52,
"power": 0.92,
"range": 3000,
"rating": "E",
"rof": 3.223,
"thermload": 0.9,
"type": "T"
},
{
"breachdmg": 3,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 3,
"cost": 400400,
"damage": 3.49,
"distdraw": 0.56,
"edID": 128049390,
"eddbID": 831,
"grp": "pl",
"id": "1f",
"integrity": 64,
"mass": 8,
"mount": "T",
"piercing": 52,
"power": 0.89,
"range": 3000,
"rating": "F",
"rof": 2.705,
"thermload": 0.6,
"type": "T"
},
{
"breachdmg": 8.7,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 4,
"cost": 177600,
"damage": 10.23,
"distdraw": 1.64,
"edID": 128049384,
"eddbID": 1539,
"grp": "pl",
"id": "7q",
"integrity": 80,
"mass": 16,
"mount": "F",
"piercing": 65,
"power": 1.33,
"range": 3000,
"rating": "A",
"rof": 2.633,
"thermload": 1.6,
"type": "T"
},
{
"breachdmg": 6.6,
"breachmax": 0.8,
"breachmin": 0.4,
"class": 4,
"cost": 877600,
"damage": 7.82,
"distdraw": 1.56,
"edID": 128681995,
"eddbID": 1545,
"grp": "pl",
"id": "7r",
"integrity": 80,
"mass": 16,
"mount": "G",
"piercing": 65,
"power": 1.37,
"range": 3000,
"rating": "A",
"rof": 2.777,
"thermload": 1.6,
"type": "T"
} }
] ]
} }

View File

@@ -2,76 +2,83 @@
"rg": [ "rg": [
{ {
"ammo": 30, "ammo": 30,
"armourpen": 30, "breachdmg": 22.2,
"breachdps": 35.2,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 1, "class": 1,
"clip": 1, "clip": 1,
"cost": 51600, "cost": 51600,
"dps": 37, "damage": 23.3,
"distdraw": 2.69,
"edID": 128049488, "edID": 128049488,
"eddbID": 876, "eddbID": 876,
"eps": 4.3,
"grp": "rg", "grp": "rg",
"hps": 28.48,
"id": "29", "id": "29",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"mount": "F", "mount": "F",
"piercing": 30,
"power": 1.15, "power": 1.15,
"range": 3000, "range": 3000,
"rating": "D", "rating": "D",
"reload": 1, "reload": 1,
"rof": 1.6, "rof": 1.6,
"thermload": 17.8,
"type": "KT" "type": "KT"
}, },
{ {
"ammo": 30, "ammo": 30,
"armourpen": 48, "breachdmg": 39.5,
"breachdps": 47.4,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.4, "breachmin": 0.4,
"class": 2, "class": 2,
"clip": 1, "clip": 1,
"cost": 412800, "cost": 412800,
"dps": 50, "damage": 41.5,
"distdraw": 5.11,
"edID": 128049489, "edID": 128049489,
"eddbID": 877, "eddbID": 877,
"eps": 6.132,
"grp": "rg", "grp": "rg",
"hps": 36,
"id": "2a", "id": "2a",
"integrity": 51, "integrity": 51,
"mass": 4, "mass": 4,
"mount": "F", "mount": "F",
"piercing": 48,
"power": 1.63, "power": 1.63,
"range": 3000, "range": 3000,
"rating": "B", "rating": "B",
"reload": 1, "reload": 1,
"rof": 1.2, "rof": 1.2,
"thermload": 30,
"type": "KT" "type": "KT"
}, },
{ {
"ammo": 90, "ammo": 90,
"armourpen": "A", "breachdmg": 14.3,
"breachmax": 0.8,
"breachmin": 0.4,
"burst": 3,
"burstrof": 6,
"class": 2, "class": 2,
"clip": 3, "clip": 3,
"cost": 619200, "cost": 619200,
"damage": 5, "damage": 15,
"dps": 5, "distdraw": 2,
"edID": 128671341, "edID": 128671341,
"eddbID": 1484, "eddbID": 1484,
"grp": "rg", "grp": "rg",
"id": "ih", "id": "ih",
"integrity": 51,
"mass": 4, "mass": 4,
"mount": "F", "mount": "F",
"name": "Imperial Hammer", "name": "Imperial Hammer",
"piercing": "A",
"power": 1.63, "power": 1.63,
"pp": "Arissa Lavigny-Duval", "pp": "Arissa Lavigny-Duval",
"rating": "B", "rating": "B",
"rof": 0.6, "reload": 1,
"thermload": 3, "rof": 4.1,
"thermload": 16,
"type": "KT" "type": "KT"
} }
] ]

View File

@@ -12,7 +12,7 @@
"passive": 1, "passive": 1,
"power": 0.2, "power": 0.2,
"rating": "E", "rating": "E",
"shieldmul": 0.04 "shieldboost": 0.04
}, },
{ {
"class": 0, "class": 0,
@@ -26,7 +26,7 @@
"passive": 1, "passive": 1,
"power": 0.5, "power": 0.5,
"rating": "D", "rating": "D",
"shieldmul": 0.08 "shieldboost": 0.08
}, },
{ {
"class": 0, "class": 0,
@@ -40,7 +40,7 @@
"passive": 1, "passive": 1,
"power": 0.7, "power": 0.7,
"rating": "C", "rating": "C",
"shieldmul": 0.12 "shieldboost": 0.12
}, },
{ {
"class": 0, "class": 0,
@@ -54,7 +54,7 @@
"passive": 1, "passive": 1,
"power": 1, "power": 1,
"rating": "B", "rating": "B",
"shieldmul": 0.16 "shieldboost": 0.16
}, },
{ {
"class": 0, "class": 0,
@@ -68,7 +68,7 @@
"passive": 1, "passive": 1,
"power": 1.2, "power": 1.2,
"rating": "A", "rating": "A",
"shieldmul": 0.2 "shieldboost": 0.2
} }
] ]
} }

View File

@@ -2,56 +2,56 @@
"tp": [ "tp": [
{ {
"ammo": 1, "ammo": 1,
"armourpen": 10000, "breachdmg": 60,
"breachdps": 60,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.6, "breachmin": 0.6,
"class": 1, "class": 1,
"clip": 1, "clip": 1,
"cost": 11200, "cost": 11200,
"dps": 120, "damage": 120,
"distdraw": 0,
"edID": 128049509, "edID": 128049509,
"eddbID": 882, "eddbID": 882,
"eps": 0,
"grp": "tp", "grp": "tp",
"hps": 45,
"id": "2h", "id": "2h",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"missile": "S", "missile": "S",
"mount": "F", "mount": "F",
"piercing": 10000,
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 5, "reload": 5,
"rof": 1, "rof": 1,
"speed": 250, "speed": 250,
"thermload": 45,
"type": "E" "type": "E"
}, },
{ {
"ammo": 2, "ammo": 2,
"armourpen": 10000, "breachdmg": 60,
"breachdps": 60,
"breachmax": 0.8, "breachmax": 0.8,
"breachmin": 0.6, "breachmin": 0.6,
"class": 2, "class": 2,
"clip": 1, "clip": 1,
"cost": 44800, "cost": 44800,
"dps": 120, "damage": 120,
"distdraw": 0,
"edID": 128049510, "edID": 128049510,
"eddbID": 883, "eddbID": 883,
"eps": 0,
"grp": "tp", "grp": "tp",
"hps": 50,
"id": "2i", "id": "2i",
"integrity": 51, "integrity": 51,
"mass": 4, "mass": 4,
"missile": "S", "missile": "S",
"mount": "F", "mount": "F",
"piercing": 10000,
"power": 0.4, "power": 0.4,
"rating": "I", "rating": "I",
"reload": 5, "reload": 5,
"rof": 1, "rof": 1,
"speed": 250, "speed": 250,
"thermload": 50,
"type": "E" "type": "E"
} }
] ]

View File

@@ -23,10 +23,13 @@ module.exports = {
nl: require('./hardpoints/mine_launcher').nl, nl: require('./hardpoints/mine_launcher').nl,
ml: require('./hardpoints/mining_laser').ml, ml: require('./hardpoints/mining_laser').ml,
cs: require('./hardpoints/cargo_scanner').cs, cs: require('./hardpoints/cargo_scanner').cs,
cm: require('./hardpoints/countermeasures').cm,
ws: require('./hardpoints/frame_shift_wake_scanner').ws, ws: require('./hardpoints/frame_shift_wake_scanner').ws,
kw: require('./hardpoints/kill_warrant_scanner').kw, kw: require('./hardpoints/kill_warrant_scanner').kw,
sb: require('./hardpoints/shield_booster').sb sb: require('./hardpoints/shield_booster').sb,
ch: require('./hardpoints/chaff_launcher').ch,
ec: require('./hardpoints/electronic_countermeasure').ec,
hs: require('./hardpoints/heat_sink_launcher').hs,
po: require('./hardpoints/point_defence').po
}, },
internal: { internal: {
am: require('./internal/auto_field_maintenance_unit').am, am: require('./internal/auto_field_maintenance_unit').am,

View File

@@ -9,9 +9,9 @@
"id": "B6", "id": "B6",
"mass": 1.3, "mass": 1.3,
"maxmass": 63, "maxmass": 63,
"maxmul": 0.4, "maxmul": 1.4,
"minmass": 13, "minmass": 13,
"minmul": 1.4, "minmul": 0.4,
"optmass": 25, "optmass": 25,
"optmul": 0.9, "optmul": 0.9,
"power": 1.2, "power": 1.2,
@@ -27,9 +27,9 @@
"id": "B5", "id": "B5",
"mass": 2.5, "mass": 2.5,
"maxmass": 138, "maxmass": 138,
"maxmul": 0.4, "maxmul": 1.4,
"minmass": 23, "minmass": 23,
"minmul": 1.4, "minmul": 0.4,
"optmass": 55, "optmass": 55,
"optmul": 0.9, "optmul": 0.9,
"power": 1.5, "power": 1.5,
@@ -45,9 +45,9 @@
"id": "B4", "id": "B4",
"mass": 5, "mass": 5,
"maxmass": 413, "maxmass": 413,
"maxmul": 0.4, "maxmul": 1.4,
"minmass": 83, "minmass": 83,
"minmul": 1.4, "minmul": 0.4,
"optmass": 165, "optmass": 165,
"optmul": 0.9, "optmul": 0.9,
"power": 1.8, "power": 1.8,
@@ -63,9 +63,9 @@
"id": "B3", "id": "B3",
"mass": 10, "mass": 10,
"maxmass": 713, "maxmass": 713,
"maxmul": 0.4, "maxmul": 1.4,
"minmass": 143, "minmass": 143,
"minmul": 1.4, "minmul": 0.4,
"optmass": 285, "optmass": 285,
"optmul": 0.9, "optmul": 0.9,
"power": 2.2, "power": 2.2,
@@ -81,9 +81,9 @@
"id": "B2", "id": "B2",
"mass": 20, "mass": 20,
"maxmass": 1013, "maxmass": 1013,
"maxmul": 0.4, "maxmul": 1.4,
"minmass": 203, "minmass": 203,
"minmul": 1.4, "minmul": 0.4,
"optmass": 405, "optmass": 405,
"optmul": 0.9, "optmul": 0.9,
"power": 2.6, "power": 2.6,
@@ -99,9 +99,9 @@
"id": "B1", "id": "B1",
"mass": 40, "mass": 40,
"maxmass": 1350, "maxmass": 1350,
"maxmul": 0.4, "maxmul": 1.4,
"minmass": 270, "minmass": 270,
"minmul": 1.4, "minmul": 0.4,
"optmass": 540, "optmass": 540,
"optmul": 0.9, "optmul": 0.9,
"power": 3.1, "power": 3.1,
@@ -117,9 +117,9 @@
"id": "B0", "id": "B0",
"mass": 80, "mass": 80,
"maxmass": 2650, "maxmass": 2650,
"maxmul": 0.4, "maxmul": 1.4,
"minmass": 530, "minmass": 530,
"minmul": 1.4, "minmul": 0.4,
"optmass": 1060, "optmass": 1060,
"optmul": 0.9, "optmul": 0.9,
"power": 3.5, "power": 3.5,
@@ -135,9 +135,9 @@
"id": "B7", "id": "B7",
"mass": 160, "mass": 160,
"maxmass": 4500, "maxmass": 4500,
"maxmul": 0.4, "maxmul": 1.4,
"minmass": 900, "minmass": 900,
"minmul": 1.4, "minmul": 0.4,
"optmass": 1800, "optmass": 1800,
"optmul": 0.9, "optmul": 0.9,
"power": 4, "power": 4,

View File

@@ -2,7 +2,8 @@
"pci": [ "pci": [
{ {
"class": 3, "class": 3,
"cost": -1, "cost": 26720,
"edID": 128734692,
"eddbID": 1568, "eddbID": 1568,
"grp": "pci", "grp": "pci",
"id": "mf", "id": "mf",
@@ -12,7 +13,8 @@
}, },
{ {
"class": 4, "class": 4,
"cost": -1, "cost": 56870,
"edID": 128727923,
"eddbID": 1569, "eddbID": 1569,
"grp": "pci", "grp": "pci",
"id": "mg", "id": "mg",
@@ -22,7 +24,8 @@
}, },
{ {
"class": 5, "class": 5,
"cost": -1, "cost": 92370,
"edID": 128734694,
"eddbID": 1570, "eddbID": 1570,
"grp": "pci", "grp": "pci",
"id": "mh", "id": "mh",
@@ -32,7 +35,8 @@
}, },
{ {
"class": 6, "class": 6,
"cost": -1, "cost": 184240,
"edID": 128727927,
"eddbID": 1571, "eddbID": 1571,
"grp": "pci", "grp": "pci",
"id": "mi", "id": "mi",

View File

@@ -2,7 +2,8 @@
"pce": [ "pce": [
{ {
"class": 2, "class": 2,
"cost": -1, "cost": 4320,
"edID": 128734690,
"eddbID": 1563, "eddbID": 1563,
"grp": "pce", "grp": "pce",
"id": "ma", "id": "ma",
@@ -12,7 +13,8 @@
}, },
{ {
"class": 3, "class": 3,
"cost": -1, "cost": 8670,
"edID": 128734691,
"eddbID": 1564, "eddbID": 1564,
"grp": "pce", "grp": "pce",
"id": "mb", "id": "mb",
@@ -22,7 +24,8 @@
}, },
{ {
"class": 4, "class": 4,
"cost": -1, "cost": 18960,
"edID": 128727922,
"eddbID": 1565, "eddbID": 1565,
"grp": "pce", "grp": "pce",
"id": "mc", "id": "mc",
@@ -32,7 +35,8 @@
}, },
{ {
"class": 5, "class": 5,
"cost": -1, "cost": 34960,
"edID": 128734693,
"eddbID": 1566, "eddbID": 1566,
"grp": "pce", "grp": "pce",
"id": "md", "id": "md",
@@ -42,7 +46,8 @@
}, },
{ {
"class": 6, "class": 6,
"cost": -1, "cost": 61420,
"edID": 12872926,
"eddbID": 1567, "eddbID": 1567,
"grp": "pce", "grp": "pce",
"id": "me", "id": "me",

View File

@@ -3,7 +3,8 @@
{ {
"bays": 2, "bays": 2,
"class": 7, "class": 7,
"cost": -1, "cost": 575660,
"edID": 128727930,
"eddbID": 1560, "eddbID": 1560,
"grp": "fh", "grp": "fh",
"id": "fh", "id": "fh",
@@ -15,7 +16,8 @@
{ {
"bays": 2, "bays": 2,
"class": 6, "class": 6,
"cost": -1, "cost": 1869350,
"edID": 128727931,
"eddbID": 1561, "eddbID": 1561,
"grp": "fh", "grp": "fh",
"id": "fm", "id": "fm",
@@ -27,7 +29,8 @@
{ {
"bays": 1, "bays": 1,
"class": 5, "class": 5,
"cost": -1, "cost": 2369330,
"edID": 128727932,
"eddbID": 1562, "eddbID": 1562,
"grp": "fh", "grp": "fh",
"id": "fr", "id": "fr",

View File

@@ -2,7 +2,8 @@
"pcm": [ "pcm": [
{ {
"class": 4, "class": 4,
"cost": -1, "cost": 170600,
"edID": 128727924,
"eddbID": 1572, "eddbID": 1572,
"grp": "pcm", "grp": "pcm",
"id": "mj", "id": "mj",
@@ -12,7 +13,8 @@
}, },
{ {
"class": 5, "class": 5,
"cost": -1, "cost": 340540,
"edID": 128734695,
"eddbID": 1573, "eddbID": 1573,
"grp": "pcm", "grp": "pcm",
"id": "mk", "id": "mk",
@@ -22,7 +24,8 @@
}, },
{ {
"class": 6, "class": 6,
"cost": -1, "cost": 552700,
"edID": 128727928,
"eddbID": 1574, "eddbID": 1574,
"grp": "pcm", "grp": "pcm",
"id": "ml", "id": "ml",

View File

@@ -1,243 +1,283 @@
{ {
"fi": [ "fi": [
{ {
"class": 4, "boot": 15,
"cost": 263420,
"edID": 128666707,
"eddbID": 1309,
"grp": "fi",
"id": "6p",
"mass": 10,
"power": 0.25,
"rangeRating": "B",
"rating": "E"
},
{
"class": 4,
"cost": 790270,
"edID": 128666711,
"eddbID": 1313,
"grp": "fi",
"id": "6o",
"mass": 4,
"power": 0.33,
"rangeRating": "A",
"rating": "D"
},
{
"class": 4,
"cost": 2370820,
"edID": 128666715,
"eddbID": 1317,
"grp": "fi",
"id": "6n",
"mass": 10,
"power": 0.41,
"rangeRating": "A",
"rating": "C"
},
{
"class": 4,
"cost": 7112450,
"edID": 128666719,
"eddbID": 1321,
"grp": "fi",
"id": "6m",
"mass": 16,
"power": 0.49,
"rangeRating": "A",
"rating": "B"
},
{
"class": 4,
"cost": 21337340,
"edID": 128666723,
"eddbID": 1325,
"grp": "fi",
"id": "6l",
"mass": 10,
"power": 0.57,
"rangeRating": "A",
"rating": "A"
},
{
"class": 3,
"cost": 94080,
"edID": 128666706,
"eddbID": 1308,
"grp": "fi",
"id": "6k",
"mass": 5,
"power": 0.2,
"rangeRating": "C",
"rating": "E"
},
{
"class": 3,
"cost": 282240,
"edID": 128666710,
"eddbID": 1312,
"grp": "fi",
"id": "6j",
"mass": 2,
"power": 0.27,
"rangeRating": "B",
"rating": "D"
},
{
"class": 3,
"cost": 846720,
"edID": 128666714,
"eddbID": 1316,
"grp": "fi",
"id": "6i",
"mass": 5,
"power": 0.34,
"rangeRating": "B",
"rating": "C"
},
{
"class": 3,
"cost": 2540160,
"edID": 128666718,
"eddbID": 1320,
"grp": "fi",
"id": "6h",
"mass": 8,
"power": 0.41,
"rangeRating": "B",
"rating": "B"
},
{
"class": 3,
"cost": 7620480,
"edID": 128666722,
"eddbID": 1324,
"grp": "fi",
"id": "6g",
"mass": 5,
"power": 0.48,
"rangeRating": "A",
"rating": "A"
},
{
"class": 2,
"cost": 33600,
"edID": 128666705,
"eddbID": 1307,
"grp": "fi",
"id": "6f",
"mass": 2.5,
"power": 0.17,
"rangeRating": "D",
"rating": "E"
},
{
"class": 2,
"cost": 100800,
"edID": 128666709,
"eddbID": 1311,
"grp": "fi",
"id": "6e",
"mass": 1,
"power": 0.22,
"rangeRating": "C",
"rating": "D"
},
{
"class": 2,
"cost": 302400,
"edID": 128666713,
"eddbID": 1315,
"grp": "fi",
"id": "6d",
"mass": 2.5,
"power": 0.28,
"rangeRating": "C",
"rating": "C"
},
{
"class": 2,
"cost": 907200,
"edID": 128666717,
"eddbID": 1319,
"grp": "fi",
"id": "6c",
"mass": 4,
"power": 0.34,
"rangeRating": "C",
"rating": "B"
},
{
"class": 2,
"cost": 2721600,
"edID": 128666721,
"eddbID": 1323,
"grp": "fi",
"id": "6b",
"mass": 2.5,
"power": 0.39,
"rangeRating": "B",
"rating": "A"
},
{
"class": 1, "class": 1,
"cost": 12000, "cost": 12000,
"edID": 128666704, "edID": 128666704,
"eddbID": 1306, "eddbID": 1306,
"facinglimit": 50,
"grp": "fi", "grp": "fi",
"id": "6a", "id": "6a",
"mass": 1.3, "mass": 1.3,
"power": 0.14, "power": 0.14,
"rangeRating": "E", "ranget": 3,
"rating": "E" "rating": "E"
}, },
{ {
"boot": 15,
"class": 1, "class": 1,
"cost": 36000, "cost": 36000,
"edID": 128666708, "edID": 128666708,
"eddbID": 1310, "eddbID": 1310,
"facinglimit": 50,
"grp": "fi", "grp": "fi",
"id": "69", "id": "69",
"mass": 0.5, "mass": 0.5,
"power": 0.18, "power": 0.18,
"rangeRating": "D", "ranget": 4,
"rating": "D" "rating": "D"
}, },
{ {
"boot": 15,
"class": 1, "class": 1,
"cost": 108000, "cost": 108000,
"edID": 128666712, "edID": 128666712,
"eddbID": 1314, "eddbID": 1314,
"facinglimit": 50,
"grp": "fi", "grp": "fi",
"id": "68", "id": "68",
"mass": 1.3, "mass": 1.3,
"power": 0.23, "power": 0.23,
"rangeRating": "D", "ranget": 5,
"rating": "C" "rating": "C"
}, },
{ {
"boot": 15,
"class": 1, "class": 1,
"cost": 324000, "cost": 324000,
"edID": 128666716, "edID": 128666716,
"eddbID": 1318, "eddbID": 1318,
"facinglimit": 50,
"grp": "fi", "grp": "fi",
"id": "67", "id": "67",
"mass": 2, "mass": 2,
"power": 0.28, "power": 0.28,
"rangeRating": "D", "ranget": 6,
"rating": "B" "rating": "B"
}, },
{ {
"boot": 15,
"class": 1, "class": 1,
"cost": 972000, "cost": 972000,
"edID": 128666720, "edID": 128666720,
"eddbID": 1322, "eddbID": 1322,
"facinglimit": 50,
"grp": "fi", "grp": "fi",
"id": "66", "id": "66",
"mass": 1.3, "mass": 1.3,
"power": 0.32, "power": 0.32,
"rangeRating": "C", "ranget": 7,
"rating": "A"
},
{
"boot": 15,
"class": 2,
"cost": 33600,
"edID": 128666705,
"eddbID": 1307,
"facinglimit": 50,
"grp": "fi",
"id": "6f",
"mass": 2.5,
"power": 0.17,
"ranget": 6,
"rating": "E"
},
{
"boot": 15,
"class": 2,
"cost": 100800,
"edID": 128666709,
"eddbID": 1311,
"facinglimit": 50,
"grp": "fi",
"id": "6e",
"mass": 1,
"power": 0.22,
"ranget": 7,
"rating": "D"
},
{
"boot": 15,
"class": 2,
"cost": 302400,
"edID": 128666713,
"eddbID": 1315,
"facinglimit": 50,
"grp": "fi",
"id": "6d",
"mass": 2.5,
"power": 0.28,
"ranget": 8,
"rating": "C"
},
{
"boot": 15,
"class": 2,
"cost": 907200,
"edID": 128666717,
"eddbID": 1319,
"facinglimit": 50,
"grp": "fi",
"id": "6c",
"mass": 4,
"power": 0.34,
"ranget": 9,
"rating": "B"
},
{
"boot": 15,
"class": 2,
"cost": 2721600,
"edID": 128666721,
"eddbID": 1323,
"facinglimit": 50,
"grp": "fi",
"id": "6b",
"mass": 2.5,
"power": 0.39,
"ranget": 10,
"rating": "A"
},
{
"boot": 15,
"class": 3,
"cost": 94080,
"edID": 128666706,
"eddbID": 1308,
"facinglimit": 50,
"grp": "fi",
"id": "6k",
"mass": 5,
"power": 0.2,
"ranget": 9,
"rating": "E"
},
{
"boot": 15,
"class": 3,
"cost": 282240,
"edID": 128666710,
"eddbID": 1312,
"facinglimit": 50,
"grp": "fi",
"id": "6j",
"mass": 2,
"power": 0.27,
"ranget": 10,
"rating": "D"
},
{
"boot": 15,
"class": 3,
"cost": 846720,
"edID": 128666714,
"eddbID": 1316,
"facinglimit": 50,
"grp": "fi",
"id": "6i",
"mass": 5,
"power": 0.34,
"ranget": 11,
"rating": "C"
},
{
"boot": 15,
"class": 3,
"cost": 2540160,
"edID": 128666718,
"eddbID": 1320,
"facinglimit": 50,
"grp": "fi",
"id": "6h",
"mass": 8,
"power": 0.41,
"ranget": 12,
"rating": "B"
},
{
"boot": 15,
"class": 3,
"cost": 7620480,
"edID": 128666722,
"eddbID": 1324,
"facinglimit": 50,
"grp": "fi",
"id": "6g",
"mass": 5,
"power": 0.48,
"ranget": 13,
"rating": "A"
},
{
"boot": 15,
"class": 4,
"cost": 263420,
"edID": 128666707,
"eddbID": 1309,
"facinglimit": 50,
"grp": "fi",
"id": "6p",
"mass": 10,
"power": 0.25,
"ranget": 12,
"rating": "E"
},
{
"boot": 15,
"class": 4,
"cost": 790270,
"edID": 128666711,
"eddbID": 1313,
"facinglimit": 50,
"grp": "fi",
"id": "6o",
"mass": 4,
"power": 0.33,
"ranget": 13,
"rating": "D"
},
{
"boot": 15,
"class": 4,
"cost": 2370820,
"edID": 128666715,
"eddbID": 1317,
"facinglimit": 50,
"grp": "fi",
"id": "6n",
"mass": 10,
"power": 0.41,
"ranget": 14,
"rating": "C"
},
{
"boot": 15,
"class": 4,
"cost": 7112450,
"edID": 128666719,
"eddbID": 1321,
"facinglimit": 50,
"grp": "fi",
"id": "6m",
"mass": 16,
"power": 0.49,
"ranget": 15,
"rating": "B"
},
{
"boot": 15,
"class": 4,
"cost": 21337340,
"edID": 128666723,
"eddbID": 1325,
"facinglimit": 50,
"grp": "fi",
"id": "6l",
"mass": 10,
"power": 0.57,
"ranget": 16,
"rating": "A" "rating": "A"
} }
] ]

View File

@@ -1,7 +1,7 @@
{ {
"hr": [ "hr": [
{ {
"armouradd": 360, "hullreinforcement": 360,
"class": 5, "class": 5,
"cost": 150000, "cost": 150000,
"edID": 128668545, "edID": 128668545,
@@ -12,7 +12,7 @@
"rating": "E" "rating": "E"
}, },
{ {
"armouradd": 390, "hullreinforcement": 390,
"class": 5, "class": 5,
"cost": 450000, "cost": 450000,
"edID": 128668546, "edID": 128668546,
@@ -23,7 +23,7 @@
"rating": "D" "rating": "D"
}, },
{ {
"armouradd": 300, "hullreinforcement": 300,
"class": 4, "class": 4,
"cost": 65000, "cost": 65000,
"edID": 128668543, "edID": 128668543,
@@ -34,7 +34,7 @@
"rating": "E" "rating": "E"
}, },
{ {
"armouradd": 330, "hullreinforcement": 330,
"class": 4, "class": 4,
"cost": 195000, "cost": 195000,
"edID": 128668544, "edID": 128668544,
@@ -45,7 +45,7 @@
"rating": "D" "rating": "D"
}, },
{ {
"armouradd": 230, "hullreinforcement": 230,
"class": 3, "class": 3,
"cost": 28000, "cost": 28000,
"edID": 128668541, "edID": 128668541,
@@ -56,7 +56,7 @@
"rating": "E" "rating": "E"
}, },
{ {
"armouradd": 260, "hullreinforcement": 260,
"class": 3, "class": 3,
"cost": 84000, "cost": 84000,
"edID": 128668542, "edID": 128668542,
@@ -67,7 +67,7 @@
"rating": "D" "rating": "D"
}, },
{ {
"armouradd": 150, "hullreinforcement": 150,
"class": 2, "class": 2,
"cost": 12000, "cost": 12000,
"edID": 128668539, "edID": 128668539,
@@ -78,7 +78,7 @@
"rating": "E" "rating": "E"
}, },
{ {
"armouradd": 190, "hullreinforcement": 190,
"class": 2, "class": 2,
"cost": 36000, "cost": 36000,
"edID": 128668540, "edID": 128668540,
@@ -89,7 +89,7 @@
"rating": "D" "rating": "D"
}, },
{ {
"armouradd": 80, "hullreinforcement": 80,
"class": 1, "class": 1,
"cost": 5000, "cost": 5000,
"edID": 128668537, "edID": 128668537,
@@ -100,7 +100,7 @@
"rating": "E" "rating": "E"
}, },
{ {
"armouradd": 110, "hullreinforcement": 110,
"class": 1, "class": 1,
"cost": 15000, "cost": 15000,
"edID": 128668538, "edID": 128668538,

View File

@@ -2,7 +2,8 @@
"pcq": [ "pcq": [
{ {
"class": 5, "class": 5,
"cost": -1, "cost": 1658100,
"edID": 128727095,
"eddbID": 1575, "eddbID": 1575,
"grp": "pcq", "grp": "pcq",
"id": "mm", "id": "mm",
@@ -12,7 +13,8 @@
}, },
{ {
"class": 6, "class": 6,
"cost": -1, "cost": 4974300,
"edID": 128727929,
"eddbID": 1576, "eddbID": 1576,
"grp": "pcq", "grp": "pcq",
"id": "mn", "id": "mn",

View File

@@ -9,9 +9,9 @@
"id": "p6", "id": "p6",
"mass": 2.5, "mass": 2.5,
"maxmass": 63, "maxmass": 63,
"maxmul": 1, "maxmul": 2,
"minmass": 13, "minmass": 13,
"minmul": 2, "minmul": 1,
"optmass": 25, "optmass": 25,
"optmul": 1.5, "optmul": 1.5,
"power": 2.52, "power": 2.52,
@@ -28,9 +28,9 @@
"id": "p5", "id": "p5",
"mass": 5, "mass": 5,
"maxmass": 138, "maxmass": 138,
"maxmul": 1, "maxmul": 2,
"minmass": 23, "minmass": 23,
"minmul": 2, "minmul": 1,
"optmass": 55, "optmass": 55,
"optmul": 1.5, "optmul": 1.5,
"power": 3.15, "power": 3.15,
@@ -47,9 +47,9 @@
"id": "p4", "id": "p4",
"mass": 10, "mass": 10,
"maxmass": 413, "maxmass": 413,
"maxmul": 1, "maxmul": 2,
"minmass": 83, "minmass": 83,
"minmul": 2, "minmul": 1,
"optmass": 165, "optmass": 165,
"optmul": 1.5, "optmul": 1.5,
"power": 3.78, "power": 3.78,
@@ -66,9 +66,9 @@
"id": "p3", "id": "p3",
"mass": 20, "mass": 20,
"maxmass": 713, "maxmass": 713,
"maxmul": 1, "maxmul": 2,
"minmass": 143, "minmass": 143,
"minmul": 2, "minmul": 1,
"optmass": 285, "optmass": 285,
"optmul": 1.5, "optmul": 1.5,
"power": 4.62, "power": 4.62,
@@ -85,9 +85,9 @@
"id": "p2", "id": "p2",
"mass": 40, "mass": 40,
"maxmass": 1013, "maxmass": 1013,
"maxmul": 1, "maxmul": 2,
"minmass": 203, "minmass": 203,
"minmul": 2, "minmul": 1,
"optmass": 405, "optmass": 405,
"optmul": 1.5, "optmul": 1.5,
"power": 5.46, "power": 5.46,
@@ -104,9 +104,9 @@
"id": "p1", "id": "p1",
"mass": 80, "mass": 80,
"maxmass": 1350, "maxmass": 1350,
"maxmul": 1, "maxmul": 2,
"minmass": 270, "minmass": 270,
"minmul": 2, "minmul": 1,
"optmass": 540, "optmass": 540,
"optmul": 1.5, "optmul": 1.5,
"power": 6.51, "power": 6.51,
@@ -123,9 +123,9 @@
"id": "p0", "id": "p0",
"mass": 160, "mass": 160,
"maxmass": 2650, "maxmass": 2650,
"maxmul": 1, "maxmul": 2,
"minmass": 530, "minmass": 530,
"minmul": 2, "minmul": 1,
"optmass": 1060, "optmass": 1060,
"optmul": 1.5, "optmul": 1.5,
"power": 7.35, "power": 7.35,
@@ -142,9 +142,9 @@
"id": "p7", "id": "p7",
"mass": 320, "mass": 320,
"maxmass": 4500, "maxmass": 4500,
"maxmul": 1, "maxmul": 2,
"minmass": 900, "minmass": 900,
"minmul": 2, "minmul": 1,
"optmass": 1800, "optmass": 1800,
"optmul": 1.5, "optmul": 1.5,
"power": 8.4, "power": 8.4,

View File

@@ -2,603 +2,803 @@
"scb": [ "scb": [
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 6, "cells": 6,
"class": 8, "class": 8,
"cost": 697580, "cost": 697584,
"duration": 17,
"edID": 128064333, "edID": 128064333,
"eddbID": 1186, "eddbID": 1186,
"grp": "scb", "grp": "scb",
"id": "65", "id": "65",
"integrity": 120,
"mass": 160, "mass": 160,
"power": 1.44, "power": 1.44,
"rating": "E", "rating": "E",
"recharge": 475, "recharge": 476,
"rechargeRating": "C" "rechargerating": "C",
"spinup": 5,
"thermload": 800
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 4, "cells": 4,
"class": 8, "class": 8,
"cost": 1743960, "cost": 1743961,
"duration": 17,
"edID": 128064334, "edID": 128064334,
"eddbID": 1187, "eddbID": 1187,
"grp": "scb", "grp": "scb",
"id": "64", "id": "64",
"integrity": 90,
"mass": 64, "mass": 64,
"power": 1.92, "power": 1.92,
"rating": "D", "rating": "D",
"recharge": 630, "recharge": 629,
"rechargeRating": "C" "rechargerating": "D",
"spinup": 5,
"thermload": 800
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 5, "cells": 5,
"class": 8, "class": 8,
"cost": 4359900, "cost": 4359903,
"duration": 17,
"edID": 128064335, "edID": 128064335,
"eddbID": 1188, "eddbID": 1188,
"grp": "scb", "grp": "scb",
"id": "63", "id": "63",
"integrity": 150,
"mass": 160, "mass": 160,
"power": 2.4, "power": 2.4,
"rating": "C", "rating": "C",
"recharge": 790, "recharge": 799,
"rechargeRating": "B" "rechargerating": "C",
"spinup": 5,
"thermload": 800
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 6, "cells": 6,
"class": 8, "class": 8,
"cost": 10899760, "cost": 10899756,
"duration": 17,
"edID": 128064336, "edID": 128064336,
"eddbID": 1189, "eddbID": 1189,
"grp": "scb", "grp": "scb",
"id": "62", "id": "62",
"integrity": 210,
"mass": 256, "mass": 256,
"power": 2.88, "power": 2.88,
"rating": "B", "rating": "B",
"recharge": 950, "recharge": 952,
"rechargeRating": "A" "rechargerating": "B",
"spinup": 5,
"thermload": 800
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 5, "cells": 5,
"class": 8, "class": 8,
"cost": 27249390, "cost": 27249391,
"duration": 17,
"edID": 128064337, "edID": 128064337,
"eddbID": 1190, "eddbID": 1190,
"grp": "scb", "grp": "scb",
"id": "61", "id": "61",
"integrity": 180,
"mass": 160, "mass": 160,
"power": 3.36, "power": 3.36,
"rating": "A", "rating": "A",
"recharge": 1105, "recharge": 1105,
"rechargeRating": "A" "rechargerating": "A",
"spinup": 5,
"thermload": 800
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 6, "cells": 6,
"class": 7, "class": 7,
"cost": 249140, "cost": 249137,
"duration": 11,
"edID": 128064328, "edID": 128064328,
"eddbID": 1181, "eddbID": 1181,
"grp": "scb", "grp": "scb",
"id": "60", "id": "60",
"integrity": 105,
"mass": 80, "mass": 80,
"power": 1.24, "power": 1.24,
"rating": "E", "rating": "E",
"recharge": 280, "recharge": 264,
"rechargeRating": "D" "rechargerating": "E",
"spinup": 5,
"thermload": 720
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 4, "cells": 4,
"class": 7, "class": 7,
"cost": 622840, "cost": 622843,
"duration": 11,
"edID": 128064329, "edID": 128064329,
"eddbID": 1182, "eddbID": 1182,
"grp": "scb", "grp": "scb",
"id": "5v", "id": "5v",
"integrity": 79,
"mass": 32, "mass": 32,
"power": 1.66, "power": 1.66,
"rating": "D", "rating": "D",
"recharge": 370, "recharge": 352,
"rechargeRating": "C" "rechargerating": "D",
"spinup": 5,
"thermload": 720
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 5, "cells": 5,
"class": 7, "class": 7,
"cost": 1557110, "cost": 1557108,
"duration": 11,
"edID": 128064330, "edID": 128064330,
"eddbID": 1183, "eddbID": 1183,
"grp": "scb", "grp": "scb",
"id": "5u", "id": "5u",
"integrity": 131,
"mass": 80, "mass": 80,
"power": 2.07, "power": 2.07,
"rating": "C", "rating": "C",
"recharge": 465, "recharge": 451,
"rechargeRating": "B" "rechargerating": "C",
"spinup": 5,
"thermload": 720
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 6, "cells": 6,
"class": 7, "class": 7,
"cost": 3892770, "cost": 3892770,
"duration": 11,
"edID": 128064331, "edID": 128064331,
"eddbID": 1184, "eddbID": 1184,
"grp": "scb", "grp": "scb",
"id": "5t", "id": "5t",
"integrity": 183,
"mass": 128, "mass": 128,
"power": 2.48, "power": 2.48,
"rating": "B", "rating": "B",
"recharge": 560, "recharge": 539,
"rechargeRating": "B" "rechargerating": "B",
"spinup": 5,
"thermload": 720
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 5, "cells": 5,
"class": 7, "class": 7,
"cost": 9731930, "cost": 9731925,
"duration": 11,
"edID": 128064332, "edID": 128064332,
"eddbID": 1185, "eddbID": 1185,
"grp": "scb", "grp": "scb",
"id": "5s", "id": "5s",
"integrity": 157,
"mass": 80, "mass": 80,
"power": 2.9, "power": 2.9,
"rating": "A", "rating": "A",
"recharge": 650, "recharge": 627,
"rechargeRating": "A" "rechargerating": "A",
"spinup": 5,
"thermload": 720
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 6, "cells": 6,
"class": 6, "class": 6,
"cost": 88980, "cost": 88987,
"duration": 8,
"edID": 128064323, "edID": 128064323,
"eddbID": 1176, "eddbID": 1176,
"grp": "scb", "grp": "scb",
"id": "5r", "id": "5r",
"integrity": 90,
"mass": 40, "mass": 40,
"power": 1.06, "power": 1.06,
"rating": "E", "rating": "E",
"recharge": 150, "recharge": 160,
"rechargeRating": "D" "rechargerating": "E",
"spinup": 5,
"thermload": 640
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 4, "cells": 4,
"class": 6, "class": 6,
"cost": 222440, "cost": 222444,
"duration": 8,
"edID": 128064324, "edID": 128064324,
"eddbID": 1177, "eddbID": 1177,
"grp": "scb", "grp": "scb",
"id": "5q", "id": "5q",
"integrity": 68,
"mass": 16, "mass": 16,
"power": 1.42, "power": 1.42,
"rating": "D", "rating": "D",
"recharge": 200, "recharge": 208,
"rechargeRating": "C" "rechargerating": "D",
"spinup": 5,
"thermload": 640
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 5, "cells": 5,
"class": 6, "class": 6,
"cost": 556110, "cost": 556110,
"duration": 8,
"edID": 128064325, "edID": 128064325,
"eddbID": 1178, "eddbID": 1178,
"grp": "scb", "grp": "scb",
"id": "5p", "id": "5p",
"integrity": 113,
"mass": 40, "mass": 40,
"power": 1.77, "power": 1.77,
"rating": "C", "rating": "C",
"recharge": 250, "recharge": 264,
"rechargeRating": "C" "rechargerating": "C",
"spinup": 5,
"thermload": 640
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 6, "cells": 6,
"class": 6, "class": 6,
"cost": 1390280, "cost": 1390275,
"duration": 8,
"edID": 128064326, "edID": 128064326,
"eddbID": 1179, "eddbID": 1179,
"grp": "scb", "grp": "scb",
"id": "5o", "id": "5o",
"integrity": 158,
"mass": 64, "mass": 64,
"power": 2.12, "power": 2.12,
"rating": "B", "rating": "B",
"recharge": 300, "recharge": 312,
"rechargeRating": "B" "rechargerating": "B",
"spinup": 5,
"thermload": 640
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 5, "cells": 5,
"class": 6, "class": 6,
"cost": 3475690, "cost": 3475688,
"duration": 8,
"edID": 128064327, "edID": 128064327,
"eddbID": 1180, "eddbID": 1180,
"grp": "scb", "grp": "scb",
"id": "5n", "id": "5n",
"integrity": 136,
"mass": 40, "mass": 40,
"power": 2.48, "power": 2.48,
"rating": "A", "rating": "A",
"recharge": 350, "recharge": 368,
"rechargeRating": "A" "rechargerating": "A",
"spinup": 5,
"thermload": 640
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 5, "cells": 5,
"class": 5, "class": 5,
"cost": 31780, "cost": 31778,
"duration": 5,
"edID": 128064318, "edID": 128064318,
"eddbID": 1171, "eddbID": 1171,
"grp": "scb", "grp": "scb",
"id": "5m", "id": "5m",
"integrity": 77,
"mass": 20, "mass": 20,
"power": 0.9, "power": 0.9,
"rating": "E", "rating": "E",
"recharge": 105, "recharge": 105,
"rechargeRating": "D" "rechargerating": "E",
"spinup": 5,
"thermload": 540
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 3, "cells": 3,
"class": 5, "class": 5,
"cost": 79440, "cost": 79444,
"duration": 5,
"edID": 128064319, "edID": 128064319,
"eddbID": 1172, "eddbID": 1172,
"grp": "scb", "grp": "scb",
"id": "5l", "id": "5l",
"integrity": 58,
"mass": 8, "mass": 8,
"power": 1.2, "power": 1.2,
"rating": "D", "rating": "D",
"recharge": 140, "recharge": 140,
"rechargeRating": "C" "rechargerating": "D",
"spinup": 5,
"thermload": 540
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 4, "cells": 4,
"class": 5, "class": 5,
"cost": 198610, "cost": 194143,
"duration": 5,
"edID": 128064320, "edID": 128064320,
"eddbID": 1173, "eddbID": 1173,
"grp": "scb", "grp": "scb",
"id": "5k", "id": "5k",
"integrity": 96,
"mass": 20, "mass": 20,
"power": 1.5, "power": 1.5,
"rating": "C", "rating": "C",
"recharge": 175, "recharge": 175,
"rechargeRating": "C" "rechargerating": "C",
"spinup": 5,
"thermload": 540
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 5, "cells": 5,
"class": 5, "class": 5,
"cost": 496530, "cost": 496527,
"duration": 5,
"edID": 128064321, "edID": 128064321,
"eddbID": 1174, "eddbID": 1174,
"grp": "scb", "grp": "scb",
"id": "5j", "id": "5j",
"integrity": 134,
"mass": 32, "mass": 32,
"power": 1.8, "power": 1.8,
"rating": "B", "rating": "B",
"recharge": 210, "recharge": 205,
"rechargeRating": "B" "rechargerating": "B",
"spinup": 5,
"thermload": 540
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 4, "cells": 4,
"class": 5, "class": 5,
"cost": 1241320, "cost": 1210285,
"duration": 5,
"edID": 128064322, "edID": 128064322,
"eddbID": 1175, "eddbID": 1175,
"grp": "scb", "grp": "scb",
"id": "5i", "id": "5i",
"integrity": 115,
"mass": 20, "mass": 20,
"power": 2.1, "power": 2.1,
"rating": "A", "rating": "A",
"recharge": 245, "recharge": 240,
"rechargeRating": "B" "rechargerating": "A",
"spinup": 5,
"thermload": 540
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 5, "cells": 5,
"class": 4, "class": 4,
"cost": 11350, "cost": 11349,
"duration": 3,
"edID": 128064313, "edID": 128064313,
"eddbID": 1166, "eddbID": 1166,
"grp": "scb", "grp": "scb",
"id": "5h", "id": "5h",
"integrity": 64,
"mass": 10, "mass": 10,
"power": 0.74, "power": 0.74,
"rating": "E", "rating": "E",
"recharge": 65, "recharge": 60,
"rechargeRating": "D" "rechargerating": "E",
"spinup": 5,
"thermload": 410
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 3, "cells": 3,
"class": 4, "class": 4,
"cost": 28370, "cost": 28373,
"duration": 3,
"edID": 128064314, "edID": 128064314,
"eddbID": 1167, "eddbID": 1167,
"grp": "scb", "grp": "scb",
"id": "5g", "id": "5g",
"integrity": 48,
"mass": 4, "mass": 4,
"power": 0.98, "power": 0.98,
"rating": "D", "rating": "D",
"recharge": 90, "recharge": 78,
"rechargeRating": "D" "rechargerating": "D",
"spinup": 5,
"thermload": 410
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 4, "cells": 4,
"class": 4, "class": 4,
"cost": 70930, "cost": 70932,
"duration": 3,
"edID": 128064315, "edID": 128064315,
"eddbID": 1168, "eddbID": 1168,
"grp": "scb", "grp": "scb",
"id": "5f", "id": "5f",
"integrity": 80,
"mass": 10, "mass": 10,
"power": 1.23, "power": 1.23,
"rating": "C", "rating": "C",
"recharge": 110, "recharge": 99,
"rechargeRating": "C" "rechargerating": "C",
"spinup": 5,
"thermload": 410
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 5, "cells": 5,
"class": 4, "class": 4,
"cost": 177330, "cost": 177331,
"duration": 3,
"edID": 128064316, "edID": 128064316,
"eddbID": 1169, "eddbID": 1169,
"grp": "scb", "grp": "scb",
"id": "5e", "id": "5e",
"integrity": 112,
"mass": 16, "mass": 16,
"power": 1.48, "power": 1.48,
"rating": "B", "rating": "B",
"recharge": 135, "recharge": 117,
"rechargeRating": "C" "rechargerating": "B",
"spinup": 5,
"thermload": 410
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 4, "cells": 4,
"class": 4, "class": 4,
"cost": 443330, "cost": 443328,
"duration": 3,
"edID": 128064317, "edID": 128064317,
"eddbID": 1170, "eddbID": 1170,
"grp": "scb", "grp": "scb",
"id": "5d", "id": "5d",
"integrity": 96,
"mass": 10, "mass": 10,
"power": 1.72, "power": 1.72,
"rating": "A", "rating": "A",
"recharge": 155, "recharge": 138,
"rechargeRating": "B" "rechargerating": "A",
"spinup": 5,
"thermload": 410
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 5, "cells": 5,
"class": 3, "class": 3,
"cost": 4050, "cost": 4053,
"duration": 2,
"edID": 128064308, "edID": 128064308,
"eddbID": 1161, "eddbID": 1161,
"grp": "scb", "grp": "scb",
"id": "5c", "id": "5c",
"integrity": 51,
"mass": 5, "mass": 5,
"power": 0.61, "power": 0.61,
"rating": "E", "rating": "E",
"recharge": 40, "recharge": 34,
"rechargeRating": "D" "rechargerating": "E",
"spinup": 5,
"thermload": 340
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 3, "cells": 3,
"class": 3, "class": 3,
"cost": 10130, "cost": 10133,
"duration": 2,
"edID": 128064309, "edID": 128064309,
"eddbID": 1162, "eddbID": 1162,
"grp": "scb", "grp": "scb",
"id": "5b", "id": "5b",
"integrity": 38,
"mass": 2, "mass": 2,
"power": 0.82, "power": 0.82,
"rating": "D", "rating": "D",
"recharge": 50, "recharge": 46,
"rechargeRating": "D" "rechargerating": "D",
"spinup": 5,
"thermload": 340
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 4, "cells": 4,
"class": 3, "class": 3,
"cost": 25330, "cost": 25333,
"duration": 2,
"edID": 128064310, "edID": 128064310,
"eddbID": 1163, "eddbID": 1163,
"grp": "scb", "grp": "scb",
"id": "5a", "id": "5a",
"integrity": 64,
"mass": 5, "mass": 5,
"power": 1.02, "power": 1.02,
"rating": "C", "rating": "C",
"recharge": 65, "recharge": 58,
"rechargeRating": "D" "rechargerating": "C",
"spinup": 5,
"thermload": 340
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 5, "cells": 5,
"class": 3, "class": 3,
"cost": 63330, "cost": 61909,
"duration": 2,
"edID": 128064311, "edID": 128064311,
"eddbID": 1164, "eddbID": 1164,
"grp": "scb", "grp": "scb",
"id": "59", "id": "59",
"integrity": 90,
"mass": 8, "mass": 8,
"power": 1.22, "power": 1.22,
"rating": "B", "rating": "B",
"recharge": 80, "recharge": 70,
"rechargeRating": "C" "rechargerating": "B",
"spinup": 5,
"thermload": 340
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 4, "cells": 4,
"class": 3, "class": 3,
"cost": 158330, "cost": 158331,
"duration": 2,
"edID": 128064312, "edID": 128064312,
"eddbID": 1165, "eddbID": 1165,
"grp": "scb", "grp": "scb",
"id": "58", "id": "58",
"integrity": 77,
"mass": 5, "mass": 5,
"power": 1.43, "power": 1.43,
"rating": "A", "rating": "A",
"recharge": 90, "recharge": 82,
"rechargeRating": "C" "rechargerating": "A",
"spinup": 5,
"thermload": 340
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 5, "cells": 5,
"class": 2, "class": 2,
"cost": 11, "cost": 1448,
"duration": 2,
"edID": 128064303, "edID": 128064303,
"eddbID": 1156, "eddbID": 1156,
"grp": "scb", "grp": "scb",
"id": "57", "id": "57",
"integrity": 41,
"mass": 2.5, "mass": 2.5,
"power": 0.5, "power": 0.5,
"rating": "E", "rating": "E",
"recharge": 25, "recharge": 28,
"rechargeRating": "E" "rechargerating": "E",
"spinup": 5,
"thermload": 240
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 3, "cells": 3,
"class": 2, "class": 2,
"cost": 3620, "cost": 3619,
"duration": 2,
"edID": 128064304, "edID": 128064304,
"eddbID": 1157, "eddbID": 1157,
"grp": "scb", "grp": "scb",
"id": "56", "id": "56",
"integrity": 31,
"mass": 1, "mass": 1,
"power": 0.67, "power": 0.67,
"rating": "D", "rating": "D",
"recharge": 30, "recharge": 36,
"rechargeRating": "D" "rechargerating": "D",
"spinup": 5,
"thermload": 240
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 4, "cells": 4,
"class": 2, "class": 2,
"cost": 9050, "cost": 9048,
"duration": 2,
"edID": 128064305, "edID": 128064305,
"eddbID": 1158, "eddbID": 1158,
"grp": "scb", "grp": "scb",
"id": "55", "id": "55",
"integrity": 51,
"mass": 2.5, "mass": 2.5,
"power": 0.84, "power": 0.84,
"rating": "C", "rating": "C",
"recharge": 38, "recharge": 46,
"rechargeRating": "D" "rechargerating": "C",
"spinup": 5,
"thermload": 240
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 5, "cells": 5,
"class": 2, "class": 2,
"cost": 22620, "cost": 22619,
"duration": 2,
"edID": 128064306, "edID": 128064306,
"eddbID": 1159, "eddbID": 1159,
"grp": "scb", "grp": "scb",
"id": "54", "id": "54",
"integrity": 71,
"mass": 4, "mass": 4,
"power": 1.01, "power": 1.01,
"rating": "B", "rating": "B",
"recharge": 45, "recharge": 56,
"rechargeRating": "D" "rechargerating": "B",
"spinup": 5,
"thermload": 240
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 4, "cells": 4,
"class": 2, "class": 2,
"cost": 56550, "cost": 56547,
"duration": 2,
"edID": 128064307, "edID": 128064307,
"eddbID": 1160, "eddbID": 1160,
"grp": "scb", "grp": "scb",
"id": "53", "id": "53",
"integrity": 61,
"mass": 2.5, "mass": 2.5,
"power": 1.18, "power": 1.18,
"rating": "A", "rating": "A",
"recharge": 55, "recharge": 64,
"rechargeRating": "C" "rechargerating": "A",
"spinup": 5,
"thermload": 240
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 4, "cells": 4,
"class": 1, "class": 1,
"cost": 520, "cost": 517,
"duration": 1,
"edID": 128064298, "edID": 128064298,
"eddbID": 1151, "eddbID": 1151,
"grp": "scb", "grp": "scb",
"id": "52", "id": "52",
"integrity": 32,
"mass": 1.3, "mass": 1.3,
"power": 0.41, "power": 0.41,
"rating": "E", "rating": "E",
"recharge": 10, "recharge": 12,
"rechargeRating": "E" "rechargerating": "E",
"spinup": 5,
"thermload": 170
}, },
{ {
"ammocost": 300, "ammocost": 300,
"cells": 2, "boot": 25,
"cells": 1,
"class": 1, "class": 1,
"cost": 1290, "cost": 1293,
"duration": 1,
"edID": 128064299, "edID": 128064299,
"eddbID": 1152, "eddbID": 1152,
"grp": "scb", "grp": "scb",
"id": "51", "id": "51",
"integrity": 24,
"mass": 0.5, "mass": 0.5,
"power": 0.55, "power": 0.55,
"rating": "D", "rating": "D",
"recharge": 12.5, "recharge": 12.5,
"rechargeRating": "E" "rechargerating": "D",
"spinup": 5,
"thermload": 170
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 3, "cells": 3,
"class": 1, "class": 1,
"cost": 3230, "cost": 3231,
"duration": 1,
"edID": 128064300, "edID": 128064300,
"eddbID": 1153, "eddbID": 1153,
"grp": "scb", "grp": "scb",
"id": "50", "id": "50",
"integrity": 40,
"mass": 1.3, "mass": 1.3,
"power": 0.69, "power": 0.69,
"rating": "C", "rating": "C",
"recharge": 15, "recharge": 20,
"rechargeRating": "D" "rechargerating": "C",
"spinup": 5,
"thermload": 170
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 4, "cells": 4,
"class": 1, "class": 1,
"cost": 8080, "cost": 8078,
"duration": 1,
"edID": 128064301, "edID": 128064301,
"eddbID": 1154, "eddbID": 1154,
"grp": "scb", "grp": "scb",
"id": "4v", "id": "4v",
"integrity": 56,
"mass": 2, "mass": 2,
"power": 0.83, "power": 0.83,
"rating": "B", "rating": "B",
"recharge": 20, "recharge": 24,
"rechargeRating": "D" "rechargerating": "B",
"spinup": 5,
"thermload": 170
}, },
{ {
"ammocost": 300, "ammocost": 300,
"boot": 25,
"cells": 3, "cells": 3,
"class": 1, "class": 1,
"cost": 20200, "cost": 20195,
"duration": 1,
"edID": 128064302, "edID": 128064302,
"eddbID": 1155, "eddbID": 1155,
"grp": "scb", "grp": "scb",
"id": "4u", "id": "4u",
"integrity": 48,
"mass": 1.3, "mass": 1.3,
"power": 0.97, "power": 0.97,
"rating": "A", "rating": "A",
"recharge": 25, "recharge": 28,
"rechargeRating": "D" "rechargerating": "A",
"spinup": 5,
"thermload": 170
} }
] ]
} }

View File

@@ -9,9 +9,9 @@
"id": "4t", "id": "4t",
"mass": 160, "mass": 160,
"maxmass": 4500, "maxmass": 4500,
"maxmul": 0.3, "maxmul": 1.3,
"minmass": 900, "minmass": 900,
"minmul": 1.3, "minmul": 0.3,
"optmass": 1800, "optmass": 1800,
"optmul": 0.8, "optmul": 0.8,
"power": 2.4, "power": 2.4,
@@ -27,9 +27,9 @@
"id": "4s", "id": "4s",
"mass": 64, "mass": 64,
"maxmass": 4500, "maxmass": 4500,
"maxmul": 0.4, "maxmul": 1.4,
"minmass": 900, "minmass": 900,
"minmul": 1.4, "minmul": 0.4,
"optmass": 1800, "optmass": 1800,
"optmul": 0.9, "optmul": 0.9,
"power": 3.2, "power": 3.2,
@@ -45,9 +45,9 @@
"id": "4r", "id": "4r",
"mass": 160, "mass": 160,
"maxmass": 4500, "maxmass": 4500,
"maxmul": 0.5, "maxmul": 1.5,
"minmass": 900, "minmass": 900,
"minmul": 1.5, "minmul": 0.5,
"optmass": 1800, "optmass": 1800,
"optmul": 1, "optmul": 1,
"power": 4, "power": 4,
@@ -63,9 +63,9 @@
"id": "4q", "id": "4q",
"mass": 256, "mass": 256,
"maxmass": 4500, "maxmass": 4500,
"maxmul": 0.6, "maxmul": 1.6,
"minmass": 900, "minmass": 900,
"minmul": 1.6, "minmul": 0.6,
"optmass": 1800, "optmass": 1800,
"optmul": 1.1, "optmul": 1.1,
"power": 4.8, "power": 4.8,
@@ -81,9 +81,9 @@
"id": "4p", "id": "4p",
"mass": 160, "mass": 160,
"maxmass": 4500, "maxmass": 4500,
"maxmul": 0.7, "maxmul": 1.7,
"minmass": 900, "minmass": 900,
"minmul": 1.7, "minmul": 0.7,
"optmass": 1800, "optmass": 1800,
"optmul": 1.2, "optmul": 1.2,
"power": 5.6, "power": 5.6,
@@ -99,9 +99,9 @@
"id": "4o", "id": "4o",
"mass": 80, "mass": 80,
"maxmass": 2650, "maxmass": 2650,
"maxmul": 0.3, "maxmul": 1.3,
"minmass": 530, "minmass": 530,
"minmul": 1.3, "minmul": 0.3,
"optmass": 1060, "optmass": 1060,
"optmul": 0.8, "optmul": 0.8,
"power": 2.1, "power": 2.1,
@@ -117,9 +117,9 @@
"id": "4n", "id": "4n",
"mass": 32, "mass": 32,
"maxmass": 2650, "maxmass": 2650,
"maxmul": 0.4, "maxmul": 1.4,
"minmass": 530, "minmass": 530,
"minmul": 1.4, "minmul": 0.4,
"optmass": 1060, "optmass": 1060,
"optmul": 0.9, "optmul": 0.9,
"power": 2.8, "power": 2.8,
@@ -135,9 +135,9 @@
"id": "4m", "id": "4m",
"mass": 80, "mass": 80,
"maxmass": 2650, "maxmass": 2650,
"maxmul": 0.5, "maxmul": 1.5,
"minmass": 530, "minmass": 530,
"minmul": 1.5, "minmul": 0.5,
"optmass": 1060, "optmass": 1060,
"optmul": 1, "optmul": 1,
"power": 3.5, "power": 3.5,
@@ -153,9 +153,9 @@
"id": "4l", "id": "4l",
"mass": 128, "mass": 128,
"maxmass": 2650, "maxmass": 2650,
"maxmul": 0.6, "maxmul": 1.6,
"minmass": 530, "minmass": 530,
"minmul": 1.6, "minmul": 0.6,
"optmass": 1060, "optmass": 1060,
"optmul": 1.1, "optmul": 1.1,
"power": 4.2, "power": 4.2,
@@ -171,9 +171,9 @@
"id": "4k", "id": "4k",
"mass": 80, "mass": 80,
"maxmass": 2650, "maxmass": 2650,
"maxmul": 0.7, "maxmul": 1.7,
"minmass": 530, "minmass": 530,
"minmul": 1.7, "minmul": 0.7,
"optmass": 1060, "optmass": 1060,
"optmul": 1.2, "optmul": 1.2,
"power": 4.9, "power": 4.9,
@@ -189,9 +189,9 @@
"id": "4j", "id": "4j",
"mass": 40, "mass": 40,
"maxmass": 1350, "maxmass": 1350,
"maxmul": 0.3, "maxmul": 1.3,
"minmass": 270, "minmass": 270,
"minmul": 1.3, "minmul": 0.3,
"optmass": 540, "optmass": 540,
"optmul": 0.8, "optmul": 0.8,
"power": 1.86, "power": 1.86,
@@ -207,9 +207,9 @@
"id": "4i", "id": "4i",
"mass": 16, "mass": 16,
"maxmass": 1350, "maxmass": 1350,
"maxmul": 0.4, "maxmul": 1.4,
"minmass": 270, "minmass": 270,
"minmul": 1.4, "minmul": 0.4,
"optmass": 540, "optmass": 540,
"optmul": 0.9, "optmul": 0.9,
"power": 2.48, "power": 2.48,
@@ -225,9 +225,9 @@
"id": "4h", "id": "4h",
"mass": 40, "mass": 40,
"maxmass": 1350, "maxmass": 1350,
"maxmul": 0.5, "maxmul": 1.5,
"minmass": 270, "minmass": 270,
"minmul": 1.5, "minmul": 0.5,
"optmass": 540, "optmass": 540,
"optmul": 1, "optmul": 1,
"power": 3.1, "power": 3.1,
@@ -243,9 +243,9 @@
"id": "4g", "id": "4g",
"mass": 64, "mass": 64,
"maxmass": 1350, "maxmass": 1350,
"maxmul": 0.6, "maxmul": 1.6,
"minmass": 270, "minmass": 270,
"minmul": 1.6, "minmul": 0.6,
"optmass": 540, "optmass": 540,
"optmul": 1.1, "optmul": 1.1,
"power": 3.72, "power": 3.72,
@@ -261,9 +261,9 @@
"id": "4f", "id": "4f",
"mass": 40, "mass": 40,
"maxmass": 1350, "maxmass": 1350,
"maxmul": 0.7, "maxmul": 1.7,
"minmass": 270, "minmass": 270,
"minmul": 1.7, "minmul": 0.7,
"optmass": 540, "optmass": 540,
"optmul": 1.2, "optmul": 1.2,
"power": 4.34, "power": 4.34,
@@ -279,9 +279,9 @@
"id": "4e", "id": "4e",
"mass": 20, "mass": 20,
"maxmass": 1013, "maxmass": 1013,
"maxmul": 0.3, "maxmul": 1.3,
"minmass": 203, "minmass": 203,
"minmul": 1.3, "minmul": 0.3,
"optmass": 405, "optmass": 405,
"optmul": 0.8, "optmul": 0.8,
"power": 1.56, "power": 1.56,
@@ -297,9 +297,9 @@
"id": "4d", "id": "4d",
"mass": 8, "mass": 8,
"maxmass": 1013, "maxmass": 1013,
"maxmul": 0.4, "maxmul": 1.4,
"minmass": 203, "minmass": 203,
"minmul": 1.4, "minmul": 0.4,
"optmass": 405, "optmass": 405,
"optmul": 0.9, "optmul": 0.9,
"power": 2.08, "power": 2.08,
@@ -315,9 +315,9 @@
"id": "4c", "id": "4c",
"mass": 20, "mass": 20,
"maxmass": 1013, "maxmass": 1013,
"maxmul": 0.5, "maxmul": 1.5,
"minmass": 203, "minmass": 203,
"minmul": 1.5, "minmul": 0.5,
"optmass": 405, "optmass": 405,
"optmul": 1, "optmul": 1,
"power": 2.6, "power": 2.6,
@@ -333,9 +333,9 @@
"id": "4b", "id": "4b",
"mass": 32, "mass": 32,
"maxmass": 1013, "maxmass": 1013,
"maxmul": 0.6, "maxmul": 1.6,
"minmass": 203, "minmass": 203,
"minmul": 1.6, "minmul": 0.6,
"optmass": 405, "optmass": 405,
"optmul": 1.1, "optmul": 1.1,
"power": 3.12, "power": 3.12,
@@ -351,9 +351,9 @@
"id": "4a", "id": "4a",
"mass": 20, "mass": 20,
"maxmass": 1013, "maxmass": 1013,
"maxmul": 0.7, "maxmul": 1.7,
"minmass": 203, "minmass": 203,
"minmul": 1.7, "minmul": 0.7,
"optmass": 405, "optmass": 405,
"optmul": 1.2, "optmul": 1.2,
"power": 3.64, "power": 3.64,
@@ -369,9 +369,9 @@
"id": "49", "id": "49",
"mass": 10, "mass": 10,
"maxmass": 713, "maxmass": 713,
"maxmul": 0.3, "maxmul": 1.3,
"minmass": 143, "minmass": 143,
"minmul": 1.3, "minmul": 0.3,
"optmass": 285, "optmass": 285,
"optmul": 0.8, "optmul": 0.8,
"power": 1.32, "power": 1.32,
@@ -387,9 +387,9 @@
"id": "48", "id": "48",
"mass": 4, "mass": 4,
"maxmass": 713, "maxmass": 713,
"maxmul": 0.4, "maxmul": 1.4,
"minmass": 143, "minmass": 143,
"minmul": 1.4, "minmul": 0.4,
"optmass": 285, "optmass": 285,
"optmul": 0.9, "optmul": 0.9,
"power": 1.76, "power": 1.76,
@@ -405,9 +405,9 @@
"id": "47", "id": "47",
"mass": 10, "mass": 10,
"maxmass": 713, "maxmass": 713,
"maxmul": 0.5, "maxmul": 1.5,
"minmass": 143, "minmass": 143,
"minmul": 1.5, "minmul": 0.5,
"optmass": 285, "optmass": 285,
"optmul": 1, "optmul": 1,
"power": 2.2, "power": 2.2,
@@ -423,9 +423,9 @@
"id": "46", "id": "46",
"mass": 16, "mass": 16,
"maxmass": 713, "maxmass": 713,
"maxmul": 0.6, "maxmul": 1.6,
"minmass": 143, "minmass": 143,
"minmul": 1.6, "minmul": 0.6,
"optmass": 285, "optmass": 285,
"optmul": 1.1, "optmul": 1.1,
"power": 2.64, "power": 2.64,
@@ -441,9 +441,9 @@
"id": "45", "id": "45",
"mass": 10, "mass": 10,
"maxmass": 713, "maxmass": 713,
"maxmul": 0.7, "maxmul": 1.7,
"minmass": 143, "minmass": 143,
"minmul": 1.7, "minmul": 0.7,
"optmass": 285, "optmass": 285,
"optmul": 1.2, "optmul": 1.2,
"power": 3.08, "power": 3.08,
@@ -459,9 +459,9 @@
"id": "44", "id": "44",
"mass": 5, "mass": 5,
"maxmass": 413, "maxmass": 413,
"maxmul": 0.3, "maxmul": 1.3,
"minmass": 83, "minmass": 83,
"minmul": 1.3, "minmul": 0.3,
"optmass": 165, "optmass": 165,
"optmul": 0.8, "optmul": 0.8,
"power": 1.08, "power": 1.08,
@@ -477,9 +477,9 @@
"id": "43", "id": "43",
"mass": 2, "mass": 2,
"maxmass": 413, "maxmass": 413,
"maxmul": 0.4, "maxmul": 1.4,
"minmass": 83, "minmass": 83,
"minmul": 1.4, "minmul": 0.4,
"optmass": 165, "optmass": 165,
"optmul": 0.9, "optmul": 0.9,
"power": 1.44, "power": 1.44,
@@ -495,9 +495,9 @@
"id": "42", "id": "42",
"mass": 5, "mass": 5,
"maxmass": 413, "maxmass": 413,
"maxmul": 0.5, "maxmul": 1.5,
"minmass": 83, "minmass": 83,
"minmul": 1.5, "minmul": 0.5,
"optmass": 165, "optmass": 165,
"optmul": 1, "optmul": 1,
"power": 1.8, "power": 1.8,
@@ -513,9 +513,9 @@
"id": "41", "id": "41",
"mass": 8, "mass": 8,
"maxmass": 413, "maxmass": 413,
"maxmul": 0.6, "maxmul": 1.6,
"minmass": 83, "minmass": 83,
"minmul": 1.6, "minmul": 0.6,
"optmass": 165, "optmass": 165,
"optmul": 1.1, "optmul": 1.1,
"power": 2.16, "power": 2.16,
@@ -531,9 +531,9 @@
"id": "40", "id": "40",
"mass": 5, "mass": 5,
"maxmass": 413, "maxmass": 413,
"maxmul": 0.7, "maxmul": 1.7,
"minmass": 83, "minmass": 83,
"minmul": 1.7, "minmul": 0.7,
"optmass": 165, "optmass": 165,
"optmul": 1.2, "optmul": 1.2,
"power": 2.52, "power": 2.52,
@@ -549,9 +549,9 @@
"id": "3v", "id": "3v",
"mass": 2.5, "mass": 2.5,
"maxmass": 138, "maxmass": 138,
"maxmul": 0.3, "maxmul": 1.3,
"minmass": 28, "minmass": 28,
"minmul": 1.3, "minmul": 0.3,
"optmass": 55, "optmass": 55,
"optmul": 0.8, "optmul": 0.8,
"power": 0.9, "power": 0.9,
@@ -567,9 +567,9 @@
"id": "3u", "id": "3u",
"mass": 1, "mass": 1,
"maxmass": 138, "maxmass": 138,
"maxmul": 0.4, "maxmul": 1.4,
"minmass": 28, "minmass": 28,
"minmul": 1.4, "minmul": 0.4,
"optmass": 55, "optmass": 55,
"optmul": 0.9, "optmul": 0.9,
"power": 1.2, "power": 1.2,
@@ -585,9 +585,9 @@
"id": "3t", "id": "3t",
"mass": 2.5, "mass": 2.5,
"maxmass": 138, "maxmass": 138,
"maxmul": 0.5, "maxmul": 1.5,
"minmass": 28, "minmass": 28,
"minmul": 1.5, "minmul": 0.5,
"optmass": 55, "optmass": 55,
"optmul": 1, "optmul": 1,
"power": 1.5, "power": 1.5,
@@ -603,9 +603,9 @@
"id": "3s", "id": "3s",
"mass": 4, "mass": 4,
"maxmass": 138, "maxmass": 138,
"maxmul": 0.6, "maxmul": 1.6,
"minmass": 28, "minmass": 28,
"minmul": 1.6, "minmul": 0.6,
"optmass": 55, "optmass": 55,
"optmul": 1.1, "optmul": 1.1,
"power": 1.8, "power": 1.8,
@@ -621,9 +621,9 @@
"id": "3r", "id": "3r",
"mass": 2.5, "mass": 2.5,
"maxmass": 138, "maxmass": 138,
"maxmul": 0.7, "maxmul": 1.7,
"minmass": 28, "minmass": 28,
"minmul": 1.7, "minmul": 0.7,
"optmass": 55, "optmass": 55,
"optmul": 1.2, "optmul": 1.2,
"power": 2.1, "power": 2.1,
@@ -639,9 +639,9 @@
"id": "1x", "id": "1x",
"mass": 1.3, "mass": 1.3,
"maxmass": 63, "maxmass": 63,
"maxmul": 0.7, "maxmul": 1.7,
"minmass": 13, "minmass": 13,
"minmul": 1.7, "minmul": 0.7,
"optmass": 25, "optmass": 25,
"optmul": 1.2, "optmul": 1.2,
"power": 1.68, "power": 1.68,

View File

@@ -9,6 +9,7 @@
"fuelpower": 2.9, "fuelpower": 2.9,
"grp": "fsd", "grp": "fsd",
"id": "Fy", "id": "Fy",
"integrity": 93,
"mass": 160, "mass": 160,
"maxfuel": 0, "maxfuel": 0,
"optmass": 0, "optmass": 0,
@@ -24,6 +25,7 @@
"fuelpower": 2.9, "fuelpower": 2.9,
"grp": "fsd", "grp": "fsd",
"id": "Fx", "id": "Fx",
"integrity": 37,
"mass": 64, "mass": 64,
"maxfuel": 0, "maxfuel": 0,
"optmass": 0, "optmass": 0,
@@ -39,6 +41,7 @@
"fuelpower": 2.9, "fuelpower": 2.9,
"grp": "fsd", "grp": "fsd",
"id": "Fw", "id": "Fw",
"integrity": 46,
"mass": 160, "mass": 160,
"maxfuel": 0, "maxfuel": 0,
"optmass": 0, "optmass": 0,
@@ -54,6 +57,7 @@
"fuelpower": 2.9, "fuelpower": 2.9,
"grp": "fsd", "grp": "fsd",
"id": "Fv", "id": "Fv",
"integrity": 74,
"mass": 256, "mass": 256,
"maxfuel": 0, "maxfuel": 0,
"optmass": 0, "optmass": 0,
@@ -69,6 +73,7 @@
"fuelpower": 2.9, "fuelpower": 2.9,
"grp": "fsd", "grp": "fsd",
"id": "Fu", "id": "Fu",
"integrity": 46,
"mass": 160, "mass": 160,
"maxfuel": 0, "maxfuel": 0,
"optmass": 0, "optmass": 0,
@@ -84,6 +89,7 @@
"fuelpower": 2.75, "fuelpower": 2.75,
"grp": "fsd", "grp": "fsd",
"id": "Ft", "id": "Ft",
"integrity": 118,
"mass": 80, "mass": 80,
"maxfuel": 8.5, "maxfuel": 8.5,
"optmass": 1440, "optmass": 1440,
@@ -99,6 +105,7 @@
"fuelpower": 2.75, "fuelpower": 2.75,
"grp": "fsd", "grp": "fsd",
"id": "Fs", "id": "Fs",
"integrity": 105,
"mass": 32, "mass": 32,
"maxfuel": 8.5, "maxfuel": 8.5,
"optmass": 1620, "optmass": 1620,
@@ -114,6 +121,7 @@
"fuelpower": 2.75, "fuelpower": 2.75,
"grp": "fsd", "grp": "fsd",
"id": "Fr", "id": "Fr",
"integrity": 131,
"mass": 80, "mass": 80,
"maxfuel": 8.5, "maxfuel": 8.5,
"optmass": 1800, "optmass": 1800,
@@ -129,6 +137,7 @@
"fuelpower": 2.75, "fuelpower": 2.75,
"grp": "fsd", "grp": "fsd",
"id": "Fq", "id": "Fq",
"integrity": 157,
"mass": 128, "mass": 128,
"maxfuel": 10.6, "maxfuel": 10.6,
"optmass": 2250, "optmass": 2250,
@@ -144,6 +153,7 @@
"fuelpower": 2.75, "fuelpower": 2.75,
"grp": "fsd", "grp": "fsd",
"id": "Fp", "id": "Fp",
"integrity": 144,
"mass": 80, "mass": 80,
"maxfuel": 12.8, "maxfuel": 12.8,
"optmass": 2700, "optmass": 2700,
@@ -159,6 +169,7 @@
"fuelpower": 2.6, "fuelpower": 2.6,
"grp": "fsd", "grp": "fsd",
"id": "Fo", "id": "Fo",
"integrity": 102,
"mass": 40, "mass": 40,
"maxfuel": 5.3, "maxfuel": 5.3,
"optmass": 960, "optmass": 960,
@@ -174,6 +185,7 @@
"fuelpower": 2.6, "fuelpower": 2.6,
"grp": "fsd", "grp": "fsd",
"id": "Fn", "id": "Fn",
"integrity": 90,
"mass": 16, "mass": 16,
"maxfuel": 5.3, "maxfuel": 5.3,
"optmass": 1080, "optmass": 1080,
@@ -189,6 +201,7 @@
"fuelpower": 2.6, "fuelpower": 2.6,
"grp": "fsd", "grp": "fsd",
"id": "Fm", "id": "Fm",
"integrity": 113,
"mass": 40, "mass": 40,
"maxfuel": 5.3, "maxfuel": 5.3,
"optmass": 1200, "optmass": 1200,
@@ -204,6 +217,7 @@
"fuelpower": 2.6, "fuelpower": 2.6,
"grp": "fsd", "grp": "fsd",
"id": "Fl", "id": "Fl",
"integrity": 136,
"mass": 64, "mass": 64,
"maxfuel": 6.6, "maxfuel": 6.6,
"optmass": 1500, "optmass": 1500,
@@ -219,6 +233,7 @@
"fuelpower": 2.6, "fuelpower": 2.6,
"grp": "fsd", "grp": "fsd",
"id": "Fk", "id": "Fk",
"integrity": 124,
"mass": 40, "mass": 40,
"maxfuel": 8, "maxfuel": 8,
"optmass": 1800, "optmass": 1800,
@@ -234,6 +249,7 @@
"fuelpower": 2.45, "fuelpower": 2.45,
"grp": "fsd", "grp": "fsd",
"id": "Fj", "id": "Fj",
"integrity": 86,
"mass": 20, "mass": 20,
"maxfuel": 3.3, "maxfuel": 3.3,
"optmass": 560, "optmass": 560,
@@ -249,6 +265,7 @@
"fuelpower": 2.45, "fuelpower": 2.45,
"grp": "fsd", "grp": "fsd",
"id": "Fi", "id": "Fi",
"integrity": 77,
"mass": 8, "mass": 8,
"maxfuel": 3.3, "maxfuel": 3.3,
"optmass": 630, "optmass": 630,
@@ -264,6 +281,7 @@
"fuelpower": 2.45, "fuelpower": 2.45,
"grp": "fsd", "grp": "fsd",
"id": "Fh", "id": "Fh",
"integrity": 96,
"mass": 20, "mass": 20,
"maxfuel": 3.3, "maxfuel": 3.3,
"optmass": 700, "optmass": 700,
@@ -279,6 +297,7 @@
"fuelpower": 2.45, "fuelpower": 2.45,
"grp": "fsd", "grp": "fsd",
"id": "Fg", "id": "Fg",
"integrity": 115,
"mass": 32, "mass": 32,
"maxfuel": 4.1, "maxfuel": 4.1,
"optmass": 875, "optmass": 875,
@@ -294,6 +313,7 @@
"fuelpower": 2.45, "fuelpower": 2.45,
"grp": "fsd", "grp": "fsd",
"id": "Ff", "id": "Ff",
"integrity": 106,
"mass": 20, "mass": 20,
"maxfuel": 5, "maxfuel": 5,
"optmass": 1050, "optmass": 1050,
@@ -309,6 +329,7 @@
"fuelpower": 2.3, "fuelpower": 2.3,
"grp": "fsd", "grp": "fsd",
"id": "Fe", "id": "Fe",
"integrity": 72,
"mass": 10, "mass": 10,
"maxfuel": 2, "maxfuel": 2,
"optmass": 280, "optmass": 280,
@@ -324,6 +345,7 @@
"fuelpower": 2.3, "fuelpower": 2.3,
"grp": "fsd", "grp": "fsd",
"id": "Fd", "id": "Fd",
"integrity": 64,
"mass": 4, "mass": 4,
"maxfuel": 2, "maxfuel": 2,
"optmass": 315, "optmass": 315,
@@ -339,6 +361,7 @@
"fuelpower": 2.3, "fuelpower": 2.3,
"grp": "fsd", "grp": "fsd",
"id": "Fc", "id": "Fc",
"integrity": 80,
"mass": 10, "mass": 10,
"maxfuel": 2, "maxfuel": 2,
"optmass": 350, "optmass": 350,
@@ -354,9 +377,10 @@
"fuelpower": 2.3, "fuelpower": 2.3,
"grp": "fsd", "grp": "fsd",
"id": "Fb", "id": "Fb",
"integrity": 96,
"mass": 16, "mass": 16,
"maxfuel": 2.5, "maxfuel": 2.5,
"optmass": 438, "optmass": 437.5,
"power": 0.38, "power": 0.38,
"rating": "B" "rating": "B"
}, },
@@ -369,6 +393,7 @@
"fuelpower": 2.3, "fuelpower": 2.3,
"grp": "fsd", "grp": "fsd",
"id": "Fa", "id": "Fa",
"integrity": 88,
"mass": 10, "mass": 10,
"maxfuel": 3, "maxfuel": 3,
"optmass": 525, "optmass": 525,
@@ -384,6 +409,7 @@
"fuelpower": 2.15, "fuelpower": 2.15,
"grp": "fsd", "grp": "fsd",
"id": "F9", "id": "F9",
"integrity": 58,
"mass": 5, "mass": 5,
"maxfuel": 1.2, "maxfuel": 1.2,
"optmass": 80, "optmass": 80,
@@ -399,6 +425,7 @@
"fuelpower": 2.15, "fuelpower": 2.15,
"grp": "fsd", "grp": "fsd",
"id": "F8", "id": "F8",
"integrity": 51,
"mass": 2, "mass": 2,
"maxfuel": 1.2, "maxfuel": 1.2,
"optmass": 90, "optmass": 90,
@@ -414,6 +441,7 @@
"fuelpower": 2.15, "fuelpower": 2.15,
"grp": "fsd", "grp": "fsd",
"id": "F7", "id": "F7",
"integrity": 64,
"mass": 5, "mass": 5,
"maxfuel": 1.2, "maxfuel": 1.2,
"optmass": 100, "optmass": 100,
@@ -429,6 +457,7 @@
"fuelpower": 2.15, "fuelpower": 2.15,
"grp": "fsd", "grp": "fsd",
"id": "F6", "id": "F6",
"integrity": 77,
"mass": 8, "mass": 8,
"maxfuel": 1.5, "maxfuel": 1.5,
"optmass": 125, "optmass": 125,
@@ -444,6 +473,7 @@
"fuelpower": 2.15, "fuelpower": 2.15,
"grp": "fsd", "grp": "fsd",
"id": "F5", "id": "F5",
"integrity": 70,
"mass": 5, "mass": 5,
"maxfuel": 1.8, "maxfuel": 1.8,
"optmass": 150, "optmass": 150,
@@ -459,6 +489,7 @@
"fuelpower": 2, "fuelpower": 2,
"grp": "fsd", "grp": "fsd",
"id": "F4", "id": "F4",
"integrity": 46,
"mass": 2.5, "mass": 2.5,
"maxfuel": 0.6, "maxfuel": 0.6,
"optmass": 48, "optmass": 48,
@@ -474,6 +505,7 @@
"fuelpower": 2, "fuelpower": 2,
"grp": "fsd", "grp": "fsd",
"id": "F3", "id": "F3",
"integrity": 41,
"mass": 1, "mass": 1,
"maxfuel": 0.6, "maxfuel": 0.6,
"optmass": 54, "optmass": 54,
@@ -489,6 +521,7 @@
"fuelpower": 2, "fuelpower": 2,
"grp": "fsd", "grp": "fsd",
"id": "F2", "id": "F2",
"integrity": 51,
"mass": 2.5, "mass": 2.5,
"maxfuel": 0.6, "maxfuel": 0.6,
"optmass": 60, "optmass": 60,
@@ -504,6 +537,7 @@
"fuelpower": 2, "fuelpower": 2,
"grp": "fsd", "grp": "fsd",
"id": "F1", "id": "F1",
"integrity": 61,
"mass": 4, "mass": 4,
"maxfuel": 0.8, "maxfuel": 0.8,
"optmass": 75, "optmass": 75,
@@ -519,6 +553,7 @@
"fuelpower": 2, "fuelpower": 2,
"grp": "fsd", "grp": "fsd",
"id": "F0", "id": "F0",
"integrity": 56,
"mass": 2.5, "mass": 2.5,
"maxfuel": 0.9, "maxfuel": 0.9,
"optmass": 90, "optmass": 90,

View File

@@ -1,480 +1,560 @@
{ {
"ls": [ "ls": [
{ {
"boot": 1,
"class": 8, "class": 8,
"cost": 0, "cost": 0,
"edID": 128064173, "edID": 128064173,
"eddbID": 1031, "eddbID": 1031,
"grp": "ls", "grp": "ls",
"id": "lD", "id": "lD",
"integrity": 120,
"mass": 160, "mass": 160,
"power": 0, "power": 0.8,
"rating": "E", "rating": "E",
"time": 300 "time": 300
}, },
{ {
"boot": 1,
"class": 8, "class": 8,
"cost": 0, "cost": 0,
"edID": 128064174, "edID": 128064174,
"eddbID": 1032, "eddbID": 1032,
"grp": "ls", "grp": "ls",
"id": "lC", "id": "lC",
"integrity": 135,
"mass": 64, "mass": 64,
"power": 0, "power": 0.9,
"rating": "D", "rating": "D",
"time": 450 "time": 450
}, },
{ {
"boot": 1,
"class": 8, "class": 8,
"cost": 0, "cost": 0,
"edID": 128064175, "edID": 128064175,
"eddbID": 1033, "eddbID": 1033,
"grp": "ls", "grp": "ls",
"id": "lB", "id": "lB",
"integrity": 150,
"mass": 160, "mass": 160,
"power": 0, "power": 1,
"rating": "C", "rating": "C",
"time": 600 "time": 600
}, },
{ {
"boot": 1,
"class": 8, "class": 8,
"cost": 0, "cost": 0,
"edID": 128064176, "edID": 128064176,
"eddbID": 1034, "eddbID": 1034,
"grp": "ls", "grp": "ls",
"id": "lA", "id": "lA",
"integrity": 165,
"mass": 256, "mass": 256,
"power": 0, "power": 1.1,
"rating": "B", "rating": "B",
"time": 900 "time": 900
}, },
{ {
"boot": 1,
"class": 8, "class": 8,
"cost": 0, "cost": 0,
"edID": 128064177, "edID": 128064177,
"eddbID": 1035, "eddbID": 1035,
"grp": "ls", "grp": "ls",
"id": "lz", "id": "lz",
"integrity": 180,
"mass": 160, "mass": 160,
"power": 0, "power": 1.2,
"rating": "A", "rating": "A",
"time": 1500 "time": 1500
}, },
{ {
"boot": 1,
"class": 7, "class": 7,
"cost": 249140, "cost": 249140,
"edID": 128064168, "edID": 128064168,
"eddbID": 1026, "eddbID": 1026,
"grp": "ls", "grp": "ls",
"id": "ly", "id": "ly",
"integrity": 105,
"mass": 80, "mass": 80,
"power": 0.72, "power": 0.72,
"rating": "E", "rating": "E",
"time": 300 "time": 300
}, },
{ {
"boot": 1,
"class": 7, "class": 7,
"cost": 622840, "cost": 622840,
"edID": 128064169, "edID": 128064169,
"eddbID": 1027, "eddbID": 1027,
"grp": "ls", "grp": "ls",
"id": "lx", "id": "lx",
"integrity": 118,
"mass": 32, "mass": 32,
"power": 0.81, "power": 0.81,
"rating": "D", "rating": "D",
"time": 450 "time": 450
}, },
{ {
"boot": 1,
"class": 7, "class": 7,
"cost": 1557110, "cost": 1557110,
"edID": 128064170, "edID": 128064170,
"eddbID": 1028, "eddbID": 1028,
"grp": "ls", "grp": "ls",
"id": "lw", "id": "lw",
"integrity": 131,
"mass": 80, "mass": 80,
"power": 0.9, "power": 0.9,
"rating": "C", "rating": "C",
"time": 600 "time": 600
}, },
{ {
"boot": 1,
"class": 7, "class": 7,
"cost": 3892770, "cost": 3892770,
"edID": 128064171, "edID": 128064171,
"eddbID": 1029, "eddbID": 1029,
"grp": "ls", "grp": "ls",
"id": "lv", "id": "lv",
"integrity": 144,
"mass": 128, "mass": 128,
"power": 0.99, "power": 0.99,
"rating": "B", "rating": "B",
"time": 900 "time": 900
}, },
{ {
"boot": 1,
"class": 7, "class": 7,
"cost": 9731930, "cost": 9731930,
"edID": 128064172, "edID": 128064172,
"eddbID": 1030, "eddbID": 1030,
"grp": "ls", "grp": "ls",
"id": "lu", "id": "lu",
"integrity": 157,
"mass": 80, "mass": 80,
"power": 1.08, "power": 1.08,
"rating": "A", "rating": "A",
"time": 1500 "time": 1500
}, },
{ {
"boot": 1,
"class": 6, "class": 6,
"cost": 88980, "cost": 88980,
"edID": 128064163, "edID": 128064163,
"eddbID": 1021, "eddbID": 1021,
"grp": "ls", "grp": "ls",
"id": "lt", "id": "lt",
"integrity": 90,
"mass": 40, "mass": 40,
"power": 0.64, "power": 0.64,
"rating": "E", "rating": "E",
"time": 300 "time": 300
}, },
{ {
"boot": 1,
"class": 6, "class": 6,
"cost": 222440, "cost": 222440,
"edID": 128064164, "edID": 128064164,
"eddbID": 1022, "eddbID": 1022,
"grp": "ls", "grp": "ls",
"id": "ls", "id": "ls",
"integrity": 102,
"mass": 16, "mass": 16,
"power": 0.72, "power": 0.72,
"rating": "D", "rating": "D",
"time": 450 "time": 450
}, },
{ {
"boot": 1,
"class": 6, "class": 6,
"cost": 556110, "cost": 556110,
"edID": 128064165, "edID": 128064165,
"eddbID": 1023, "eddbID": 1023,
"grp": "ls", "grp": "ls",
"id": "lr", "id": "lr",
"integrity": 113,
"mass": 40, "mass": 40,
"power": 0.8, "power": 0.8,
"rating": "C", "rating": "C",
"time": 600 "time": 600
}, },
{ {
"boot": 1,
"class": 6, "class": 6,
"cost": 1390280, "cost": 1390280,
"edID": 128064166, "edID": 128064166,
"eddbID": 1024, "eddbID": 1024,
"grp": "ls", "grp": "ls",
"id": "lq", "id": "lq",
"integrity": 124,
"mass": 64, "mass": 64,
"power": 0.88, "power": 0.88,
"rating": "B", "rating": "B",
"time": 900 "time": 900
}, },
{ {
"boot": 1,
"class": 6, "class": 6,
"cost": 3475690, "cost": 3475690,
"edID": 128064167, "edID": 128064167,
"eddbID": 1025, "eddbID": 1025,
"grp": "ls", "grp": "ls",
"id": "lp", "id": "lp",
"integrity": 136,
"mass": 40, "mass": 40,
"power": 0.96, "power": 0.96,
"rating": "A", "rating": "A",
"time": 1500 "time": 1500
}, },
{ {
"boot": 1,
"class": 5, "class": 5,
"cost": 31780, "cost": 31780,
"edID": 128064158, "edID": 128064158,
"eddbID": 1016, "eddbID": 1016,
"grp": "ls", "grp": "ls",
"id": "lo", "id": "lo",
"integrity": 77,
"mass": 20, "mass": 20,
"power": 0.57, "power": 0.57,
"rating": "E", "rating": "E",
"time": 300 "time": 300
}, },
{ {
"boot": 1,
"class": 5, "class": 5,
"cost": 79440, "cost": 79440,
"edID": 128064159, "edID": 128064159,
"eddbID": 1017, "eddbID": 1017,
"grp": "ls", "grp": "ls",
"id": "ln", "id": "ln",
"integrity": 86,
"mass": 8, "mass": 8,
"power": 0.64, "power": 0.64,
"rating": "D", "rating": "D",
"time": 450 "time": 450
}, },
{ {
"boot": 1,
"class": 5, "class": 5,
"cost": 198610, "cost": 198610,
"edID": 128064160, "edID": 128064160,
"eddbID": 1018, "eddbID": 1018,
"grp": "ls", "grp": "ls",
"id": "lm", "id": "lm",
"integrity": 96,
"mass": 20, "mass": 20,
"power": 0.71, "power": 0.71,
"rating": "C", "rating": "C",
"time": 600 "time": 600
}, },
{ {
"boot": 1,
"class": 5, "class": 5,
"cost": 496530, "cost": 496530,
"edID": 128064161, "edID": 128064161,
"eddbID": 1019, "eddbID": 1019,
"grp": "ls", "grp": "ls",
"id": "ll", "id": "ll",
"integrity": 106,
"mass": 32, "mass": 32,
"power": 0.78, "power": 0.78,
"rating": "B", "rating": "B",
"time": 900 "time": 900
}, },
{ {
"boot": 1,
"class": 5, "class": 5,
"cost": 1241320, "cost": 1241320,
"edID": 128064162, "edID": 128064162,
"eddbID": 1020, "eddbID": 1020,
"grp": "ls", "grp": "ls",
"id": "lk", "id": "lk",
"integrity": 115,
"mass": 20, "mass": 20,
"power": 0.85, "power": 0.85,
"rating": "A", "rating": "A",
"time": 1500 "time": 1500
}, },
{ {
"boot": 1,
"class": 4, "class": 4,
"cost": 11350, "cost": 11350,
"edID": 128064153, "edID": 128064153,
"eddbID": 1011, "eddbID": 1011,
"grp": "ls", "grp": "ls",
"id": "lj", "id": "lj",
"integrity": 64,
"mass": 10, "mass": 10,
"power": 0.5, "power": 0.5,
"rating": "E", "rating": "E",
"time": 300 "time": 300
}, },
{ {
"boot": 1,
"class": 4, "class": 4,
"cost": 28370, "cost": 28370,
"edID": 128064154, "edID": 128064154,
"eddbID": 1012, "eddbID": 1012,
"grp": "ls", "grp": "ls",
"id": "li", "id": "li",
"integrity": 72,
"mass": 4, "mass": 4,
"power": 0.56, "power": 0.56,
"rating": "D", "rating": "D",
"time": 450 "time": 450
}, },
{ {
"boot": 1,
"class": 4, "class": 4,
"cost": 70930, "cost": 70930,
"edID": 128064155, "edID": 128064155,
"eddbID": 1013, "eddbID": 1013,
"grp": "ls", "grp": "ls",
"id": "lh", "id": "lh",
"integrity": 80,
"mass": 10, "mass": 10,
"power": 0.62, "power": 0.62,
"rating": "C", "rating": "C",
"time": 600 "time": 600
}, },
{ {
"boot": 1,
"class": 4, "class": 4,
"cost": 177330, "cost": 177330,
"edID": 128064156, "edID": 128064156,
"eddbID": 1014, "eddbID": 1014,
"grp": "ls", "grp": "ls",
"id": "lg", "id": "lg",
"integrity": 88,
"mass": 16, "mass": 16,
"power": 0.68, "power": 0.68,
"rating": "B", "rating": "B",
"time": 900 "time": 900
}, },
{ {
"boot": 1,
"class": 4, "class": 4,
"cost": 443330, "cost": 443330,
"edID": 128064157, "edID": 128064157,
"eddbID": 1015, "eddbID": 1015,
"grp": "ls", "grp": "ls",
"id": "lf", "id": "lf",
"integrity": 96,
"mass": 10, "mass": 10,
"power": 0.74, "power": 0.74,
"rating": "A", "rating": "A",
"time": 1500 "time": 1500
}, },
{ {
"boot": 1,
"class": 3, "class": 3,
"cost": 4050, "cost": 4050,
"edID": 128064148, "edID": 128064148,
"eddbID": 1006, "eddbID": 1006,
"grp": "ls", "grp": "ls",
"id": "le", "id": "le",
"integrity": 51,
"mass": 5, "mass": 5,
"power": 0.42, "power": 0.42,
"rating": "E", "rating": "E",
"time": 300 "time": 300
}, },
{ {
"boot": 1,
"class": 3, "class": 3,
"cost": 10130, "cost": 10130,
"edID": 128064149, "edID": 128064149,
"eddbID": 1007, "eddbID": 1007,
"grp": "ls", "grp": "ls",
"id": "ld", "id": "ld",
"integrity": 58,
"mass": 2, "mass": 2,
"power": 0.48, "power": 0.48,
"rating": "D", "rating": "D",
"time": 450 "time": 450
}, },
{ {
"boot": 1,
"class": 3, "class": 3,
"cost": 25330, "cost": 25330,
"edID": 128064150, "edID": 128064150,
"eddbID": 1008, "eddbID": 1008,
"grp": "ls", "grp": "ls",
"id": "lc", "id": "lc",
"integrity": 64,
"mass": 5, "mass": 5,
"power": 0.53, "power": 0.53,
"rating": "C", "rating": "C",
"time": 600 "time": 600
}, },
{ {
"boot": 1,
"class": 3, "class": 3,
"cost": 63330, "cost": 63330,
"edID": 128064151, "edID": 128064151,
"eddbID": 1009, "eddbID": 1009,
"grp": "ls", "grp": "ls",
"id": "lb", "id": "lb",
"integrity": 70,
"mass": 8, "mass": 8,
"power": 0.58, "power": 0.58,
"rating": "B", "rating": "B",
"time": 900 "time": 900
}, },
{ {
"boot": 1,
"class": 3, "class": 3,
"cost": 158330, "cost": 158330,
"edID": 128064152, "edID": 128064152,
"eddbID": 1010, "eddbID": 1010,
"grp": "ls", "grp": "ls",
"id": "la", "id": "la",
"integrity": 77,
"mass": 5, "mass": 5,
"power": 0.64, "power": 0.64,
"rating": "A", "rating": "A",
"time": 1500 "time": 1500
}, },
{ {
"boot": 1,
"class": 2, "class": 2,
"cost": 1450, "cost": 1450,
"edID": 128064143, "edID": 128064143,
"eddbID": 1001, "eddbID": 1001,
"grp": "ls", "grp": "ls",
"id": "l9", "id": "l9",
"integrity": 41,
"mass": 2.5, "mass": 2.5,
"power": 0.37, "power": 0.37,
"rating": "E", "rating": "E",
"time": 300 "time": 300
}, },
{ {
"boot": 1,
"class": 2, "class": 2,
"cost": 3620, "cost": 3620,
"edID": 128064144, "edID": 128064144,
"eddbID": 1002, "eddbID": 1002,
"grp": "ls", "grp": "ls",
"id": "l8", "id": "l8",
"integrity": 46,
"mass": 1, "mass": 1,
"power": 0.41, "power": 0.41,
"rating": "D", "rating": "D",
"time": 450 "time": 450
}, },
{ {
"boot": 1,
"class": 2, "class": 2,
"cost": 9050, "cost": 9050,
"edID": 128064145, "edID": 128064145,
"eddbID": 1003, "eddbID": 1003,
"grp": "ls", "grp": "ls",
"id": "l7", "id": "l7",
"integrity": 51,
"mass": 2.5, "mass": 2.5,
"power": 0.46, "power": 0.46,
"rating": "C", "rating": "C",
"time": 600 "time": 600
}, },
{ {
"boot": 1,
"class": 2, "class": 2,
"cost": 22620, "cost": 22620,
"edID": 128064146, "edID": 128064146,
"eddbID": 1004, "eddbID": 1004,
"grp": "ls", "grp": "ls",
"id": "l6", "id": "l6",
"integrity": 56,
"mass": 4, "mass": 4,
"power": 0.51, "power": 0.51,
"rating": "B", "rating": "B",
"time": 900 "time": 900
}, },
{ {
"boot": 1,
"class": 2, "class": 2,
"cost": 56550, "cost": 56550,
"edID": 128064147, "edID": 128064147,
"eddbID": 1005, "eddbID": 1005,
"grp": "ls", "grp": "ls",
"id": "l5", "id": "l5",
"integrity": 61,
"mass": 2.5, "mass": 2.5,
"power": 0.55, "power": 0.55,
"rating": "A", "rating": "A",
"time": 1500 "time": 1500
}, },
{ {
"boot": 1,
"class": 1, "class": 1,
"cost": 520, "cost": 520,
"edID": 128064138, "edID": 128064138,
"eddbID": 996, "eddbID": 996,
"grp": "ls", "grp": "ls",
"id": "l4", "id": "l4",
"integrity": 32,
"mass": 1.3, "mass": 1.3,
"power": 0.32, "power": 0.32,
"rating": "E", "rating": "E",
"time": 300 "time": 300
}, },
{ {
"boot": 1,
"class": 1, "class": 1,
"cost": 1290, "cost": 1290,
"edID": 128064139, "edID": 128064139,
"eddbID": 997, "eddbID": 997,
"grp": "ls", "grp": "ls",
"id": "l3", "id": "l3",
"integrity": 36,
"mass": 0.5, "mass": 0.5,
"power": 0.36, "power": 0.36,
"rating": "D", "rating": "D",
"time": 450 "time": 450
}, },
{ {
"boot": 1,
"class": 1, "class": 1,
"cost": 3230, "cost": 3230,
"edID": 128064140, "edID": 128064140,
"eddbID": 998, "eddbID": 998,
"grp": "ls", "grp": "ls",
"id": "l2", "id": "l2",
"integrity": 40,
"mass": 1.3, "mass": 1.3,
"power": 0.4, "power": 0.4,
"rating": "C", "rating": "C",
"time": 600 "time": 600
}, },
{ {
"boot": 1,
"class": 1, "class": 1,
"cost": 8080, "cost": 8080,
"edID": 128064141, "edID": 128064141,
"eddbID": 999, "eddbID": 999,
"grp": "ls", "grp": "ls",
"id": "l1", "id": "l1",
"integrity": 44,
"mass": 2, "mass": 2,
"power": 0.44, "power": 0.44,
"rating": "B", "rating": "B",
"time": 900 "time": 900
}, },
{ {
"boot": 1,
"class": 1, "class": 1,
"cost": 20200, "cost": 20200,
"edID": 128064142, "edID": 128064142,
"eddbID": 1000, "eddbID": 1000,
"grp": "ls", "grp": "ls",
"id": "l0", "id": "l0",
"integrity": 48,
"mass": 1.3, "mass": 1.3,
"power": 0.48, "power": 0.48,
"rating": "A", "rating": "A",

View File

@@ -5,680 +5,720 @@
"cost": 697580, "cost": 697580,
"edID": 128064213, "edID": 128064213,
"eddbID": 1071, "eddbID": 1071,
"enginecapacity": 32, "engcap": 32,
"enginerecharge": 3.2, "engrate": 3.2,
"grp": "pd", "grp": "pd",
"id": "dD", "id": "dD",
"integrity": 135,
"mass": 160, "mass": 160,
"power": 0.64, "power": 0.64,
"rating": "E", "rating": "E",
"systemcapacity": 32, "syscap": 32,
"systemrecharge": 3.2, "sysrate": 3.2,
"weaponcapacity": 48, "wepcap": 48,
"weaponrecharge": 4.8 "weprate": 4.8
}, },
{ {
"class": 8, "class": 8,
"cost": 1743960, "cost": 1743960,
"edID": 128064214, "edID": 128064214,
"eddbID": 1072, "eddbID": 1072,
"enginecapacity": 36, "engcap": 36,
"enginerecharge": 3.6, "engrate": 3.6,
"grp": "pd", "grp": "pd",
"id": "dC", "id": "dC",
"integrity": 120,
"mass": 64, "mass": 64,
"power": 0.72, "power": 0.72,
"rating": "D", "rating": "D",
"systemcapacity": 36, "syscap": 36,
"systemrecharge": 3.6, "sysrate": 3.6,
"weaponcapacity": 54, "wepcap": 54,
"weaponrecharge": 5.4 "weprate": 5.4
}, },
{ {
"class": 8, "class": 8,
"cost": 4359900, "cost": 4359900,
"edID": 128064215, "edID": 128064215,
"eddbID": 1073, "eddbID": 1073,
"enginecapacity": 40, "engcap": 40,
"enginerecharge": 4, "engrate": 4,
"grp": "pd", "grp": "pd",
"id": "dB", "id": "dB",
"integrity": 150,
"mass": 160, "mass": 160,
"power": 0.8, "power": 0.8,
"rating": "C", "rating": "C",
"systemcapacity": 40, "syscap": 40,
"systemrecharge": 4, "sysrate": 4,
"weaponcapacity": 60, "wepcap": 60,
"weaponrecharge": 6 "weprate": 6
}, },
{ {
"class": 8, "class": 8,
"cost": 10899760, "cost": 10899760,
"edID": 128064216, "edID": 128064216,
"eddbID": 1074, "eddbID": 1074,
"enginecapacity": 44, "engcap": 44,
"enginerecharge": 4.4, "engrate": 4.4,
"grp": "pd", "grp": "pd",
"id": "dA", "id": "dA",
"integrity": 180,
"mass": 256, "mass": 256,
"power": 0.88, "power": 0.88,
"rating": "B", "rating": "B",
"systemcapacity": 44, "syscap": 44,
"systemrecharge": 4.4, "sysrate": 4.4,
"weaponcapacity": 66, "wepcap": 66,
"weaponrecharge": 6.6 "weprate": 6.6
}, },
{ {
"class": 8, "class": 8,
"cost": 27249390, "cost": 27249390,
"edID": 128064217, "edID": 128064217,
"eddbID": 1075, "eddbID": 1075,
"enginecapacity": 48, "engcap": 48,
"enginerecharge": 4.8, "engrate": 4.8,
"grp": "pd", "grp": "pd",
"id": "dz", "id": "dz",
"integrity": 165,
"mass": 160, "mass": 160,
"power": 0.96, "power": 0.96,
"rating": "A", "rating": "A",
"systemcapacity": 48, "syscap": 48,
"systemrecharge": 4.8, "sysrate": 4.8,
"weaponcapacity": 72, "wepcap": 72,
"weaponrecharge": 7.2 "weprate": 7.2
}, },
{ {
"class": 7, "class": 7,
"cost": 249140, "cost": 249140,
"edID": 128064208, "edID": 128064208,
"eddbID": 1066, "eddbID": 1066,
"enginecapacity": 27, "engcap": 27,
"enginerecharge": 2.6, "engrate": 2.6,
"grp": "pd", "grp": "pd",
"id": "dy", "id": "dy",
"integrity": 118,
"mass": 80, "mass": 80,
"power": 0.59, "power": 0.59,
"rating": "E", "rating": "E",
"systemcapacity": 27, "syscap": 27,
"systemrecharge": 2.6, "sysrate": 2.6,
"weaponcapacity": 41, "wepcap": 41,
"weaponrecharge": 4.1 "weprate": 4.1
}, },
{ {
"class": 7, "class": 7,
"cost": 622840, "cost": 622840,
"edID": 128064209, "edID": 128064209,
"eddbID": 1067, "eddbID": 1067,
"enginecapacity": 31, "engcap": 31,
"enginerecharge": 3, "engrate": 3,
"grp": "pd", "grp": "pd",
"id": "dx", "id": "dx",
"integrity": 105,
"mass": 32, "mass": 32,
"power": 0.67, "power": 0.67,
"rating": "D", "rating": "D",
"systemcapacity": 31, "syscap": 31,
"systemrecharge": 3, "sysrate": 3,
"weaponcapacity": 46, "wepcap": 46,
"weaponrecharge": 4.6 "weprate": 4.6
}, },
{ {
"class": 7, "class": 7,
"cost": 1557110, "cost": 1557110,
"edID": 128064210, "edID": 128064210,
"eddbID": 1068, "eddbID": 1068,
"enginecapacity": 34, "engcap": 34,
"enginerecharge": 3.3, "engrate": 3.3,
"grp": "pd", "grp": "pd",
"id": "dw", "id": "dw",
"integrity": 131,
"mass": 80, "mass": 80,
"power": 0.74, "power": 0.74,
"rating": "C", "rating": "C",
"systemcapacity": 34, "syscap": 34,
"systemrecharge": 3.3, "sysrate": 3.3,
"weaponcapacity": 51, "wepcap": 51,
"weaponrecharge": 5.1 "weprate": 5.1
}, },
{ {
"class": 7, "class": 7,
"cost": 3892770, "cost": 3892770,
"edID": 128064211, "edID": 128064211,
"eddbID": 1069, "eddbID": 1069,
"enginecapacity": 37, "engcap": 37,
"enginerecharge": 3.6, "engrate": 3.6,
"grp": "pd", "grp": "pd",
"id": "dv", "id": "dv",
"integrity": 157,
"mass": 128, "mass": 128,
"power": 0.81, "power": 0.81,
"rating": "B", "rating": "B",
"systemcapacity": 37, "syscap": 37,
"systemrecharge": 3.6, "sysrate": 3.6,
"weaponcapacity": 56, "wepcap": 56,
"weaponrecharge": 5.6 "weprate": 5.6
}, },
{ {
"class": 7, "class": 7,
"cost": 9731930, "cost": 9731930,
"edID": 128064212, "edID": 128064212,
"eddbID": 1070, "eddbID": 1070,
"enginecapacity": 41, "engcap": 41,
"enginerecharge": 4, "engrate": 4,
"grp": "pd", "grp": "pd",
"id": "du", "id": "du",
"integrity": 144,
"mass": 80, "mass": 80,
"power": 0.89, "power": 0.89,
"rating": "A", "rating": "A",
"systemcapacity": 41, "syscap": 41,
"systemrecharge": 4, "sysrate": 4,
"weaponcapacity": 61, "wepcap": 61,
"weaponrecharge": 6.1 "weprate": 6.1
}, },
{ {
"class": 6, "class": 6,
"cost": 88980, "cost": 88980,
"edID": 128064203, "edID": 128064203,
"eddbID": 1061, "eddbID": 1061,
"enginecapacity": 23, "engcap": 23,
"enginerecharge": 2.2, "engrate": 2.2,
"grp": "pd", "grp": "pd",
"id": "dt", "id": "dt",
"integrity": 102,
"mass": 40, "mass": 40,
"power": 0.54, "power": 0.54,
"rating": "E", "rating": "E",
"systemcapacity": 23, "syscap": 23,
"systemrecharge": 2.2, "sysrate": 2.2,
"weaponcapacity": 34, "wepcap": 34,
"weaponrecharge": 3.4 "weprate": 3.4
}, },
{ {
"class": 6, "class": 6,
"cost": 222440, "cost": 222440,
"edID": 128064204, "edID": 128064204,
"eddbID": 1062, "eddbID": 1062,
"enginecapacity": 26, "engcap": 26,
"enginerecharge": 2.4, "engrate": 2.4,
"grp": "pd", "grp": "pd",
"id": "ds", "id": "ds",
"integrity": 90,
"mass": 16, "mass": 16,
"power": 0.61, "power": 0.61,
"rating": "D", "rating": "D",
"systemcapacity": 26, "syscap": 26,
"systemrecharge": 2.4, "sysrate": 2.4,
"weaponcapacity": 38, "wepcap": 38,
"weaponrecharge": 3.9 "weprate": 3.9
}, },
{ {
"class": 6, "class": 6,
"cost": 556110, "cost": 556110,
"edID": 128064205, "edID": 128064205,
"eddbID": 1063, "eddbID": 1063,
"enginecapacity": 29, "engcap": 29,
"enginerecharge": 2.7, "engrate": 2.7,
"grp": "pd", "grp": "pd",
"id": "dr", "id": "dr",
"integrity": 113,
"mass": 40, "mass": 40,
"power": 0.68, "power": 0.68,
"rating": "C", "rating": "C",
"systemcapacity": 29, "syscap": 29,
"systemrecharge": 2.7, "sysrate": 2.7,
"weaponcapacity": 42, "wepcap": 42,
"weaponrecharge": 4.3 "weprate": 4.3
}, },
{ {
"class": 6, "class": 6,
"cost": 1390280, "cost": 1390280,
"edID": 128064206, "edID": 128064206,
"eddbID": 1064, "eddbID": 1064,
"enginecapacity": 32, "engcap": 32,
"enginerecharge": 3, "engrate": 3,
"grp": "pd", "grp": "pd",
"id": "dq", "id": "dq",
"integrity": 136,
"mass": 64, "mass": 64,
"power": 0.75, "power": 0.75,
"rating": "B", "rating": "B",
"systemcapacity": 32, "syscap": 32,
"systemrecharge": 3, "sysrate": 3,
"weaponcapacity": 46, "wepcap": 46,
"weaponrecharge": 4.7 "weprate": 4.7
}, },
{ {
"class": 6, "class": 6,
"cost": 3475690, "cost": 3475690,
"edID": 128064207, "edID": 128064207,
"eddbID": 1065, "eddbID": 1065,
"enginecapacity": 35, "engcap": 35,
"enginerecharge": 3.2, "engrate": 3.2,
"grp": "pd", "grp": "pd",
"id": "dp", "id": "dp",
"integrity": 124,
"mass": 40, "mass": 40,
"power": 0.82, "power": 0.82,
"rating": "A", "rating": "A",
"systemcapacity": 35, "syscap": 35,
"systemrecharge": 3.2, "sysrate": 3.2,
"weaponcapacity": 50, "wepcap": 50,
"weaponrecharge": 5.2 "weprate": 5.2
}, },
{ {
"class": 5, "class": 5,
"cost": 31780, "cost": 31780,
"edID": 128064198, "edID": 128064198,
"eddbID": 1056, "eddbID": 1056,
"enginecapacity": 19, "engcap": 19,
"enginerecharge": 1.7, "engrate": 1.7,
"grp": "pd", "grp": "pd",
"id": "do", "id": "do",
"integrity": 86,
"mass": 20, "mass": 20,
"power": 0.5, "power": 0.5,
"rating": "E", "rating": "E",
"systemcapacity": 19, "syscap": 19,
"systemrecharge": 1.7, "sysrate": 1.7,
"weaponcapacity": 27, "wepcap": 27,
"weaponrecharge": 2.9 "weprate": 2.9
}, },
{ {
"class": 5, "class": 5,
"cost": 79440, "cost": 79440,
"edID": 128064199, "edID": 128064199,
"eddbID": 1057, "eddbID": 1057,
"enginecapacity": 22, "engcap": 22,
"enginerecharge": 1.9, "engrate": 1.9,
"grp": "pd", "grp": "pd",
"id": "dn", "id": "dn",
"integrity": 77,
"mass": 8, "mass": 8,
"power": 0.56, "power": 0.56,
"rating": "D", "rating": "D",
"systemcapacity": 22, "syscap": 22,
"systemrecharge": 1.9, "sysrate": 1.9,
"weaponcapacity": 31, "wepcap": 31,
"weaponrecharge": 3.2 "weprate": 3.2
}, },
{ {
"class": 5, "class": 5,
"cost": 198610, "cost": 198610,
"edID": 128064200, "edID": 128064200,
"eddbID": 1058, "eddbID": 1058,
"enginecapacity": 24, "engcap": 24,
"enginerecharge": 2.1, "engrate": 2.1,
"grp": "pd", "grp": "pd",
"id": "dm", "id": "dm",
"integrity": 96,
"mass": 20, "mass": 20,
"power": 0.62, "power": 0.62,
"rating": "C", "rating": "C",
"systemcapacity": 24, "syscap": 24,
"systemrecharge": 2.1, "sysrate": 2.1,
"weaponcapacity": 34, "wepcap": 34,
"weaponrecharge": 3.6 "weprate": 3.6
}, },
{ {
"class": 5, "class": 5,
"cost": 496530, "cost": 496530,
"edID": 128064201, "edID": 128064201,
"eddbID": 1059, "eddbID": 1059,
"enginecapacity": 26, "engcap": 26,
"enginerecharge": 2.3, "engrate": 2.3,
"grp": "pd", "grp": "pd",
"id": "dl", "id": "dl",
"integrity": 115,
"mass": 32, "mass": 32,
"power": 0.68, "power": 0.68,
"rating": "B", "rating": "B",
"systemcapacity": 26, "syscap": 26,
"systemrecharge": 2.3, "sysrate": 2.3,
"weaponcapacity": 37, "wepcap": 37,
"weaponrecharge": 4 "weprate": 4
}, },
{ {
"class": 5, "class": 5,
"cost": 1241320, "cost": 1241320,
"edID": 128064202, "edID": 128064202,
"eddbID": 1060, "eddbID": 1060,
"enginecapacity": 29, "engcap": 29,
"enginerecharge": 2.5, "engrate": 2.5,
"grp": "pd", "grp": "pd",
"id": "dk", "id": "dk",
"integrity": 106,
"mass": 20, "mass": 20,
"power": 0.74, "power": 0.74,
"rating": "A", "rating": "A",
"systemcapacity": 29, "syscap": 29,
"systemrecharge": 2.5, "sysrate": 2.5,
"weaponcapacity": 41, "wepcap": 41,
"weaponrecharge": 4.3 "weprate": 4.3
}, },
{ {
"class": 4, "class": 4,
"cost": 11350, "cost": 11350,
"edID": 128064193, "edID": 128064193,
"eddbID": 1051, "eddbID": 1051,
"enginecapacity": 15, "engcap": 15,
"enginerecharge": 1.3, "engrate": 1.3,
"grp": "pd", "grp": "pd",
"id": "dj", "id": "dj",
"integrity": 72,
"mass": 10, "mass": 10,
"power": 0.45, "power": 0.45,
"rating": "E", "rating": "E",
"systemcapacity": 15, "syscap": 15,
"systemrecharge": 1.3, "sysrate": 1.3,
"weaponcapacity": 22, "wepcap": 22,
"weaponrecharge": 2.3 "weprate": 2.3
}, },
{ {
"class": 4, "class": 4,
"cost": 28370, "cost": 28370,
"edID": 128064194, "edID": 128064194,
"eddbID": 1052, "eddbID": 1052,
"enginecapacity": 17, "engcap": 17,
"enginerecharge": 1.4, "engrate": 1.4,
"grp": "pd", "grp": "pd",
"id": "di", "id": "di",
"integrity": 64,
"mass": 4, "mass": 4,
"power": 0.5, "power": 0.5,
"rating": "D", "rating": "D",
"systemcapacity": 17, "syscap": 17,
"systemrecharge": 1.4, "sysrate": 1.4,
"weaponcapacity": 24, "wepcap": 24,
"weaponrecharge": 2.6 "weprate": 2.6
}, },
{ {
"class": 4, "class": 4,
"cost": 70930, "cost": 70930,
"edID": 128064195, "edID": 128064195,
"eddbID": 1053, "eddbID": 1053,
"enginecapacity": 19, "engcap": 19,
"enginerecharge": 1.6, "engrate": 1.6,
"grp": "pd", "grp": "pd",
"id": "dh", "id": "dh",
"integrity": 80,
"mass": 10, "mass": 10,
"power": 0.56, "power": 0.56,
"rating": "C", "rating": "C",
"systemcapacity": 19, "syscap": 19,
"systemrecharge": 1.6, "sysrate": 1.6,
"weaponcapacity": 27, "wepcap": 27,
"weaponrecharge": 2.9 "weprate": 2.9
}, },
{ {
"class": 4, "class": 4,
"cost": 177330, "cost": 177330,
"edID": 128064196, "edID": 128064196,
"eddbID": 1054, "eddbID": 1054,
"enginecapacity": 21, "engcap": 21,
"enginerecharge": 1.8, "engrate": 1.8,
"grp": "pd", "grp": "pd",
"id": "dg", "id": "dg",
"integrity": 96,
"mass": 16, "mass": 16,
"power": 0.62, "power": 0.62,
"rating": "B", "rating": "B",
"systemcapacity": 21, "syscap": 21,
"systemrecharge": 1.8, "sysrate": 1.8,
"weaponcapacity": 30, "wepcap": 30,
"weaponrecharge": 3.2 "weprate": 3.2
}, },
{ {
"class": 4, "class": 4,
"cost": 443330, "cost": 443330,
"edID": 128064197, "edID": 128064197,
"eddbID": 1055, "eddbID": 1055,
"enginecapacity": 23, "engcap": 23,
"enginerecharge": 1.9, "engrate": 1.9,
"grp": "pd", "grp": "pd",
"id": "df", "id": "df",
"integrity": 88,
"mass": 10, "mass": 10,
"power": 0.67, "power": 0.67,
"rating": "A", "rating": "A",
"systemcapacity": 23, "syscap": 23,
"systemrecharge": 1.9, "sysrate": 1.9,
"weaponcapacity": 32, "wepcap": 32,
"weaponrecharge": 3.5 "weprate": 3.5
}, },
{ {
"class": 3, "class": 3,
"cost": 4050, "cost": 4050,
"edID": 128064188, "edID": 128064188,
"eddbID": 1046, "eddbID": 1046,
"enginecapacity": 12, "engcap": 12,
"enginerecharge": 0.9, "engrate": 0.9,
"grp": "pd", "grp": "pd",
"id": "de", "id": "de",
"integrity": 58,
"mass": 5, "mass": 5,
"power": 0.4, "power": 0.4,
"rating": "E", "rating": "E",
"systemcapacity": 12, "syscap": 12,
"systemrecharge": 0.9, "sysrate": 0.9,
"weaponcapacity": 16, "wepcap": 16,
"weaponrecharge": 1.8 "weprate": 1.8
}, },
{ {
"class": 3, "class": 3,
"cost": 10130, "cost": 10130,
"edID": 128064189, "edID": 128064189,
"eddbID": 1047, "eddbID": 1047,
"enginecapacity": 14, "engcap": 14,
"enginerecharge": 1, "engrate": 1,
"grp": "pd", "grp": "pd",
"id": "dd", "id": "dd",
"integrity": 51,
"mass": 2, "mass": 2,
"power": 0.45, "power": 0.45,
"rating": "D", "rating": "D",
"systemcapacity": 14, "syscap": 14,
"systemrecharge": 1, "sysrate": 1,
"weaponcapacity": 18, "wepcap": 18,
"weaponrecharge": 2.1 "weprate": 2.1
}, },
{ {
"class": 3, "class": 3,
"cost": 25330, "cost": 25330,
"edID": 128064190, "edID": 128064190,
"eddbID": 1048, "eddbID": 1048,
"enginecapacity": 15, "engcap": 15,
"enginerecharge": 1.1, "engrate": 1.1,
"grp": "pd", "grp": "pd",
"id": "dc", "id": "dc",
"integrity": 64,
"mass": 5, "mass": 5,
"power": 0.5, "power": 0.5,
"rating": "C", "rating": "C",
"systemcapacity": 15, "syscap": 15,
"systemrecharge": 1.1, "sysrate": 1.1,
"weaponcapacity": 20, "wepcap": 20,
"weaponrecharge": 2.3 "weprate": 2.3
}, },
{ {
"class": 3, "class": 3,
"cost": 63330, "cost": 63330,
"edID": 128064191, "edID": 128064191,
"eddbID": 1049, "eddbID": 1049,
"enginecapacity": 17, "engcap": 17,
"enginerecharge": 1.2, "engrate": 1.2,
"grp": "pd", "grp": "pd",
"id": "db", "id": "db",
"integrity": 77,
"mass": 8, "mass": 8,
"power": 0.55, "power": 0.55,
"rating": "B", "rating": "B",
"systemcapacity": 17, "syscap": 17,
"systemrecharge": 1.2, "sysrate": 1.2,
"weaponcapacity": 22, "wepcap": 22,
"weaponrecharge": 2.5 "weprate": 2.5
}, },
{ {
"class": 3, "class": 3,
"cost": 158330, "cost": 158330,
"edID": 128064192, "edID": 128064192,
"eddbID": 1050, "eddbID": 1050,
"enginecapacity": 18, "engcap": 18,
"enginerecharge": 1.3, "engrate": 1.3,
"grp": "pd", "grp": "pd",
"id": "da", "id": "da",
"integrity": 70,
"mass": 5, "mass": 5,
"power": 0.6, "power": 0.6,
"rating": "A", "rating": "A",
"systemcapacity": 18, "syscap": 18,
"systemrecharge": 1.3, "sysrate": 1.3,
"weaponcapacity": 24, "wepcap": 24,
"weaponrecharge": 2.8 "weprate": 2.8
}, },
{ {
"class": 2, "class": 2,
"cost": 1450, "cost": 1450,
"edID": 128064183, "edID": 128064183,
"eddbID": 1041, "eddbID": 1041,
"enginecapacity": 10, "engcap": 10,
"enginerecharge": 0.6, "engrate": 0.6,
"grp": "pd", "grp": "pd",
"id": "d9", "id": "d9",
"integrity": 46,
"mass": 2.5, "mass": 2.5,
"power": 0.36, "power": 0.36,
"rating": "E", "rating": "E",
"systemcapacity": 10, "syscap": 10,
"systemrecharge": 0.6, "sysrate": 0.6,
"weaponcapacity": 12, "wepcap": 12,
"weaponrecharge": 1.4 "weprate": 1.4
}, },
{ {
"class": 2, "class": 2,
"cost": 3620, "cost": 3620,
"edID": 128064184, "edID": 128064184,
"eddbID": 1042, "eddbID": 1042,
"enginecapacity": 11, "engcap": 11,
"enginerecharge": 0.6, "engrate": 0.6,
"grp": "pd", "grp": "pd",
"id": "d8", "id": "d8",
"integrity": 41,
"mass": 1, "mass": 1,
"power": 0.41, "power": 0.41,
"rating": "D", "rating": "D",
"systemcapacity": 11, "syscap": 11,
"systemrecharge": 0.6, "sysrate": 0.6,
"weaponcapacity": 14, "wepcap": 14,
"weaponrecharge": 1.6 "weprate": 1.6
}, },
{ {
"class": 2, "class": 2,
"cost": 9050, "cost": 9050,
"edID": 128064185, "edID": 128064185,
"eddbID": 1043, "eddbID": 1043,
"enginecapacity": 12, "engcap": 12,
"enginerecharge": 0.7, "engrate": 0.7,
"grp": "pd", "grp": "pd",
"id": "d7", "id": "d7",
"integrity": 51,
"mass": 2.5, "mass": 2.5,
"power": 0.45, "power": 0.45,
"rating": "C", "rating": "C",
"systemcapacity": 12, "syscap": 12,
"systemrecharge": 0.7, "sysrate": 0.7,
"weaponcapacity": 15, "wepcap": 15,
"weaponrecharge": 1.8 "weprate": 1.8
}, },
{ {
"class": 2, "class": 2,
"cost": 22620, "cost": 22620,
"edID": 128064186, "edID": 128064186,
"eddbID": 1044, "eddbID": 1044,
"enginecapacity": 13, "engcap": 13,
"enginerecharge": 0.8, "engrate": 0.8,
"grp": "pd", "grp": "pd",
"id": "d6", "id": "d6",
"integrity": 61,
"mass": 4, "mass": 4,
"power": 0.5, "power": 0.5,
"rating": "B", "rating": "B",
"systemcapacity": 13, "syscap": 13,
"systemrecharge": 0.8, "sysrate": 0.8,
"weaponcapacity": 17, "wepcap": 17,
"weaponrecharge": 2 "weprate": 2
}, },
{ {
"class": 2, "class": 2,
"cost": 56550, "cost": 56550,
"edID": 128064187, "edID": 128064187,
"eddbID": 1045, "eddbID": 1045,
"enginecapacity": 14, "engcap": 14,
"enginerecharge": 0.8, "engrate": 0.8,
"grp": "pd", "grp": "pd",
"id": "d5", "id": "d5",
"integrity": 56,
"mass": 2.5, "mass": 2.5,
"power": 0.54, "power": 0.54,
"rating": "A", "rating": "A",
"systemcapacity": 14, "syscap": 14,
"systemrecharge": 0.8, "sysrate": 0.8,
"weaponcapacity": 18, "wepcap": 18,
"weaponrecharge": 2.2 "weprate": 2.2
}, },
{ {
"class": 1, "class": 1,
"cost": 520, "cost": 520,
"edID": 128064178, "edID": 128064178,
"eddbID": 1036, "eddbID": 1036,
"enginecapacity": 8, "engcap": 8,
"enginerecharge": 0.4, "engrate": 0.4,
"grp": "pd", "grp": "pd",
"id": "d4", "id": "d4",
"integrity": 46,
"mass": 1.3, "mass": 1.3,
"power": 0.32, "power": 0.32,
"rating": "E", "rating": "E",
"systemcapacity": 8, "syscap": 8,
"systemrecharge": 0.4, "sysrate": 0.4,
"weaponcapacity": 10, "wepcap": 10,
"weaponrecharge": 1.2 "weprate": 1.2
}, },
{ {
"class": 1, "class": 1,
"cost": 1290, "cost": 1290,
"edID": 128064179, "edID": 128064179,
"eddbID": 1037, "eddbID": 1037,
"enginecapacity": 9, "engcap": 9,
"enginerecharge": 0.5, "engrate": 0.5,
"grp": "pd", "grp": "pd",
"id": "d3", "id": "d3",
"integrity": 41,
"mass": 0.5, "mass": 0.5,
"power": 0.36, "power": 0.36,
"rating": "D", "rating": "D",
"systemcapacity": 9, "syscap": 9,
"systemrecharge": 0.5, "sysrate": 0.5,
"weaponcapacity": 11, "wepcap": 11,
"weaponrecharge": 1.4 "weprate": 1.4
}, },
{ {
"class": 1, "class": 1,
"cost": 3230, "cost": 3230,
"edID": 128064180, "edID": 128064180,
"eddbID": 1038, "eddbID": 1038,
"enginecapacity": 10, "engcap": 10,
"enginerecharge": 0.5, "engrate": 0.5,
"grp": "pd", "grp": "pd",
"id": "d2", "id": "d2",
"integrity": 51,
"mass": 1.3, "mass": 1.3,
"power": 0.4, "power": 0.4,
"rating": "C", "rating": "C",
"systemcapacity": 10, "syscap": 10,
"systemrecharge": 0.5, "sysrate": 0.5,
"weaponcapacity": 12, "wepcap": 12,
"weaponrecharge": 1.5 "weprate": 1.5
}, },
{ {
"class": 1, "class": 1,
"cost": 8080, "cost": 8080,
"edID": 128064181, "edID": 128064181,
"eddbID": 1039, "eddbID": 1039,
"enginecapacity": 11, "engcap": 11,
"enginerecharge": 0.6, "engrate": 0.6,
"grp": "pd", "grp": "pd",
"id": "d1", "id": "d1",
"integrity": 61,
"mass": 2, "mass": 2,
"power": 0.44, "power": 0.44,
"rating": "B", "rating": "B",
"systemcapacity": 11, "syscap": 11,
"systemrecharge": 0.6, "sysrate": 0.6,
"weaponcapacity": 13, "wepcap": 13,
"weaponrecharge": 1.7 "weprate": 1.7
}, },
{ {
"class": 1, "class": 1,
"cost": 20200, "cost": 20200,
"edID": 128064182, "edID": 128064182,
"eddbID": 1040, "eddbID": 1040,
"enginecapacity": 12, "engcap": 12,
"enginerecharge": 0.6, "engrate": 0.6,
"grp": "pd", "grp": "pd",
"id": "d0", "id": "d0",
"integrity": 56,
"mass": 1.3, "mass": 1.3,
"power": 0.48, "power": 0.48,
"rating": "A", "rating": "A",
"systemcapacity": 12, "syscap": 12,
"systemrecharge": 0.6, "sysrate": 0.6,
"weaponcapacity": 14, "wepcap": 14,
"weaponrecharge": 1.8 "weprate": 1.8
} }
] ]
} }

View File

@@ -5,11 +5,12 @@
"cost": 2007240, "cost": 2007240,
"edID": 128064063, "edID": 128064063,
"eddbID": 921, "eddbID": 921,
"eff": "F", "eff": 1,
"grp": "pp", "grp": "pp",
"id": "py", "id": "py",
"integrity": 135,
"mass": 160, "mass": 160,
"pGen": 24, "pgen": 24,
"rating": "E" "rating": "E"
}, },
{ {
@@ -17,11 +18,12 @@
"cost": 6021720, "cost": 6021720,
"edID": 128064064, "edID": 128064064,
"eddbID": 922, "eddbID": 922,
"eff": "D", "eff": 0.75,
"grp": "pp", "grp": "pp",
"id": "px", "id": "px",
"integrity": 120,
"mass": 64, "mass": 64,
"pGen": 27, "pgen": 27,
"rating": "D" "rating": "D"
}, },
{ {
@@ -29,11 +31,12 @@
"cost": 18065170, "cost": 18065170,
"edID": 128064065, "edID": 128064065,
"eddbID": 923, "eddbID": 923,
"eff": "C", "eff": 0.5,
"grp": "pp", "grp": "pp",
"id": "pw", "id": "pw",
"integrity": 150,
"mass": 80, "mass": 80,
"pGen": 30, "pgen": 30,
"rating": "C" "rating": "C"
}, },
{ {
@@ -41,11 +44,12 @@
"cost": 54195500, "cost": 54195500,
"edID": 128064066, "edID": 128064066,
"eddbID": 924, "eddbID": 924,
"eff": "C", "eff": 0.45,
"grp": "pp", "grp": "pp",
"id": "pv", "id": "pv",
"integrity": 180,
"mass": 128, "mass": 128,
"pGen": 33, "pgen": 33,
"rating": "B" "rating": "B"
}, },
{ {
@@ -53,11 +57,12 @@
"cost": 162586490, "cost": 162586490,
"edID": 128064067, "edID": 128064067,
"eddbID": 925, "eddbID": 925,
"eff": "B", "eff": 0.4,
"grp": "pp", "grp": "pp",
"id": "pu", "id": "pu",
"integrity": 165,
"mass": 80, "mass": 80,
"pGen": 36, "pgen": 36,
"rating": "A" "rating": "A"
}, },
{ {
@@ -65,11 +70,12 @@
"cost": 633200, "cost": 633200,
"edID": 128064058, "edID": 128064058,
"eddbID": 916, "eddbID": 916,
"eff": "F", "eff": 1,
"grp": "pp", "grp": "pp",
"id": "pt", "id": "pt",
"integrity": 118,
"mass": 80, "mass": 80,
"pGen": 20, "pgen": 20,
"rating": "E" "rating": "E"
}, },
{ {
@@ -77,11 +83,12 @@
"cost": 1899600, "cost": 1899600,
"edID": 128064059, "edID": 128064059,
"eddbID": 917, "eddbID": 917,
"eff": "D", "eff": 0.75,
"grp": "pp", "grp": "pp",
"id": "ps", "id": "ps",
"integrity": 105,
"mass": 32, "mass": 32,
"pGen": 22.5, "pgen": 22.5,
"rating": "D" "rating": "D"
}, },
{ {
@@ -89,11 +96,12 @@
"cost": 5698790, "cost": 5698790,
"edID": 128064060, "edID": 128064060,
"eddbID": 918, "eddbID": 918,
"eff": "C", "eff": 0.5,
"grp": "pp", "grp": "pp",
"id": "pr", "id": "pr",
"integrity": 131,
"mass": 40, "mass": 40,
"pGen": 25, "pgen": 25,
"rating": "C" "rating": "C"
}, },
{ {
@@ -101,11 +109,12 @@
"cost": 17096370, "cost": 17096370,
"edID": 128064061, "edID": 128064061,
"eddbID": 919, "eddbID": 919,
"eff": "C", "eff": 0.45,
"grp": "pp", "grp": "pp",
"id": "pq", "id": "pq",
"integrity": 157,
"mass": 64, "mass": 64,
"pGen": 27.5, "pgen": 27.5,
"rating": "B" "rating": "B"
}, },
{ {
@@ -113,11 +122,12 @@
"cost": 51289110, "cost": 51289110,
"edID": 128064062, "edID": 128064062,
"eddbID": 920, "eddbID": 920,
"eff": "B", "eff": 0.4,
"grp": "pp", "grp": "pp",
"id": "pp", "id": "pp",
"integrity": 144,
"mass": 40, "mass": 40,
"pGen": 30, "pgen": 30,
"rating": "A" "rating": "A"
}, },
{ {
@@ -125,11 +135,12 @@
"cost": 199750, "cost": 199750,
"edID": 128064053, "edID": 128064053,
"eddbID": 911, "eddbID": 911,
"eff": "F", "eff": 1,
"grp": "pp", "grp": "pp",
"id": "po", "id": "po",
"integrity": 90,
"mass": 40, "mass": 40,
"pGen": 16.8, "pgen": 16.8,
"rating": "E" "rating": "E"
}, },
{ {
@@ -137,11 +148,12 @@
"cost": 599240, "cost": 599240,
"edID": 128064054, "edID": 128064054,
"eddbID": 912, "eddbID": 912,
"eff": "D", "eff": 0.75,
"grp": "pp", "grp": "pp",
"id": "pn", "id": "pn",
"integrity": 113,
"mass": 16, "mass": 16,
"pGen": 18.9, "pgen": 18.9,
"rating": "D" "rating": "D"
}, },
{ {
@@ -149,11 +161,12 @@
"cost": 1797730, "cost": 1797730,
"edID": 128064055, "edID": 128064055,
"eddbID": 913, "eddbID": 913,
"eff": "C", "eff": 0.5,
"grp": "pp", "grp": "pp",
"id": "pm", "id": "pm",
"integrity": 136,
"mass": 20, "mass": 20,
"pGen": 21, "pgen": 21,
"rating": "C" "rating": "C"
}, },
{ {
@@ -161,11 +174,12 @@
"cost": 5393180, "cost": 5393180,
"edID": 128064056, "edID": 128064056,
"eddbID": 914, "eddbID": 914,
"eff": "C", "eff": 0.45,
"grp": "pp", "grp": "pp",
"id": "pl", "id": "pl",
"integrity": 124,
"mass": 32, "mass": 32,
"pGen": 23.1, "pgen": 23.1,
"rating": "B" "rating": "B"
}, },
{ {
@@ -173,11 +187,12 @@
"cost": 16179530, "cost": 16179530,
"edID": 128064057, "edID": 128064057,
"eddbID": 915, "eddbID": 915,
"eff": "B", "eff": 0.4,
"grp": "pp", "grp": "pp",
"id": "pk", "id": "pk",
"integrity": 118,
"mass": 20, "mass": 20,
"pGen": 25.2, "pgen": 25.2,
"rating": "A" "rating": "A"
}, },
{ {
@@ -185,11 +200,12 @@
"cost": 63010, "cost": 63010,
"edID": 128064048, "edID": 128064048,
"eddbID": 906, "eddbID": 906,
"eff": "F", "eff": 1,
"grp": "pp", "grp": "pp",
"id": "pj", "id": "pj",
"integrity": 86,
"mass": 20, "mass": 20,
"pGen": 13.6, "pgen": 13.6,
"rating": "E" "rating": "E"
}, },
{ {
@@ -197,11 +213,12 @@
"cost": 189040, "cost": 189040,
"edID": 128064049, "edID": 128064049,
"eddbID": 907, "eddbID": 907,
"eff": "D", "eff": 0.75,
"grp": "pp", "grp": "pp",
"id": "pi", "id": "pi",
"integrity": 77,
"mass": 8, "mass": 8,
"pGen": 15.3, "pgen": 15.3,
"rating": "D" "rating": "D"
}, },
{ {
@@ -209,11 +226,12 @@
"cost": 567110, "cost": 567110,
"edID": 128064050, "edID": 128064050,
"eddbID": 908, "eddbID": 908,
"eff": "C", "eff": 0.5,
"grp": "pp", "grp": "pp",
"id": "ph", "id": "ph",
"integrity": 96,
"mass": 10, "mass": 10,
"pGen": 17, "pgen": 17,
"rating": "C" "rating": "C"
}, },
{ {
@@ -221,11 +239,12 @@
"cost": 1701320, "cost": 1701320,
"edID": 128064051, "edID": 128064051,
"eddbID": 909, "eddbID": 909,
"eff": "C", "eff": 0.45,
"grp": "pp", "grp": "pp",
"id": "pg", "id": "pg",
"integrity": 114,
"mass": 16, "mass": 16,
"pGen": 18.7, "pgen": 18.7,
"rating": "B" "rating": "B"
}, },
{ {
@@ -233,11 +252,12 @@
"cost": 5103950, "cost": 5103950,
"edID": 128064052, "edID": 128064052,
"eddbID": 910, "eddbID": 910,
"eff": "B", "eff": 0.4,
"grp": "pp", "grp": "pp",
"id": "pf", "id": "pf",
"integrity": 106,
"mass": 10, "mass": 10,
"pGen": 20.4, "pgen": 20.4,
"rating": "A" "rating": "A"
}, },
{ {
@@ -245,11 +265,12 @@
"cost": 19880, "cost": 19880,
"edID": 128064043, "edID": 128064043,
"eddbID": 901, "eddbID": 901,
"eff": "F", "eff": 1,
"grp": "pp", "grp": "pp",
"id": "pe", "id": "pe",
"integrity": 72,
"mass": 10, "mass": 10,
"pGen": 10.4, "pgen": 10.4,
"rating": "E" "rating": "E"
}, },
{ {
@@ -257,11 +278,12 @@
"cost": 59630, "cost": 59630,
"edID": 128064044, "edID": 128064044,
"eddbID": 902, "eddbID": 902,
"eff": "D", "eff": 0.75,
"grp": "pp", "grp": "pp",
"id": "pd", "id": "pd",
"integrity": 64,
"mass": 4, "mass": 4,
"pGen": 11.7, "pgen": 11.7,
"rating": "D" "rating": "D"
}, },
{ {
@@ -269,11 +291,12 @@
"cost": 178900, "cost": 178900,
"edID": 128064045, "edID": 128064045,
"eddbID": 903, "eddbID": 903,
"eff": "C", "eff": 0.5,
"grp": "pp", "grp": "pp",
"id": "pc", "id": "pc",
"integrity": 80,
"mass": 5, "mass": 5,
"pGen": 13, "pgen": 13,
"rating": "C" "rating": "C"
}, },
{ {
@@ -281,11 +304,12 @@
"cost": 536690, "cost": 536690,
"edID": 128064046, "edID": 128064046,
"eddbID": 904, "eddbID": 904,
"eff": "C", "eff": 0.45,
"grp": "pp", "grp": "pp",
"id": "pb", "id": "pb",
"integrity": 96,
"mass": 8, "mass": 8,
"pGen": 14.3, "pgen": 14.3,
"rating": "B" "rating": "B"
}, },
{ {
@@ -293,11 +317,12 @@
"cost": 1610080, "cost": 1610080,
"edID": 128064047, "edID": 128064047,
"eddbID": 905, "eddbID": 905,
"eff": "B", "eff": 0.4,
"grp": "pp", "grp": "pp",
"id": "pa", "id": "pa",
"integrity": 88,
"mass": 5, "mass": 5,
"pGen": 15.6, "pgen": 15.6,
"rating": "A" "rating": "A"
}, },
{ {
@@ -305,11 +330,12 @@
"cost": 6270, "cost": 6270,
"edID": 128064038, "edID": 128064038,
"eddbID": 896, "eddbID": 896,
"eff": "F", "eff": 1,
"grp": "pp", "grp": "pp",
"id": "p9", "id": "p9",
"integrity": 58,
"mass": 5, "mass": 5,
"pGen": 8, "pgen": 8,
"rating": "E" "rating": "E"
}, },
{ {
@@ -317,11 +343,12 @@
"cost": 18810, "cost": 18810,
"edID": 128064039, "edID": 128064039,
"eddbID": 897, "eddbID": 897,
"eff": "D", "eff": 0.75,
"grp": "pp", "grp": "pp",
"id": "p8", "id": "p8",
"integrity": 51,
"mass": 2, "mass": 2,
"pGen": 9, "pgen": 9,
"rating": "D" "rating": "D"
}, },
{ {
@@ -329,11 +356,12 @@
"cost": 56440, "cost": 56440,
"edID": 128064040, "edID": 128064040,
"eddbID": 898, "eddbID": 898,
"eff": "C", "eff": 0.5,
"grp": "pp", "grp": "pp",
"id": "p7", "id": "p7",
"integrity": 64,
"mass": 2.5, "mass": 2.5,
"pGen": 10, "pgen": 10,
"rating": "C" "rating": "C"
}, },
{ {
@@ -341,11 +369,12 @@
"cost": 169300, "cost": 169300,
"edID": 128064041, "edID": 128064041,
"eddbID": 899, "eddbID": 899,
"eff": "C", "eff": 0.45,
"grp": "pp", "grp": "pp",
"id": "p6", "id": "p6",
"integrity": 77,
"mass": 4, "mass": 4,
"pGen": 11, "pgen": 11,
"rating": "B" "rating": "B"
}, },
{ {
@@ -353,11 +382,12 @@
"cost": 507910, "cost": 507910,
"edID": 128064042, "edID": 128064042,
"eddbID": 900, "eddbID": 900,
"eff": "B", "eff": 0.4,
"grp": "pp", "grp": "pp",
"id": "p5", "id": "p5",
"integrity": 70,
"mass": 2.5, "mass": 2.5,
"pGen": 12, "pgen": 12,
"rating": "A" "rating": "A"
}, },
{ {
@@ -365,11 +395,12 @@
"cost": 1980, "cost": 1980,
"edID": 128064033, "edID": 128064033,
"eddbID": 891, "eddbID": 891,
"eff": "F", "eff": 1,
"grp": "pp", "grp": "pp",
"id": "p4", "id": "p4",
"integrity": 46,
"mass": 2.5, "mass": 2.5,
"pGen": 6.4, "pgen": 6.4,
"rating": "E" "rating": "E"
}, },
{ {
@@ -377,11 +408,12 @@
"cost": 5930, "cost": 5930,
"edID": 128064034, "edID": 128064034,
"eddbID": 892, "eddbID": 892,
"eff": "D", "eff": 0.75,
"grp": "pp", "grp": "pp",
"id": "p3", "id": "p3",
"integrity": 41,
"mass": 1, "mass": 1,
"pGen": 7.2, "pgen": 7.2,
"rating": "D" "rating": "D"
}, },
{ {
@@ -389,11 +421,12 @@
"cost": 17800, "cost": 17800,
"edID": 128064035, "edID": 128064035,
"eddbID": 893, "eddbID": 893,
"eff": "C", "eff": 0.5,
"grp": "pp", "grp": "pp",
"id": "p2", "id": "p2",
"integrity": 51,
"mass": 1.3, "mass": 1.3,
"pGen": 8, "pgen": 8,
"rating": "C" "rating": "C"
}, },
{ {
@@ -401,11 +434,12 @@
"cost": 53410, "cost": 53410,
"edID": 128064036, "edID": 128064036,
"eddbID": 894, "eddbID": 894,
"eff": "C", "eff": 0.45,
"grp": "pp", "grp": "pp",
"id": "p1", "id": "p1",
"integrity": 61,
"mass": 2, "mass": 2,
"pGen": 8.8, "pgen": 8.8,
"rating": "B" "rating": "B"
}, },
{ {
@@ -413,11 +447,12 @@
"cost": 160220, "cost": 160220,
"edID": 128064037, "edID": 128064037,
"eddbID": 895, "eddbID": 895,
"eff": "B", "eff": 0.4,
"grp": "pp", "grp": "pp",
"id": "p0", "id": "p0",
"integrity": 56,
"mass": 1.3, "mass": 1.3,
"pGen": 9.6, "pgen": 9.6,
"rating": "A" "rating": "A"
} }
] ]

View File

@@ -7,6 +7,7 @@
"eddbID": 1111, "eddbID": 1111,
"grp": "s", "grp": "s",
"id": "sy", "id": "sy",
"integrity": 135,
"mass": 160, "mass": 160,
"power": 0.55, "power": 0.55,
"range": 5.12, "range": 5.12,
@@ -19,6 +20,7 @@
"eddbID": 1112, "eddbID": 1112,
"grp": "s", "grp": "s",
"id": "sx", "id": "sx",
"integrity": 120,
"mass": 64, "mass": 64,
"power": 0.62, "power": 0.62,
"range": 5.76, "range": 5.76,
@@ -31,6 +33,7 @@
"eddbID": 1113, "eddbID": 1113,
"grp": "s", "grp": "s",
"id": "sw", "id": "sw",
"integrity": 150,
"mass": 160, "mass": 160,
"power": 0.69, "power": 0.69,
"range": 6.4, "range": 6.4,
@@ -43,6 +46,7 @@
"eddbID": 1114, "eddbID": 1114,
"grp": "s", "grp": "s",
"id": "sv", "id": "sv",
"integrity": 180,
"mass": 256, "mass": 256,
"power": 1.14, "power": 1.14,
"range": 7.04, "range": 7.04,
@@ -55,6 +59,7 @@
"eddbID": 1115, "eddbID": 1115,
"grp": "s", "grp": "s",
"id": "su", "id": "su",
"integrity": 165,
"mass": 160, "mass": 160,
"power": 2.07, "power": 2.07,
"range": 7.68, "range": 7.68,
@@ -67,6 +72,7 @@
"eddbID": 1106, "eddbID": 1106,
"grp": "s", "grp": "s",
"id": "sD", "id": "sD",
"integrity": 118,
"mass": 80, "mass": 80,
"power": 0.47, "power": 0.47,
"range": 4.96, "range": 4.96,
@@ -79,6 +85,7 @@
"eddbID": 1107, "eddbID": 1107,
"grp": "s", "grp": "s",
"id": "sC", "id": "sC",
"integrity": 105,
"mass": 32, "mass": 32,
"power": 0.53, "power": 0.53,
"range": 5.58, "range": 5.58,
@@ -91,6 +98,7 @@
"eddbID": 1108, "eddbID": 1108,
"grp": "s", "grp": "s",
"id": "sB", "id": "sB",
"integrity": 131,
"mass": 80, "mass": 80,
"power": 0.59, "power": 0.59,
"range": 6.2, "range": 6.2,
@@ -103,6 +111,7 @@
"eddbID": 1109, "eddbID": 1109,
"grp": "s", "grp": "s",
"id": "sA", "id": "sA",
"integrity": 157,
"mass": 128, "mass": 128,
"power": 0.97, "power": 0.97,
"range": 6.82, "range": 6.82,
@@ -115,6 +124,7 @@
"eddbID": 1110, "eddbID": 1110,
"grp": "s", "grp": "s",
"id": "sz", "id": "sz",
"integrity": 144,
"mass": 80, "mass": 80,
"power": 1.77, "power": 1.77,
"range": 7.44, "range": 7.44,
@@ -127,6 +137,7 @@
"eddbID": 1101, "eddbID": 1101,
"grp": "s", "grp": "s",
"id": "st", "id": "st",
"integrity": 102,
"mass": 40, "mass": 40,
"power": 0.4, "power": 0.4,
"range": 4.8, "range": 4.8,
@@ -139,6 +150,7 @@
"eddbID": 1102, "eddbID": 1102,
"grp": "s", "grp": "s",
"id": "ss", "id": "ss",
"integrity": 90,
"mass": 16, "mass": 16,
"power": 0.45, "power": 0.45,
"range": 5.4, "range": 5.4,
@@ -151,6 +163,7 @@
"eddbID": 1103, "eddbID": 1103,
"grp": "s", "grp": "s",
"id": "sr", "id": "sr",
"integrity": 113,
"mass": 40, "mass": 40,
"power": 0.5, "power": 0.5,
"range": 6, "range": 6,
@@ -163,6 +176,7 @@
"eddbID": 1104, "eddbID": 1104,
"grp": "s", "grp": "s",
"id": "sq", "id": "sq",
"integrity": 136,
"mass": 64, "mass": 64,
"power": 0.83, "power": 0.83,
"range": 6.6, "range": 6.6,
@@ -175,6 +189,7 @@
"eddbID": 1105, "eddbID": 1105,
"grp": "s", "grp": "s",
"id": "sp", "id": "sp",
"integrity": 124,
"mass": 40, "mass": 40,
"power": 1.5, "power": 1.5,
"range": 7.2, "range": 7.2,
@@ -187,6 +202,7 @@
"eddbID": 1096, "eddbID": 1096,
"grp": "s", "grp": "s",
"id": "so", "id": "so",
"integrity": 86,
"mass": 20, "mass": 20,
"power": 0.33, "power": 0.33,
"range": 4.64, "range": 4.64,
@@ -199,6 +215,7 @@
"eddbID": 1097, "eddbID": 1097,
"grp": "s", "grp": "s",
"id": "sn", "id": "sn",
"integrity": 77,
"mass": 8, "mass": 8,
"power": 0.37, "power": 0.37,
"range": 5.22, "range": 5.22,
@@ -211,6 +228,7 @@
"eddbID": 1098, "eddbID": 1098,
"grp": "s", "grp": "s",
"id": "sm", "id": "sm",
"integrity": 96,
"mass": 20, "mass": 20,
"power": 0.41, "power": 0.41,
"range": 5.8, "range": 5.8,
@@ -223,6 +241,7 @@
"eddbID": 1099, "eddbID": 1099,
"grp": "s", "grp": "s",
"id": "sl", "id": "sl",
"integrity": 115,
"mass": 32, "mass": 32,
"power": 0.68, "power": 0.68,
"range": 6.38, "range": 6.38,
@@ -235,6 +254,7 @@
"eddbID": 1100, "eddbID": 1100,
"grp": "s", "grp": "s",
"id": "sk", "id": "sk",
"integrity": 106,
"mass": 20, "mass": 20,
"power": 1.23, "power": 1.23,
"range": 6.96, "range": 6.96,
@@ -247,6 +267,7 @@
"eddbID": 1091, "eddbID": 1091,
"grp": "s", "grp": "s",
"id": "sj", "id": "sj",
"integrity": 72,
"mass": 10, "mass": 10,
"power": 0.27, "power": 0.27,
"range": 4.48, "range": 4.48,
@@ -259,6 +280,7 @@
"eddbID": 1092, "eddbID": 1092,
"grp": "s", "grp": "s",
"id": "si", "id": "si",
"integrity": 64,
"mass": 4, "mass": 4,
"power": 0.31, "power": 0.31,
"range": 5.04, "range": 5.04,
@@ -271,6 +293,7 @@
"eddbID": 1093, "eddbID": 1093,
"grp": "s", "grp": "s",
"id": "sh", "id": "sh",
"integrity": 80,
"mass": 10, "mass": 10,
"power": 0.34, "power": 0.34,
"range": 5.6, "range": 5.6,
@@ -283,6 +306,7 @@
"eddbID": 1094, "eddbID": 1094,
"grp": "s", "grp": "s",
"id": "sg", "id": "sg",
"integrity": 96,
"mass": 16, "mass": 16,
"power": 0.56, "power": 0.56,
"range": 6.16, "range": 6.16,
@@ -295,6 +319,7 @@
"eddbID": 1095, "eddbID": 1095,
"grp": "s", "grp": "s",
"id": "sf", "id": "sf",
"integrity": 88,
"mass": 10, "mass": 10,
"power": 1.02, "power": 1.02,
"range": 6.72, "range": 6.72,
@@ -307,6 +332,7 @@
"eddbID": 1086, "eddbID": 1086,
"grp": "s", "grp": "s",
"id": "se", "id": "se",
"integrity": 58,
"mass": 5, "mass": 5,
"power": 0.22, "power": 0.22,
"range": 4.32, "range": 4.32,
@@ -319,6 +345,7 @@
"eddbID": 1087, "eddbID": 1087,
"grp": "s", "grp": "s",
"id": "sd", "id": "sd",
"integrity": 51,
"mass": 2, "mass": 2,
"power": 0.25, "power": 0.25,
"range": 4.86, "range": 4.86,
@@ -331,6 +358,7 @@
"eddbID": 1088, "eddbID": 1088,
"grp": "s", "grp": "s",
"id": "sc", "id": "sc",
"integrity": 64,
"mass": 5, "mass": 5,
"power": 0.28, "power": 0.28,
"range": 5.4, "range": 5.4,
@@ -343,6 +371,7 @@
"eddbID": 1089, "eddbID": 1089,
"grp": "s", "grp": "s",
"id": "sb", "id": "sb",
"integrity": 77,
"mass": 8, "mass": 8,
"power": 0.46, "power": 0.46,
"range": 5.94, "range": 5.94,
@@ -355,6 +384,7 @@
"eddbID": 1090, "eddbID": 1090,
"grp": "s", "grp": "s",
"id": "sa", "id": "sa",
"integrity": 70,
"mass": 5, "mass": 5,
"power": 0.84, "power": 0.84,
"range": 6.48, "range": 6.48,
@@ -367,6 +397,7 @@
"eddbID": 1081, "eddbID": 1081,
"grp": "s", "grp": "s",
"id": "s9", "id": "s9",
"integrity": 46,
"mass": 2.5, "mass": 2.5,
"power": 0.18, "power": 0.18,
"range": 4.16, "range": 4.16,
@@ -379,6 +410,7 @@
"eddbID": 1082, "eddbID": 1082,
"grp": "s", "grp": "s",
"id": "s8", "id": "s8",
"integrity": 41,
"mass": 1, "mass": 1,
"power": 0.21, "power": 0.21,
"range": 4.68, "range": 4.68,
@@ -391,6 +423,7 @@
"eddbID": 1083, "eddbID": 1083,
"grp": "s", "grp": "s",
"id": "s7", "id": "s7",
"integrity": 51,
"mass": 2.5, "mass": 2.5,
"power": 0.23, "power": 0.23,
"range": 5.2, "range": 5.2,
@@ -403,6 +436,7 @@
"eddbID": 1084, "eddbID": 1084,
"grp": "s", "grp": "s",
"id": "s6", "id": "s6",
"integrity": 61,
"mass": 4, "mass": 4,
"power": 0.38, "power": 0.38,
"range": 5.72, "range": 5.72,
@@ -415,6 +449,7 @@
"eddbID": 1085, "eddbID": 1085,
"grp": "s", "grp": "s",
"id": "s5", "id": "s5",
"integrity": 56,
"mass": 2.5, "mass": 2.5,
"power": 0.69, "power": 0.69,
"range": 6.24, "range": 6.24,
@@ -427,6 +462,7 @@
"eddbID": 1076, "eddbID": 1076,
"grp": "s", "grp": "s",
"id": "s4", "id": "s4",
"integrity": 46,
"mass": 1.3, "mass": 1.3,
"power": 0.16, "power": 0.16,
"range": 4, "range": 4,
@@ -439,6 +475,7 @@
"eddbID": 1077, "eddbID": 1077,
"grp": "s", "grp": "s",
"id": "s3", "id": "s3",
"integrity": 41,
"mass": 0.5, "mass": 0.5,
"power": 0.18, "power": 0.18,
"range": 4.5, "range": 4.5,
@@ -451,6 +488,7 @@
"eddbID": 1078, "eddbID": 1078,
"grp": "s", "grp": "s",
"id": "s2", "id": "s2",
"integrity": 51,
"mass": 1.3, "mass": 1.3,
"power": 0.2, "power": 0.2,
"range": 5, "range": 5,
@@ -463,6 +501,7 @@
"eddbID": 1079, "eddbID": 1079,
"grp": "s", "grp": "s",
"id": "s1", "id": "s1",
"integrity": 61,
"mass": 2, "mass": 2,
"power": 0.33, "power": 0.33,
"range": 5.5, "range": 5.5,
@@ -475,6 +514,7 @@
"eddbID": 1080, "eddbID": 1080,
"grp": "s", "grp": "s",
"id": "s0", "id": "s0",
"integrity": 56,
"mass": 1.3, "mass": 1.3,
"power": 0.6, "power": 0.6,
"range": 6, "range": 6,

View File

@@ -1,559 +1,670 @@
{ {
"t": [ "t": [
{ {
"M": 0.17,
"P": 0.235,
"class": 8, "class": 8,
"cost": 2007240, "cost": 2007240,
"edID": 128064098, "edID": 128064098,
"eddbID": 956, "eddbID": 956,
"grp": "t", "grp": "t",
"id": "ty", "id": "ty",
"integrity": 135,
"mass": 160, "mass": 160,
"maxmass": 3360, "maxmass": 3360,
"maxmul": 1.03,
"minmass": 1120,
"minmul": 0.83,
"optmass": 2240, "optmass": 2240,
"optmul": 1,
"power": 7.2, "power": 7.2,
"rating": "E" "rating": "E"
}, },
{ {
"M": 0.14,
"P": 0.5145,
"class": 8, "class": 8,
"cost": 6021720, "cost": 6021720,
"edID": 128064099, "edID": 128064099,
"eddbID": 957, "eddbID": 957,
"grp": "t", "grp": "t",
"id": "tx", "id": "tx",
"integrity": 120,
"mass": 64, "mass": 64,
"maxmass": 3780, "maxmass": 3780,
"maxmul": 1.06,
"minmass": 1260,
"minmul": 0.86,
"optmass": 2520, "optmass": 2520,
"optmul": 1,
"power": 8.1, "power": 8.1,
"rating": "D" "rating": "D"
}, },
{ {
"M": 0.1,
"P": 1,
"class": 8, "class": 8,
"cost": 18065170, "cost": 18065170,
"edID": 128064100, "edID": 128064100,
"eddbID": 958, "eddbID": 958,
"grp": "t", "grp": "t",
"id": "tw", "id": "tw",
"integrity": 150,
"mass": 160, "mass": 160,
"maxmass": 4200, "maxmass": 4200,
"maxmul": 1.1,
"minmass": 1400,
"minmul": 0.9,
"optmass": 2800, "optmass": 2800,
"optmul": 1,
"power": 9, "power": 9,
"rating": "C" "rating": "C"
}, },
{ {
"M": 0.07,
"P": 1.51,
"class": 8, "class": 8,
"cost": 54195500, "cost": 54195500,
"edID": 128064101, "edID": 128064101,
"eddbID": 959, "eddbID": 959,
"grp": "t", "grp": "t",
"id": "tv", "id": "tv",
"integrity": 180,
"mass": 256, "mass": 256,
"maxmass": 4620, "maxmass": 4620,
"maxmul": 1.13,
"minmass": 1540,
"minmul": 0.93,
"optmass": 3080, "optmass": 3080,
"optmul": 1,
"power": 9.9, "power": 9.9,
"rating": "B" "rating": "B"
}, },
{ {
"M": 0.04,
"P": 2.33,
"class": 8, "class": 8,
"cost": 162586490, "cost": 162586490,
"edID": 128064102, "edID": 128064102,
"eddbID": 960, "eddbID": 960,
"grp": "t", "grp": "t",
"id": "tu", "id": "tu",
"integrity": 165,
"mass": 160, "mass": 160,
"maxmass": 5040, "maxmass": 5040,
"optmass": 3360, "maxmul": 1.16,
"minmass": 1680,
"minmul": 0.96,
"optmass": 5040,
"optmul": 1,
"power": 10.8, "power": 10.8,
"rating": "A" "rating": "A"
}, },
{ {
"M": 0.17,
"P": 0.235,
"class": 7, "class": 7,
"cost": 633200, "cost": 633200,
"edID": 128064093, "edID": 128064093,
"eddbID": 951, "eddbID": 951,
"grp": "t", "grp": "t",
"id": "tt", "id": "tt",
"integrity": 118,
"mass": 80, "mass": 80,
"maxmass": 2160, "maxmass": 2160,
"maxmul": 1.03,
"minmass": 720,
"minmul": 0.83,
"optmass": 1440, "optmass": 1440,
"optmul": 1,
"power": 6.08, "power": 6.08,
"rating": "E" "rating": "E"
}, },
{ {
"M": 0.14,
"P": 0.5145,
"class": 7, "class": 7,
"cost": 1899600, "cost": 1899600,
"edID": 128064094, "edID": 128064094,
"eddbID": 952, "eddbID": 952,
"grp": "t", "grp": "t",
"id": "ts", "id": "ts",
"integrity": 105,
"mass": 32, "mass": 32,
"maxmass": 2430, "maxmass": 2430,
"maxmul": 1.86,
"minmass": 810,
"minmul": 0.86,
"optmass": 1620, "optmass": 1620,
"optmul": 1,
"power": 6.84, "power": 6.84,
"rating": "D" "rating": "D"
}, },
{ {
"M": 0.1,
"P": 1,
"class": 7, "class": 7,
"cost": 5698790, "cost": 5698790,
"edID": 128064095, "edID": 128064095,
"eddbID": 953, "eddbID": 953,
"grp": "t", "grp": "t",
"id": "tr", "id": "tr",
"integrity": 131,
"mass": 80, "mass": 80,
"maxmass": 2700, "maxmass": 2700,
"maxmul": 1.1,
"minmass": 900,
"minmul": 0.9,
"optmass": 1800, "optmass": 1800,
"optmul": 1,
"power": 7.6, "power": 7.6,
"rating": "C" "rating": "C"
}, },
{ {
"M": 0.07,
"P": 1.51,
"class": 7, "class": 7,
"cost": 17096370, "cost": 17096370,
"edID": 128064096, "edID": 128064096,
"eddbID": 954, "eddbID": 954,
"grp": "t", "grp": "t",
"id": "tq", "id": "tq",
"integrity": 157,
"mass": 128, "mass": 128,
"maxmass": 2970, "maxmass": 2970,
"maxmul": 1.13,
"minmass": 990,
"minmul": 0.93,
"optmass": 1980, "optmass": 1980,
"optmul": 1,
"power": 8.36, "power": 8.36,
"rating": "B" "rating": "B"
}, },
{ {
"M": 0.04,
"P": 2.33,
"class": 7, "class": 7,
"cost": 51289110, "cost": 51289110,
"edID": 128064097, "edID": 128064097,
"eddbID": 955, "eddbID": 955,
"grp": "t", "grp": "t",
"id": "tp", "id": "tp",
"integrity": 144,
"mass": 80, "mass": 80,
"maxmass": 3240, "maxmass": 3240,
"maxmul": 1.16,
"minmass": 1080,
"minmul": 0.96,
"optmass": 2160, "optmass": 2160,
"optmul": 1,
"power": 9.12, "power": 9.12,
"rating": "A" "rating": "A"
}, },
{ {
"M": 0.17,
"P": 0.235,
"class": 6, "class": 6,
"cost": 199750, "cost": 199750,
"edID": 128064088, "edID": 128064088,
"eddbID": 946, "eddbID": 946,
"grp": "t", "grp": "t",
"id": "to", "id": "to",
"integrity": 102,
"mass": 40, "mass": 40,
"maxmass": 1440, "maxmass": 1440,
"maxmul": 1.03,
"minmass": 480,
"minmul": 0.83,
"optmass": 960, "optmass": 960,
"optmul": 1,
"power": 5.04, "power": 5.04,
"rating": "E" "rating": "E"
}, },
{ {
"M": 0.14,
"P": 0.5145,
"class": 6, "class": 6,
"cost": 599240, "cost": 599240,
"edID": 128064089, "edID": 128064089,
"eddbID": 947, "eddbID": 947,
"grp": "t", "grp": "t",
"id": "tn", "id": "tn",
"integrity": 90,
"mass": 16, "mass": 16,
"maxmass": 1620, "maxmass": 1620,
"maxmul": 1.06,
"minmass": 540,
"minmul": 0.86,
"optmass": 1080, "optmass": 1080,
"optmul": 1,
"power": 5.67, "power": 5.67,
"rating": "D" "rating": "D"
}, },
{ {
"M": 0.1,
"P": 1,
"class": 6, "class": 6,
"cost": 1797730, "cost": 1797730,
"edID": 128064090, "edID": 128064090,
"eddbID": 948, "eddbID": 948,
"grp": "t", "grp": "t",
"id": "tm", "id": "tm",
"integrity": 113,
"mass": 40, "mass": 40,
"maxmass": 1800, "maxmass": 1800,
"maxmul": 1.1,
"minmass": 600,
"minmul": 0.9,
"optmass": 1200, "optmass": 1200,
"optmul": 1,
"power": 6.3, "power": 6.3,
"rating": "C" "rating": "C"
}, },
{ {
"M": 0.07,
"P": 1.51,
"class": 6, "class": 6,
"cost": 5393180, "cost": 5393180,
"edID": 128064091, "edID": 128064091,
"eddbID": 949, "eddbID": 949,
"grp": "t", "grp": "t",
"id": "tl", "id": "tl",
"integrity": 136,
"mass": 64, "mass": 64,
"maxmass": 1980, "maxmass": 1980,
"maxmul": 1.13,
"minmass": 660,
"minmul": 0.93,
"optmass": 1320, "optmass": 1320,
"optmul": 1,
"power": 6.93, "power": 6.93,
"rating": "B" "rating": "B"
}, },
{ {
"M": 0.04,
"P": 2.33,
"class": 6, "class": 6,
"cost": 16179530, "cost": 16179530,
"edID": 128064092, "edID": 128064092,
"eddbID": 950, "eddbID": 950,
"grp": "t", "grp": "t",
"id": "tk", "id": "tk",
"integrity": 124,
"mass": 40, "mass": 40,
"maxmass": 2160, "maxmass": 2160,
"maxmul": 1.16,
"minmass": 720,
"minmul": 0.96,
"optmass": 1440, "optmass": 1440,
"optmul": 1,
"power": 7.56, "power": 7.56,
"rating": "A" "rating": "A"
}, },
{ {
"M": 0.17,
"P": 0.235,
"class": 5, "class": 5,
"cost": 63010, "cost": 63010,
"edID": 128064083, "edID": 128064083,
"eddbID": 941, "eddbID": 941,
"grp": "t", "grp": "t",
"id": "tj", "id": "tj",
"integrity": 86,
"mass": 20, "mass": 20,
"maxmass": 840, "maxmass": 840,
"maxmul": 1.03,
"minmass": 280,
"minmul": 0.83,
"optmass": 560, "optmass": 560,
"optmul": 1,
"power": 4.08, "power": 4.08,
"rating": "E" "rating": "E"
}, },
{ {
"M": 0.14,
"P": 0.5145,
"class": 5, "class": 5,
"cost": 189040, "cost": 189040,
"edID": 128064084, "edID": 128064084,
"eddbID": 942, "eddbID": 942,
"grp": "t", "grp": "t",
"id": "ti", "id": "ti",
"integrity": 77,
"mass": 8, "mass": 8,
"maxmass": 945, "maxmass": 945,
"maxmul": 1.06,
"minmass": 315,
"minmul": 0.86,
"optmass": 630, "optmass": 630,
"optmul": 1,
"power": 4.59, "power": 4.59,
"rating": "D" "rating": "D"
}, },
{ {
"M": 0.1,
"P": 1,
"class": 5, "class": 5,
"cost": 567110, "cost": 567110,
"edID": 128064085, "edID": 128064085,
"eddbID": 943, "eddbID": 943,
"grp": "t", "grp": "t",
"id": "th", "id": "th",
"integrity": 96,
"mass": 20, "mass": 20,
"maxmass": 1050, "maxmass": 1050,
"maxmul": 1.1,
"minmass": 350,
"minmul": 0.9,
"optmass": 700, "optmass": 700,
"optmul": 1,
"power": 5.1, "power": 5.1,
"rating": "C" "rating": "C"
}, },
{ {
"M": 0.07,
"P": 1.51,
"class": 5, "class": 5,
"cost": 1701320, "cost": 1701320,
"edID": 128064086, "edID": 128064086,
"eddbID": 944, "eddbID": 944,
"grp": "t", "grp": "t",
"id": "tg", "id": "tg",
"integrity": 115,
"mass": 32, "mass": 32,
"maxmass": 1155, "maxmass": 1155,
"maxmul": 1.13,
"minmass": 385,
"minmul": 0.93,
"optmass": 770, "optmass": 770,
"optmul": 1,
"power": 5.61, "power": 5.61,
"rating": "B" "rating": "B"
}, },
{ {
"M": 0.04,
"P": 2.33,
"class": 5, "class": 5,
"cost": 5103950, "cost": 5103950,
"edID": 128064087, "edID": 128064087,
"eddbID": 945, "eddbID": 945,
"grp": "t", "grp": "t",
"id": "tf", "id": "tf",
"integrity": 106,
"mass": 20, "mass": 20,
"maxmass": 1260, "maxmass": 1260,
"maxmul": 1.16,
"minmass": 420,
"minmul": 0.96,
"optmass": 840, "optmass": 840,
"optmul": 1,
"power": 6.12, "power": 6.12,
"rating": "A" "rating": "A"
}, },
{ {
"M": 0.17,
"P": 0.235,
"class": 4, "class": 4,
"cost": 19880, "cost": 19880,
"edID": 128064078, "edID": 128064078,
"eddbID": 936, "eddbID": 936,
"grp": "t", "grp": "t",
"id": "te", "id": "te",
"integrity": 72,
"mass": 10, "mass": 10,
"maxmass": 420, "maxmass": 420,
"maxmul": 1.03,
"minmass": 140,
"minmul": 0.83,
"optmass": 280, "optmass": 280,
"optmul": 1,
"power": 3.28, "power": 3.28,
"rating": "E" "rating": "E"
}, },
{ {
"M": 0.14,
"P": 0.5145,
"class": 4, "class": 4,
"cost": 59630, "cost": 59630,
"edID": 128064079, "edID": 128064079,
"eddbID": 937, "eddbID": 937,
"grp": "t", "grp": "t",
"id": "td", "id": "td",
"integrity": 64,
"mass": 4, "mass": 4,
"maxmass": 473, "maxmass": 472.5,
"maxmul": 1.06,
"minmass": 157.5,
"minmul": 0.86,
"optmass": 315, "optmass": 315,
"optmul": 1,
"power": 3.69, "power": 3.69,
"rating": "D" "rating": "D"
}, },
{ {
"M": 0.1,
"P": 1,
"class": 4, "class": 4,
"cost": 178900, "cost": 178900,
"edID": 128064080, "edID": 128064080,
"eddbID": 938, "eddbID": 938,
"grp": "t", "grp": "t",
"id": "tc", "id": "tc",
"integrity": 80,
"mass": 10, "mass": 10,
"maxmass": 525, "maxmass": 525,
"maxmul": 1.1,
"minmass": 175,
"minmul": 0.9,
"optmass": 350, "optmass": 350,
"optmul": 1,
"power": 4.1, "power": 4.1,
"rating": "C" "rating": "C"
}, },
{ {
"M": 0.07,
"P": 1.51,
"class": 4, "class": 4,
"cost": 536690, "cost": 536690,
"edID": 128064081, "edID": 128064081,
"eddbID": 939, "eddbID": 939,
"grp": "t", "grp": "t",
"id": "tb", "id": "tb",
"integrity": 96,
"mass": 16, "mass": 16,
"maxmass": 578, "maxmass": 577.5,
"maxmul": 1.13,
"minmass": 192.5,
"minmul": 0.93,
"optmass": 385, "optmass": 385,
"optmul": 1,
"power": 4.51, "power": 4.51,
"rating": "B" "rating": "B"
}, },
{ {
"M": 0.04,
"P": 2.33,
"class": 4, "class": 4,
"cost": 1610080, "cost": 1610080,
"edID": 128064082, "edID": 128064082,
"eddbID": 940, "eddbID": 940,
"grp": "t", "grp": "t",
"id": "ta", "id": "ta",
"integrity": 88,
"mass": 10, "mass": 10,
"maxmass": 630, "maxmass": 630,
"maxmul": 1.16,
"minmass": 210,
"minmul": 0.96,
"optmass": 420, "optmass": 420,
"optmul": 1,
"power": 4.92, "power": 4.92,
"rating": "A" "rating": "A"
}, },
{ {
"M": 0.17,
"P": 0.235,
"class": 3, "class": 3,
"cost": 6270, "cost": 6270,
"edID": 128064073, "edID": 128064073,
"eddbID": 931, "eddbID": 931,
"grp": "t", "grp": "t",
"id": "t9", "id": "t9",
"integrity": 58,
"mass": 5, "mass": 5,
"maxmass": 120, "maxmass": 120,
"maxmul": 1.03,
"minmass": 40,
"minmul": 0.83,
"optmass": 80, "optmass": 80,
"optmul": 1,
"power": 2.48, "power": 2.48,
"rating": "E" "rating": "E"
}, },
{ {
"M": 0.14,
"P": 0.5145,
"class": 3, "class": 3,
"cost": 18810, "cost": 18810,
"edID": 128064074, "edID": 128064074,
"eddbID": 932, "eddbID": 932,
"grp": "t", "grp": "t",
"id": "t8", "id": "t8",
"integrity": 51,
"mass": 2, "mass": 2,
"maxmass": 135, "maxmass": 135,
"maxmul": 1.06,
"minmass": 45,
"minmul": 0.86,
"optmass": 90, "optmass": 90,
"optmul": 1,
"power": 2.79, "power": 2.79,
"rating": "D" "rating": "D"
}, },
{ {
"M": 0.1,
"P": 1,
"class": 3, "class": 3,
"cost": 56440, "cost": 56440,
"edID": 128064075, "edID": 128064075,
"eddbID": 933, "eddbID": 933,
"grp": "t", "grp": "t",
"id": "t7", "id": "t7",
"integrity": 64,
"mass": 5, "mass": 5,
"maxmass": 150, "maxmass": 150,
"maxmul": 1.1,
"minmass": 50,
"minmul": 0.9,
"optmass": 100, "optmass": 100,
"optmul": 1,
"power": 3.1, "power": 3.1,
"rating": "C" "rating": "C"
}, },
{ {
"M": 0.07,
"P": 1.51,
"class": 3, "class": 3,
"cost": 169300, "cost": 169300,
"edID": 128064076, "edID": 128064076,
"eddbID": 934, "eddbID": 934,
"grp": "t", "grp": "t",
"id": "t6", "id": "t6",
"integrity": 77,
"mass": 8, "mass": 8,
"maxmass": 165, "maxmass": 165,
"maxmul": 1.13,
"minmass": 55,
"minmul": 0.93,
"optmass": 110, "optmass": 110,
"optmul": 1,
"power": 3.41, "power": 3.41,
"rating": "B" "rating": "B"
}, },
{ {
"M": 0.04,
"P": 2.33,
"class": 3, "class": 3,
"cost": 507910, "cost": 507910,
"edID": 128064077, "edID": 128064077,
"eddbID": 935, "eddbID": 935,
"grp": "t", "grp": "t",
"id": "t5", "id": "t5",
"integrity": 72,
"mass": 5, "mass": 5,
"maxmass": 180, "maxmass": 180,
"maxmul": 1.16,
"minmass": 60,
"minmul": 0.96,
"optmass": 120, "optmass": 120,
"optmul": 1,
"power": 3.72, "power": 3.72,
"rating": "A" "rating": "A"
}, },
{ {
"M": 0.17,
"P": 0.235,
"class": 2, "class": 2,
"cost": 1980, "cost": 1980,
"edID": 128064068, "edID": 128064068,
"eddbID": 926, "eddbID": 926,
"grp": "t", "grp": "t",
"id": "t4", "id": "t4",
"integrity": 46,
"mass": 2.5, "mass": 2.5,
"maxmass": 72, "maxmass": 72,
"maxmul": 1.03,
"minmass": 24,
"minmul": 0.83,
"optmass": 48, "optmass": 48,
"optmul": 1,
"power": 2, "power": 2,
"rating": "E" "rating": "E"
}, },
{ {
"M": 0.14,
"P": 0.5145,
"class": 2, "class": 2,
"cost": 5930, "cost": 5930,
"edID": 128064069, "edID": 128064069,
"eddbID": 927, "eddbID": 927,
"grp": "t", "grp": "t",
"id": "t3", "id": "t3",
"integrity": 41,
"mass": 1, "mass": 1,
"maxmass": 81, "maxmass": 81,
"maxmul": 1.06,
"minmass": 27,
"minmul": 0.86,
"optmass": 54, "optmass": 54,
"optmul": 1,
"power": 2.25, "power": 2.25,
"rating": "D" "rating": "D"
}, },
{ {
"M": 0.1,
"P": 1,
"class": 2, "class": 2,
"cost": 17800, "cost": 17800,
"edID": 128064070, "edID": 128064070,
"eddbID": 928, "eddbID": 928,
"grp": "t", "grp": "t",
"id": "t2", "id": "t2",
"integrity": 51,
"mass": 2.5, "mass": 2.5,
"maxmass": 90, "maxmass": 90,
"maxmul": 1.1,
"minmass": 30,
"minmul": 0.9,
"optmass": 60, "optmass": 60,
"optmul": 1,
"power": 2.5, "power": 2.5,
"rating": "C" "rating": "C"
}, },
{ {
"M": 0.07,
"P": 1.51,
"class": 2, "class": 2,
"cost": 53410, "cost": 53410,
"edID": 128064071, "edID": 128064071,
"eddbID": 929, "eddbID": 929,
"grp": "t", "grp": "t",
"id": "t1", "id": "t1",
"integrity": 61,
"mass": 4, "mass": 4,
"maxmass": 99, "maxmass": 99,
"maxmul": 1.13,
"minmass": 33,
"minmul": 0.93,
"optmass": 66, "optmass": 66,
"optmul": 1,
"power": 2.75, "power": 2.75,
"rating": "B" "rating": "B"
}, },
{ {
"M": 0.04,
"P": 2.33,
"class": 2, "class": 2,
"cost": 160220, "cost": 160220,
"edID": 128064072, "edID": 128064072,
"eddbID": 930, "eddbID": 930,
"grp": "t", "grp": "t",
"id": "t0", "id": "t0",
"integrity": 56,
"mass": 2.5, "mass": 2.5,
"maxmass": 108, "maxmass": 108,
"maxmul": 0.96,
"minmass": 36,
"minmul": 1.16,
"optmass": 72, "optmass": 72,
"optmul": 1,
"power": 3, "power": 3,
"rating": "A" "rating": "A"
}, },
{ {
"M": 0.04,
"P": 2.33,
"class": 3, "class": 3,
"cost": 5103952, "cost": 5103950,
"edID": 128682013, "edID": 128682013,
"eddbID": 1548, "eddbID": 1548,
"grp": "t", "grp": "t",
"id": "tz", "id": "tz",
"integrity": 55,
"mass": 5, "mass": 5,
"maxmass": 200, "maxmass": 200,
"maxmul": 1.6,
"minmass": 70,
"minmul": 0.9,
"name": "Enhanced Performance", "name": "Enhanced Performance",
"optmass": 90, "optmass": 90,
"optmul": 1.25,
"power": 5, "power": 5,
"rating": "A" "rating": "A"
}, },
{ {
"M": 0.04,
"P": 2.33,
"class": 2, "class": 2,
"cost": 1610080, "cost": 1610080,
"edID": 128682014, "edID": 128682014,
"eddbID": 1547, "eddbID": 1547,
"grp": "t", "grp": "t",
"id": "u0", "id": "u0",
"integrity": 40,
"mass": 2.5, "mass": 2.5,
"maxmass": 120, "maxmass": 120,
"maxmul": 1.6,
"minmass": 50,
"minmul": 0.9,
"name": "Enhanced Performance", "name": "Enhanced Performance",
"optmass": 60, "optmass": 60,
"optmul": 1.25,
"power": 4, "power": 4,
"rating": "A" "rating": "A"
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "coriolis-data", "name": "coriolis-data",
"version": "2.2.0", "version": "2.2.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/EDCD/coriolis-data" "url": "https://github.com/EDCD/coriolis-data"

View File

@@ -11,19 +11,19 @@
"boost": 320, "boost": 320,
"boostEnergy": 9, "boostEnergy": 9,
"agility": 8, "agility": 8,
"baseShieldStrength": 78, "baseShieldStrength": 60,
"baseArmour": 162, "baseArmour": 90,
"hullMass": 35, "hullMass": 35,
"masslock": 7, "masslock": 7,
"pipSpeed": 0.13625 "pipSpeed": 0.13625
}, },
"retailCost": 87810, "retailCost": 87810,
"bulkheads": [ "bulkheads": [
{ "id": "BC", "edID": 128049268, "eddbID": 753, "cost": 0, "mass": 0 }, { "id": "BC", "edID": 128049268, "eddbID": 753, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "BD", "edID": 128049269, "eddbID": 754, "cost": 35120, "mass": 3 }, { "id": "BD", "edID": 128049269, "eddbID": 754, "grp": "bh", "cost": 35120, "mass": 3, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "BE", "edID": 128049270, "eddbID": 755, "cost": 79030, "mass": 5 }, { "id": "BE", "edID": 128049270, "eddbID": 755, "grp": "bh", "cost": 79030, "mass": 5, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "BF", "edID": 128049271, "eddbID": 756, "cost": 186770, "mass": 5 }, { "id": "BF", "edID": 128049271, "eddbID": 756, "grp": "bh", "cost": 186770, "mass": 5, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "BG", "edID": 128049272, "eddbID": 757, "cost": 206960, "mass": 5 } { "id": "BG", "edID": 128049272, "eddbID": 757, "grp": "bh", "cost": 206960, "mass": 5, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [3, 3, 3, 1, 2, 3, 3], "standard": [3, 3, 3, 1, 2, 3, 3],

View File

@@ -7,12 +7,12 @@
"manufacturer": "Faulcon DeLacy", "manufacturer": "Faulcon DeLacy",
"class": 3, "class": 3,
"hullCost": 141889930, "hullCost": 141889930,
"speed": 183, "speed": 180,
"boost": 244, "boost": 240,
"boostEnergy": 29, "boostEnergy": 27,
"agility": 2, "agility": 2,
"baseShieldStrength": 362, "baseShieldStrength": 350,
"baseArmour": 945, "baseArmour": 525,
"hullMass": 400, "hullMass": 400,
"masslock": 23, "masslock": 23,
"pipSpeed": 0.13875, "pipSpeed": 0.13875,
@@ -20,11 +20,11 @@
}, },
"retailCost": 146969450, "retailCost": 146969450,
"bulkheads": [ "bulkheads": [
{ "id": "bT", "edID": 128049364, "eddbID": 818, "cost": 0, "mass": 0 }, { "id": "bT", "edID": 128049364, "eddbID": 818, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "bU", "edID": 128049365, "eddbID": 819, "cost": 58787780, "mass": 30 }, { "id": "bU", "edID": 128049365, "eddbID": 819, "grp": "bh", "cost": 58787780, "mass": 30, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "bV", "edID": 128049366, "eddbID": 820, "cost": 132272510, "mass": 60 }, { "id": "bV", "edID": 128049366, "eddbID": 820, "grp": "bh", "cost": 132272510, "mass": 60, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "bW", "edID": 128049367, "eddbID": 821, "cost": 312604020, "mass": 60 }, { "id": "bW", "edID": 128049367, "eddbID": 821, "grp": "bh", "cost": 312604020, "mass": 60, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "bX", "edID": 128049368, "eddbID": 822, "cost": 346407000, "mass": 60 } { "id": "bX", "edID": 128049368, "eddbID": 822, "grp": "bh", "cost": 346407000, "mass": 60, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [8, 7, 6, 5, 8, 8, 5], "standard": [8, 7, 6, 5, 8, 8, 5],

View File

@@ -7,23 +7,23 @@
"manufacturer": "Lakon", "manufacturer": "Lakon",
"class": 2, "class": 2,
"hullCost": 6135660, "hullCost": 6135660,
"speed": 254, "speed": 250,
"boost": 345, "boost": 340,
"boostEnergy": 14, "boostEnergy": 13,
"agility": 6, "agility": 6,
"baseShieldStrength": 152, "baseShieldStrength": 140,
"baseArmour": 378, "baseArmour": 210,
"hullMass": 280, "hullMass": 280,
"masslock": 11, "masslock": 11,
"pipSpeed": 0.13 "pipSpeed": 0.13
}, },
"retailCost": 6661150, "retailCost": 6661150,
"bulkheads": [ "bulkheads": [
{ "id": "BH", "edID": 128049304, "eddbID": 778, "cost": 0, "mass": 0 }, { "id": "BH", "edID": 128049304, "eddbID": 778, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "BI", "edID": 128049305, "eddbID": 779, "cost": 2664460, "mass": 21 }, { "id": "BI", "edID": 128049305, "eddbID": 779, "grp": "bh", "cost": 2664460, "mass": 21, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "BJ", "edID": 128049306, "eddbID": 780, "cost": 5995040, "mass": 42 }, { "id": "BJ", "edID": 128049306, "eddbID": 780, "grp": "bh", "cost": 5995040, "mass": 42, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "BK", "edID": 128049307, "eddbID": 781, "cost": 14168270, "mass": 42 }, { "id": "BK", "edID": 128049307, "eddbID": 781, "grp": "bh", "cost": 14168270, "mass": 42, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "BL", "edID": 128049308, "eddbID": 782, "cost": 15700340, "mass": 42 } { "id": "BL", "edID": 128049308, "eddbID": 782, "grp": "bh", "cost": 15700340, "mass": 42, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [5, 5, 5, 4, 4, 5, 5], "standard": [5, 5, 5, 4, 4, 5, 5],

View File

@@ -6,23 +6,23 @@
"manufacturer": "Lakon", "manufacturer": "Lakon",
"class": 2, "class": 2,
"hullCost": 3818240, "hullCost": 3818240,
"speed": 223, "speed": 220,
"boost": 304, "boost": 300,
"boostEnergy": 13, "boostEnergy": 13,
"agility": 8, "agility": 8,
"baseShieldStrength": 105, "baseShieldStrength": 120,
"baseArmour": 324, "baseArmour": 180,
"hullMass": 150, "hullMass": 150,
"masslock": 8, "masslock": 8,
"pipSpeed": 0.125 "pipSpeed": 0.125
}, },
"retailCost": 3961150, "retailCost": 3961150,
"bulkheads": [ "bulkheads": [
{ "id": "c1", "edID": 128672278, "eddbID": 1503, "cost": 0, "mass": 0 }, { "id": "c1", "edID": 128672278, "eddbID": 1503, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "c2", "edID": 128672279, "eddbID": 1504, "cost": 1584460, "mass": 21 }, { "id": "c2", "edID": 128672279, "eddbID": 1504, "grp": "bh", "cost": 1584460, "mass": 21, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "c3", "edID": 128672280, "eddbID": 1505, "cost": 3565040, "mass": 42 }, { "id": "c3", "edID": 128672280, "eddbID": 1505, "grp": "bh", "cost": 3565040, "mass": 42, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "c4", "edID": 128672281, "eddbID": 1506, "cost": 8425380, "mass": 42 }, { "id": "c4", "edID": 128672281, "eddbID": 1506, "grp": "bh", "cost": 8425380, "mass": 42, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "c5", "edID": 128672282, "eddbID": 1507, "cost": 9336440, "mass": 42 } { "id": "c5", "edID": 128672282, "eddbID": 1507, "grp": "bh", "cost": 9336440, "mass": 42, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [4, 4, 4, 3, 4, 4, 4], "standard": [4, 4, 4, 3, 4, 4, 4],

View File

@@ -1,31 +1,31 @@
{ {
"beluga": { "beluga": {
"edID": -1, "edID": 128049345,
"eddbID": 30, "eddbID": 30,
"properties": { "properties": {
"name": "Beluga Liner", "name": "Beluga Liner",
"manufacturer": "Saud Kruger", "manufacturer": "Saud Kruger",
"class": 3, "class": 3,
"hullCost": -1, "hullCost": 79654610,
"speed": 195, "speed": 200,
"boost": 273, "boost": 280,
"boostEnergy": 20, "boostEnergy": 19,
"agility": 2, "agility": 2,
"baseShieldStrength": 92, "baseShieldStrength": 280,
"baseArmour": 504, "baseArmour": 280,
"hullMass": 1100, "hullMass": 1100,
"masslock": 18, "masslock": 18,
"pipSpeed": -1, "pipSpeed": -1,
"luxuryCabins": true, "luxuryCabins": true,
"fighterHangars": true "fighterHangars": true
}, },
"retailCost": -1, "retailCost": 84532770,
"bulkheads": [ "bulkheads": [
{ "id": "cl", "eddbID": 1554,"cost": 0, "mass": 0 }, { "id": "cl", "edID": 128049346, "eddbID": 1554,"grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "cm", "eddbID": 1555,"cost": -1, "mass": 83 }, { "id": "cm", "edID": 128049347, "eddbID": 1555,"grp": "bh", "cost": 33813120, "mass": 83, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "cn", "eddbID": 1556,"cost": -1, "mass": 165 }, { "id": "cn", "edID": 128049348, "eddbID": 1556,"grp": "bh", "cost": 76079500, "mass": 165, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "co", "eddbID": 1557,"cost": -1, "mass": 165 }, { "id": "co", "edID": 128049349, "eddbID": 1557,"grp": "bh", "cost": 179801200, "mass": 165, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "cp", "eddbID": 1558,"cost": -1, "mass": 165 } { "id": "cp", "edID": 128049350, "eddbID": 1558,"grp": "bh", "cost": 199243730, "mass": 165, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [6, 7, 7, 8, 6, 5, 7], "standard": [6, 7, 7, 8, 6, 5, 7],

View File

@@ -7,23 +7,23 @@
"manufacturer": "Faulcon DeLacy", "manufacturer": "Faulcon DeLacy",
"class": 1, "class": 1,
"hullCost": 205800, "hullCost": 205800,
"speed": 282, "speed": 280,
"boost": 402, "boost": 400,
"boostEnergy": 11, "boostEnergy": 10,
"agility": 6, "agility": 6,
"baseShieldStrength": 92, "baseShieldStrength": 80,
"baseArmour": 216, "baseArmour": 120,
"hullMass": 180, "hullMass": 180,
"masslock": 8, "masslock": 8,
"pipSpeed": 0.125 "pipSpeed": 0.125
}, },
"retailCost": 349720, "retailCost": 349720,
"bulkheads": [ "bulkheads": [
{ "id": "bk", "edID": 128049280, "eddbID": 763, "cost": 0, "mass": 0 }, { "id": "bk", "edID": 128049280, "eddbID": 763, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "bl", "edID": 128049281, "eddbID": 764, "cost": 151890, "mass": 14 }, { "id": "bl", "edID": 128049281, "eddbID": 764, "grp": "bh", "cost": 151890, "mass": 14, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "bm", "edID": 128049282, "eddbID": 765, "cost": 341750, "mass": 27 }, { "id": "bm", "edID": 128049282, "eddbID": 765, "grp": "bh", "cost": 341750, "mass": 27, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "bn", "edID": 128049283, "eddbID": 766, "cost": 797410, "mass": 27 }, { "id": "bn", "edID": 128049283, "eddbID": 766, "grp": "bh", "cost": 797410, "mass": 27, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "bo", "edID": 128049284, "eddbID": 767, "cost": 895000, "mass": 27 } { "id": "bo", "edID": 128049284, "eddbID": 767, "grp": "bh", "cost": 895000, "mass": 27, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [4, 4, 4, 3, 3, 3, 4], "standard": [4, 4, 4, 3, 3, 3, 4],

View File

@@ -8,22 +8,22 @@
"class": 1, "class": 1,
"hullCost": 603740, "hullCost": 603740,
"speed": 200, "speed": 200,
"boost": 299, "boost": 300,
"boostEnergy": 11, "boostEnergy": 10,
"agility": 4, "agility": 4,
"baseShieldStrength": 125, "baseShieldStrength": 120,
"baseArmour": 216, "baseArmour": 120,
"hullMass": 210, "hullMass": 210,
"masslock": 8, "masslock": 8,
"pipSpeed": 0.125 "pipSpeed": 0.125
}, },
"retailCost": 747660, "retailCost": 747660,
"bulkheads": [ "bulkheads": [
{ "id": "cg", "edID": 128672264, "eddbID": 1518, "cost": 0, "mass": 0 }, { "id": "cg", "edID": 128672264, "eddbID": 1518, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "ch", "edID": 128672265, "eddbID": 1519, "cost": 305890, "mass": 14 }, { "id": "ch", "edID": 128672265, "eddbID": 1519, "grp": "bh", "cost": 305890, "mass": 14, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "ci", "edID": 128672266, "eddbID": 1520, "cost": 688250, "mass": 27 }, { "id": "ci", "edID": 128672266, "eddbID": 1520, "grp": "bh", "cost": 688250, "mass": 27, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "cj", "edID": 128672267, "eddbID": 1521, "cost": 1605910, "mass": 27 }, { "id": "cj", "edID": 128672267, "eddbID": 1521, "grp": "bh", "cost": 1605910, "mass": 27, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "ck", "edID": 128672268, "eddbID": 1522, "cost": 1802440, "mass": 27 } { "id": "ck", "edID": 128672268, "eddbID": 1522, "grp": "bh", "cost": 1802440, "mass": 27, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [4, 4, 4, 3, 3, 3, 4], "standard": [4, 4, 4, 3, 3, 3, 4],

View File

@@ -6,23 +6,23 @@
"manufacturer": "Lakon", "manufacturer": "Lakon",
"class": 1, "class": 1,
"hullCost": 1635700, "hullCost": 1635700,
"speed": 242, "speed": 260,
"boost": 316, "boost": 340,
"boostEnergy": 14, "boostEnergy": 13,
"agility": 5, "agility": 5,
"baseShieldStrength": 115, "baseShieldStrength": 150,
"baseArmour": 270, "baseArmour": 150,
"hullMass": 298, "hullMass": 298,
"masslock": 10, "masslock": 10,
"pipSpeed": 0.09625 "pipSpeed": 0.09625
}, },
"retailCost": 1894760, "retailCost": 1894760,
"bulkheads": [ "bulkheads": [
{ "id": "ba", "edID": 128671832, "eddbID": 1456, "cost": 0, "mass": 0 }, { "id": "ba", "edID": 128671832, "eddbID": 1456, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "bb", "edID": 128671833, "eddbID": 1457, "cost": 800000, "mass": 23 }, { "id": "bb", "edID": 128671833, "eddbID": 1457, "grp": "bh", "cost": 800000, "mass": 23, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "bc", "edID": 128671834, "eddbID": 1458, "cost": 1800000, "mass": 47 }, { "id": "bc", "edID": 128671834, "eddbID": 1458, "grp": "bh", "cost": 1800000, "mass": 47, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "bd", "edID": 128671835, "eddbID": 1459, "cost": 4200000, "mass": 26 }, { "id": "bd", "edID": 128671835, "eddbID": 1459, "grp": "bh", "cost": 4200000, "mass": 26, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "be", "edID": 128671836, "eddbID": 1460, "cost": 4714000, "mass": 47 } { "id": "be", "edID": 128671836, "eddbID": 1460, "grp": "bh", "cost": 4714000, "mass": 47, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [ 4, 4, 5, 3, 4, 3, 5], "standard": [ 4, 4, 5, 3, 4, 3, 5],

View File

@@ -7,23 +7,23 @@
"manufacturer": "Lakon", "manufacturer": "Lakon",
"class": 1, "class": 1,
"hullCost": 461340, "hullCost": 461340,
"speed": 283, "speed": 280,
"boost": 384, "boost": 380,
"boostEnergy": 11, "boostEnergy": 10,
"agility": 8, "agility": 8,
"baseShieldStrength": 93, "baseShieldStrength": 120,
"baseArmour": 216, "baseArmour": 120,
"hullMass": 170, "hullMass": 170,
"masslock": 8, "masslock": 8,
"pipSpeed": 0.09875 "pipSpeed": 0.09875
}, },
"retailCost": 564330, "retailCost": 564330,
"bulkheads": [ "bulkheads": [
{ "id": "b5", "edID": 128671218, "eddbID": 1384, "cost": 0, "mass": 0 }, { "id": "b5", "edID": 128671218, "eddbID": 1384, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "b6", "edID": 128671219, "eddbID": 1385, "cost": 225700, "mass": 13 }, { "id": "b6", "edID": 128671219, "eddbID": 1385, "grp": "bh", "cost": 225700, "mass": 13, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "b7", "edID": 128671220, "eddbID": 1386, "cost": 507900, "mass": 26 }, { "id": "b7", "edID": 128671220, "eddbID": 1386, "grp": "bh", "cost": 507900, "mass": 26, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "b8", "edID": 128671221, "eddbID": 1387, "cost": 1185100, "mass": 26 }, { "id": "b8", "edID": 128671221, "eddbID": 1387, "grp": "bh", "cost": 1185100, "mass": 26, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "b9", "edID": 128671222, "eddbID": 1388, "cost": 1330100, "mass": 26 } { "id": "b9", "edID": 128671222, "eddbID": 1388, "grp": "bh", "cost": 1330100, "mass": 26, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [ 4, 4, 4, 2, 3, 2, 4], "standard": [ 4, 4, 4, 2, 3, 2, 4],

View File

@@ -7,23 +7,23 @@
"manufacturer": "Core Dynamics", "manufacturer": "Core Dynamics",
"class": 1, "class": 1,
"hullCost": 10440, "hullCost": 10440,
"speed": 239, "speed": 240,
"boost": 349, "boost": 350,
"boostEnergy": 9, "boostEnergy": 8,
"agility": 10, "agility": 10,
"baseShieldStrength": 89, "baseShieldStrength": 60,
"baseArmour": 72, "baseArmour": 40,
"hullMass": 50, "hullMass": 50,
"masslock": 6, "masslock": 6,
"pipSpeed": 0.0625 "pipSpeed": 0.0625
}, },
"retailCost": 44800, "retailCost": 44800,
"bulkheads": [ "bulkheads": [
{ "id": "bY", "edID": 128049256, "eddbID": 743, "cost": 0, "mass": 0 }, { "id": "bY", "edID": 128049256, "eddbID": 743, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "bZ", "edID": 128049257, "eddbID": 744, "cost": 26880, "mass": 4 }, { "id": "bZ", "edID": 128049257, "eddbID": 744, "grp": "bh", "cost": 26880, "mass": 4, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "B0", "edID": 128049258, "eddbID": 745, "cost": 90050, "mass": 8 }, { "id": "B0", "edID": 128049258, "eddbID": 745, "grp": "bh", "cost": 90050, "mass": 8, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "B1", "edID": 128049259, "eddbID": 746, "cost": 140090, "mass": 8 }, { "id": "B1", "edID": 128049259, "eddbID": 746, "grp": "bh", "cost": 140090, "mass": 8, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "B2", "edID": 128049260, "eddbID": 747, "cost": 150390, "mass": 8 } { "id": "B2", "edID": 128049260, "eddbID": 747, "grp": "bh", "cost": 150390, "mass": 8, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [2, 3, 3, 1, 2, 2, 2], "standard": [2, 3, 3, 1, 2, 2, 2],

View File

@@ -6,23 +6,23 @@
"manufacturer": "Core Dynamics", "manufacturer": "Core Dynamics",
"class": 2, "class": 2,
"hullCost": 19072000, "hullCost": 19072000,
"speed": 214, "speed": 210,
"boost": 357, "boost": 350,
"boostEnergy": 21, "boostEnergy": 19,
"agility": 6, "agility": 6,
"baseShieldStrength": 133, "baseShieldStrength": 200,
"baseArmour": 540, "baseArmour": 300,
"hullMass": 480, "hullMass": 480,
"masslock": 14, "masslock": 14,
"pipSpeed": 0.11125 "pipSpeed": 0.11125
}, },
"retailCost": 19814210, "retailCost": 19814210,
"bulkheads": [ "bulkheads": [
{ "id": "bz", "edID": 128672147, "eddbID": 1466, "cost": 0, "mass": 0 }, { "id": "bz", "edID": 128672147, "eddbID": 1466, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "bA", "edID": 128672148, "eddbID": 1467, "cost": 7925680, "mass": 44 }, { "id": "bA", "edID": 128672148, "eddbID": 1467, "grp": "bh", "cost": 7925680, "mass": 44, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "bB", "edID": 128672149, "eddbID": 1468, "cost": 17832780, "mass": 87 }, { "id": "bB", "edID": 128672149, "eddbID": 1468, "grp": "bh", "cost": 17832780, "mass": 87, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "bC", "edID": 128672150, "eddbID": 1469, "cost": 42144810, "mass": 87 }, { "id": "bC", "edID": 128672150, "eddbID": 1469, "grp": "bh", "cost": 42144810, "mass": 87, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "bD", "edID": 128672151, "eddbID": 1470, "cost": 46702080, "mass": 87 } { "id": "bD", "edID": 128672151, "eddbID": 1470, "grp": "bh", "cost": 46702080, "mass": 87, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [6, 6, 5, 5, 6, 4, 4], "standard": [6, 6, 5, 5, 6, 4, 4],

View File

@@ -7,11 +7,11 @@
"manufacturer": "Core Dynamics", "manufacturer": "Core Dynamics",
"class": 3, "class": 3,
"hullCost": 182589570, "hullCost": 182589570,
"speed": 198, "speed": 200,
"boost": 257, "boost": 260,
"boostEnergy": 27, "boostEnergy": 27,
"agility": 2, "agility": 2,
"baseShieldStrength": 516, "baseShieldStrength": 555,
"baseArmour": 666, "baseArmour": 666,
"hullMass": 900, "hullMass": 900,
"masslock": 24, "masslock": 24,
@@ -20,11 +20,11 @@
}, },
"retailCost": 187969450, "retailCost": 187969450,
"bulkheads": [ "bulkheads": [
{ "id": "BW", "edID": 128049370, "eddbID": 1498, "cost": 0, "mass": 0 }, { "id": "BW", "edID": 128049370, "eddbID": 1498, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "BX", "edID": 128049371, "eddbID": 1499, "cost": 75187790, "mass": 30 }, { "id": "BX", "edID": 128049371, "eddbID": 1499, "grp": "bh", "cost": 75187790, "mass": 30, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "BY", "edID": 128049372, "eddbID": 1500, "cost": 169172510, "mass": 60 }, { "id": "BY", "edID": 128049372, "eddbID": 1500, "grp": "bh", "cost": 169172510, "mass": 60, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "BZ", "edID": 128049373, "eddbID": 1501, "cost": 399811020, "mass": 60 }, { "id": "BZ", "edID": 128049373, "eddbID": 1501, "grp": "bh", "cost": 399811020, "mass": 60, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "c0", "edID": 128049374, "eddbID": 1502, "cost": 443044000, "mass": 60 } { "id": "c0", "edID": 128049374, "eddbID": 1502, "grp": "bh", "cost": 443044000, "mass": 60, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [8, 7, 6, 5, 8, 8, 5], "standard": [8, 7, 6, 5, 8, 8, 5],

View File

@@ -7,23 +7,23 @@
"manufacturer": "Core Dynamics", "manufacturer": "Core Dynamics",
"class": 2, "class": 2,
"hullCost": 13469990, "hullCost": 13469990,
"speed": 182, "speed": 180,
"boost": 304, "boost": 300,
"boostEnergy": 21, "boostEnergy": 19,
"agility": 2, "agility": 2,
"baseShieldStrength": 104, "baseShieldStrength": 200,
"baseArmour": 540, "baseArmour": 300,
"hullMass": 580, "hullMass": 580,
"masslock": 14, "masslock": 14,
"pipSpeed": 0.0725 "pipSpeed": 0.0725
}, },
"retailCost": 14314210, "retailCost": 14314210,
"bulkheads": [ "bulkheads": [
{ "id": "bE", "edID": 128049322, "eddbID": 793, "cost": 0, "mass": 0 }, { "id": "bE", "edID": 128049322, "eddbID": 793, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "bF", "edID": 128049323, "eddbID": 794, "cost": 5725680, "mass": 44 }, { "id": "bF", "edID": 128049323, "eddbID": 794, "grp": "bh", "cost": 5725680, "mass": 44, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "bG", "edID": 128049324, "eddbID": 795, "cost": 12882780, "mass": 87 }, { "id": "bG", "edID": 128049324, "eddbID": 795, "grp": "bh", "cost": 12882780, "mass": 87, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "bH", "edID": 128049325, "eddbID": 796, "cost": 30446310, "mass": 87 }, { "id": "bH", "edID": 128049325, "eddbID": 796, "grp": "bh", "cost": 30446310, "mass": 87, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "bI", "edID": 128049326, "eddbID": 797, "cost": 33738580, "mass": 87 } { "id": "bI", "edID": 128049326, "eddbID": 797, "grp": "bh", "cost": 33738580, "mass": 87, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [6, 6, 5, 5, 6, 4, 4], "standard": [6, 6, 5, 5, 6, 4, 4],

View File

@@ -7,12 +7,12 @@
"manufacturer": "Core Dynamics", "manufacturer": "Core Dynamics",
"class": 2, "class": 2,
"hullCost": 34774790, "hullCost": 34774790,
"speed": 171, "speed": 170,
"boost": 282, "boost": 280,
"boostEnergy": 21, "boostEnergy": 23,
"agility": 2, "agility": 2,
"baseShieldStrength": 186, "baseShieldStrength": 250,
"baseArmour": 630, "baseArmour": 350,
"hullMass": 580, "hullMass": 580,
"masslock": 14, "masslock": 14,
"pipSpeed": 0.1025, "pipSpeed": 0.1025,
@@ -20,11 +20,11 @@
}, },
"retailCost": 35814210, "retailCost": 35814210,
"bulkheads": [ "bulkheads": [
{ "id": "bJ", "edID": 128672154, "eddbID": 1471, "cost": 0, "mass": 0 }, { "id": "bJ", "edID": 128672154, "eddbID": 1471, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "bK", "edID": 128672155, "eddbID": 1472, "cost": 14325690, "mass": 44 }, { "id": "bK", "edID": 128672155, "eddbID": 1472, "grp": "bh", "cost": 14325690, "mass": 44, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "bL", "edID": 128672156, "eddbID": 1473, "cost": 32232790, "mass": 87 }, { "id": "bL", "edID": 128672156, "eddbID": 1473, "grp": "bh", "cost": 32232790, "mass": 87, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "bM", "edID": 128672157, "eddbID": 1474, "cost": 76176810, "mass": 87 }, { "id": "bM", "edID": 128672157, "eddbID": 1474, "grp": "bh", "cost": 76176810, "mass": 87, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "bN", "edID": 128672158, "eddbID": 1475, "cost": 84414090, "mass": 87 } { "id": "bN", "edID": 128672158, "eddbID": 1475, "grp": "bh", "cost": 84414090, "mass": 87, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [6, 6, 5, 5, 7, 5, 4], "standard": [6, 6, 5, 5, 7, 5, 4],

View File

@@ -7,23 +7,23 @@
"manufacturer": "Zorgon Peterson", "manufacturer": "Zorgon Peterson",
"class": 2, "class": 2,
"hullCost": 51232230, "hullCost": 51232230,
"speed": 265, "speed": 260,
"boost": 357, "boost": 350,
"boostEnergy": 21, "boostEnergy": 19,
"agility": 6, "agility": 6,
"baseShieldStrength": 271, "baseShieldStrength": 300,
"baseArmour": 405, "baseArmour": 225,
"hullMass": 250, "hullMass": 250,
"masslock": 12, "masslock": 12,
"pipSpeed": 0.03875 "pipSpeed": 0.03875
}, },
"retailCost": 51567040, "retailCost": 51567040,
"bulkheads": [ "bulkheads": [
{ "id": "Bd", "edID": 128049352, "eddbID": 813, "cost": 0, "mass": 0 }, { "id": "Bd", "edID": 128049352, "eddbID": 813, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "Be", "edID": 128049353, "eddbID": 814, "cost": 20626820, "mass": 19 }, { "id": "Be", "edID": 128049353, "eddbID": 814, "grp": "bh", "cost": 20626820, "mass": 19, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "Bf", "edID": 128049354, "eddbID": 815, "cost": 46410340, "mass": 38 }, { "id": "Bf", "edID": 128049354, "eddbID": 815, "grp": "bh", "cost": 46410340, "mass": 38, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "Bg", "edID": 128049355, "eddbID": 816, "cost": 109683090, "mass": 38 }, { "id": "Bg", "edID": 128049355, "eddbID": 816, "grp": "bh", "cost": 109683090, "mass": 38, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "Bh", "edID": 128049356, "eddbID": 817, "cost": 121543510, "mass": 38 } { "id": "Bh", "edID": 128049356, "eddbID": 817, "grp": "bh", "cost": 121543510, "mass": 38, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [6, 5, 4, 4, 6, 4, 3], "standard": [6, 5, 4, 4, 6, 4, 3],

View File

@@ -7,23 +7,23 @@
"manufacturer": "Zorgon Peterson", "manufacturer": "Zorgon Peterson",
"class": 1, "class": 1,
"hullCost": 29790, "hullCost": 29790,
"speed": 203, "speed": 200,
"boost": 305, "boost": 300,
"agility": 6, "agility": 6,
"boostEnergy": 7, "boostEnergy": 7,
"baseShieldStrength": 65, "baseShieldStrength": 50,
"baseArmour": 90, "baseArmour": 50,
"hullMass": 14, "hullMass": 14,
"masslock": 6, "masslock": 6,
"pipSpeed": 0.1625 "pipSpeed": 0.1625
}, },
"retailCost": 52720, "retailCost": 52720,
"bulkheads": [ "bulkheads": [
{ "id": "Bi", "edID": 128049262, "eddbID": 748, "cost": 0, "mass": 0 }, { "id": "Bi", "edID": 128049262, "eddbID": 748, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "Bj", "edID": 128049263, "eddbID": 749, "cost": 42180, "mass": 1 }, { "id": "Bj", "edID": 128049263, "eddbID": 749, "grp": "bh", "cost": 42180, "mass": 1, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "Bk", "edID": 128049264, "eddbID": 750, "cost": 185050, "mass": 2 }, { "id": "Bk", "edID": 128049264, "eddbID": 750, "grp": "bh", "cost": 185050, "mass": 2, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "Bl", "edID": 128049265, "eddbID": 751, "cost": 270300, "mass": 2 }, { "id": "Bl", "edID": 128049265, "eddbID": 751, "grp": "bh", "cost": 270300, "mass": 2, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "Bm", "edID": 128049266, "eddbID": 752, "cost": 282420, "mass": 2 } { "id": "Bm", "edID": 128049266, "eddbID": 752, "grp": "bh", "cost": 282420, "mass": 2, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [2, 2, 2, 1, 1, 1, 2], "standard": [2, 2, 2, 1, 1, 1, 2],

View File

@@ -7,23 +7,23 @@
"manufacturer": "Gutamaya", "manufacturer": "Gutamaya",
"class": 3, "class": 3,
"hullCost": 21077780, "hullCost": 21077780,
"speed": 306, "speed": 300,
"boost": 388, "boost": 380,
"boostEnergy": 21, "boostEnergy": 19,
"agility": 2, "agility": 2,
"baseShieldStrength": 186, "baseShieldStrength": 180,
"baseArmour": 486, "baseArmour": 270,
"hullMass": 400, "hullMass": 400,
"masslock": 12, "masslock": 12,
"pipSpeed": 0.1 "pipSpeed": 0.1
}, },
"retailCost": 22296860, "retailCost": 22296860,
"bulkheads": [ "bulkheads": [
{ "id": "bp", "edID": 128049316, "eddbID": 788, "cost": 0, "mass": 0 }, { "id": "bp", "edID": 128049316, "eddbID": 788, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "bq", "edID": 128049317, "eddbID": 789, "cost": 8918340, "mass": 30 }, { "id": "bq", "edID": 128049317, "eddbID": 789, "grp": "bh", "cost": 8918340, "mass": 30, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "br", "edID": 128049318, "eddbID": 790, "cost": 20066270, "mass": 60 }, { "id": "br", "edID": 128049318, "eddbID": 790, "grp": "bh", "cost": 20066270, "mass": 60, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "bs", "edID": 128049319, "eddbID": 791, "cost": 47423290, "mass": 60 }, { "id": "bs", "edID": 128049319, "eddbID": 791, "grp": "bh", "cost": 47423290, "mass": 60, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "bt", "edID": 128049320, "eddbID": 792, "cost": 52551340, "mass": 60 } { "id": "bt", "edID": 128049320, "eddbID": 792, "grp": "bh", "cost": 52551340, "mass": 60, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [6, 6, 5, 5, 6, 5, 4], "standard": [6, 6, 5, 5, 6, 5, 4],

View File

@@ -8,21 +8,21 @@
"hullCost": 2481550, "hullCost": 2481550,
"speed": 280, "speed": 280,
"boost": 380, "boost": 380,
"boostEnergy": 11, "boostEnergy": 10,
"agility": 6, "agility": 6,
"baseShieldStrength": 230, "baseShieldStrength": 200,
"baseArmour": 144, "baseArmour": 80,
"hullMass": 35, "hullMass": 35,
"masslock": 7, "masslock": 7,
"pipSpeed": 0.05375 "pipSpeed": 0.05375
}, },
"retailCost": 2542930, "retailCost": 2542930,
"bulkheads": [ "bulkheads": [
{ "id": "bf", "edID": 128671224, "eddbID": 1389, "cost": 0, "mass": 0 }, { "id": "bf", "edID": 128671224, "eddbID": 1389, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "bg", "edID": 128671225, "eddbID": 1390, "cost": 1017200, "mass": 4 }, { "id": "bg", "edID": 128671225, "eddbID": 1390, "grp": "bh", "cost": 1017200, "mass": 4, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "bh", "edID": 128671226, "eddbID": 1391, "cost": 2288600, "mass": 8 }, { "id": "bh", "edID": 128671226, "eddbID": 1391, "grp": "bh", "cost": 2288600, "mass": 8, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "bi", "edID": 128671227, "eddbID": 1392, "cost": 5408800, "mass": 8 }, { "id": "bi", "edID": 128671227, "eddbID": 1392, "grp": "bh", "cost": 5408800, "mass": 8, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "bj", "edID": 128671228, "eddbID": 1393, "cost": 5993700, "mass": 8 } { "id": "bj", "edID": 128671228, "eddbID": 1393, "grp": "bh", "cost": 5993700, "mass": 8, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [ 4, 3, 3, 1, 3, 2, 3], "standard": [ 4, 3, 3, 1, 3, 2, 3],

View File

@@ -6,12 +6,12 @@
"manufacturer": "Gutamaya", "manufacturer": "Gutamaya",
"class": 3, "class": 3,
"hullCost": 199926890, "hullCost": 199926890,
"speed": 202, "speed": 200,
"boost": 323, "boost": 320,
"boostEnergy": 24, "boostEnergy": 23,
"agility": 2, "agility": 2,
"baseShieldStrength": 703, "baseShieldStrength": 600,
"baseArmour": 720, "baseArmour": 400,
"hullMass": 1100, "hullMass": 1100,
"masslock": 27, "masslock": 27,
"pipSpeed": 0.05, "pipSpeed": 0.05,
@@ -19,11 +19,11 @@
}, },
"retailCost": 208969450, "retailCost": 208969450,
"bulkheads": [ "bulkheads": [
{ "id": "BR", "edID": 128049376, "eddbID": 1493, "cost": 0, "mass": 0 }, { "id": "BR", "edID": 128049376, "eddbID": 1493, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "BS", "edID": 128049377, "eddbID": 1494, "cost": 83587790, "mass": 30 }, { "id": "BS", "edID": 128049377, "eddbID": 1494, "grp": "bh", "cost": 83587790, "mass": 30, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "BT", "edID": 128049378, "eddbID": 1495, "cost": 188072510, "mass": 60 }, { "id": "BT", "edID": 128049378, "eddbID": 1495, "grp": "bh", "cost": 188072510, "mass": 60, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "BU", "edID": 128049379, "eddbID": 1496, "cost": 444478020, "mass": 60 }, { "id": "BU", "edID": 128049379, "eddbID": 1496, "grp": "bh", "cost": 444478020, "mass": 60, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "BV", "edID": 128049380, "eddbID": 1497, "cost": 492541000, "mass": 60 } { "id": "BV", "edID": 128049380, "eddbID": 1497, "grp": "bh", "cost": 492541000, "mass": 60, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [8, 8, 7, 7, 7, 7, 6], "standard": [8, 8, 7, 7, 7, 7, 6],

View File

@@ -7,23 +7,23 @@
"manufacturer": "Core Dynamics", "manufacturer": "Core Dynamics",
"class": 1, "class": 1,
"hullCost": 72180, "hullCost": 72180,
"speed": 298, "speed": 300,
"boost": 397, "boost": 400,
"boostEnergy": 9, "boostEnergy": 8,
"agility": 6, "agility": 6,
"baseShieldStrength": 104, "baseShieldStrength": 80,
"baseArmour": 108, "baseArmour": 60,
"hullMass": 50, "hullMass": 50,
"masslock": 6, "masslock": 6,
"pipSpeed": 0.075 "pipSpeed": 0.075
}, },
"retailCost": 110830, "retailCost": 110830,
"bulkheads": [ "bulkheads": [
{ "id": "bu", "edID": 128672140, "eddbID": 1461, "cost": 0, "mass": 0 }, { "id": "bu", "edID": 128672140, "eddbID": 1461, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "bv", "edID": 128672141, "eddbID": 1462, "cost": 66500, "mass": 4 }, { "id": "bv", "edID": 128672141, "eddbID": 1462, "grp": "bh", "cost": 66500, "mass": 4, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "bw", "edID": 128672142, "eddbID": 1463, "cost": 222760, "mass": 8 }, { "id": "bw", "edID": 128672142, "eddbID": 1463, "grp": "bh", "cost": 222760, "mass": 8, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "bx", "edID": 128672143, "eddbID": 1464, "cost": 346550, "mass": 8 }, { "id": "bx", "edID": 128672143, "eddbID": 1464, "grp": "bh", "cost": 346550, "mass": 8, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "by", "edID": 128672144, "eddbID": 1465, "cost": 372040, "mass": 8 } { "id": "by", "edID": 128672144, "eddbID": 1465, "grp": "bh", "cost": 372040, "mass": 8, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [3, 3, 3, 1, 2, 2, 2], "standard": [3, 3, 3, 1, 2, 2, 2],

View File

@@ -7,12 +7,12 @@
"manufacturer": "Lakon", "manufacturer": "Lakon",
"class": 2, "class": 2,
"hullCost": 2951180, "hullCost": 2951180,
"speed": 202, "speed": 200,
"boost": 303, "boost": 300,
"boostEnergy": 10, "boostEnergy": 10,
"agility": 2, "agility": 2,
"baseShieldStrength": 99, "baseShieldStrength": 135,
"baseArmour": 243, "baseArmour": 135,
"hullMass": 180, "hullMass": 180,
"masslock": 8, "masslock": 8,
"pipSpeed": 0.1375, "pipSpeed": 0.1375,
@@ -20,11 +20,11 @@
}, },
"retailCost": 3126150, "retailCost": 3126150,
"bulkheads": [ "bulkheads": [
{ "id": "cb", "edID": 128672271, "eddbID": 1513, "cost": 0, "mass": 0 }, { "id": "cb", "edID": 128672271, "eddbID": 1513, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "cc", "edID": 128672272, "eddbID": 1514, "cost": 1250460, "mass": 12 }, { "id": "cc", "edID": 128672272, "eddbID": 1514, "grp": "bh", "cost": 1250460, "mass": 12, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "cd", "edID": 128672273, "eddbID": 1515, "cost": 2813540, "mass": 23 }, { "id": "cd", "edID": 128672273, "eddbID": 1515, "grp": "bh", "cost": 2813540, "mass": 23, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "ce", "edID": 128672274, "eddbID": 1516, "cost": 6649330, "mass": 23 }, { "id": "ce", "edID": 128672274, "eddbID": 1516, "grp": "bh", "cost": 6649330, "mass": 23, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "cf", "edID": 128672275, "eddbID": 1517, "cost": 7368340, "mass": 23 } { "id": "cf", "edID": 128672275, "eddbID": 1517, "grp": "bh", "cost": 7368340, "mass": 23, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [4, 4, 4, 1, 3, 2, 4], "standard": [4, 4, 4, 1, 3, 2, 4],

View File

@@ -7,12 +7,12 @@
"manufacturer": "Saud Kruger", "manufacturer": "Saud Kruger",
"class": 3, "class": 3,
"hullCost": 47798080, "hullCost": 47798080,
"speed": 303, "speed": 300,
"boost": 384, "boost": 380,
"boostEnergy": 17, "boostEnergy": 16,
"agility": 2, "agility": 2,
"baseShieldStrength": 114, "baseShieldStrength": 220,
"baseArmour": 396, "baseArmour": 220,
"hullMass": 580, "hullMass": 580,
"masslock": 13, "masslock": 13,
"pipSpeed": 0.08375, "pipSpeed": 0.08375,
@@ -20,11 +20,11 @@
}, },
"retailCost": 48539890, "retailCost": 48539890,
"bulkheads": [ "bulkheads": [
{ "id": "BM", "edID": 128049328, "eddbID": 798, "cost": 0, "mass": 0 }, { "id": "BM", "edID": 128049328, "eddbID": 798, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "BN", "edID": 128049329, "eddbID": 799, "cost": 19415950, "mass": 21 }, { "id": "BN", "edID": 128049329, "eddbID": 799, "grp": "bh", "cost": 19415950, "mass": 21, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "BO", "edID": 128049330, "eddbID": 800, "cost": 43685900, "mass": 87 }, { "id": "BO", "edID": 128049330, "eddbID": 800, "grp": "bh", "cost": 43685900, "mass": 87, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "BP", "edID": 128049331, "eddbID": 801, "cost": 103244340, "mass": 87 }, { "id": "BP", "edID": 128049331, "eddbID": 801, "grp": "bh", "cost": 103244340, "mass": 87, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "BQ", "edID": 128049332, "eddbID": 802, "cost": 114408510, "mass": 87 } { "id": "BQ", "edID": 128049332, "eddbID": 802, "grp": "bh", "cost": 114408510, "mass": 87, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [5, 6, 5, 6, 5, 4, 5], "standard": [5, 6, 5, 6, 5, 4, 5],

View File

@@ -7,23 +7,23 @@
"manufacturer": "Faulcon DeLacy", "manufacturer": "Faulcon DeLacy",
"class": 2, "class": 2,
"hullCost": 55171380, "hullCost": 55171380,
"speed": 234, "speed": 230,
"boost": 305, "boost": 300,
"boostEnergy": 24, "boostEnergy": 23,
"agility": 6, "agility": 6,
"baseShieldStrength": 294, "baseShieldStrength": 260,
"baseArmour": 468, "baseArmour": 260,
"hullMass": 350, "hullMass": 350,
"masslock": 17, "masslock": 17,
"pipSpeed": 0.0975 "pipSpeed": 0.0975
}, },
"retailCost": 56978180, "retailCost": 56978180,
"bulkheads": [ "bulkheads": [
{ "id": "bO", "edID": 128049340, "eddbID": 808, "cost": 0, "mass": 0 }, { "id": "bO", "edID": 128049340, "eddbID": 808, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "bP", "edID": 128049341, "eddbID": 809, "cost": 22791270, "mass": 26 }, { "id": "bP", "edID": 128049341, "eddbID": 809, "grp": "bh", "cost": 22791270, "mass": 26, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "bQ", "edID": 128049342, "eddbID": 810, "cost": 51280360, "mass": 53 }, { "id": "bQ", "edID": 128049342, "eddbID": 810, "grp": "bh", "cost": 51280360, "mass": 53, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "bR", "edID": 128049343, "eddbID": 811, "cost": 121192590, "mass": 53 }, { "id": "bR", "edID": 128049343, "eddbID": 811, "grp": "bh", "cost": 121192590, "mass": 53, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "bS", "edID": 128049344, "eddbID": 812, "cost": 134297570, "mass": 53 } { "id": "bS", "edID": 128049344, "eddbID": 812, "grp": "bh", "cost": 134297570, "mass": 53, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [7, 6, 5, 4, 7, 6, 5], "standard": [7, 6, 5, 4, 7, 6, 5],

View File

@@ -8,22 +8,22 @@
"class": 1, "class": 1,
"hullCost": 12870, "hullCost": 12870,
"speed": 220, "speed": 220,
"boost": 321, "boost": 320,
"boostEnergy": 7, "boostEnergy": 7,
"agility": 8, "agility": 8,
"baseShieldStrength": 52, "baseShieldStrength": 40,
"baseArmour": 108, "baseArmour": 60,
"hullMass": 25, "hullMass": 25,
"masslock": 6, "masslock": 6,
"pipSpeed": 0.1375 "pipSpeed": 0.1375
}, },
"retailCost": 40800, "retailCost": 40800,
"bulkheads": [ "bulkheads": [
{ "id": "b0", "edID": 128049250, "eddbID": 738, "cost": 0, "mass": 0 }, { "id": "b0", "edID": 128049250, "eddbID": 738, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "b1", "edID": 128049251, "eddbID": 739, "cost": 25600, "mass": 2 }, { "id": "b1", "edID": 128049251, "eddbID": 739, "grp": "bh", "cost": 25600, "mass": 2, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "b2", "edID": 128049252, "eddbID": 740, "cost": 80320, "mass": 4 }, { "id": "b2", "edID": 128049252, "eddbID": 740, "grp": "bh", "cost": 80320, "mass": 4, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "b3", "edID": 128049253, "eddbID": 741, "cost": 132060, "mass": 4 }, { "id": "b3", "edID": 128049253, "eddbID": 741, "grp": "bh", "cost": 132060, "mass": 4, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "b4", "edID": 128049254, "eddbID": 742, "cost": 139420, "mass": 4 } { "id": "b4", "edID": 128049254, "eddbID": 742, "grp": "bh", "cost": 139420, "mass": 4, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [2, 2, 2, 1, 1, 1, 1], "standard": [2, 2, 2, 1, 1, 1, 1],

View File

@@ -7,23 +7,23 @@
"manufacturer": "Lakon", "manufacturer": "Lakon",
"class": 2, "class": 2,
"hullCost": 865790, "hullCost": 865790,
"speed": 223, "speed": 220,
"boost": 355, "boost": 350,
"boostEnergy": 11, "boostEnergy": 10,
"agility": 3, "agility": 3,
"baseShieldStrength": 77, "baseShieldStrength": 90,
"baseArmour": 162, "baseArmour": 90,
"hullMass": 155, "hullMass": 155,
"masslock": 8, "masslock": 8,
"pipSpeed": 0.1475 "pipSpeed": 0.1475
}, },
"retailCost": 1045950, "retailCost": 1045950,
"bulkheads": [ "bulkheads": [
{ "id": "Bn", "edID": 128049286, "eddbID": 768, "cost": 0, "mass": 0 }, { "id": "Bn", "edID": 128049286, "eddbID": 768, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "Bo", "edID": 128049287, "eddbID": 769, "cost": 418380, "mass": 12 }, { "id": "Bo", "edID": 128049287, "eddbID": 769, "grp": "bh", "cost": 418380, "mass": 12, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "Bp", "edID": 128049288, "eddbID": 770, "cost": 941350, "mass": 23 }, { "id": "Bp", "edID": 128049288, "eddbID": 770, "grp": "bh", "cost": 941350, "mass": 23, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "Bq", "edID": 128049289, "eddbID": 771, "cost": 2224730, "mass": 23 }, { "id": "Bq", "edID": 128049289, "eddbID": 771, "grp": "bh", "cost": 2224730, "mass": 23, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "Br", "edID": 128049290, "eddbID": 772, "cost": 2465290, "mass": 23 } { "id": "Br", "edID": 128049290, "eddbID": 772, "grp": "bh", "cost": 2465290, "mass": 23, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [3, 4, 4, 2, 3, 2, 4], "standard": [3, 4, 4, 2, 3, 2, 4],

View File

@@ -7,23 +7,23 @@
"manufacturer": "Lakon", "manufacturer": "Lakon",
"class": 3, "class": 3,
"hullCost": 16881510, "hullCost": 16881510,
"speed": 181, "speed": 180,
"boost": 301, "boost": 300,
"boostEnergy": 11, "boostEnergy": 10,
"agility": 2, "agility": 2,
"baseShieldStrength": 78, "baseShieldStrength": 155,
"baseArmour": 306, "baseArmour": 170,
"hullMass": 420, "hullMass": 420,
"masslock": 10, "masslock": 10,
"pipSpeed": 0.16625 "pipSpeed": 0.16625
}, },
"retailCost": 17472250, "retailCost": 17472250,
"bulkheads": [ "bulkheads": [
{ "id": "Bs", "edID": 128049298, "eddbID": 773, "cost": 0, "mass": 0 }, { "id": "Bs", "edID": 128049298, "eddbID": 773, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "Bt", "edID": 128049299, "eddbID": 774, "cost": 6988900, "mass": 32 }, { "id": "Bt", "edID": 128049299, "eddbID": 774, "grp": "bh", "cost": 6988900, "mass": 32, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "Bu", "edID": 128049300, "eddbID": 775, "cost": 15725030, "mass": 63 }, { "id": "Bu", "edID": 128049300, "eddbID": 775, "grp": "bh", "cost": 15725030, "mass": 63, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "Bv", "edID": 128049301, "eddbID": 776, "cost": 37163480, "mass": 63 }, { "id": "Bv", "edID": 128049301, "eddbID": 776, "grp": "bh", "cost": 37163480, "mass": 63, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "Bw", "edID": 128049302, "eddbID": 777, "cost": 41182100, "mass": 63 } { "id": "Bw", "edID": 128049302, "eddbID": 777, "grp": "bh", "cost": 41182100, "mass": 63, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [4, 5, 5, 4, 3, 3, 5], "standard": [4, 5, 5, 4, 3, 3, 5],

View File

@@ -7,12 +7,12 @@
"manufacturer": "Lakon", "manufacturer": "Lakon",
"class": 3, "class": 3,
"hullCost": 73255150, "hullCost": 73255150,
"speed": 131, "speed": 130,
"boost": 201, "boost": 200,
"boostEnergy": 21, "boostEnergy": 19,
"agility": 0, "agility": 0,
"baseShieldStrength": 88, "baseShieldStrength": 240,
"baseArmour": 432, "baseArmour": 240,
"hullMass": 1000, "hullMass": 1000,
"masslock": 16, "masslock": 16,
"pipSpeed": 0.17375, "pipSpeed": 0.17375,
@@ -20,11 +20,11 @@
}, },
"retailCost": 76555840, "retailCost": 76555840,
"bulkheads": [ "bulkheads": [
{ "id": "Bx", "edID": 128049334, "eddbID": 803, "cost": 0, "mass": 0 }, { "id": "Bx", "edID": 128049334, "eddbID": 803, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "By", "edID": 128049335, "eddbID": 804, "cost": 30622340, "mass": 75 }, { "id": "By", "edID": 128049335, "eddbID": 804, "grp": "bh", "cost": 30622340, "mass": 75, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "Bz", "edID": 128049336, "eddbID": 805, "cost": 68900260, "mass": 150 }, { "id": "Bz", "edID": 128049336, "eddbID": 805, "grp": "bh", "cost": 68900260, "mass": 150, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "BA", "edID": 128049337, "eddbID": 806, "cost": 162834280, "mass": 150 }, { "id": "BA", "edID": 128049337, "eddbID": 806, "grp": "bh", "cost": 162834280, "mass": 150, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "BB", "edID": 128049338, "eddbID": 807, "cost": 180442120, "mass": 150 } { "id": "BB", "edID": 128049338, "eddbID": 807, "grp": "bh", "cost": 180442120, "mass": 150, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [6, 7, 6, 5, 6, 4, 6], "standard": [6, 7, 6, 5, 6, 4, 6],

View File

@@ -7,23 +7,23 @@
"manufacturer": "Faulcon DeLacy", "manufacturer": "Faulcon DeLacy",
"class": 1, "class": 1,
"hullCost": 95900, "hullCost": 95900,
"speed": 310, "speed": 320,
"boost": 388, "boost": 400,
"boostEnergy": 11, "boostEnergy": 10,
"agility": 6, "agility": 6,
"baseShieldStrength": 137, "baseShieldStrength": 105,
"baseArmour": 126, "baseArmour": 70,
"hullMass": 60, "hullMass": 60,
"masslock": 7, "masslock": 7,
"pipSpeed": 0.09375 "pipSpeed": 0.09375
}, },
"retailCost": 142930, "retailCost": 142930,
"bulkheads": [ "bulkheads": [
{ "id": "B3", "edID": 128049274, "eddbID": 758, "cost": 0, "mass": 0 }, { "id": "B3", "edID": 128049274, "eddbID": 758, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "B4", "edID": 128049275, "eddbID": 759, "cost": 57170, "mass": 5 }, { "id": "B4", "edID": 128049275, "eddbID": 759, "grp": "bh", "cost": 57170, "mass": 5, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "B5", "edID": 128049276, "eddbID": 760, "cost": 128640, "mass": 9 }, { "id": "B5", "edID": 128049276, "eddbID": 760, "grp": "bh", "cost": 128640, "mass": 9, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "B6", "edID": 128049277, "eddbID": 761, "cost": 304010, "mass": 9 }, { "id": "B6", "edID": 128049277, "eddbID": 761, "grp": "bh", "cost": 304010, "mass": 9, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "B7", "edID": 128049278, "eddbID": 762, "cost": 336890, "mass": 9 } { "id": "B7", "edID": 128049278, "eddbID": 762, "grp": "bh", "cost": 336890, "mass": 9, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [3, 3, 3, 2, 3, 3, 2], "standard": [3, 3, 3, 2, 3, 3, 2],

View File

@@ -7,23 +7,23 @@
"manufacturer": "Faulcon DeLacy", "manufacturer": "Faulcon DeLacy",
"class": 1, "class": 1,
"hullCost": 310220, "hullCost": 310220,
"speed": 271, "speed": 270,
"boost": 342, "boost": 340,
"boostEnergy": 10, "boostEnergy": 10,
"agility": 4, "agility": 4,
"baseShieldStrength": 103, "baseShieldStrength": 150,
"baseArmour": 270, "baseArmour": 150,
"hullMass": 190, "hullMass": 190,
"masslock": 7, "masslock": 7,
"pipSpeed": 0.0875 "pipSpeed": 0.0875
}, },
"retailCost": 437930, "retailCost": 437930,
"bulkheads": [ "bulkheads": [
{ "id": "c6", "edID": 128672257, "eddbID": 1508, "cost": 0, "mass": 0 }, { "id": "c6", "edID": 128672257, "eddbID": 1508, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "c7", "edID": 128672258, "eddbID": 1509, "cost": 175180, "mass": 5 }, { "id": "c7", "edID": 128672258, "eddbID": 1509, "grp": "bh", "cost": 175180, "mass": 5, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "c8", "edID": 128672259, "eddbID": 1510, "cost": 394140, "mass": 9 }, { "id": "c8", "edID": 128672259, "eddbID": 1510, "grp": "bh", "cost": 394140, "mass": 9, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "c9", "edID": 128672260, "eddbID": 1511, "cost": 931490, "mass": 9 }, { "id": "c9", "edID": 128672260, "eddbID": 1511, "grp": "bh", "cost": 931490, "mass": 9, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "ca", "edID": 128672261, "eddbID": 1512, "cost": 1033210, "mass": 9 } { "id": "ca", "edID": 128672261, "eddbID": 1512, "grp": "bh", "cost": 1033210, "mass": 9, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [4, 4, 4, 2, 3, 3, 4], "standard": [4, 4, 4, 2, 3, 3, 4],

View File

@@ -7,23 +7,23 @@
"manufacturer": "Core Dynamics", "manufacturer": "Core Dynamics",
"class": 1, "class": 1,
"hullCost": 4689640, "hullCost": 4689640,
"speed": 215, "speed": 210,
"boost": 348, "boost": 340,
"boostEnergy": 17, "boostEnergy": 16,
"agility": 9, "agility": 9,
"baseShieldStrength": 293, "baseShieldStrength": 240,
"baseArmour": 288, "baseArmour": 160,
"hullMass": 230, "hullMass": 230,
"masslock": 10, "masslock": 10,
"pipSpeed": 0.02375 "pipSpeed": 0.02375
}, },
"retailCost": 4925620, "retailCost": 4925620,
"bulkheads": [ "bulkheads": [
{ "id": "B8", "edID": 128049310, "eddbID": 783, "cost": 0, "mass": 0 }, { "id": "B8", "edID": 128049310, "eddbID": 783, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0.2, "hullboost": 0.8 },
{ "id": "B9", "edID": 128049311, "eddbID": 784, "cost": 1970250, "mass": 17 }, { "id": "B9", "edID": 128049311, "eddbID": 784, "grp": "bh", "cost": 1970250, "mass": 17, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "Ba", "edID": 128049312, "eddbID": 785, "cost": 4433050, "mass": 35 }, { "id": "Ba", "edID": 128049312, "eddbID": 785, "grp": "bh", "cost": 4433050, "mass": 35, "explres": -0.4, "kinres": 0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "Bb", "edID": 128049313, "eddbID": 786, "cost": 10476780, "mass": 35 }, { "id": "Bb", "edID": 128049313, "eddbID": 786, "grp": "bh", "cost": 10476780, "mass": 35, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "Bc", "edID": 128049314, "eddbID": 787, "cost": 11609670, "mass": 35 } { "id": "Bc", "edID": 128049314, "eddbID": 787, "grp": "bh", "cost": 11609670, "mass": 35, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
], ],
"slots": { "slots": {
"standard": [4, 5, 4, 3, 5, 4, 3], "standard": [4, 5, 4, 3, 5, 4, 3],

View File

@@ -36,7 +36,10 @@ describe('JSON Data', function() {
var id = group[i].id; var id = group[i].id;
expect(ids[id]).toBeFalsy('ID already exists: ' + id); expect(ids[id]).toBeFalsy('ID already exists: ' + id);
expect(group[i].edID > 0).toBeTruthy('Standard module ' + id + ' is missing E:D ID'); expect(group[i].edID > 0).toBeTruthy('Standard module ' + id + ' is missing E:D ID');
expect(group[i].eddbID > 0 || group[i].pp).toBeTruthy('Standard module' + id + ' is missing EDDB ID'); expect(group[i].eddbID > 0 || group[i].pp).toBeTruthy('Standard module ' + id + ' is missing EDDB ID');
if (s != 'ft' && s != 'pas' ) {
expect(group[i].integrity).toBeDefined('Standard module ' + id + ' is missing integrity');
}
expect(group[i].grp).toBeDefined(`No group defined, Type: ${s}, ID: ${id}, Index: ${i}`); expect(group[i].grp).toBeDefined(`No group defined, Type: ${s}, ID: ${id}, Index: ${i}`);
expect(eddbIDs[group[i].eddbID]).toBeFalsy(`EDDB ID [${group[i].eddbID}] already exists for ID: ${id}, Index: ${i}`); expect(eddbIDs[group[i].eddbID]).toBeFalsy(`EDDB ID [${group[i].eddbID}] already exists for ID: ${id}, Index: ${i}`);
expect(edIDs[group[i].edID]).toBeFalsy(`E:D ID [${group[i].edID}] already exists for ID: ${id}, Index: ${i}`); expect(edIDs[group[i].edID]).toBeFalsy(`E:D ID [${group[i].edID}] already exists for ID: ${id}, Index: ${i}`);
@@ -53,10 +56,9 @@ describe('JSON Data', function() {
it('has valid hardpoints', function() { it('has valid hardpoints', function() {
var ids = {}; var ids = {};
var groups = Modules.hardpoints;
for (var g in groups) { for (var g in Modules.hardpoints) {
var group = groups[g]; var group = Modules.hardpoints[g];
for (var i = 0; i < group.length; i++) { for (var i = 0; i < group.length; i++) {
var id = group[i].id; var id = group[i].id;
expect(ids[id]).toBeFalsy('ID already exists: ' + id); expect(ids[id]).toBeFalsy('ID already exists: ' + id);
@@ -73,16 +75,16 @@ describe('JSON Data', function() {
if (group[i].edID) { if (group[i].edID) {
edIDs[group[i].edID] = true; edIDs[group[i].edID] = true;
} }
if (group[i].dps) { if (group[i].damage) {
expect(group[i].dps).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing dps`); expect(group[i].damage).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing damage`);
expect(group[i].breachmin).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing breachmin`); expect(group[i].breachmin).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing breachmin`);
expect(group[i].breachmax).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing breachmax`); expect(group[i].breachmax).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing breachmax`);
expect(group[i].breachdps).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing breachdps`); expect(group[i].breachdmg).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing breachdmg`);
expect(group[i].armourpen).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing armourpen`); expect(group[i].piercing).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing piercing`);
expect(group[i].eps).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing eps`); expect(group[i].thermload).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing thermload`);
expect(group[i].hps).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing hps`); expect(group[i].distdraw).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing distdraw`);
} }
if (group[i].ammo || group[i].reload || group[i].clip) { if ((group[i].ammo || group[i].reload || group[i].clip) && g != 'hs' && g != 'ec') {
expect(group[i].ammo).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing ammo`); expect(group[i].ammo).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing ammo`);
expect(group[i].clip).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing clip`); expect(group[i].clip).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing clip`);
expect(group[i].reload).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing reload`); expect(group[i].reload).toBeDefined(`Hardpoint ${group[i].grp}:${id} ${group[i].name ? group[i].name : ''} is missing reload`);
@@ -94,10 +96,9 @@ describe('JSON Data', function() {
it('has valid internal modules', function() { it('has valid internal modules', function() {
var ids = {}; var ids = {};
var groups = Modules.internal;
for (var g in groups) { for (var g in Modules.internal) {
var group = groups[g]; var group = Modules.internal[g];
for (var i = 0; i < group.length; i++) { for (var i = 0; i < group.length; i++) {
var id = group[i].id; var id = group[i].id;
expect(group[i].grp).toBeDefined(`No group defined, ID: ${id}`); expect(group[i].grp).toBeDefined(`No group defined, ID: ${id}`);