mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
culture type bonuses for production
This commit is contained in:
parent
fe421bcd0d
commit
a316ce692a
6 changed files with 542 additions and 80 deletions
3
main.js
3
main.js
|
|
@ -652,6 +652,9 @@ function generate() {
|
|||
BurgsAndStates.generate();
|
||||
Religions.generate();
|
||||
BurgsAndStates.defineStateForms();
|
||||
|
||||
Production.collectResources();
|
||||
|
||||
BurgsAndStates.generateProvinces();
|
||||
BurgsAndStates.defineBurgFeatures();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue