mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +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 ship hardness for Federal Corvette, Imperial Cutter and Anaconda
|
||||||
* Update piercing for large and huge weapons
|
* Update piercing for large and huge weapons
|
||||||
* Add long range / wide angle / fast scan scanner blueprints
|
* 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
|
#2.2.19
|
||||||
* Remove shot speed modification - it is directly tied to range
|
* 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,
|
class: 5,
|
||||||
cost: 575660,
|
cost: 575660,
|
||||||
edID: 128727930,
|
edID: 128727930,
|
||||||
eddbID: 1560,
|
eddbID: 1562,
|
||||||
fightercost: 1030,
|
fightercost: 1030,
|
||||||
grp: "fh",
|
grp: "fh",
|
||||||
id: "fr",
|
id: "fr",
|
||||||
@@ -10337,7 +10337,7 @@ module.exports = {
|
|||||||
class: 7,
|
class: 7,
|
||||||
edID: 128727932,
|
edID: 128727932,
|
||||||
cost: 2369330,
|
cost: 2369330,
|
||||||
eddbID: 1562,
|
eddbID: 1560,
|
||||||
fightercost: 1030,
|
fightercost: 1030,
|
||||||
grp: "fh",
|
grp: "fh",
|
||||||
id: "fh",
|
id: "fh",
|
||||||
|
|||||||
4
dist/index.json
vendored
4
dist/index.json
vendored
@@ -12507,7 +12507,7 @@
|
|||||||
"class": 5,
|
"class": 5,
|
||||||
"cost": 575660,
|
"cost": 575660,
|
||||||
"edID": 128727930,
|
"edID": 128727930,
|
||||||
"eddbID": 1560,
|
"eddbID": 1562,
|
||||||
"fightercost": 1030,
|
"fightercost": 1030,
|
||||||
"grp": "fh",
|
"grp": "fh",
|
||||||
"id": "fr",
|
"id": "fr",
|
||||||
@@ -12535,7 +12535,7 @@
|
|||||||
"class": 7,
|
"class": 7,
|
||||||
"edID": 128727932,
|
"edID": 128727932,
|
||||||
"cost": 2369330,
|
"cost": 2369330,
|
||||||
"eddbID": 1562,
|
"eddbID": 1560,
|
||||||
"fightercost": 1030,
|
"fightercost": 1030,
|
||||||
"grp": "fh",
|
"grp": "fh",
|
||||||
"id": "fh",
|
"id": "fh",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"class": 5,
|
"class": 5,
|
||||||
"cost": 575660,
|
"cost": 575660,
|
||||||
"edID": 128727930,
|
"edID": 128727930,
|
||||||
"eddbID": 1560,
|
"eddbID": 1562,
|
||||||
"fightercost": 1030,
|
"fightercost": 1030,
|
||||||
"grp": "fh",
|
"grp": "fh",
|
||||||
"id": "fr",
|
"id": "fr",
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
"class": 7,
|
"class": 7,
|
||||||
"edID": 128727932,
|
"edID": 128727932,
|
||||||
"cost": 2369330,
|
"cost": 2369330,
|
||||||
"eddbID": 1562,
|
"eddbID": 1560,
|
||||||
"fightercost": 1030,
|
"fightercost": 1030,
|
||||||
"grp": "fh",
|
"grp": "fh",
|
||||||
"id": "fh",
|
"id": "fh",
|
||||||
|
|||||||
Reference in New Issue
Block a user