Module:BiomeData

From Eco - English Wiki
Revision as of 07:10, 20 September 2025 by StalEF (talk | contribs)

Warning about use

To prevent multiple call of data array, you must use the function: local BiomeData = mw.loadData("Module:BiomeData")


-- Eco Version : 0.12.0.0

return {
    biomes = {
        ['Coast'] = {
                    ['ID'] = 'Coast',
                    ['Name'] =  {
                            ['English'] = "Coast Biome",
                            ['Russian'] = "Coast Biome",
                            ['German'] = "Coast Biome",
                            ['French'] = "Coast Biome",
                            },
                    ['Description'] = '',
                    ['Color'] = 'LightGoldenrodYellow',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'CoastBiome',
                    ['PrevailingRockType'] = 'LimestoneBlock',
                    ['TemperatureRangeMin'] = '-10',
                    ['TemperatureRangeMax'] = '30',
                    ['MoistureRangeMin'] = '0',
                    ['MoistureRangeMax'] = '100',
        },
        ['Cold Coast'] = {
                    ['ID'] = 'ColdCoast',
                    ['Name'] =  {
                            ['English'] = "Cold Coast Biome",
                            ['Russian'] = "Cold Coast Biome",
                            ['German'] = "Cold Coast Biome",
                            ['French'] = "Cold Coast Biome",
                            },
                    ['Description'] = '',
                    ['Color'] = 'LightCyan',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'ColdCoastBiome',
                    ['PrevailingRockType'] = 'LimestoneBlock',
                    ['TemperatureRangeMin'] = '-10',
                    ['TemperatureRangeMax'] = '30',
                    ['MoistureRangeMin'] = '0',
                    ['MoistureRangeMax'] = '100',
        },
        ['Cold Forest'] = {
                    ['ID'] = 'ColdForest',
                    ['Name'] =  {
                            ['English'] = "Cold Forest Biome",
                            ['Russian'] = "Холодный Лес",
                            ['German'] = "Kalter Wald Biom",
                            ['French'] = "Biome forestier froid",
                            },
                    ['Description'] = '',
                    ['Color'] = 'ForestGreen',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'ColdForestBiome',
                    ['PrevailingRockType'] = 'GraniteBlock',
                    ['TemperatureRangeMin'] = '-2',
                    ['TemperatureRangeMax'] = '10',
                    ['MoistureRangeMin'] = '50',
                    ['MoistureRangeMax'] = '60',
        },
        ['Deep Ocean'] = {
                    ['ID'] = 'DeepOcean',
                    ['Name'] =  {
                            ['English'] = "Deep Ocean Biome",
                            ['Russian'] = "Глубокий океан",
                            ['German'] = "Tiefsee-Biom",
                            ['French'] = "Biome abyssal",
                            },
                    ['Description'] = '',
                    ['Color'] = 'SteelBlue',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'DeepOceanBiome',
                    ['PrevailingRockType'] = 'BasaltBlock',
                    ['TemperatureRangeMin'] = '-10',
                    ['TemperatureRangeMax'] = '6',
                    ['MoistureRangeMin'] = '0',
                    ['MoistureRangeMax'] = '100',
        },
        ['Desert'] = {
                    ['ID'] = 'Desert',
                    ['Name'] =  {
                            ['English'] = "Desert Biome",
                            ['Russian'] = "Пустыня",
                            ['German'] = "Wüstenbiom",
                            ['French'] = "Biome désertique",
                            },
                    ['Description'] = '',
                    ['Color'] = 'SandyBrown',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'DesertBiome',
                    ['PrevailingRockType'] = 'SandstoneBlock',
                    ['TemperatureRangeMin'] = '18',
                    ['TemperatureRangeMax'] = '30',
                    ['MoistureRangeMin'] = '0',
                    ['MoistureRangeMax'] = '30',
        },
        ['Grassland'] = {
                    ['ID'] = 'Grassland',
                    ['Name'] =  {
                            ['English'] = "Grassland Biome",
                            ['Russian'] = "Луг",
                            ['German'] = "Grasland Biom",
                            ['French'] = "Biome herbeux",
                            },
                    ['Description'] = '',
                    ['Color'] = 'LightGreen',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'GrasslandBiome',
                    ['PrevailingRockType'] = 'LimestoneBlock',
                    ['TemperatureRangeMin'] = '6',
                    ['TemperatureRangeMax'] = '22',
                    ['MoistureRangeMin'] = '30',
                    ['MoistureRangeMax'] = '50',
        },
        ['High Desert'] = {
                    ['ID'] = 'HighDesert',
                    ['Name'] =  {
                            ['English'] = "High Desert Biome",
                            ['Russian'] = "High Desert Biome",
                            ['German'] = "High Desert Biome",
                            ['French'] = "High Desert Biome",
                            },
                    ['Description'] = '',
                    ['Color'] = 'SandyBrown',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'HighDesertBiome',
                    ['PrevailingRockType'] = 'SandstoneBlock',
                    ['TemperatureRangeMin'] = '18',
                    ['TemperatureRangeMax'] = '30',
                    ['MoistureRangeMin'] = '0',
                    ['MoistureRangeMax'] = '30',
        },
        ['Ice'] = {
                    ['ID'] = 'Ice',
                    ['Name'] =  {
                            ['English'] = "Ice Biome",
                            ['Russian'] = "Ледяной биом",
                            ['German'] = "Eis Biom",
                            ['French'] = "Biome enneigé",
                            },
                    ['Description'] = '',
                    ['Color'] = 'White',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'IceBiome',
                    ['PrevailingRockType'] = 'GraniteBlock',
                    ['TemperatureRangeMin'] = '-10',
                    ['TemperatureRangeMax'] = '-6',
                    ['MoistureRangeMin'] = '0',
                    ['MoistureRangeMax'] = '60',
        },
        ['Ocean'] = {
                    ['ID'] = 'Ocean',
                    ['Name'] =  {
                            ['English'] = "Ocean Biome",
                            ['Russian'] = "Океан",
                            ['German'] = "Ozeanbiom",
                            ['French'] = "Biome océanique",
                            },
                    ['Description'] = '',
                    ['Color'] = 'LightSkyBlue',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'OceanBiome',
                    ['PrevailingRockType'] = 'BasaltBlock',
                    ['TemperatureRangeMin'] = '6',
                    ['TemperatureRangeMax'] = '30',
                    ['MoistureRangeMin'] = '0',
                    ['MoistureRangeMax'] = '100',
        },
        ['Rain Forest'] = {
                    ['ID'] = 'RainForest',
                    ['Name'] =  {
                            ['English'] = "Rainforest Biome",
                            ['Russian'] = "Тропический лес",
                            ['German'] = "Regenwaldbiom",
                            ['French'] = "Biome tropical",
                            },
                    ['Description'] = '',
                    ['Color'] = 'LightSeaGreen',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'RainForestBiome',
                    ['PrevailingRockType'] = 'ShaleBlock',
                    ['TemperatureRangeMin'] = '14',
                    ['TemperatureRangeMax'] = '22',
                    ['MoistureRangeMin'] = '70',
                    ['MoistureRangeMax'] = '100',
        },
        ['Steppe'] = {
                    ['ID'] = 'Steppe',
                    ['Name'] =  {
                            ['English'] = "Steppe Biome",
                            ['Russian'] = "Steppe Biome",
                            ['German'] = "Steppe Biome",
                            ['French'] = "Steppe Biome",
                            },
                    ['Description'] = '',
                    ['Color'] = 'LightGreen',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'SteppeBiome',
                    ['PrevailingRockType'] = 'LimestoneBlock',
                    ['TemperatureRangeMin'] = '6',
                    ['TemperatureRangeMax'] = '22',
                    ['MoistureRangeMin'] = '30',
                    ['MoistureRangeMax'] = '50',
        },
        ['Taiga'] = {
                    ['ID'] = 'Taiga',
                    ['Name'] =  {
                            ['English'] = "Boreal Forest Biome",
                            ['Russian'] = "Тайга",
                            ['German'] = "Borealer Wald Biom",
                            ['French'] = "Biome taïga",
                            },
                    ['Description'] = '',
                    ['Color'] = 'OliveDrab',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'TaigaBiome',
                    ['PrevailingRockType'] = 'GraniteBlock',
                    ['TemperatureRangeMin'] = '-2',
                    ['TemperatureRangeMax'] = '2',
                    ['MoistureRangeMin'] = '20',
                    ['MoistureRangeMax'] = '50',
        },
        ['Tundra'] = {
                    ['ID'] = 'Tundra',
                    ['Name'] =  {
                            ['English'] = "Tundra Biome",
                            ['Russian'] = "Тундра",
                            ['German'] = "Tundrabiom",
                            ['French'] = "Biome de toundra",
                            },
                    ['Description'] = '',
                    ['Color'] = 'DarkKhaki',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'TundraBiome',
                    ['PrevailingRockType'] = 'GraniteBlock',
                    ['TemperatureRangeMin'] = '-6',
                    ['TemperatureRangeMax'] = '-2',
                    ['MoistureRangeMin'] = '0',
                    ['MoistureRangeMax'] = '60',
        },
        ['Warm Coast'] = {
                    ['ID'] = 'WarmCoast',
                    ['Name'] =  {
                            ['English'] = "Warm Coast Biome",
                            ['Russian'] = "Warm Coast Biome",
                            ['German'] = "Warm Coast Biome",
                            ['French'] = "Warm Coast Biome",
                            },
                    ['Description'] = '',
                    ['Color'] = 'LightGoldenrodYellow',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'WarmCoastBiome',
                    ['PrevailingRockType'] = 'SandstoneBlock',
                    ['TemperatureRangeMin'] = '-10',
                    ['TemperatureRangeMax'] = '30',
                    ['MoistureRangeMin'] = '0',
                    ['MoistureRangeMax'] = '100',
        },
        ['Warm Forest'] = {
                    ['ID'] = 'WarmForest',
                    ['Name'] =  {
                            ['English'] = "Warm Forest Biome",
                            ['Russian'] = "Тёплый лес",
                            ['German'] = "Warmer Wald Biom",
                            ['French'] = "Biome tempéré",
                            },
                    ['Description'] = '',
                    ['Color'] = 'DarkGoldenrod',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'WarmForestBiome',
                    ['PrevailingRockType'] = 'GraniteBlock',
                    ['TemperatureRangeMin'] = '10',
                    ['TemperatureRangeMax'] = '22',
                    ['MoistureRangeMin'] = '50',
                    ['MoistureRangeMax'] = '60',
        },
        ['Wetland'] = {
                    ['ID'] = 'Wetland',
                    ['Name'] =  {
                            ['English'] = "Wetland Biome",
                            ['Russian'] = "Болото",
                            ['German'] = "Sumpf Biom",
                            ['French'] = "Biome marécageux",
                            },
                    ['Description'] = '',
                    ['Color'] = 'DarkGreen',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'WetlandBiome',
                    ['PrevailingRockType'] = 'ShaleBlock',
                    ['TemperatureRangeMin'] = '6',
                    ['TemperatureRangeMax'] = '14',
                    ['MoistureRangeMin'] = '60',
                    ['MoistureRangeMax'] = '80',
        },
    },
}