The intended use of this project is converting EVE Online SDE (Static Data Export), created by FuzzWork, to the format, conveniently usable by my EVEI project. Maybe, you will find it usable too. You can find examples of prepared CSVs in prepared/ folder.
Script is prepared in jupiter notebook. You can use it in any way your soul desires. Required files are listed in jupiter script and located in resources/ folder.
Currently, script uses only Pandas and NumPy libraries.
Currently, script tracks, which items are in game (by their blueprints published field) and filter out all unusable items, means items, that don't take part in any blueprint and are not product of some blueprint.
-
Items data (blueprints are not included) is in
prepared/item_data.csv. For now, script doesn't use packaged volume of ships, but it will surely do soon.Column Description IDTypeID of the item blueprintIDTypeID of the item blueprint volumeFull one unit volume nameIn-game name of this item -
Blueprints are stored separately in
prepared/blueprint_data.csv.Column Description IDTypeID of the blueprint materialsIDTypeIDs of the materials to manufacture this blueprint quantitiesQuantities of the materials to manufacture this blueprint manufactureTimeBasic time to manufacture one run of the blueprint timeResearchTimeBasic time to research +1 time efficiency materialResearchTimeBasic time to research +1 material efficiency copyTimeBasic time to make 1 copy 1-run BPC maxCopyRunsMaximum amount of runs, BPC can have productIDTypeID of blueprint product productQuantityQuantity of manufactured products materialsCountLength of the materialsIDandquantitiesarraysnameIn-game name of this blueprint -
Invention details are stored in
prepared/invention_data.csv. Currently, script doesn't save probabilities of the invention, but it will surely do.Column Description originIDTypeID of original blueprint materialsIDTypeIDs of the materials to invent this blueprint quantitiesQuantities of the materials to invent this blueprint inventionTimeBasic time to invent one blueprint inventedIDTypeID of invented blueprint blueprintRunsRuns count of the invented blueprint materialsCountLength of the materialsIDandquantitiesarrays