Open sourced eve T2 industry helper

I’ve developed a script to calculate the ‘moon material’, ‘low reaction material’, ‘high reaction material’, ‘mineral’, ‘planet material’, ‘Fuel blocks’ consumed by T2 shipbuilding.

I’m thinking of using a spider to get the blueprint data in real time, but currently, I’ve typed those data with my hands.

I also should add a user-defined material efficiency for this script. :face_with_raised_eyebrow: We will see.

Let me know if you have any comments or suggestions for it. Thank you.

Currently supported ships’ names:

    Ishtar
    
    Paladin
    
    Apocalypse
    
    Prospect

It’s a free software under the MPL-2.0 License.

1 Like

ESI doesn’t contain blueprint details.

The SDE does. (I have it in converted form on my site)

Yeah I do plan to use fuzzwork to pull/update the blueprint info.
Do you provide json API for blueprint?

Yep. It’s not documented, but if you look at the network calls from the Web app, you’ll see it

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.