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

Feature: add/rename and document star generation speed to API #11

Open
L0laapk3 opened this issue Jul 1, 2022 · 0 comments
Open

Feature: add/rename and document star generation speed to API #11

L0laapk3 opened this issue Jul 1, 2022 · 0 comments

Comments

@L0laapk3
Copy link

L0laapk3 commented Jul 1, 2022

It would be nice if the stars exposed their energy generation speeds:

star.energy_gen_flat = star.energy_capacity == 3000 ? 3 : 2;
star.energy_gen_caling = star.energy_capacity == 3000 ? .03f : .02f;

Update: while investigating for this Issue, I found a undocumented star.regeneration value. It would be nice to add this to add this to the docs, and to split it up instead of having to assume that scaling energy generation is just flat energy generation divided by 100.

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

No branches or pull requests

1 participant