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