mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
Adjustments
This commit is contained in:
parent
e1e31531af
commit
74fb543101
3 changed files with 10 additions and 6 deletions
2
main.js
2
main.js
|
|
@ -364,7 +364,7 @@ function applyDefaultBiomesSystem() {
|
|||
];
|
||||
const biomeColor = ["#466eab", "#fbe79f", "#b5b887", "#d2d082", "#c8d68f", "#b6d95d", "#29bc56", "#7dcb35", "#409c43", "#4b6b32", "#96784b", "#d5e7eb", "#0b9131"];
|
||||
const biomeIx = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; // For Readability -]:-)>
|
||||
const habitability = [2, 30, 35, 40, 45, 50, 50, 20, 35, 22, 25, 5, 55];
|
||||
const habitability = [2, 30, 35, 40, 65, 50, 50, 20, 35, 22, 25, 5, 35];
|
||||
const iconsDensity = [0, 3, 2, 120, 120, 120, 120, 150, 150, 100, 5, 0, 150];
|
||||
const icons = [
|
||||
{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue