Fixes for 2.2.03

This commit is contained in:
Cmdr McDonald
2017-01-10 18:11:32 +00:00
parent 8aca422468
commit 6ea24b9790
15 changed files with 74 additions and 28 deletions

25
dist/index.js vendored
View File

@@ -100,7 +100,7 @@ module.exports = {
speed: 180,
boost: 240,
boostEnergy: 27,
baseShieldStrength: 385,
baseShieldStrength: 350,
baseArmour: 525,
hardness: 200,
hullMass: 400,
@@ -173,6 +173,7 @@ module.exports = {
hardpoints: [ 4, 3, 3, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 ],
internal: [ 7, 6, 6, 6, 5, 5, 5, {
class: 5,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -449,6 +450,7 @@ module.exports = {
hardpoints: [ 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0 ],
internal: [ 6, 6, {
class: 6,
name: "Passenger",
eligible: {
cr: 1,
hr: 1,
@@ -459,6 +461,7 @@ module.exports = {
}
}, {
class: 6,
name: "Passenger",
eligible: {
cr: 1,
hr: 1,
@@ -469,6 +472,7 @@ module.exports = {
}
}, {
class: 5,
name: "Passenger",
eligible: {
cr: 1,
hr: 1,
@@ -479,6 +483,7 @@ module.exports = {
}
}, {
class: 5,
name: "Passenger",
eligible: {
cr: 1,
hr: 1,
@@ -934,6 +939,7 @@ module.exports = {
hardpoints: [ 1, 1, 1, 0 ],
internal: [ 3, 2, {
class: 2,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -1030,6 +1036,7 @@ module.exports = {
hardpoints: [ 3, 3, 2, 2, 0, 0, 0, 0 ],
internal: [ 5, 5, 4, {
class: 4,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -1037,6 +1044,7 @@ module.exports = {
}
}, {
class: 4,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -1134,6 +1142,7 @@ module.exports = {
hardpoints: [ 4, 4, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 ],
internal: [ 7, 7, 7, 6, 6, 5, 5, {
class: 5,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -1141,6 +1150,7 @@ module.exports = {
}
}, {
class: 5,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -1237,6 +1247,7 @@ module.exports = {
hardpoints: [ 3, 2, 2, 2, 2, 0, 0, 0, 0 ],
internal: [ 6, 5, 5, 4, {
class: 4,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -1244,6 +1255,7 @@ module.exports = {
}
}, {
class: 4,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -1341,6 +1353,7 @@ module.exports = {
hardpoints: [ 3, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0 ],
internal: [ 6, 6, 5, {
class: 4,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -1348,6 +1361,7 @@ module.exports = {
}
}, {
class: 4,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -1355,6 +1369,7 @@ module.exports = {
}
}, {
class: 4,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -1808,6 +1823,7 @@ module.exports = {
hardpoints: [ 4, 3, 3, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0 ],
internal: [ 8, 8, 6, 6, 6, 5, 5, {
class: 5,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -1815,6 +1831,7 @@ module.exports = {
}
}, {
class: 5,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -1911,6 +1928,7 @@ module.exports = {
hardpoints: [ 2, 1, 1, 0 ],
internal: [ 3, 2, {
class: 2,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -2098,6 +2116,7 @@ module.exports = {
hardpoints: [ 3, 2, 2, 0, 0, 0, 0 ],
internal: [ {
class: 6,
name: "Passenger",
eligible: {
cr: 1,
hr: 1,
@@ -2108,6 +2127,7 @@ module.exports = {
}
}, {
class: 5,
name: "Passenger",
eligible: {
cr: 1,
hr: 1,
@@ -2653,6 +2673,7 @@ module.exports = {
hardpoints: [ 2, 2, 1, 1, 0, 0 ],
internal: [ 3, 3, {
class: 3,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -2749,6 +2770,7 @@ module.exports = {
hardpoints: [ 2, 2, 1, 1, 0, 0 ],
internal: [ 4, 4, 3, {
class: 2,
name: "Military",
eligible: {
hr: 1,
scb: 1,
@@ -2845,6 +2867,7 @@ module.exports = {
hardpoints: [ 3, 3, 0, 0, 0, 0 ],
internal: [ 5, {
class: 5,
name: "Military",
eligible: {
hr: 1,
scb: 1,

25
dist/index.json vendored
View File

@@ -146,7 +146,7 @@
"speed": 180,
"boost": 240,
"boostEnergy": 27,
"baseShieldStrength": 385,
"baseShieldStrength": 350,
"baseArmour": 525,
"hardness": 200,
"hullMass": 400,
@@ -258,6 +258,7 @@
5,
{
"class": 5,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -714,6 +715,7 @@
6,
{
"class": 6,
"name": "Passenger",
"eligible": {
"cr": 1,
"hr": 1,
@@ -725,6 +727,7 @@
},
{
"class": 6,
"name": "Passenger",
"eligible": {
"cr": 1,
"hr": 1,
@@ -736,6 +739,7 @@
},
{
"class": 5,
"name": "Passenger",
"eligible": {
"cr": 1,
"hr": 1,
@@ -747,6 +751,7 @@
},
{
"class": 5,
"name": "Passenger",
"eligible": {
"cr": 1,
"hr": 1,
@@ -1468,6 +1473,7 @@
2,
{
"class": 2,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -1613,6 +1619,7 @@
4,
{
"class": 4,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -1621,6 +1628,7 @@
},
{
"class": 4,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -1786,6 +1794,7 @@
5,
{
"class": 5,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -1794,6 +1803,7 @@
},
{
"class": 5,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -1960,6 +1970,7 @@
4,
{
"class": 4,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -1968,6 +1979,7 @@
},
{
"class": 4,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -2127,6 +2139,7 @@
5,
{
"class": 4,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -2135,6 +2148,7 @@
},
{
"class": 4,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -2143,6 +2157,7 @@
},
{
"class": 4,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -2874,6 +2889,7 @@
5,
{
"class": 5,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -2882,6 +2898,7 @@
},
{
"class": 5,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -3039,6 +3056,7 @@
2,
{
"class": 2,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -3323,6 +3341,7 @@
"internal": [
{
"class": 6,
"name": "Passenger",
"eligible": {
"cr": 1,
"hr": 1,
@@ -3334,6 +3353,7 @@
},
{
"class": 5,
"name": "Passenger",
"eligible": {
"cr": 1,
"hr": 1,
@@ -4209,6 +4229,7 @@
3,
{
"class": 3,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -4354,6 +4375,7 @@
3,
{
"class": 2,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,
@@ -4500,6 +4522,7 @@
5,
{
"class": 5,
"name": "Military",
"eligible": {
"hr": 1,
"scb": 1,

View File

@@ -10,9 +10,9 @@
"speed": 180,
"boost": 240,
"boostEnergy": 27,
"baseShieldStrength": 385,
"baseShieldStrength": 350,
"baseArmour": 525,
"hardness": 200,
"hardness": 65,
"hullMass": 400,
"masslock": 23,
"pipSpeed": 0.13875,
@@ -34,7 +34,7 @@
"hardpoints": [4, 3, 3, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0],
"internal": [
7, 6, 6, 6, 5, 5, 5,
{ "class": 5, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
4, 4, 4, 2
]
},

View File

@@ -35,10 +35,10 @@
"hardpoints": [2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0],
"internal": [
6, 6,
{ "class": 6, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
{ "class": 6, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
{ "class": 5, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
{ "class": 5, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
{ "class": 6, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
{ "class": 6, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
{ "class": 5, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
{ "class": 5, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
4, 3, 3, 3, 3
]
},

View File

@@ -33,7 +33,7 @@
"hardpoints": [1, 1, 1, 0],
"internal": [
3, 2,
{ "class": 2, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 2, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
1, 1
]
},

View File

@@ -32,8 +32,8 @@
"hardpoints": [3, 3, 2, 2, 0, 0, 0, 0],
"internal": [
5, 5, 4,
{ "class": 4, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 4, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
3, 2, 2
]
},

View File

@@ -34,8 +34,8 @@
"hardpoints": [4, 4, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0],
"internal": [
7, 7, 7, 6, 6, 5, 5,
{ "class": 5, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 5, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
4, 4, 3
]
},

View File

@@ -33,8 +33,8 @@
"hardpoints": [3, 2, 2, 2, 2, 0, 0, 0, 0],
"internal": [
6, 5, 5, 4,
{ "class": 4, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 4, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
3, 3, 2
]
},

View File

@@ -34,9 +34,9 @@
"hardpoints": [3, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0],
"internal": [
6, 6, 5,
{ "class": 4, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 4, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 4, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
2, 2
]
},

View File

@@ -11,7 +11,7 @@
"boostEnergy": 23,
"baseShieldStrength": 690,
"baseArmour": 400,
"hardness": 210,
"hardness": 70,
"hullMass": 1100,
"masslock": 27,
"pipSpeed": 0.05,
@@ -33,8 +33,8 @@
"hardpoints": [4, 3, 3, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0],
"internal": [
8, 8, 6, 6, 6, 5, 5,
{ "class": 5, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 5, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
4, 3
]
},

View File

@@ -33,7 +33,7 @@
"hardpoints": [2, 1, 1, 0],
"internal": [
3, 2,
{ "class": 2, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 2, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
1, 1
]
},

View File

@@ -33,8 +33,8 @@
"standard": [5, 6, 5, 6, 5, 4, 5],
"hardpoints": [3, 2, 2, 0, 0, 0, 0],
"internal": [
{ "class": 6, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
{ "class": 5, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
{ "class": 6, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
{ "class": 5, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
5, 5, 4, 3, 2, 2
]
},

View File

@@ -33,7 +33,7 @@
"hardpoints": [2, 2, 1, 1, 0, 0],
"internal": [
3, 3,
{ "class": 3, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 3, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
2, 1
]
},

View File

@@ -33,7 +33,7 @@
"hardpoints": [2, 2, 1, 1, 0, 0],
"internal": [
4, 4, 3,
{ "class": 2, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 2, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
2, 2, 1
]
},

View File

@@ -33,7 +33,7 @@
"hardpoints": [3, 3, 0, 0, 0, 0],
"internal": [
5,
{ "class": 5, "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
4, 2, 1, 1
]
},