Updated Goods: spread functions (markdown)

Azgaar 2026-05-01 14:26:18 +02:00
parent f9cc5feac1
commit ad6f13d054

@ -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).