the-crazyball / anomalousspace

Procedurally generated universe with an emphasis on survival and story.
https://www.anomalousspace.io
GNU Affero General Public License v3.0
1 stars 0 forks source link

When colonizing add colony #53

Open the-crazyball opened 2 years ago

the-crazyball commented 2 years ago

When colonizing, currently only adds the owner, need to increase the colony size on the planet, currently stays at 0.

The plan is when first colonization is done, increase colony size to 1. Later this will will increase when supplying the planet with resources from asteroids, minerals etc... the more colonies, the more efficient it is at refining raw material for later upgrades.

Quadrum1 commented 2 years ago

Colonies could be progressed in level (or size, as you put it), where the maximum population is capped by that level. Levels and their effects could fall under a lot of different functions

All values can be changed via factors and combined, of course, offering a lot of variety.

the-crazyball commented 2 years ago

That makes more sense to me now. Using the logarithmic or root seems logical to me. Don't want the population growth to happen too quickly.

Quadrum1 commented 2 years ago

Colony size is now handled with #55 Cost and effect can be implemented from there.