Модуль:BiomeData

Материал из Eco - Русская Wiki
Версия от 16:22, 22 сентября 2025; StalEF (обсуждение | вклад) (Новая страница: «-- 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'] = {...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к:навигация, поиск

Для документации этого модуля может быть создана страница Модуль:BiomeData/doc

-- 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'] =  {
                            ['English'] = "Beaches and shallow waters.",
                            ['Russian'] = "Beaches and shallow waters.",
                            ['German'] = "Beaches and shallow waters.",
                            ['French'] = "Beaches and shallow waters.",
                            },
                    ['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'] =  {
                            ['English'] = "Beaches and shallow waters in colder climates.",
                            ['Russian'] = "Beaches and shallow waters in colder climates.",
                            ['German'] = "Beaches and shallow waters in colder climates.",
                            ['French'] = "Beaches and shallow waters in colder climates.",
                            },
                    ['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'] =  {
                            ['English'] = "A biome wet enough to support dense tree cover, and cold enough that conniferous trees tend to dominate.",
                            ['Russian'] = "A biome wet enough to support dense tree cover, and cold enough that conniferous trees tend to dominate.",
                            ['German'] = "A biome wet enough to support dense tree cover, and cold enough that conniferous trees tend to dominate.",
                            ['French'] = "A biome wet enough to support dense tree cover, and cold enough that conniferous trees tend to dominate.",
                            },
                    ['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'] =  {
                            ['English'] = "The deepest parts of the ocean, bearing the largest marine species and migrating populations of fish.",
                            ['Russian'] = "The deepest parts of the ocean, bearing the largest marine species and migrating populations of fish.",
                            ['German'] = "The deepest parts of the ocean, bearing the largest marine species and migrating populations of fish.",
                            ['French'] = "The deepest parts of the ocean, bearing the largest marine species and migrating populations of fish.",
                            },
                    ['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'] =  {
                            ['English'] = "The dryest biome, and in Eco currently the hottest as well.",
                            ['Russian'] = "The dryest biome, and in Eco currently the hottest as well.",
                            ['German'] = "The dryest biome, and in Eco currently the hottest as well.",
                            ['French'] = "The dryest biome, and in Eco currently the hottest as well.",
                            },
                    ['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'] =  {
                            ['English'] = "A biome where there is enough water to support grasses but not many trees.",
                            ['Russian'] = "A biome where there is enough water to support grasses but not many trees.",
                            ['German'] = "A biome where there is enough water to support grasses but not many trees.",
                            ['French'] = "A biome where there is enough water to support grasses but not many trees.",
                            },
                    ['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'] =  {
                            ['English'] = "A geologically uplifted part of the desert with species more tolerant to cold and that enjoy the steep cliffs caused by erosion.",
                            ['Russian'] = "A geologically uplifted part of the desert with species more tolerant to cold and that enjoy the steep cliffs caused by erosion.",
                            ['German'] = "A geologically uplifted part of the desert with species more tolerant to cold and that enjoy the steep cliffs caused by erosion.",
                            ['French'] = "A geologically uplifted part of the desert with species more tolerant to cold and that enjoy the steep cliffs caused by erosion.",
                            },
                    ['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'] =  {
                            ['English'] = "The coldest areas of the land, covered by glacial ice.",
                            ['Russian'] = "The coldest areas of the land, covered by glacial ice.",
                            ['German'] = "The coldest areas of the land, covered by glacial ice.",
                            ['French'] = "The coldest areas of the land, covered by glacial ice.",
                            },
                    ['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'] =  {
                            ['English'] = "The parts of the ocean on the continental shelves, abundant with life.",
                            ['Russian'] = "The parts of the ocean on the continental shelves, abundant with life.",
                            ['German'] = "The parts of the ocean on the continental shelves, abundant with life.",
                            ['French'] = "The parts of the ocean on the continental shelves, abundant with life.",
                            },
                    ['Color'] = 'LightSkyBlue',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'OceanBiome',
                    ['PrevailingRockType'] = 'BasaltBlock',
                    ['TemperatureRangeMin'] = '6',
                    ['TemperatureRangeMax'] = '30',
                    ['MoistureRangeMin'] = '0',
                    ['MoistureRangeMax'] = '100',
        },
        ['Rainforest'] = {
                    ['ID'] = 'RainForest',
                    ['Name'] =  {
                            ['English'] = "Rainforest Biome",
                            ['Russian'] = "Тропический лес",
                            ['German'] = "Regenwaldbiom",
                            ['French'] = "Biome tropical",
                            },
                    ['Description'] =  {
                            ['English'] = "A wet and warm biome that supports a forest abundant with plant and animal life.",
                            ['Russian'] = "A wet and warm biome that supports a forest abundant with plant and animal life.",
                            ['German'] = "A wet and warm biome that supports a forest abundant with plant and animal life.",
                            ['French'] = "A wet and warm biome that supports a forest abundant with plant and animal life.",
                            },
                    ['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'] =  {
                            ['English'] = "A slightly colder grassland, often characterized by even fewer trees and larger open spaces.",
                            ['Russian'] = "A slightly colder grassland, often characterized by even fewer trees and larger open spaces.",
                            ['German'] = "A slightly colder grassland, often characterized by even fewer trees and larger open spaces.",
                            ['French'] = "A slightly colder grassland, often characterized by even fewer trees and larger open spaces.",
                            },
                    ['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'] =  {
                            ['English'] = "A cold and somewhat dry biome that supports a sparse forest of conniferous trees.",
                            ['Russian'] = "A cold and somewhat dry biome that supports a sparse forest of conniferous trees.",
                            ['German'] = "A cold and somewhat dry biome that supports a sparse forest of conniferous trees.",
                            ['French'] = "A cold and somewhat dry biome that supports a sparse forest of conniferous trees.",
                            },
                    ['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'] =  {
                            ['English'] = "A very cold biome that cannot support trees but is host to a unique plant and animal community.",
                            ['Russian'] = "A very cold biome that cannot support trees but is host to a unique plant and animal community.",
                            ['German'] = "A very cold biome that cannot support trees but is host to a unique plant and animal community.",
                            ['French'] = "A very cold biome that cannot support trees but is host to a unique plant and animal community.",
                            },
                    ['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'] =  {
                            ['English'] = "Beaches and shallow waters in warmer climates.",
                            ['Russian'] = "Beaches and shallow waters in warmer climates.",
                            ['German'] = "Beaches and shallow waters in warmer climates.",
                            ['French'] = "Beaches and shallow waters in warmer climates.",
                            },
                    ['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'] =  {
                            ['English'] = "A biome wet enough to support dense tree cover, and warm enough that broadleaf trees tend to dominate.",
                            ['Russian'] = "A biome wet enough to support dense tree cover, and warm enough that broadleaf trees tend to dominate.",
                            ['German'] = "A biome wet enough to support dense tree cover, and warm enough that broadleaf trees tend to dominate.",
                            ['French'] = "A biome wet enough to support dense tree cover, and warm enough that broadleaf trees tend to dominate.",
                            },
                    ['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'] =  {
                            ['English'] = "A unique biome characterized by a saturation of the soil with fresh or brackish water.",
                            ['Russian'] = "A unique biome characterized by a saturation of the soil with fresh or brackish water.",
                            ['German'] = "A unique biome characterized by a saturation of the soil with fresh or brackish water.",
                            ['French'] = "A unique biome characterized by a saturation of the soil with fresh or brackish water.",
                            },
                    ['Color'] = 'DarkGreen',
                    ['CanSpawnLake'] = nil,
                    ['IsOcean'] = nil,
                    ['WorldLayer'] = 'WetlandBiome',
                    ['PrevailingRockType'] = 'ShaleBlock',
                    ['TemperatureRangeMin'] = '6',
                    ['TemperatureRangeMax'] = '14',
                    ['MoistureRangeMin'] = '60',
                    ['MoistureRangeMax'] = '80',
        },
    },
}