SingularTier / AerSpeech

A.E.R. Interface for Elite Dangerous
http:/www.aer-interface.com
GNU Lesser General Public License v3.0
21 stars 4 forks source link

"How much is [commodity] at [station] in [system]"? Grammar #14

Open ual002 opened 9 years ago

ual002 commented 9 years ago

I'm not sure its written anywhere. In the video you ask "How much is [commoditiy]?" and its reads back a price. Unsure if it is a buy or sell price. I don't believe this function is documented or explained in the list of functions. Additionally, I'm not sure what station it is pulling that info from. Just checked the functionality, and it works, but the data does not match the current station I am in. My currently set system is correct.

Sorry for flooding your issues log. My first time with Github.

SingularTier commented 9 years ago

It's a galactic average price, but EDDB's average prices are fairly bad. I'm labeling this bug/enhancement until I figure out how to get a price that matters.

ual002 commented 9 years ago

Can you pull info from EDDB by station if saying:

  1. "How much is [commodity] at [station]?" (use current logged system)
  2. "How much is [commodity] at [station] in [sector]?" (use stated sector)
  3. "How much is [commodity]?" (use current logged system to give lowest price in system)

Also maybe datestamp last update. "Gold is 10,000 update 2 days ago"

SingularTier commented 9 years ago

Planned for 1.4 Need to hook in to EDDN for this to be useful.