Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Liquid Ozone to navigation structure fuel output. #1057

Open
4 of 8 tasks
jowrjowr opened this issue Oct 30, 2018 · 4 comments
Open
4 of 8 tasks

Add Liquid Ozone to navigation structure fuel output. #1057

jowrjowr opened this issue Oct 30, 2018 · 4 comments

Comments

@jowrjowr
Copy link

jowrjowr commented Oct 30, 2018

GIB FEATURE

The new jump gate flex structure is going to use liquid ozone as an irregular consumable. It would be great if we could track it.

Currently the /corporations/{corporation_id}/structures/ endpoint exposes "fuel_expires" which is a direct function of consumption.

I want to add something similar.

Add a new structure to that with the same permissions but work like this:

  "fuel": <total fuel quantity>
  "ozone": <liquid ozone quantity>
}

(Don't take out "fuel_expires", that's nice)

I'm not sure if it'd be better to just expose the fuel bay contents directly, or do something fancier like this. Either would work and would be very handy.

I specifically ask for fuel contents as a raw number because, for example, the cyno jammer structure is frequently going to sit offline with no consumption but it would need fuel inside it for when it is needed.

Checklist

Check all boxes that apply to this issue:

  • Feature request description is provided
  • Use case exists
  • Feature requires a new route
  • Feature adds data to existing route
  • Feature requires new auth scope
  • Feature can reuse existing scope
  • Feature does not require auth
  • Meta feature, applies to all routes
@joelhousman
Copy link

This would be hugely useful. Please do this.

@excoecariaagallocha
Copy link

Why stop at fuel block and liquid ozone count? The endpoint should expose all structure specific "hangars" and their items. The ability to enumerate what ammunitions are present, their counts and even what fighters are loaded in the tubes would remove a lot of the guesswork that goes into managing a citadel.

@CarbonAlabel
Copy link
Member

Please note that this information is already available through the corporation assets endpoint.

Since structures are corporation assets, they will show up in the corporation assets endpoint, along with all their corporation-owned contents, which includes the exact contents of their fuel bay.

This feature request is only about making this fairly important bit of info available in a more direct manner.

@CarbonAlabel CarbonAlabel pinned this issue Jan 9, 2019
@CarbonAlabel
Copy link
Member

Any updates on this? The liquid ozone quantity has been visible in-game for quite some time, still not easily available through ESI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants