mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
feat: burg group editor - form
This commit is contained in:
parent
511d8f37d8
commit
b6708bf698
11 changed files with 274 additions and 68 deletions
|
|
@ -155,13 +155,15 @@ function regenerateStates() {
|
|||
|
||||
pack.states = newStates;
|
||||
States.expandStates();
|
||||
States.normalizeStates();
|
||||
States.normalize();
|
||||
States.getPoles();
|
||||
States.findNeighbors();
|
||||
States.collectStatistics();
|
||||
States.assignColors();
|
||||
States.generateCampaigns();
|
||||
States.generateDiplomacy();
|
||||
States.defineStateForms();
|
||||
|
||||
Provinces.generate(true);
|
||||
Provinces.getPoles();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue