mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
v 0.8.06b
This commit is contained in:
parent
6cb21bbead
commit
e4df2842af
2 changed files with 4 additions and 4 deletions
|
|
@ -139,9 +139,9 @@
|
|||
{name:"Carnatic", base: 26, odd: .1},
|
||||
{name:"Inqan", base: 27, odd: .1},
|
||||
{name:"Kiswaili", base: 28, odd: .1},
|
||||
{name:"Vietic", base: 29, odd: .1}//,
|
||||
//{name:"Guantzu", base:30, odd: 1},
|
||||
//{name:"Ulus", base:31, odd: .1}
|
||||
{name:"Vietic", base: 29, odd: .1},
|
||||
{name:"Guantzu", base:30, odd: 1},
|
||||
{name:"Ulus", base:31, odd: .1}
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -262,7 +262,7 @@ function parseLoadedData(data) {
|
|||
return;
|
||||
}
|
||||
biomesData.color = biomes[0].split(",");
|
||||
biomesData.habitability = biomes[1].split(",");
|
||||
biomesData.habitability = biomes[1].split(",").map(h => +h);
|
||||
biomesData.name = name;
|
||||
}()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue