-
Notifications
You must be signed in to change notification settings - Fork 4
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
Economic reports sent to allies #1
Comments
Suggest dropping this to simplify the spec: it doesn't represent something objective or actionable (past performance doesn't guarantee future performance and all that)
Suggest narrowing this to "energy available to be shared," so allies don't commit to an expensive venture when your energy bank is already funding a different expensive venture |
If we shorten this ambiguous timeframe to 100 ticks, it should be a more present indicator of performance. And it does provide some insight into future performance, as they might defend their remotes and keep their rooms.
Love it, will do |
Done |
But that also decreases its usefulness. In my bot (for example) energy income is balanced with how quickly I can spend the energy, so what I can harvest (to supply aggressive allies) is usually going to be very different from what I am harvesting (to supply my repairers/upgraders). |
I agree that that's how things go. To be clear, I'm suggesting a 100 tick moving average of gross energy income. Looking at my graphs and considering how the game players out, I doubt there is huge variation in that. I think it will be a good way to give team members an idea of wealth of the team. As they get more wealthy, especially compared to their estimations of the enemy's wealth, they can automatically be more aggressive. |
I think the energy available to be shared is in many ways a more specific way to determine this. But I think it is also less objective. |
Overview
econReport
Properties
some properties are optional because they might be hard to calculate.
{ [key in MineralConstant]: number }
where number is the claimed rooms that have the mineral. For example, if the bot owns 2 rooms, both with mineralRESOURCE_CATALYST
, the object would look like:This is great for communicating which minerals the team has access to for boost production, and what they should minerals they should prioritize for future claims
The text was updated successfully, but these errors were encountered: