Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker buildx doesn't work until after npm modules locally installed #780

Closed
boyestrous opened this issue Aug 13, 2024 · 1 comment
Closed

Comments

@boyestrous
Copy link

I was trying to use the instructions to run the app as a local docker container. When trying to run this command:
docker buildx build --build-context data=../coriolis-data --tag coriolis .

I tried this on windows and also on WSL (version 2):
Windows version: 10.0.19045 Build 19045

I get an error:

#0 23.00 npm notice New minor version of npm available! 10.7.0 -> 10.8.2
#0 23.00 npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.2
#0 23.00 npm notice To update run: npm install -g npm@10.8.2
#0 23.00 npm notice
#0 23.01 npm error code 1
#0 23.01 npm error path /coriolis-data
#0 23.01 npm error command failed
#0 23.01 npm error command sh -c node generate_distribution.js
#0 23.01 npm error node:internal/modules/cjs/loader:1143
#0 23.01 npm error   throw err;
#0 23.01 npm error   ^
#0 23.01 npm error
#0 23.01 npm error Error: Cannot find module 'uglify-js'
#0 23.01 npm error Require stack:
#0 23.01 npm error - /coriolis-data/generate_distribution.js
#0 23.01 npm error     at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
#0 23.01 npm error     at Module._load (node:internal/modules/cjs/loader:981:27)
#0 23.01 npm error     at Module.require (node:internal/modules/cjs/loader:1231:19)
#0 23.01 npm error     at require (node:internal/modules/helpers:177:18)
#0 23.01 npm error     at Object.<anonymous> (/coriolis-data/generate_distribution.js:2:16)
#0 23.01 npm error     at Module._compile (node:internal/modules/cjs/loader:1364:14)
#0 23.01 npm error     at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
#0 23.01 npm error     at Module.load (node:internal/modules/cjs/loader:1203:32)
#0 23.01 npm error     at Module._load (node:internal/modules/cjs/loader:1019:12)
#0 23.01 npm error     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12) {
#0 23.01 npm error   code: 'MODULE_NOT_FOUND',
#0 23.01 npm error   requireStack: [ '/coriolis-data/generate_distribution.js' ]
#0 23.01 npm error }
#0 23.01 npm error
#0 23.01 npm error Node.js v18.20.4
#0 23.01
#0 23.01 npm error A complete log of this run can be found in: /root/.npm/_logs/2024-08-12T14_36_08_708Z-debug-0.log
------
Dockerfile:17
--------------------
  15 |
  16 |     WORKDIR /app/coriolis-data
  17 | >>> RUN npm install
  18 |     WORKDIR /app
  19 |     RUN npm install
--------------------
ERROR: failed to solve: process "/bin/sh -c npm install" did not complete successfully: exit code: 1

My Workaround

I followed the instructions to run the instance without Docker desktop (running npm install locally) and then re-ran the docker buildx ...etc. command. It worked without errors and I was able to launch the docker container without issues. I don't know enough about docker to know what's going on here, so I could be doing something wrong!

chennin added a commit to chennin/coriolis-data that referenced this issue Oct 19, 2024
Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.
alex-williams pushed a commit to Brighter-Applications/coriolis-data that referenced this issue Oct 31, 2024
Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.
alex-williams pushed a commit to Brighter-Applications/coriolis-data that referenced this issue Oct 31, 2024
Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.
alex-williams added a commit to Brighter-Applications/coriolis-data that referenced this issue Nov 6, 2024
* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>
alex-williams added a commit to Brighter-Applications/coriolis-data that referenced this issue Nov 6, 2024
* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>
alex-williams added a commit to Brighter-Applications/coriolis-data that referenced this issue Nov 8, 2024
* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Initial Addition of the Concord Cannon

* Adding EDId of Concord Cannon

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>
alex-williams added a commit to Brighter-Applications/coriolis-data that referenced this issue Nov 8, 2024
* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Adding boostInt values to ships

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>
alex-williams added a commit to Brighter-Applications/coriolis-data that referenced this issue Nov 8, 2024
* Deploy current beta.coriolis.io content to coriolis.io (#5)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Beta to live (#6)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Beta into live (#10)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Beta to live (#13)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

* Adding BoostInt value to Mandalay

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>
alex-williams added a commit to Brighter-Applications/coriolis-data that referenced this issue Nov 8, 2024
* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Initial Addition of the Concord Cannon

* Add mandalay (#17)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Adding EDId of Concord Cannon

* Fixing up Concord numbers

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>
alex-williams added a commit to Brighter-Applications/coriolis-data that referenced this issue Nov 8, 2024
* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Add mandalay (#17)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add concord cannon (#19)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Initial Addition of the Concord Cannon

* Adding EDId of Concord Cannon

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Adding boostInt values to ships

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>
alex-williams added a commit to Brighter-Applications/coriolis-data that referenced this issue Nov 8, 2024
* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

* Add mandalay (#17)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add concord cannon (#19)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Initial Addition of the Concord Cannon

* Adding EDId of Concord Cannon

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Display boost intervals better (#20)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Adding boostInt values to ships

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Adding BoostInt value to Mandalay

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>
alex-williams added a commit to Brighter-Applications/coriolis-data that referenced this issue Nov 8, 2024
* Deploy current beta.coriolis.io content to coriolis.io (#5)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Beta to live (#6)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Beta into live (#10)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Beta to live (#13)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Initial Addition of the Concord Cannon

* Add mandalay (#17)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add mandalay (#18)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Adding EDId of Concord Cannon

* Fixing up Concord numbers

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>
alex-williams added a commit to Brighter-Applications/coriolis-data that referenced this issue Nov 8, 2024
* Deploy current beta.coriolis.io content to coriolis.io (#5)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Beta to live (#6)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Beta into live (#10)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Beta to live (#13)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

* Add mandalay (#17)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add mandalay (#18)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add concord cannon (#19)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Initial Addition of the Concord Cannon

* Adding EDId of Concord Cannon

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Display boost intervals better (#20)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Adding boostInt values to ships

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Adding BoostInt value to Mandalay

* Add concord cannon (#22)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Initial Addition of the Concord Cannon

* Add mandalay (#17)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Adding EDId of Concord Cannon

* Fixing up Concord numbers

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Display boost intervals better (#23)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Add mandalay (#17)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add concord cannon (#19)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Initial Addition of the Concord Cannon

* Adding EDId of Concord Cannon

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Adding boostInt values to ships

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>
alex-williams added a commit to Brighter-Applications/coriolis-data that referenced this issue Nov 8, 2024
* Deploy current beta.coriolis.io content to coriolis.io (#5)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Beta to live (#6)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Beta into live (#10)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Beta to live (#13)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Add mandalay (#17)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add mandalay (#18)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add concord cannon (#19)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Initial Addition of the Concord Cannon

* Adding EDId of Concord Cannon

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Adding boostInt values to ships

* Add concord cannon (#22)

* Python MkII (python_nx) (EDCD#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR EDCD#98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (EDCD#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (EDCD#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Initial Addition of the Concord Cannon

* Add mandalay (#17)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes EDCD/coriolis#780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Adding EDId of Concord Cannon

* Fixing up Concord numbers

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>
alex-williams added a commit to Brighter-Applications/coriolis-data that referenced this issue Nov 8, 2024
* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Type 8 Added to Shipyard (#26)

* Add concord cannon (#27)

* Deploy current beta.coriolis.io content to coriolis.io (#5)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Beta to live (#6)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Beta into live (#10)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Beta to live (#13)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Initial Addition of the Concord Cannon

* Add mandalay (#17)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add mandalay (#18)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Adding EDId of Concord Cannon

* Fixing up Concord numbers

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add mandalay (#28)

* Deploy current beta.coriolis.io content to coriolis.io (#5)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Beta to live (#6)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Beta into live (#10)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Beta to live (#13)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

* Add mandalay (#17)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add mandalay (#18)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add concord cannon (#19)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Initial Addition of the Concord Cannon

* Adding EDId of Concord Cannon

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Display boost intervals better (#20)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Adding boostInt values to ships

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Adding BoostInt value to Mandalay

* Add concord cannon (#22)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Initial Addition of the Concord Cannon

* Add mandalay (#17)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Adding EDId of Concord Cannon

* Fixing up Concord numbers

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Display boost intervals better (#23)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Add Type 8 to the Shipyard (#12)

* Fix missile…
@alex-williams
Copy link
Collaborator

This has been resolved

alex-williams added a commit to Brighter-Applications/coriolis-data that referenced this issue Nov 9, 2024
* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Add mandalay (#17)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add concord cannon (#19)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Initial Addition of the Concord Cannon

* Adding EDId of Concord Cannon

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Display boost intervals better (#20)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Adding boostInt values to ships

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add mandalay (#21)

* Deploy current beta.coriolis.io content to coriolis.io (#5)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Beta to live (#6)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Beta into live (#10)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Beta to live (#13)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

* Adding BoostInt value to Mandalay

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Issues/782 gpd stats wrong (#29)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly. (#1)

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Issue 600 add advanced weapons (#3)

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Type 8 Added to Shipyard (#14)

* Type 8 Added to Shipyard (#26)

* Add concord cannon (#27)

* Deploy current beta.coriolis.io content to coriolis.io (#5)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Beta to live (#6)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Beta into live (#10)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Beta to live (#13)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Initial Addition of the Concord Cannon

* Add mandalay (#17)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add mandalay (#18)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Adding EDId of Concord Cannon

* Fixing up Concord numbers

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>
Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add mandalay (#28)

* Deploy current beta.coriolis.io content to coriolis.io (#5)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Beta to live (#6)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Beta into live (#10)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

* Beta to live (#13)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Add SCO Modules

* Correct SCO Rating/Symbol

* Update python_nx.json (#100)

FDEV Localization Files have a space between Mk and II. To maintain consistency, we should also maintain such a spacing. (See also: Krait Mk II in this repo and the FDEVID repo under EDCD)

* Updating hull pricing of Python and the Mk II so that retail pricing matches in game pricing. OG Python was 1,000cr out, the Mk II was 9Mcr out.

* Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.

* [Fix] SCO 2A Group Fix

The group FSD2 doesn't exist. A typo added it, and freezes Coriolis on selection.

* Adjusted fall-off value for all MC's to 2km where they should be, from 1.8km, except the 'enforcer' which has no fall off. As there is no current way to suggest infinity/no fall-off, I have set this to 4.5km, which is its maximum range and therefore, more accurate than infinity anyway. This lines up with Cannon fall-off figures, which are also set to their maximum range, rather than infinity.

* Changing Enforcer falloff to 3km to match in game metric

* Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Added 'Special' field to special modules (groms, packhounds, etc.) to make them easier to distinguish in the search results when typing in search words. Also split out advanced missile racks from the missile rack group of hardpoints, to help distinguish them better, as I did with advanced MC's and AX Enhanced MC's and AX Enhanced MRs, etc. This gives sub-categories in the module selection drop down which were not there before.

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR (#8)

* Fixing missing 'falloff' value by adding the 'range' value to the data. (#9)

* Add Type 8 to the Shipyard (#12)

* Fix missile rack glitch (#11)

* Adds missing missile modifications (#7)

* Removing Seeker special from Advanced MR

* Type 8 Added to Shipyard

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: David Sangrey <rixxan@hullseals.space>

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

* Add mandalay (#17)

* Pricing update for generally available (not Guardian, trader or PP) modules, including standard, internal and hardpoints. Cross Referenced in-game. This will make pricing in Coriolis in-line with pricing in EDOMH, which is more accurate than Inara, or EDSY. Due to in-game discounts for Triple Elite status, at Jameson in Shin and various other discounts like LYR, pricing in Elite is difficult to keep track of, especially if prices have changed since launch and/or since introduction of a module.

* Adding SCO Drive Price update

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo (#2)

* Install uglify-js before use.

Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way :tm: I'm open to better suggestions.

* Initial Mandalay commit

* Mandalay adjustments

* Fixing Mandalay data

---------

Co-authored-by: Chris <2653277+chennin@users.noreply.github.com>

* Add mandalay (#18)

* Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB

* SCO Modules (#98)

* Ad…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants