mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
prepare from trade generation
This commit is contained in:
parent
d1525f7255
commit
0c0944863c
3 changed files with 46 additions and 57 deletions
12
main.js
12
main.js
|
|
@ -722,12 +722,18 @@ async function generate(options) {
|
|||
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();
|
||||
BurgsAndStates.defineTaxes();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue