Fix EDDB for fighter hangars

This commit is contained in:
Cmdr McDonald
2017-03-02 08:19:33 +00:00
parent f62ed95cdf
commit e733fc23b4
4 changed files with 7 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
* Update ship hardness for Federal Corvette, Imperial Cutter and Anaconda
* Update piercing for large and huge weapons
* Add long range / wide angle / fast scan scanner blueprints
* Fix EDDB IDs for class 5 and 7 fighter hangars for correct shopping list
#2.2.19
* Remove shot speed modification - it is directly tied to range

4
dist/index.js vendored
View File

@@ -10311,7 +10311,7 @@ module.exports = {
class: 5,
cost: 575660,
edID: 128727930,
eddbID: 1560,
eddbID: 1562,
fightercost: 1030,
grp: "fh",
id: "fr",
@@ -10337,7 +10337,7 @@ module.exports = {
class: 7,
edID: 128727932,
cost: 2369330,
eddbID: 1562,
eddbID: 1560,
fightercost: 1030,
grp: "fh",
id: "fh",

4
dist/index.json vendored
View File

@@ -12507,7 +12507,7 @@
"class": 5,
"cost": 575660,
"edID": 128727930,
"eddbID": 1560,
"eddbID": 1562,
"fightercost": 1030,
"grp": "fh",
"id": "fr",
@@ -12535,7 +12535,7 @@
"class": 7,
"edID": 128727932,
"cost": 2369330,
"eddbID": 1562,
"eddbID": 1560,
"fightercost": 1030,
"grp": "fh",
"id": "fh",

View File

@@ -5,7 +5,7 @@
"class": 5,
"cost": 575660,
"edID": 128727930,
"eddbID": 1560,
"eddbID": 1562,
"fightercost": 1030,
"grp": "fh",
"id": "fr",
@@ -33,7 +33,7 @@
"class": 7,
"edID": 128727932,
"cost": 2369330,
"eddbID": 1562,
"eddbID": 1560,
"fightercost": 1030,
"grp": "fh",
"id": "fh",