msarilar / EDEngineer

An overlay to track Elite Dangerous blueprints progress in real time
MIT License
503 stars 174 forks source link

Grade 5 Multi-Cannon Coriolis Import #617

Open LarisaKhvostovsky opened 3 years ago

LarisaKhvostovsky commented 3 years ago

When importing Grade 5 Multi-Cannons with Auto Loading and Corrosive Shell, they are imported as Plasma Accelerator Overcharge, Auto Loading, and Corrosive Shell.

https://s.orbis.zone/fapn

Also no roast build plz

msarilar commented 3 years ago

not sure where coriolis gets the uuid from but basically here :

https://github.com/EDCD/coriolis/blob/804466f88a30d5e3738787b9bafa153d82650d83/src/app/components/ModalShoppingList.jsx#L131

this uuid is matched against these guids:

https://github.com/msarilar/EDEngineer/blob/master/EDEngineer/Resources/Data/blueprints.json#L29

either coriolis or edengineer needs updating to keep theses unique identifiers in sync

Kaelbar commented 2 years ago

Hi, is there any plans to update the IDs so that the export shopping list from coriolis works ?

msarilar commented 2 years ago

If you know which ID corresponds to what, contributions are welcome to the blueprints file EDEngineer uses 👍

I'll deploy an app update soon this week as some contributions accumulated since last release (most notably localization) but I don't think any of them touched the coriolis ids