From e733fc23b4d4311394581a6c86a0c1f3b0a60582 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Thu, 2 Mar 2017 08:19:33 +0000 Subject: [PATCH] Fix EDDB for fighter hangars --- ChangeLog.md | 1 + dist/index.js | 4 ++-- dist/index.json | 4 ++-- modules/internal/fighter_hangar.json | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 89a1d1a..bd448e9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/dist/index.js b/dist/index.js index 9c7f4a3..5252377 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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", diff --git a/dist/index.json b/dist/index.json index f97a84f..6c78d5f 100644 --- a/dist/index.json +++ b/dist/index.json @@ -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", diff --git a/modules/internal/fighter_hangar.json b/modules/internal/fighter_hangar.json index c7d41a6..538087e 100644 --- a/modules/internal/fighter_hangar.json +++ b/modules/internal/fighter_hangar.json @@ -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",