Elite-Kode / elitebgs

BGS tracking tool for Elite Dangerous
https://elitebgs.app/
Apache License 2.0
59 stars 10 forks source link

Adding Power Play functions to the BGSBot #92

Open OttoVonGrim opened 6 years ago

OttoVonGrim commented 6 years ago

At the most basic level, a function that lists the populated systems less than 15.00LY from specified system, including the specified system.

Additionally, provide the ruling faction name and it's government type for each system listed.

Bonus extras, provide the following additional details:

SayakMukhopadhyay commented 6 years ago

Currently I am not storing any powerplay related data, although I had initially planned that but my extremely limited knowledge of PP is somewhat preventing me from including powerplay in EliteBGS API (which BGSBot is based on). PP might happen someday but that API needs station data first.

Population data is present along with system government and it can be put on the systemdetail.

CC value is not present in the journals supplied by FDev and I don't know how else I can get that.

Ruling Faction name is already present. image

And I believe I can add that systems within a distance command. Keep checking this issue.