mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
add tier
This commit is contained in:
parent
c8eccfb0e7
commit
25c97df2d0
1 changed files with 2 additions and 2 deletions
|
|
@ -966,11 +966,11 @@
|
|||
if (isTheocracy) s.form = "Theocracy";
|
||||
else if (isAnarchy) s.form = "Anarchy";
|
||||
else s.form = s.type === "Naval" ? rw(naval) : rw(generic);
|
||||
s.formName = selectForm(s);
|
||||
s.formName = selectForm(s, tier);
|
||||
s.fullName = getFullName(s);
|
||||
}
|
||||
|
||||
function selectForm(s) {
|
||||
function selectForm(s, tier) {
|
||||
const base = pack.cultures[s.culture].base;
|
||||
|
||||
if (s.form === "Monarchy") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue