Fix Federal Corvette base armour; add costs for individual items

This commit is contained in:
Cmdr McDonald
2016-11-15 13:33:19 +00:00
parent a7549a4831
commit 1047378edc
6 changed files with 18 additions and 3 deletions

7
dist/index.js vendored
View File

@@ -1002,7 +1002,7 @@ module.exports = {
boostEnergy: 27,
agility: 2,
baseShieldStrength: 555,
baseArmour: 666,
baseArmour: 370,
hullMass: 900,
masslock: 24,
pipSpeed: .125,
@@ -8485,6 +8485,7 @@ module.exports = {
} ],
ch: [ {
ammo: 10,
ammocost: 100,
class: 0,
clip: 1,
cost: 8500,
@@ -8525,6 +8526,7 @@ module.exports = {
} ],
hs: [ {
ammo: 2,
ammocost: 25,
class: 0,
clip: 1,
cost: 3500,
@@ -9585,6 +9587,7 @@ module.exports = {
cost: 575660,
edID: 128727930,
eddbID: 1560,
fightercost: 1030,
grp: "fh",
id: "fh",
mass: 60,
@@ -9597,6 +9600,7 @@ module.exports = {
cost: 1869350,
edID: 128727931,
eddbID: 1561,
fightercost: 1030,
grp: "fh",
id: "fm",
mass: 40,
@@ -9609,6 +9613,7 @@ module.exports = {
cost: 2369330,
edID: 128727932,
eddbID: 1562,
fightercost: 1030,
grp: "fh",
id: "fr",
mass: 20,

7
dist/index.json vendored
View File

@@ -1608,7 +1608,7 @@
"boostEnergy": 27,
"agility": 2,
"baseShieldStrength": 555,
"baseArmour": 666,
"baseArmour": 370,
"hullMass": 900,
"masslock": 24,
"pipSpeed": 0.125,
@@ -10503,6 +10503,7 @@
"ch": [
{
"ammo": 10,
"ammocost": 100,
"class": 0,
"clip": 1,
"cost": 8500,
@@ -10547,6 +10548,7 @@
"hs": [
{
"ammo": 2,
"ammocost": 25,
"class": 0,
"clip": 1,
"cost": 3500,
@@ -11695,6 +11697,7 @@
"cost": 575660,
"edID": 128727930,
"eddbID": 1560,
"fightercost": 1030,
"grp": "fh",
"id": "fh",
"mass": 60,
@@ -11708,6 +11711,7 @@
"cost": 1869350,
"edID": 128727931,
"eddbID": 1561,
"fightercost": 1030,
"grp": "fh",
"id": "fm",
"mass": 40,
@@ -11721,6 +11725,7 @@
"cost": 2369330,
"edID": 128727932,
"eddbID": 1562,
"fightercost": 1030,
"grp": "fh",
"id": "fr",
"mass": 20,