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

Queue a part of the build points provided by a newly built miner #52

Open
slipher opened this issue Aug 30, 2022 · 5 comments
Open

Queue a part of the build points provided by a newly built miner #52

slipher opened this issue Aug 30, 2022 · 5 comments
Labels
idea A standalone idea or solution proposal.

Comments

@slipher
Copy link

slipher commented Aug 30, 2022

The build point mechanics are designed to ensure gradual starvation of build points over time, so that losing a structure is a bigger and bigger problem as time goes on. However, there is a loophole with miners - they are free and can be rebuilt an unlimited number of times without consequences. So destroying it accomplishes little for the opposing team.

I propose that when a new miner is constructed, (0.5 * g_buildPointBudgetPerMiner) build points should be added to the queue. This ensures that destroying miners in the late game will have some real consequences. But you still get up to (0.5 * g_buildPointBudgetPerMiner) BP available immediately, so you can build forwards and whatnot.

One technical issue: how to handle miners which are destroyed under construction? If we queue the BP only upon completion, this creates a perverse incentive that the opposing team should try to wait for construction to finish before destroying a miner. But if we queue the BP immediately on placement, it means a temporary loss of BP while the miner is under construction. But maybe the latter makes sense: it's as if the miner has a BP cost, but you're allowed to go into "debt" to build it unlike other structures.

@slipher slipher added the idea A standalone idea or solution proposal. label Aug 30, 2022
@necessarily-equal
Copy link

So basically Unvanquished/Unvanquished#1552 but with a 1/2 factor ?

@slipher
Copy link
Author

slipher commented Aug 30, 2022

So basically Unvanquished/Unvanquished#1552 but with a 1/2 factor ?

Yeah, I think when that was posted I thought that it was too complicated and suggested using the queueing mechanism instead.

@slipher
Copy link
Author

slipher commented Aug 30, 2022

Also #1552 doesn't do anything to make rebuilding more difficult as the game time increases.

@DolceTriade
Copy link
Member

Seems reasonable and trivial to experiment with.

@ghost
Copy link

ghost commented Aug 30, 2022

Agree on the idea.

slipher added a commit to slipher/Unvanquished that referenced this issue Aug 31, 2022
slipher added a commit to slipher/Unvanquished that referenced this issue Aug 31, 2022
slipher added a commit to slipher/Unvanquished that referenced this issue Aug 31, 2022
slipher added a commit to slipher/Unvanquished that referenced this issue Aug 31, 2022
@Viech Viech changed the title [Idea] Queue part of the BP for a new miner Queue a part of the build points provided by a newly built miner Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea A standalone idea or solution proposal.
Projects
None yet
Development

No branches or pull requests

3 participants