mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-05-05 21:31:19 +02:00
Updated Goods: spread functions (markdown)
parent
f9cc5feac1
commit
ad6f13d054
1 changed files with 13 additions and 13 deletions
|
|
@ -22,19 +22,19 @@ The options are limited to a number of build-in functions. These functions make
|
|||
|
||||
### Biomes ids
|
||||
|
||||
0: Marine;
|
||||
1: Hot desert;
|
||||
2: Cold desert;
|
||||
3: Savanna;
|
||||
4: Grassland;
|
||||
5: Tropical seasonal forest;
|
||||
6: Temperate deciduous forest;
|
||||
7: Tropical rainforest;
|
||||
8: Temperate rainforest;
|
||||
9: Taiga;
|
||||
10: Tundra;
|
||||
11: Glacier;
|
||||
12: Wetland.
|
||||
* 0: Marine;
|
||||
* 1: Hot desert;
|
||||
* 2: Cold desert;
|
||||
* 3: Savanna;
|
||||
* 4: Grassland;
|
||||
* 5: Tropical seasonal forest;
|
||||
* 6: Temperate deciduous forest;
|
||||
* 7: Tropical rainforest;
|
||||
* 8: Temperate rainforest;
|
||||
* 9: Taiga;
|
||||
* 10: Tundra;
|
||||
* 11: Glacier;
|
||||
* 12: Wetland.
|
||||
|
||||
These are the default biomes. To get actual ids run `biomesData.name.map((n,i) => i+". "+n)` in FMG console (F12).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue