These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

decryptor data for invension in industry api?

Author
Aran Ithrill
Shocky Industries Ltd.
Goonswarm Federation
#1 - 2013-02-17 19:21:25 UTC
Hi all,

as with subject - is there any way to get info about installed decryptors for invention jobs through API? I've digged through all pieces of documentation I could find but with no success...
Zifrian
The Frog Pond
Ribbit.
#2 - 2013-02-18 03:15:12 UTC
It's not explicit but when you do invention (activityID = 8), get the materialMultiplier and timeMultiplier field (from api below) to get the ME and PE values of the invented blueprint. Then from that, figure out what decryptor was used by looking at the output ME value. That's how I've figured out what decryptor is used.

http://wiki.eve-id.net/APIv2_Char_IndustryJobs_XML

Maximze your Industry Potential! - Download EVE Isk per Hour!

Import CCP's SDE - EVE SDE Database Builder

Aran Ithrill
Shocky Industries Ltd.
Goonswarm Federation
#3 - 2013-02-18 20:45:36 UTC
Excellent idea, thank you sir!