mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
Update burgs-and-states.js
I also added Beylik form name Generation.
This commit is contained in:
parent
a8a5c95cb4
commit
fa097cbc98
1 changed files with 1 additions and 0 deletions
|
|
@ -860,6 +860,7 @@ window.BurgsAndStates = (function () {
|
|||
}
|
||||
|
||||
if (base === 31 && (form === "Empire" || form === "Kingdom")) return "Khanate"; // Mongolian
|
||||
if (base === 31 && (form === "Principality" )) return "Beylik"; // Turkic
|
||||
if (base === 5 && (form === "Empire" || form === "Kingdom")) return "Tsardom"; // Ruthenian
|
||||
if (base === 16 && (form === "Empire" || form === "Kingdom")) return "Khaganate"; // Turkic
|
||||
if (base === 12 && (form === "Kingdom" || form === "Grand Duchy")) return "Shogunate"; // Japanese
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue