diff --git a/Goods:-spread-functions.md b/Goods:-spread-functions.md index 1a856dd..8259351 100644 --- a/Goods:-spread-functions.md +++ b/Goods:-spread-functions.md @@ -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).