Generated index files after merging PRs

This commit is contained in:
Knut Ahlers
2016-10-07 11:18:18 +02:00
parent a306f6f3ea
commit 398ddb8889
2 changed files with 137 additions and 0 deletions

66
dist/index.js vendored
View File

@@ -4777,6 +4777,17 @@ module.exports = {
rating: "C", rating: "C",
cost: 5428400, cost: 5428400,
fuel: 256 fuel: 256
} ],
pas: [ {
id: "PA",
edID: 128672317,
eddbID: null,
grp: "pas",
class: 1,
rating: "I",
cost: 500,
power: 0,
mass: 0
} ] } ]
}, },
hardpoints: { hardpoints: {
@@ -5017,6 +5028,44 @@ module.exports = {
thermload: 1 thermload: 1
} ], } ],
ul: [ { ul: [ {
id: "7s",
edID: 128049403,
eddbID: 1549,
grp: "ul",
class: 4,
rating: "E",
cost: 281600,
mass: 16,
power: 2.58,
mount: "F",
type: "T",
damage: 5,
armourpen: "A",
rof: 1.6,
dps: 32.3,
mjeps: 3.71,
ssdam: 20.6,
thermload: 4.5
}, {
id: "7t",
edID: 128727920,
eddbID: 1550,
grp: "ul",
class: 4,
rating: "E",
cost: 1245600,
mass: 16,
power: 2.59,
mount: "G",
type: "T",
damage: 4,
armourpen: "A",
rof: 2.1,
dps: 25.9,
mjeps: 2.59,
ssdam: 12.1,
thermload: 3.3
}, {
id: "14", id: "14",
edID: 128049402, edID: 128049402,
eddbID: 834, eddbID: 834,
@@ -10951,6 +11000,23 @@ module.exports = {
optmul: 1.2, optmul: 1.2,
maxmul: .7, maxmul: .7,
recover: 1.6 recover: 1.6
}, {
id: "3m",
edID: 128064262,
eddbID: 1551,
grp: "sg",
class: 1,
rating: "A",
cost: 88075,
mass: 1.3,
power: 1.68,
minmass: 13,
optmass: 25,
maxmass: 63,
minmul: 1.7,
optmul: 1.2,
maxmul: .7,
recover: 1
} ] } ]
} }
} }

71
dist/index.json vendored
View File

@@ -6597,6 +6597,19 @@
"cost": 5428400, "cost": 5428400,
"fuel": 256 "fuel": 256
} }
],
"pas": [
{
"id": "PA",
"edID": 128672317,
"eddbID": null,
"grp": "pas",
"class": 1,
"rating": "I",
"cost": 500,
"power": 0,
"mass": 0
}
] ]
}, },
"hardpoints": { "hardpoints": {
@@ -6850,6 +6863,46 @@
} }
], ],
"ul": [ "ul": [
{
"id": "7s",
"edID": 128049403,
"eddbID": 1549,
"grp": "ul",
"class": 4,
"rating": "E",
"cost": 281600,
"mass": 16,
"power": 2.58,
"mount": "F",
"type": "T",
"damage": 5,
"armourpen": "A",
"rof": 1.6,
"dps": 32.3,
"mjeps": 3.71,
"ssdam": 20.6,
"thermload": 4.5
},
{
"id": "7t",
"edID": 128727920,
"eddbID": 1550,
"grp": "ul",
"class": 4,
"rating": "E",
"cost": 1245600,
"mass": 16,
"power": 2.59,
"mount": "G",
"type": "T",
"damage": 4,
"armourpen": "A",
"rof": 2.1,
"dps": 25.9,
"mjeps": 2.59,
"ssdam": 12.1,
"thermload": 3.3
},
{ {
"id": "14", "id": "14",
"edID": 128049402, "edID": 128049402,
@@ -13243,6 +13296,24 @@
"optmul": 1.2, "optmul": 1.2,
"maxmul": 0.7, "maxmul": 0.7,
"recover": 1.6 "recover": 1.6
},
{
"id": "3m",
"edID": 128064262,
"eddbID": 1551,
"grp": "sg",
"class": 1,
"rating": "A",
"cost": 88075,
"mass": 1.3,
"power": 1.68,
"minmass": 13,
"optmass": 25,
"maxmass": 63,
"minmul": 1.7,
"optmul": 1.2,
"maxmul": 0.7,
"recover": 1
} }
] ]
} }