Module:BiomeData
De Eco - Wiki Français
La documentation pour ce module peut être créée à Module:BiomeData/doc
return {
biomes = {
['Océan Profond'] = {
['ID'] = 'DeepOceanBiome',
['RootBiome'] = 'Ocean',
['Description'] = 'Les parties les plus profondes de l\'océan, abritant les plus grandes espèces marines et les populations de poissons migrateurs.',
['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'] = 'Basalte',
},
['Océan'] = {
['ID'] = 'OceanBiome',
['RootBiome'] = nil,
['Description'] = 'Les parties de l\'océan sur les plateaux continentaux, abondantes en vie.',
['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'] = 'Basalte',
},
['Côte'] = {
['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'] = 'Calcaire',
},
['Prairie'] = {
['ID'] = 'GrasslandBiome',
['RootBiome'] = nil,
['Description'] = 'Un biome où il y a assez d\'eau pour soutenir les herbes mais pas beaucoup d\'arbres.',
['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'] = 'Calcaire',
},
['Forêt Chaude'] = {
['ID'] = 'WarmForestBiome',
['RootBiome'] = nil,
['Description'] = 'Un biome assez humide pour soutenir une couverture forestière dense, et suffisamment chaud pour que les arbres à feuilles larges dominent.',
['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',
},
['Forêt Froide'] = {
['ID'] = 'ColdForestBiome',
['RootBiome'] = nil,
['Description'] = 'Un biome assez humide pour soutenir une couverture forestière dense, et assez froid pour que les conifères dominent.',
['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',
},
['Forêt Tropicale'] = {
['ID'] = 'RainForestBiome',
['RootBiome'] = nil,
['Description'] = 'Un biome chaud et humide qui abrite une forêt abondante en vie végétale et animale.',
['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'] = 'Schiste',
},
['Désert'] = {
['ID'] = 'DesertBiome',
['RootBiome'] = nil,
['Description'] = 'Le biome le plus sec, et actuellement dans Eco également le plus chaud.',
['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'] = 'Grès',
},
['Taïga'] = {
['ID'] = 'TaigaBiome',
['RootBiome'] = nil,
['Description'] = 'Un biome froid et relativement sec qui supporte une forêt clairsemée de conifères.',
['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',
},
['Toundra'] = {
['ID'] = 'TundraBiome',
['RootBiome'] = nil,
['Description'] = 'Un biome très froid qui ne peut pas supporter d\'arbres mais qui abrite une communauté unique de plantes et d\'animaux.',
['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',
},
['Glace'] = {
['ID'] = 'IceBiome',
['RootBiome'] = nil,
['Description'] = 'Les zones les plus froides des terres, couvertes de glace glaciaire.',
['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',
},
['Zone Humide'] = {
['ID'] = 'WetlandBiome',
['RootBiome'] = nil,
['Description'] = 'Un biome unique caractérisé par une saturation du sol en eau douce ou saumâtre.',
['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'] = 'Schiste',
},
['Côte Froide'] = {
['ID'] = 'ColdCoastBiome',
['RootBiome'] = nil,
['Description'] = 'Plages et eaux peu profondes dans les climats plus froids.',
['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'] = 'Calcaire',
},
['Côte Chaude'] = {
['ID'] = 'WarmCoastBiome',
['RootBiome'] = nil,
['Description'] = 'Plages et eaux peu profondes dans les climats plus chauds.',
['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'] = 'Grès',
},
['Steppe Froide'] = {
['ID'] = 'SteppeBiome',
['RootBiome'] = 'Grassland',
['Description'] = 'Une partie géologiquement surélevée du désert avec des espèces plus tolérantes au froid et qui apprécient les falaises abruptes causées par l\'érosion.',
['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'] = 'Calcaire',
},
['Haut Désert'] = {
['ID'] = 'HighDesertBiome',
['RootBiome'] = 'Desert',
['Description'] = 'Une prairie légèrement plus froide, souvent caractérisée par encore moins d\'arbres et de plus grands espaces ouverts.',
['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'] = 'Grès',
},
},
}