mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 15:13:23 +00:00
Fix EDDB for fighter hangars
This commit is contained in:
@@ -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
4
dist/index.js
vendored
@@ -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
4
dist/index.json
vendored
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user