esi / esi-issues

Issue tracking and feature requests for ESI
https://esi.evetech.net/
208 stars 23 forks source link

Feature: Accurate qty_per_cycle for planetary extractors. #603

Open curzonj opened 6 years ago

curzonj commented 6 years ago

Feature request

Route

GET /characters/{character_id}/planets/{planet_id}/

Use case

qty_per_cycle in the extractor details, appears to currently return a value that is 5/9ths of the quantity in the outgoing route. The quantity used for the outgoing route is:

The ECU product used for routing is specifically the theoretical maximum output that can possibly go through and does not indicate what you will actually get.

https://web.archive.org/web/20110207210504/http://www.eveonline.com/devblog.asp?a=blog&bid=851

Example returns

It would be nice if the qty_per_cycle had some bearing on what was actually being extracted. Like the average quantity per cycle for the extraction program.

Aidansavage commented 6 years ago

Personally, I dont think this is something TechCo can change/fix directly. They'd likely need to poke GameDevelopment a few times to ask about it.

EvilLivesHere commented 4 years ago

It'd be nice if it just returned an array of integers as the qtys that would be pulled for each cycle of the extractor. As it is, I'm forced to calculate each of those cycle quantities based on some cryptic formula I dug up.