mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.0
This commit is contained in:
parent
5f9cab4f84
commit
cab429a346
58 changed files with 6413 additions and 1489 deletions
|
|
@ -163,7 +163,7 @@ function editNamesbase() {
|
|||
nameBases = [], nameBase = [];
|
||||
data.forEach(d => {
|
||||
const e = d.split("|");
|
||||
nameBases.push({name:e[0], min:e[1], max:e[2], d:e[3], m:d[4]});
|
||||
nameBases.push({name:e[0], min:e[1], max:e[2], d:e[3], m:e[4]});
|
||||
nameBase.push(e[5].split(","));
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue