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

Resource building creation #27

Open
CptCrispyCrunchy opened this issue Oct 25, 2016 · 1 comment
Open

Resource building creation #27

CptCrispyCrunchy opened this issue Oct 25, 2016 · 1 comment

Comments

@CptCrispyCrunchy
Copy link
Contributor

In the current state of the module, buildings get only placed in the city boundaries. However it would make sense to introduce buildings outside of the main city area, like farms, mines, etc. There is already a foundation to build upon: Region tiles, which can save (and already do save to a certain extend)
information about the resources and terrain. Hence this one should be relatively straight forward as it just puts together a lot of existing mechanics.
First the region tiles in the outskirts of the city have to be sorted for the relevant resource.
A DynParcel with the corresponding resource building can then be placed on the tile with the highest amount of resource.
The amount of resource buildings should orientate itself on the cultural needs and maybe even on the market dynamics.
Reasonable threshold values should be found for the amount of resources of a tile to qualify for building placement.

@jdrueckert
Copy link
Member

@skaldarnar IIRC that's what districts are for, right? Or am I mixing something up here.
If not, then we can probably close this?

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

2 participants