« Module:BiomeData » : différence entre les versions

De Eco - Wiki Français
Aller à :navigation, rechercher
[version non vérifiée][version non vérifiée]
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']... »
 
Traduction initiale en français
 
Ligne 1 : Ligne 1 :
     return {
     return {
     biomes = {
     biomes = {
['Deep Ocean'] = {
['Océan Profond'] = {
['ID'] = 'DeepOceanBiome',
['ID'] = 'DeepOceanBiome',
['RootBiome'] = 'Ocean',
['RootBiome'] = 'Ocean',
['Description'] = 'The deepest parts of the ocean, bearing the largest marine species and migrating populations of fish.',
['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',
['IsOcean'] = 'True',
['CanSpawnLake'] = nil,
['CanSpawnLake'] = nil,
Ligne 14 : Ligne 14 :
['MoistureRangeMin'] = '0.0',
['MoistureRangeMin'] = '0.0',
['MoistureRangeMax'] = '1.0',
['MoistureRangeMax'] = '1.0',
['PrevailingRockType'] = 'Basalt',
['PrevailingRockType'] = 'Basalte',
},
},
['Ocean'] = {
['Océan'] = {
['ID'] = 'OceanBiome',
['ID'] = 'OceanBiome',
['RootBiome'] = nil,
['RootBiome'] = nil,
['Description'] = 'The parts of the ocean on the continental shelves, abundant with life.',
['Description'] = 'Les parties de l\'océan sur les plateaux continentaux, abondantes en vie.',
['IsOcean'] = 'True',
['IsOcean'] = 'True',
['CanSpawnLake'] = nil,
['CanSpawnLake'] = nil,
Ligne 29 : Ligne 29 :
['MoistureRangeMin'] = '0.0',
['MoistureRangeMin'] = '0.0',
['MoistureRangeMax'] = '1.0',
['MoistureRangeMax'] = '1.0',
['PrevailingRockType'] = 'Basalt',
['PrevailingRockType'] = 'Basalte',
},
},
['Coast'] = {
['Côte'] = {
['ID'] = 'CoastBiome',
['ID'] = 'CoastBiome',
['RootBiome'] = nil,
['RootBiome'] = nil,
Ligne 44 : Ligne 44 :
['MoistureRangeMin'] = '0.0',
['MoistureRangeMin'] = '0.0',
['MoistureRangeMax'] = '1.0',
['MoistureRangeMax'] = '1.0',
['PrevailingRockType'] = 'Limestone',
['PrevailingRockType'] = 'Calcaire',
},
},
['Grassland'] = {
['Prairie'] = {
['ID'] = 'GrasslandBiome',
['ID'] = 'GrasslandBiome',
['RootBiome'] = nil,
['RootBiome'] = nil,
['Description'] = 'A biome where there is enough water to support grasses but not many trees.',
['Description'] = 'Un biome où il y a assez d\'eau pour soutenir les herbes mais pas beaucoup d\'arbres.',
['IsOcean'] = nil,
['IsOcean'] = nil,
['CanSpawnLake'] = 'True',
['CanSpawnLake'] = 'True',
Ligne 59 : Ligne 59 :
['MoistureRangeMin'] = '0.3',
['MoistureRangeMin'] = '0.3',
['MoistureRangeMax'] = '0.5',
['MoistureRangeMax'] = '0.5',
['PrevailingRockType'] = 'Limestone',
['PrevailingRockType'] = 'Calcaire',
},
},
['Warm Forest'] = {
['Forêt Chaude'] = {
['ID'] = 'WarmForestBiome',
['ID'] = 'WarmForestBiome',
['RootBiome'] = nil,
['RootBiome'] = nil,
['Description'] = 'A biome wet enough to support dense tree cover, and warm enough that broadleaf trees tend to dominate.',
['Description'] = 'Un biome assez humide pour soutenir une couverture forestière dense, et suffisamment chaud pour que les arbres à feuilles larges dominent.',
['IsOcean'] = nil,
['IsOcean'] = nil,
['CanSpawnLake'] = nil,
['CanSpawnLake'] = nil,
Ligne 76 : Ligne 76 :
['PrevailingRockType'] = 'Granite',
['PrevailingRockType'] = 'Granite',
},
},
['Cold Forest'] = {
['Forêt Froide'] = {
['ID'] = 'ColdForestBiome',
['ID'] = 'ColdForestBiome',
['RootBiome'] = nil,
['RootBiome'] = nil,
['Description'] = 'A biome wet enough to support dense tree cover, and cold enough that conniferous trees tend to dominate.',
['Description'] = 'Un biome assez humide pour soutenir une couverture forestière dense, et assez froid pour que les conifères dominent.',
['IsOcean'] = nil,
['IsOcean'] = nil,
['CanSpawnLake'] = nil,
['CanSpawnLake'] = nil,
Ligne 91 : Ligne 91 :
['PrevailingRockType'] = 'Granite',
['PrevailingRockType'] = 'Granite',
},
},
['Rainforest'] = {
['Forêt Tropicale'] = {
['ID'] = 'RainForestBiome',
['ID'] = 'RainForestBiome',
['RootBiome'] = nil,
['RootBiome'] = nil,
['Description'] = 'A wet and warm biome that supports a forest abundant with plant and animal life.',
['Description'] = 'Un biome chaud et humide qui abrite une forêt abondante en vie végétale et animale.',
['IsOcean'] = nil,
['IsOcean'] = nil,
['CanSpawnLake'] = 'True',
['CanSpawnLake'] = 'True',
Ligne 104 : Ligne 104 :
['MoistureRangeMin'] = '0.7',
['MoistureRangeMin'] = '0.7',
['MoistureRangeMax'] = '1.0',
['MoistureRangeMax'] = '1.0',
['PrevailingRockType'] = 'Shale',
['PrevailingRockType'] = 'Schiste',
},
},
['Desert'] = {
['Désert'] = {
['ID'] = 'DesertBiome',
['ID'] = 'DesertBiome',
['RootBiome'] = nil,
['RootBiome'] = nil,
['Description'] = 'The dryest biome, and in Eco currently the hottest as well.',
['Description'] = 'Le biome le plus sec, et actuellement dans Eco également le plus chaud.',
['IsOcean'] = nil,
['IsOcean'] = nil,
['CanSpawnLake'] = nil,
['CanSpawnLake'] = nil,
Ligne 119 : Ligne 119 :
['MoistureRangeMin'] = '0.0',
['MoistureRangeMin'] = '0.0',
['MoistureRangeMax'] = '0.3',
['MoistureRangeMax'] = '0.3',
['PrevailingRockType'] = 'Sandstone',
['PrevailingRockType'] = 'Grès',
},
},
['Taiga'] = {
['Taïga'] = {
['ID'] = 'TaigaBiome',
['ID'] = 'TaigaBiome',
['RootBiome'] = nil,
['RootBiome'] = nil,
['Description'] = 'A cold and somewhat dry biome that supports a sparse forest of conniferous trees.',
['Description'] = 'Un biome froid et relativement sec qui supporte une forêt clairsemée de conifères.',
['IsOcean'] = nil,
['IsOcean'] = nil,
['CanSpawnLake'] = 'True',
['CanSpawnLake'] = 'True',
Ligne 136 : Ligne 136 :
['PrevailingRockType'] = 'Granite',
['PrevailingRockType'] = 'Granite',
},
},
['Tundra'] = {
['Toundra'] = {
['ID'] = 'TundraBiome',
['ID'] = 'TundraBiome',
['RootBiome'] = nil,
['RootBiome'] = nil,
['Description'] = 'A very cold biome that cannot support trees but is host to a unique plant and animal community.',
['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,
['IsOcean'] = nil,
['CanSpawnLake'] = 'True',
['CanSpawnLake'] = 'True',
Ligne 151 : Ligne 151 :
['PrevailingRockType'] = 'Granite',
['PrevailingRockType'] = 'Granite',
},
},
['Ice'] = {
['Glace'] = {
['ID'] = 'IceBiome',
['ID'] = 'IceBiome',
['RootBiome'] = nil,
['RootBiome'] = nil,
['Description'] = 'The coldest areas of the land, covered by glacial ice.',
['Description'] = 'Les zones les plus froides des terres, couvertes de glace glaciaire.',
['IsOcean'] = nil,
['IsOcean'] = nil,
['CanSpawnLake'] = nil,
['CanSpawnLake'] = nil,
Ligne 166 : Ligne 166 :
['PrevailingRockType'] = 'Granite',
['PrevailingRockType'] = 'Granite',
},
},
['Wetland'] = {
['Zone Humide'] = {
['ID'] = 'WetlandBiome',
['ID'] = 'WetlandBiome',
['RootBiome'] = nil,
['RootBiome'] = nil,
['Description'] = 'A unique biome characterized by a saturation of the soil with fresh or brackish water.',
['Description'] = 'Un biome unique caractérisé par une saturation du sol en eau douce ou saumâtre.',
['IsOcean'] = nil,
['IsOcean'] = nil,
['CanSpawnLake'] = 'True',
['CanSpawnLake'] = 'True',
Ligne 179 : Ligne 179 :
['MoistureRangeMin'] = '0.6',
['MoistureRangeMin'] = '0.6',
['MoistureRangeMax'] = '0.8',
['MoistureRangeMax'] = '0.8',
['PrevailingRockType'] = 'Shale',
['PrevailingRockType'] = 'Schiste',
},
},
['Cold Coast'] = {
['Côte Froide'] = {
['ID'] = 'ColdCoastBiome',
['ID'] = 'ColdCoastBiome',
['RootBiome'] = nil,
['RootBiome'] = nil,
['Description'] = 'Beaches and shallow waters in colder climates.',
['Description'] = 'Plages et eaux peu profondes dans les climats plus froids.',
['IsOcean'] = nil,
['IsOcean'] = nil,
['CanSpawnLake'] = 'True',
['CanSpawnLake'] = 'True',
Ligne 194 : Ligne 194 :
['MoistureRangeMin'] = '0.0',
['MoistureRangeMin'] = '0.0',
['MoistureRangeMax'] = '1.0',
['MoistureRangeMax'] = '1.0',
['PrevailingRockType'] = 'Limestone',
['PrevailingRockType'] = 'Calcaire',
},
},
['Warm Coast'] = {
['Côte Chaude'] = {
['ID'] = 'WarmCoastBiome',
['ID'] = 'WarmCoastBiome',
['RootBiome'] = nil,
['RootBiome'] = nil,
['Description'] = 'Beaches and shallow waters in warmer climates.',
['Description'] = 'Plages et eaux peu profondes dans les climats plus chauds.',
['IsOcean'] = nil,
['IsOcean'] = nil,
['CanSpawnLake'] = 'True',
['CanSpawnLake'] = 'True',
Ligne 209 : Ligne 209 :
['MoistureRangeMin'] = '0.0',
['MoistureRangeMin'] = '0.0',
['MoistureRangeMax'] = '1.0',
['MoistureRangeMax'] = '1.0',
['PrevailingRockType'] = 'Sandstone',
['PrevailingRockType'] = 'Grès',
},
},
['Cold Steppe'] = {
['Steppe Froide'] = {
['ID'] = 'SteppeBiome',
['ID'] = 'SteppeBiome',
['RootBiome'] = 'Grassland',
['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.',
['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,
['IsOcean'] = nil,
['CanSpawnLake'] = nil,
['CanSpawnLake'] = nil,
Ligne 224 : Ligne 224 :
['MoistureRangeMin'] = '0.3',
['MoistureRangeMin'] = '0.3',
['MoistureRangeMax'] = '0.5',
['MoistureRangeMax'] = '0.5',
['PrevailingRockType'] = 'Limestone',
['PrevailingRockType'] = 'Calcaire',
},
},
['High Desert'] = {
['Haut Désert'] = {
['ID'] = 'HighDesertBiome',
['ID'] = 'HighDesertBiome',
['RootBiome'] = 'Desert',
['RootBiome'] = 'Desert',
['Description'] = 'A slightly colder grassland, often characterized by even fewer trees and larger open spaces. ',
['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,
['IsOcean'] = nil,
['CanSpawnLake'] = nil,
['CanSpawnLake'] = nil,
['Color'] = 'SandyBrown',
['Color'] = 'SandyBrown',
['ElevationRangeMin'] = '0.225',
['ElevationRangeMin'] = '0.225',
['ElevationRangeMax'] = '0.3',
['ElevationRangeMax'] = '0.3',
['TemperatureRangeMin'] = '0.7',
['TemperatureRangeMin'] = '0.7',
['TemperatureRangeMax'] = '1.0',
['TemperatureRangeMax'] = '1.0',
['MoistureRangeMin'] = '0.0',
['MoistureRangeMin'] = '0.0',
['MoistureRangeMax'] = '0.3',
['MoistureRangeMax'] = '0.3',
['PrevailingRockType'] = 'Sandstone',
['PrevailingRockType'] = 'Grès',
},
},
},
},
}
}

Dernière version du 16 décembre 2024 à 19:17

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',
		},
	},
}