mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
Merge economics with current
This commit is contained in:
parent
d3ea2df1a2
commit
7270c8c833
13 changed files with 2119 additions and 2 deletions
15
main.js
15
main.js
|
|
@ -715,12 +715,27 @@ async function generate(options) {
|
|||
Lakes.defineGroup();
|
||||
defineBiomes();
|
||||
|
||||
Resources.generate();
|
||||
|
||||
rankCells();
|
||||
Cultures.generate();
|
||||
Cultures.expand();
|
||||
BurgsAndStates.generate();
|
||||
Religions.generate();
|
||||
BurgsAndStates.defineStateForms();
|
||||
BurgsAndStates.defineTaxes();
|
||||
|
||||
Production.collectResources();
|
||||
|
||||
Trade.defineCenters();
|
||||
Trade.calculateDistances();
|
||||
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.generateProvinces();
|
||||
BurgsAndStates.defineBurgFeatures();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue