Module:BiomeData

De Eco - Wiki Français
Version datée du 16 décembre 2024 à 19:03 par 172.71.186.23 (discussion) (Page créée avec «  return { biomes = { ['Deep Ocean'] = { ['ID'] = 'DeepOceanBiome', ['RootBiome'] = 'Ocean', ['Description'] = 'The deepest parts of the ocean, bearing the largest marine species and migrating populations of fish.', ['IsOcean'] = 'True', ['CanSpawnLake'] = nil, ['Color'] = 'SteelBlue', ['ElevationRangeMin'] = '-1.0', ['ElevationRangeMax'] = '-0.4', ['TemperatureRangeMin'] = '0.0', ['TemperatureRangeMax'] = '0.4', ['MoistureRangeMin']... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à :navigation, rechercher

La documentation pour ce module peut être créée à Module:BiomeData/doc

    return {
    biomes = {
	['Deep Ocean'] = {
		['ID'] = 'DeepOceanBiome',
		['RootBiome'] = 'Ocean',
		['Description'] = 'The deepest parts of the ocean, bearing the largest marine species and migrating populations of fish.',
		['IsOcean'] = 'True',
		['CanSpawnLake'] = nil,
		['Color'] = 'SteelBlue',
		['ElevationRangeMin'] = '-1.0',
		['ElevationRangeMax'] = '-0.4',
		['TemperatureRangeMin'] = '0.0',
		['TemperatureRangeMax'] = '0.4',
		['MoistureRangeMin'] = '0.0',
		['MoistureRangeMax'] = '1.0',
		['PrevailingRockType'] = 'Basalt',
	},
	['Ocean'] = {
		['ID'] = 'OceanBiome',
		['RootBiome'] = nil,
		['Description'] = 'The parts of the ocean on the continental shelves, abundant with life.',
		['IsOcean'] = 'True',
		['CanSpawnLake'] = nil,
		['Color'] = 'LightSkyBlue',
		['ElevationRangeMin'] = '-0.3',
		['ElevationRangeMax'] = '-0.05',
		['TemperatureRangeMin'] = '0.4',
		['TemperatureRangeMax'] = '1.0',
		['MoistureRangeMin'] = '0.0',
		['MoistureRangeMax'] = '1.0',
		['PrevailingRockType'] = 'Basalt',
	},
	['Coast'] = {
		['ID'] = 'CoastBiome',
		['RootBiome'] = nil,
		['Description'] = '',
		['IsOcean'] = nil,
		['CanSpawnLake'] = nil,
		['Color'] = 'LightGoldenrodYellow',
		['ElevationRangeMin'] = '0.02',
		['ElevationRangeMax'] = '0.1',
		['TemperatureRangeMin'] = '0.0',
		['TemperatureRangeMax'] = '1.0',
		['MoistureRangeMin'] = '0.0',
		['MoistureRangeMax'] = '1.0',
		['PrevailingRockType'] = 'Limestone',
	},
	['Grassland'] = {
		['ID'] = 'GrasslandBiome',
		['RootBiome'] = nil,
		['Description'] = 'A biome where there is enough water to support grasses but not many trees.',
		['IsOcean'] = nil,
		['CanSpawnLake'] = 'True',
		['Color'] = 'LightGreen',
		['ElevationRangeMin'] = '0.02',
		['ElevationRangeMax'] = '0.4',
		['TemperatureRangeMin'] = '0.4',
		['TemperatureRangeMax'] = '0.8',
		['MoistureRangeMin'] = '0.3',
		['MoistureRangeMax'] = '0.5',
		['PrevailingRockType'] = 'Limestone',
	},
	['Warm Forest'] = {
		['ID'] = 'WarmForestBiome',
		['RootBiome'] = nil,
		['Description'] = 'A biome wet enough to support dense tree cover, and warm enough that broadleaf trees tend to dominate.',
		['IsOcean'] = nil,
		['CanSpawnLake'] = nil,
		['Color'] = 'DarkGoldenrod',
		['ElevationRangeMin'] = '0.1',
		['ElevationRangeMax'] = '0.5',
		['TemperatureRangeMin'] = '0.5',
		['TemperatureRangeMax'] = '0.8',
		['MoistureRangeMin'] = '0.5',
		['MoistureRangeMax'] = '0.6',
		['PrevailingRockType'] = 'Granite',
	},
	['Cold Forest'] = {
		['ID'] = 'ColdForestBiome',
		['RootBiome'] = nil,
		['Description'] = 'A biome wet enough to support dense tree cover, and cold enough that conniferous trees tend to dominate.',
		['IsOcean'] = nil,
		['CanSpawnLake'] = nil,
		['Color'] = 'ForestGreen',
		['ElevationRangeMin'] = '0.1',
		['ElevationRangeMax'] = '0.7',
		['TemperatureRangeMin'] = '0.2',
		['TemperatureRangeMax'] = '0.5',
		['MoistureRangeMin'] = '0.5',
		['MoistureRangeMax'] = '0.6',
		['PrevailingRockType'] = 'Granite',
	},
	['Rainforest'] = {
		['ID'] = 'RainForestBiome',
		['RootBiome'] = nil,
		['Description'] = 'A wet and warm biome that supports a forest abundant with plant and animal life.',
		['IsOcean'] = nil,
		['CanSpawnLake'] = 'True',
		['Color'] = 'LightSeaGreen',
		['ElevationRangeMin'] = '0.1',
		['ElevationRangeMax'] = '0.5',
		['TemperatureRangeMin'] = '0.6',
		['TemperatureRangeMax'] = '0.8',
		['MoistureRangeMin'] = '0.7',
		['MoistureRangeMax'] = '1.0',
		['PrevailingRockType'] = 'Shale',
	},
	['Desert'] = {
		['ID'] = 'DesertBiome',
		['RootBiome'] = nil,
		['Description'] = 'The dryest biome, and in Eco currently the hottest as well.',
		['IsOcean'] = nil,
		['CanSpawnLake'] = nil,
		['Color'] = 'SandyBrown',
		['ElevationRangeMin'] = '0.02',
		['ElevationRangeMax'] = '0.2',
		['TemperatureRangeMin'] = '0.7',
		['TemperatureRangeMax'] = '1.0',
		['MoistureRangeMin'] = '0.0',
		['MoistureRangeMax'] = '0.3',
		['PrevailingRockType'] = 'Sandstone',
	},
	['Taiga'] = {
		['ID'] = 'TaigaBiome',
		['RootBiome'] = nil,
		['Description'] = 'A cold and somewhat dry biome that supports a sparse forest of conniferous trees.',
		['IsOcean'] = nil,
		['CanSpawnLake'] = 'True',
		['Color'] = 'OliveDrab',
		['ElevationRangeMin'] = '0.3',
		['ElevationRangeMax'] = '1.0',
		['TemperatureRangeMin'] = '0.2',
		['TemperatureRangeMax'] = '0.3',
		['MoistureRangeMin'] = '0.2',
		['MoistureRangeMax'] = '0.5',
		['PrevailingRockType'] = 'Granite',
	},
	['Tundra'] = {
		['ID'] = 'TundraBiome',
		['RootBiome'] = nil,
		['Description'] = 'A very cold biome that cannot support trees but is host to a unique plant and animal community.',
		['IsOcean'] = nil,
		['CanSpawnLake'] = 'True',
		['Color'] = 'DarkKhaki',
		['ElevationRangeMin'] = '0.4',
		['ElevationRangeMax'] = '1.0',
		['TemperatureRangeMin'] = '0.1',
		['TemperatureRangeMax'] = '0.2',
		['MoistureRangeMin'] = '0.0',
		['MoistureRangeMax'] = '0.6',
		['PrevailingRockType'] = 'Granite',
	},
	['Ice'] = {
		['ID'] = 'IceBiome',
		['RootBiome'] = nil,
		['Description'] = 'The coldest areas of the land, covered by glacial ice.',
		['IsOcean'] = nil,
		['CanSpawnLake'] = nil,
		['Color'] = 'White',
		['ElevationRangeMin'] = '0.6',
		['ElevationRangeMax'] = '1.0',
		['TemperatureRangeMin'] = '0.0',
		['TemperatureRangeMax'] = '0.1',
		['MoistureRangeMin'] = '0.0',
		['MoistureRangeMax'] = '0.6',
		['PrevailingRockType'] = 'Granite',
	},
	['Wetland'] = {
		['ID'] = 'WetlandBiome',
		['RootBiome'] = nil,
		['Description'] = 'A unique biome characterized by a saturation of the soil with fresh or brackish water.',
		['IsOcean'] = nil,
		['CanSpawnLake'] = 'True',
		['Color'] = 'DarkGreen',
		['ElevationRangeMin'] = '0.02',
		['ElevationRangeMax'] = '0.3',
		['TemperatureRangeMin'] = '0.4',
		['TemperatureRangeMax'] = '0.6',
		['MoistureRangeMin'] = '0.6',
		['MoistureRangeMax'] = '0.8',
		['PrevailingRockType'] = 'Shale',
	},
	['Cold Coast'] = {
		['ID'] = 'ColdCoastBiome',
		['RootBiome'] = nil,
		['Description'] = 'Beaches and shallow waters in colder climates.',
		['IsOcean'] = nil,
		['CanSpawnLake'] = 'True',
		['Color'] = 'LightCyan',
		['ElevationRangeMin'] = '0.05',
		['ElevationRangeMax'] = '0.1',
		['TemperatureRangeMin'] = '0.0',
		['TemperatureRangeMax'] = '1.0',
		['MoistureRangeMin'] = '0.0',
		['MoistureRangeMax'] = '1.0',
		['PrevailingRockType'] = 'Limestone',
	},
	['Warm Coast'] = {
		['ID'] = 'WarmCoastBiome',
		['RootBiome'] = nil,
		['Description'] = 'Beaches and shallow waters in warmer climates.',
		['IsOcean'] = nil,
		['CanSpawnLake'] = 'True',
		['Color'] = 'LightGoldenrodYellow',
		['ElevationRangeMin'] = '0.05',
		['ElevationRangeMax'] = '0.1',
		['TemperatureRangeMin'] = '0.0',
		['TemperatureRangeMax'] = '1.0',
		['MoistureRangeMin'] = '0.0',
		['MoistureRangeMax'] = '1.0',
		['PrevailingRockType'] = 'Sandstone',
	},
	['Cold Steppe'] = {
		['ID'] = 'SteppeBiome',
		['RootBiome'] = 'Grassland',
		['Description'] = 'A geologically uplifted part of the desert with species more tolerant to cold and that enjoy the steep cliffs caused by erosion.',
		['IsOcean'] = nil,
		['CanSpawnLake'] = nil,
		['Color'] = 'LightGreen',
		['ElevationRangeMin'] = '0.325',
		['ElevationRangeMax'] = '0.4',
		['TemperatureRangeMin'] = '0.4',
		['TemperatureRangeMax'] = '0.8',
		['MoistureRangeMin'] = '0.3',
		['MoistureRangeMax'] = '0.5',
		['PrevailingRockType'] = 'Limestone',
	},
	['High Desert'] = {
		['ID'] = 'HighDesertBiome',
		['RootBiome'] = 'Desert',
		['Description'] = 'A slightly colder grassland, often characterized by even fewer trees and larger open spaces.  ',
		['IsOcean'] = nil,
		['CanSpawnLake'] = nil,
		['Color'] = 'SandyBrown',
		['ElevationRangeMin'] = '0.225',
		['ElevationRangeMax'] = '0.3',
		['TemperatureRangeMin'] = '0.7',
		['TemperatureRangeMax'] = '1.0',
		['MoistureRangeMin'] = '0.0',
		['MoistureRangeMax'] = '0.3',
		['PrevailingRockType'] = 'Sandstone',
		},
	},
}