From 5991aea34ced5baa5a95b456a1c4d132ebb0b1f9 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Wed, 18 Jul 2018 08:11:19 +1000 Subject: [PATCH 1/2] Change krait name fixes #33 --- dist/index.js | 2 +- dist/index.json | 2 +- ships/krait_mkii.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index 9af5154..5998182 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2483,7 +2483,7 @@ module.exports = { edID: 128816567, eddbID: 17, properties: { - name: "Krait MkII", + name: "Krait Mk II", manufacturer: "Faulcon DeLacy", class: 2, hullCost: 42409425, diff --git a/dist/index.json b/dist/index.json index d8a8de7..953daa7 100644 --- a/dist/index.json +++ b/dist/index.json @@ -3866,7 +3866,7 @@ "edID": 128816567, "eddbID": 17, "properties": { - "name": "Krait MkII", + "name": "Krait Mk II", "manufacturer": "Faulcon DeLacy", "class": 2, "hullCost": 42409425, diff --git a/ships/krait_mkii.json b/ships/krait_mkii.json index 87e05bd..6738864 100644 --- a/ships/krait_mkii.json +++ b/ships/krait_mkii.json @@ -3,7 +3,7 @@ "edID": 128816567, "eddbID": 17, "properties": { - "name": "Krait MkII", + "name": "Krait Mk II", "manufacturer": "Faulcon DeLacy", "class": 2, "hullCost": 42409425, From 1a1ee67b7b025d839b61c9444bdd95954022e0e5 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Wed, 18 Jul 2018 08:12:35 +1000 Subject: [PATCH 2/2] Temp workaround for #34 Closes #34 Will stay until EDDB gets updated --- dist/index.js | 4 ++-- dist/index.json | 4 ++-- ships/alliance_challenger.json | 2 +- ships/krait_mkii.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/index.js b/dist/index.js index 5998182..6fab676 100644 --- a/dist/index.js +++ b/dist/index.js @@ -218,7 +218,7 @@ module.exports = { }, alliance_challenger: { edID: 128816588, - eddbID: 33, + eddbID: 34, properties: { name: "Alliance Challenger", manufacturer: "Lakon", @@ -2481,7 +2481,7 @@ module.exports = { }, krait_mkii: { edID: 128816567, - eddbID: 17, + eddbID: 35, properties: { name: "Krait Mk II", manufacturer: "Faulcon DeLacy", diff --git a/dist/index.json b/dist/index.json index 953daa7..9a073ad 100644 --- a/dist/index.json +++ b/dist/index.json @@ -326,7 +326,7 @@ }, "alliance_challenger": { "edID": 128816588, - "eddbID": 33, + "eddbID": 34, "properties": { "name": "Alliance Challenger", "manufacturer": "Lakon", @@ -3864,7 +3864,7 @@ }, "krait_mkii": { "edID": 128816567, - "eddbID": 17, + "eddbID": 35, "properties": { "name": "Krait Mk II", "manufacturer": "Faulcon DeLacy", diff --git a/ships/alliance_challenger.json b/ships/alliance_challenger.json index c2712eb..e1cc525 100644 --- a/ships/alliance_challenger.json +++ b/ships/alliance_challenger.json @@ -1,7 +1,7 @@ { "alliance_challenger": { "edID": 128816588, - "eddbID": 33, + "eddbID": 34, "properties": { "name": "Alliance Challenger", "manufacturer": "Lakon", diff --git a/ships/krait_mkii.json b/ships/krait_mkii.json index 6738864..fb7889e 100644 --- a/ships/krait_mkii.json +++ b/ships/krait_mkii.json @@ -1,7 +1,7 @@ { "krait_mkii": { "edID": 128816567, - "eddbID": 17, + "eddbID": 35, "properties": { "name": "Krait Mk II", "manufacturer": "Faulcon DeLacy",