mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
prepare from trade generation
This commit is contained in:
parent
ec468914e4
commit
2312d99760
4 changed files with 385 additions and 120 deletions
15
main.js
15
main.js
|
|
@ -650,18 +650,21 @@ function generate() {
|
|||
Cultures.generate();
|
||||
Cultures.expand();
|
||||
|
||||
// temp
|
||||
BurgsAndStates.generate();
|
||||
|
||||
Production.collectResources();
|
||||
|
||||
Trade.defineCenters();
|
||||
Trade.exportGoods();
|
||||
Trade.importGoods();
|
||||
|
||||
// temp, replace with route generator
|
||||
pack.cells.road = new Uint16Array(pack.cells.i.length);
|
||||
pack.cells.crossroad = new Uint16Array(pack.cells.i.length);
|
||||
|
||||
BurgsAndStates.generate();
|
||||
|
||||
Religions.generate();
|
||||
BurgsAndStates.defineStateForms();
|
||||
|
||||
Production.collectResources();
|
||||
Production.defineExport();
|
||||
|
||||
BurgsAndStates.generateProvinces();
|
||||
BurgsAndStates.defineBurgFeatures();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue