« Module:BiomeData » : différence entre les versions
De Eco - Wiki Français
[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 = { | ||
[' | ['Océan Profond'] = { | ||
['ID'] = 'DeepOceanBiome', | ['ID'] = 'DeepOceanBiome', | ||
['RootBiome'] = 'Ocean', | ['RootBiome'] = 'Ocean', | ||
['Description'] = ' | ['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'] = ' | ['PrevailingRockType'] = 'Basalte', | ||
}, | }, | ||
[' | ['Océan'] = { | ||
['ID'] = 'OceanBiome', | ['ID'] = 'OceanBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = ' | ['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'] = ' | ['PrevailingRockType'] = 'Basalte', | ||
}, | }, | ||
[' | ['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'] = ' | ['PrevailingRockType'] = 'Calcaire', | ||
}, | }, | ||
[' | ['Prairie'] = { | ||
['ID'] = 'GrasslandBiome', | ['ID'] = 'GrasslandBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = ' | ['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'] = ' | ['PrevailingRockType'] = 'Calcaire', | ||
}, | }, | ||
[' | ['Forêt Chaude'] = { | ||
['ID'] = 'WarmForestBiome', | ['ID'] = 'WarmForestBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = ' | ['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', | ||
}, | }, | ||
[' | ['Forêt Froide'] = { | ||
['ID'] = 'ColdForestBiome', | ['ID'] = 'ColdForestBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = ' | ['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', | ||
}, | }, | ||
[' | ['Forêt Tropicale'] = { | ||
['ID'] = 'RainForestBiome', | ['ID'] = 'RainForestBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = ' | ['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'] = ' | ['PrevailingRockType'] = 'Schiste', | ||
}, | }, | ||
[' | ['Désert'] = { | ||
['ID'] = 'DesertBiome', | ['ID'] = 'DesertBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = ' | ['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'] = ' | ['PrevailingRockType'] = 'Grès', | ||
}, | }, | ||
[' | ['Taïga'] = { | ||
['ID'] = 'TaigaBiome', | ['ID'] = 'TaigaBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = ' | ['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', | ||
}, | }, | ||
[' | ['Toundra'] = { | ||
['ID'] = 'TundraBiome', | ['ID'] = 'TundraBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = ' | ['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', | ||
}, | }, | ||
[' | ['Glace'] = { | ||
['ID'] = 'IceBiome', | ['ID'] = 'IceBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = ' | ['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', | ||
}, | }, | ||
[' | ['Zone Humide'] = { | ||
['ID'] = 'WetlandBiome', | ['ID'] = 'WetlandBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = ' | ['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'] = ' | ['PrevailingRockType'] = 'Schiste', | ||
}, | }, | ||
[' | ['Côte Froide'] = { | ||
['ID'] = 'ColdCoastBiome', | ['ID'] = 'ColdCoastBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = ' | ['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'] = ' | ['PrevailingRockType'] = 'Calcaire', | ||
}, | }, | ||
[' | ['Côte Chaude'] = { | ||
['ID'] = 'WarmCoastBiome', | ['ID'] = 'WarmCoastBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = ' | ['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'] = ' | ['PrevailingRockType'] = 'Grès', | ||
}, | }, | ||
[' | ['Steppe Froide'] = { | ||
['ID'] = 'SteppeBiome', | ['ID'] = 'SteppeBiome', | ||
['RootBiome'] = 'Grassland', | ['RootBiome'] = 'Grassland', | ||
['Description'] = ' | ['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'] = ' | ['PrevailingRockType'] = 'Calcaire', | ||
}, | }, | ||
[' | ['Haut Désert'] = { | ||
['ID'] = 'HighDesertBiome', | ['ID'] = 'HighDesertBiome', | ||
['RootBiome'] = 'Desert', | ['RootBiome'] = 'Desert', | ||
['Description'] = ' | ['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', | |||
['TemperatureRangeMin'] = '0.7', | |||
['TemperatureRangeMax'] = '1.0', | |||
['MoistureRangeMin'] = '0.0', | |||
['MoistureRangeMax'] = '0.3', | |||
['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',
},
},
}