Update dist

This commit is contained in:
Colin McLeod
2016-03-19 14:59:13 -07:00
parent 8f164d4f5e
commit b6dbbf262e
2 changed files with 46 additions and 4 deletions

24
dist/index.js vendored
View File

@@ -546,7 +546,7 @@ module.exports = {
defaults: {
standard: [ "2E", "3E", "3E", "1E", "2E", "2E", "2C" ],
hardpoints: [ 17, 17, 0, 0 ],
internal: [ "44", "00", "2h" ]
internal: [ "44", "00", "2h", 0 ]
}
},
federal_assault_ship: {
@@ -1412,7 +1412,7 @@ module.exports = {
defaults: {
standard: [ "2E", "2E", "2E", "1E", "1E", "1E", "1C" ],
hardpoints: [ 18, 18, 0, 0 ],
internal: [ "3v", "01", "2h" ]
internal: [ "3v", "01", "2h", 0 ]
}
},
type_6_transporter: {
@@ -8553,6 +8553,7 @@ module.exports = {
"class": 7,
rating: "E",
cost: 437400,
mass: 80,
power: .42,
range: 2.58,
maximum: 18,
@@ -8565,6 +8566,7 @@ module.exports = {
"class": 7,
rating: "D",
cost: 874800,
mass: 32,
power: .56,
range: 3.44,
maximum: 12,
@@ -8577,6 +8579,7 @@ module.exports = {
"class": 7,
rating: "C",
cost: 1749600,
mass: 80,
power: .7,
range: 4.3,
maximum: 15,
@@ -8589,6 +8592,7 @@ module.exports = {
"class": 7,
rating: "B",
cost: 3499200,
mass: 128,
power: .84,
range: 5.16,
maximum: 18,
@@ -8601,6 +8605,7 @@ module.exports = {
"class": 7,
rating: "A",
cost: 6998400,
mass: 90,
power: .98,
range: 6.02,
maximum: 12,
@@ -8613,6 +8618,7 @@ module.exports = {
"class": 5,
rating: "E",
cost: 48600,
mass: 20,
power: .3,
range: 1.98,
maximum: 9,
@@ -8625,6 +8631,7 @@ module.exports = {
"class": 5,
rating: "D",
cost: 97200,
mass: 8,
power: .4,
range: 2.64,
maximum: 6,
@@ -8637,6 +8644,7 @@ module.exports = {
"class": 5,
rating: "C",
cost: 194400,
mass: 20,
power: .5,
range: 3.3,
maximum: 7,
@@ -8649,6 +8657,7 @@ module.exports = {
"class": 5,
rating: "B",
cost: 388800,
mass: 32,
power: .6,
range: 3.96,
maximum: 9,
@@ -8661,6 +8670,7 @@ module.exports = {
"class": 5,
rating: "A",
cost: 777600,
mass: 20,
power: .7,
range: 4.62,
maximum: 6,
@@ -8673,6 +8683,7 @@ module.exports = {
"class": 3,
rating: "E",
cost: 5400,
mass: 5,
power: .18,
range: 1.62,
maximum: 4,
@@ -8685,6 +8696,7 @@ module.exports = {
"class": 3,
rating: "D",
cost: 10800,
mass: 2,
power: .24,
range: 2.16,
maximum: 3,
@@ -8697,6 +8709,7 @@ module.exports = {
"class": 3,
rating: "C",
cost: 21600,
mass: 5,
power: .3,
range: 2.7,
maximum: 3,
@@ -8709,6 +8722,7 @@ module.exports = {
"class": 3,
rating: "B",
cost: 43200,
mass: 8,
power: .36,
range: 3.24,
maximum: 4,
@@ -8721,6 +8735,7 @@ module.exports = {
"class": 3,
rating: "A",
cost: 86400,
mass: 5,
power: .42,
range: 3.78,
maximum: 3,
@@ -8733,6 +8748,7 @@ module.exports = {
"class": 1,
rating: "E",
cost: 600,
mass: 1.3,
power: .12,
range: 1.5,
maximum: 2,
@@ -8745,6 +8761,7 @@ module.exports = {
"class": 1,
rating: "D",
cost: 1200,
mass: .5,
power: .16,
range: 2,
maximum: 1,
@@ -8757,6 +8774,7 @@ module.exports = {
"class": 1,
rating: "C",
cost: 2400,
mass: 1.3,
power: .2,
range: 2.5,
maximum: 1,
@@ -8769,6 +8787,7 @@ module.exports = {
"class": 1,
rating: "B",
cost: 4800,
mass: 2,
power: .24,
range: 3,
maximum: 2,
@@ -8781,6 +8800,7 @@ module.exports = {
"class": 1,
rating: "A",
cost: 9600,
mass: 1.3,
power: .28,
range: 3.5,
maximum: 1,