Module:BiomeData: Difference between revisions
From Eco - English Wiki
[checked revision] | [checked revision] |
Update BiomeData for version 0.10.2.2 |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
return { | return { | ||
biomes = { | |||
ID = | ['Deep Ocean'] = { | ||
['ID'] = 'DeepOceanBiome', | |||
['RootBiome'] = 'Ocean', | |||
Description = | ['Description'] = 'The deepest parts of the ocean, bearing the largest marine species and migrating populations of fish.', | ||
['IsOcean'] = 'True', | |||
['CanSpawnLake'] = nil, | |||
Color = | ['Color'] = 'SteelBlue', | ||
['ElevationRangeMin'] = '-1.0', | |||
['ElevationRangeMax'] = '-0.4', | |||
['TemperatureRangeMin'] = '0.0', | |||
['TemperatureRangeMax'] = '0.4', | |||
['MoistureRangeMin'] = '0.0', | |||
['MoistureRangeMax'] = '1.0', | |||
['PrevailingRockType'] = 'Basalt', | |||
}, | }, | ||
Ocean = { | ['Ocean'] = { | ||
ID = | ['ID'] = 'OceanBiome', | ||
['RootBiome'] = nil, | |||
['Description'] = 'The parts of the ocean on the continental shelves, abundant with life.', | |||
Description = | ['IsOcean'] = 'True', | ||
['CanSpawnLake'] = nil, | |||
['Color'] = 'LightSkyBlue', | |||
Color = | ['ElevationRangeMin'] = '-0.3', | ||
['ElevationRangeMax'] = '-0.05', | |||
['TemperatureRangeMin'] = '0.4', | |||
['TemperatureRangeMax'] = '1.0', | |||
['MoistureRangeMin'] = '0.0', | |||
['MoistureRangeMax'] = '1.0', | |||
['PrevailingRockType'] = 'Basalt', | |||
}, | }, | ||
Coast = { | ['Coast'] = { | ||
ID = | ['ID'] = 'CoastBiome', | ||
['RootBiome'] = nil, | |||
['Description'] = '', | |||
Description = | ['IsOcean'] = nil, | ||
['CanSpawnLake'] = nil, | |||
['Color'] = 'LightGoldenrodYellow', | |||
Color = | ['ElevationRangeMin'] = '0.02', | ||
['ElevationRangeMax'] = '0.1', | |||
['TemperatureRangeMin'] = '0.0', | |||
['TemperatureRangeMax'] = '1.0', | |||
['MoistureRangeMin'] = '0.0', | |||
['MoistureRangeMax'] = '1.0', | |||
['PrevailingRockType'] = 'Limestone', | |||
}, | }, | ||
Grassland = { | ['Grassland'] = { | ||
ID = | ['ID'] = 'GrasslandBiome', | ||
['RootBiome'] = nil, | |||
['Description'] = 'A biome where there is enough water to support grasses but not many trees.', | |||
Description = | ['IsOcean'] = nil, | ||
['CanSpawnLake'] = 'True', | |||
['Color'] = 'LightGreen', | |||
Color = | ['ElevationRangeMin'] = '0.02', | ||
['ElevationRangeMax'] = '0.4', | |||
['TemperatureRangeMin'] = '0.4', | |||
['TemperatureRangeMax'] = '0.8', | |||
['MoistureRangeMin'] = '0.3', | |||
['MoistureRangeMax'] = '0.5', | |||
['PrevailingRockType'] = 'Limestone', | |||
}, | }, | ||
['Warm Forest'] = { | |||
ID = | ['ID'] = 'WarmForestBiome', | ||
['RootBiome'] = nil, | |||
['Description'] = 'A biome wet enough to support dense tree cover, and warm enough that broadleaf trees tend to dominate.', | |||
Description = | ['IsOcean'] = nil, | ||
['CanSpawnLake'] = nil, | |||
['Color'] = 'DarkGoldenrod', | |||
Color = | ['ElevationRangeMin'] = '0.1', | ||
['ElevationRangeMax'] = '0.5', | |||
['TemperatureRangeMin'] = '0.5', | |||
['TemperatureRangeMax'] = '0.8', | |||
['MoistureRangeMin'] = '0.5', | |||
['MoistureRangeMax'] = '0.6', | |||
['PrevailingRockType'] = 'Granite', | |||
}, | }, | ||
['Cold Forest'] = { | |||
ID = | ['ID'] = 'ColdForestBiome', | ||
['RootBiome'] = nil, | |||
['Description'] = 'A biome wet enough to support dense tree cover, and cold enough that conniferous trees tend to dominate.', | |||
Description = | ['IsOcean'] = nil, | ||
['CanSpawnLake'] = nil, | |||
['Color'] = 'ForestGreen', | |||
Color = | ['ElevationRangeMin'] = '0.1', | ||
['ElevationRangeMax'] = '0.7', | |||
['TemperatureRangeMin'] = '0.2', | |||
['TemperatureRangeMax'] = '0.5', | |||
['MoistureRangeMin'] = '0.5', | |||
['MoistureRangeMax'] = '0.6', | |||
['PrevailingRockType'] = 'Granite', | |||
}, | }, | ||
['Rainforest'] = { | |||
ID = | ['ID'] = 'RainForestBiome', | ||
['RootBiome'] = nil, | |||
['Description'] = 'A wet and warm biome that supports a forest abundant with plant and animal life.', | |||
Description = | ['IsOcean'] = nil, | ||
['CanSpawnLake'] = 'True', | |||
['Color'] = 'LightSeaGreen', | |||
Color = | ['ElevationRangeMin'] = '0.1', | ||
['ElevationRangeMax'] = '0.5', | |||
['TemperatureRangeMin'] = '0.6', | |||
['TemperatureRangeMax'] = '0.8', | |||
['MoistureRangeMin'] = '0.7', | |||
['MoistureRangeMax'] = '1.0', | |||
['PrevailingRockType'] = 'Shale', | |||
}, | }, | ||
Desert = { | ['Desert'] = { | ||
ID = | ['ID'] = 'DesertBiome', | ||
['RootBiome'] = nil, | |||
['Description'] = 'The dryest biome, and in Eco currently the hottest as well.', | |||
Description = | ['IsOcean'] = nil, | ||
['CanSpawnLake'] = nil, | |||
['Color'] = 'SandyBrown', | |||
Color = | ['ElevationRangeMin'] = '0.02', | ||
['ElevationRangeMax'] = '0.2', | |||
['TemperatureRangeMin'] = '0.7', | |||
['TemperatureRangeMax'] = '1.0', | |||
['MoistureRangeMin'] = '0.0', | |||
['MoistureRangeMax'] = '0.3', | |||
['PrevailingRockType'] = 'Sandstone', | |||
}, | }, | ||
Taiga = { | ['Taiga'] = { | ||
ID = | ['ID'] = 'TaigaBiome', | ||
['RootBiome'] = nil, | |||
['Description'] = 'A cold and somewhat dry biome that supports a sparse forest of conniferous trees.', | |||
Description = | ['IsOcean'] = nil, | ||
['CanSpawnLake'] = 'True', | |||
['Color'] = 'OliveDrab', | |||
Color = | ['ElevationRangeMin'] = '0.3', | ||
['ElevationRangeMax'] = '1.0', | |||
['TemperatureRangeMin'] = '0.2', | |||
['TemperatureRangeMax'] = '0.3', | |||
['MoistureRangeMin'] = '0.2', | |||
['MoistureRangeMax'] = '0.5', | |||
['PrevailingRockType'] = 'Granite', | |||
}, | }, | ||
Tundra = { | ['Tundra'] = { | ||
ID = | ['ID'] = 'TundraBiome', | ||
['RootBiome'] = nil, | |||
['Description'] = 'A very cold biome that cannot support trees but is host to a unique plant and animal community.', | |||
Description = | ['IsOcean'] = nil, | ||
['CanSpawnLake'] = 'True', | |||
['Color'] = 'DarkKhaki', | |||
Color = | ['ElevationRangeMin'] = '0.4', | ||
['ElevationRangeMax'] = '1.0', | |||
['TemperatureRangeMin'] = '0.1', | |||
['TemperatureRangeMax'] = '0.2', | |||
['MoistureRangeMin'] = '0.0', | |||
['MoistureRangeMax'] = '0.6', | |||
['PrevailingRockType'] = 'Granite', | |||
}, | }, | ||
Ice = { | ['Ice'] = { | ||
ID = | ['ID'] = 'IceBiome', | ||
['RootBiome'] = nil, | |||
['Description'] = 'The coldest areas of the land, covered by glacial ice.', | |||
Description = | ['IsOcean'] = nil, | ||
['CanSpawnLake'] = nil, | |||
['Color'] = 'White', | |||
Color = | ['ElevationRangeMin'] = '0.6', | ||
['ElevationRangeMax'] = '1.0', | |||
['TemperatureRangeMin'] = '0.0', | |||
['TemperatureRangeMax'] = '0.1', | |||
['MoistureRangeMin'] = '0.0', | |||
['MoistureRangeMax'] = '0.6', | |||
['PrevailingRockType'] = 'Granite', | |||
}, | }, | ||
Wetland = { | ['Wetland'] = { | ||
ID = | ['ID'] = 'WetlandBiome', | ||
['RootBiome'] = nil, | |||
['Description'] = 'A unique biome characterized by a saturation of the soil with fresh or brackish water.', | |||
Description = | ['IsOcean'] = nil, | ||
['CanSpawnLake'] = 'True', | |||
['Color'] = 'DarkGreen', | |||
Color = | ['ElevationRangeMin'] = '0.02', | ||
['ElevationRangeMax'] = '0.3', | |||
['TemperatureRangeMin'] = '0.4', | |||
['TemperatureRangeMax'] = '0.6', | |||
['MoistureRangeMin'] = '0.6', | |||
['MoistureRangeMax'] = '0.8', | |||
['PrevailingRockType'] = 'Shale', | |||
}, | }, | ||
['Cold Coast'] = { | |||
ID = | ['ID'] = 'ColdCoastBiome', | ||
['RootBiome'] = nil, | |||
['Description'] = 'Beaches and shallow waters in colder climates.', | |||
Description = | ['IsOcean'] = nil, | ||
['CanSpawnLake'] = 'True', | |||
['Color'] = 'LightCyan', | |||
Color = | ['ElevationRangeMin'] = '0.05', | ||
['ElevationRangeMax'] = '0.1', | |||
['TemperatureRangeMin'] = '0.0', | |||
['TemperatureRangeMax'] = '1.0', | |||
['MoistureRangeMin'] = '0.0', | |||
['MoistureRangeMax'] = '1.0', | |||
['PrevailingRockType'] = 'Limestone', | |||
}, | }, | ||
['Warm Coast'] = { | |||
ID = | ['ID'] = 'WarmCoastBiome', | ||
['RootBiome'] = nil, | |||
['Description'] = 'Beaches and shallow waters in warmer climates.', | |||
Description = | ['IsOcean'] = nil, | ||
['CanSpawnLake'] = 'True', | |||
['Color'] = 'LightGoldenrodYellow', | |||
Color = | ['ElevationRangeMin'] = '0.05', | ||
['ElevationRangeMax'] = '0.1', | |||
['TemperatureRangeMin'] = '0.0', | |||
['TemperatureRangeMax'] = '1.0', | |||
['MoistureRangeMin'] = '0.0', | |||
['MoistureRangeMax'] = '1.0', | |||
['PrevailingRockType'] = 'Sandstone', | |||
}, | }, | ||
Steppe = { | ['Cold Steppe'] = { | ||
ID = | ['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.', | |||
Description = | ['IsOcean'] = nil, | ||
['CanSpawnLake'] = nil, | |||
['Color'] = 'LightGreen', | |||
Color = | ['ElevationRangeMin'] = '0.325', | ||
['ElevationRangeMax'] = '0.4', | |||
['TemperatureRangeMin'] = '0.4', | |||
['TemperatureRangeMax'] = '0.8', | |||
['MoistureRangeMin'] = '0.3', | |||
['MoistureRangeMax'] = '0.5', | |||
['PrevailingRockType'] = 'Limestone', | |||
}, | }, | ||
['High Desert'] = { | |||
ID = | ['ID'] = 'HighDesertBiome', | ||
['RootBiome'] = 'Desert', | |||
['Description'] = 'A slightly colder grassland, often characterized by even fewer trees and larger open spaces. ', | |||
Description = | ['IsOcean'] = nil, | ||
['CanSpawnLake'] = nil, | |||
['Color'] = 'SandyBrown', | |||
Color = | ['ElevationRangeMin'] = '0.225', | ||
['ElevationRangeMax'] = '0.3', | |||
['TemperatureRangeMin'] = '0.7', | |||
['TemperatureRangeMax'] = '1.0', | |||
['MoistureRangeMin'] = '0.0', | |||
['MoistureRangeMax'] = '0.3', | |||
['PrevailingRockType'] = 'Sandstone', | |||
}, | |||
}, | }, | ||
} | } |
Latest revision as of 19:01, 16 December 2024
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',
},
},
}