culture type bonuses for production

This commit is contained in:
Azgaar 2021-08-06 21:06:49 +03:00 committed by Peter
parent 7982aea194
commit eda75ed98e
3 changed files with 518 additions and 1 deletions

View file

@ -720,6 +720,9 @@ async function generate(options) {
BurgsAndStates.generate();
Religions.generate();
BurgsAndStates.defineStateForms();
Production.collectResources();
BurgsAndStates.generateProvinces();
BurgsAndStates.defineBurgFeatures();
BurgsAndStates.defineTaxes();