From ad6f13d054711dd6c0011a676075b305586afd25 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 1 May 2026 14:26:18 +0200 Subject: [PATCH] Updated Goods: spread functions (markdown) --- Goods:-spread-functions.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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).