Module:BiomeData: Difference between revisions

From Eco - English Wiki
[checked revision][checked revision]
Avaren (talk | contribs)
Update BiomeData for version 0.10.2.2
No edit summary
Line 1: Line 1:
-- Eco Version : 0.10.2.2
    -- Export Language: English
     return {
     return {
DeepOcean = {
['Deep Ocean'] = {
ID = "DeepOcean",
['ID'] = 'DeepOcean',
MainBiome = "Ocean",
['RootBiome'] = 'Ocean',
Name = "Deep Ocean",
['Description'] = 'The deepest parts of the ocean, bearing the largest marine species and migrating populations of fish.',
Description = "The deepest parts of the ocean, bearing the largest marine species and migrating populations of fish.",
['IsOcean'] = 'True',
Land = false,
['CanSpawnLake'] = nil,
Lakes = false,
['Color'] = 'SteelBlue',
Color = "SteelBlue",
['ElevationRangeMin'] = '-1.0',
ElevationMin = -1.0,
['ElevationRangeMax'] = '-0.4',
ElevationMax = -0.4,
['TemperatureRangeMin'] = '0.0',
TemperatureMin = 0.0,
['TemperatureRangeMax'] = '0.4',
TemperatureMax = 0.4,
['MoistureRangeMin'] = '0.0',
MoistureMin = 0.0,
['MoistureRangeMax'] = '1.0',
MoistureMax = 1.0,
['PrevailingRockType'] = 'BasaltBlock',
GeneralBlock = "BasaltBlock",
},
},
Ocean = {
['Ocean'] = {
ID = "Ocean",
['ID'] = 'Ocean',
MainBiome = "",
['RootBiome'] = nil,
Name = "Ocean",
['Description'] = 'The parts of the ocean on the continental shelves, abundant with life.',
Description = "The parts of the ocean on the continental shelves, abundant with life.",
['IsOcean'] = 'True',
Land = false,
['CanSpawnLake'] = nil,
Lakes = false,
['Color'] = 'LightSkyBlue',
Color = "LightSkyBlue",
['ElevationRangeMin'] = '-0.3',
ElevationMin = -0.3,
['ElevationRangeMax'] = '-0.05',
ElevationMax = -0.05,
['TemperatureRangeMin'] = '0.4',
TemperatureMin = 0.4,
['TemperatureRangeMax'] = '1.0',
TemperatureMax = 1.0,
['MoistureRangeMin'] = '0.0',
MoistureMin = 0.0,
['MoistureRangeMax'] = '1.0',
MoistureMax = 1.0,
['PrevailingRockType'] = 'BasaltBlock',
GeneralBlock = "BasaltBlock",
},
},
Coast = {
['Coast'] = {
ID = "Coast",
['ID'] = 'Coast',
MainBiome = "",
['RootBiome'] = nil,
Name = "",
['Description'] = nil,
Description = "",
['IsOcean'] = nil,
Land = true,
['CanSpawnLake'] = nil,
Lakes = false,
['Color'] = 'LightGoldenrodYellow',
Color = "LightGoldenrodYellow",
['ElevationRangeMin'] = '0.02',
ElevationMin = 0.02,
['ElevationRangeMax'] = '0.1',
ElevationMax = 0.1,
['TemperatureRangeMin'] = '0.0',
TemperatureMin = 0.0,
['TemperatureRangeMax'] = '1.0',
TemperatureMax = 1.0,
['MoistureRangeMin'] = '0.0',
MoistureMin = 0.0,
['MoistureRangeMax'] = '1.0',
MoistureMax = 1.0,
['PrevailingRockType'] = 'LimestoneBlock',
GeneralBlock = "LimestoneBlock",
},
},
Grassland = {
['Grassland'] = {
ID = "Grassland",
['ID'] = 'Grassland',
MainBiome = "",
['RootBiome'] = nil,
Name = "Grasslands",
['Description'] = 'A biome where there is enough water to support grasses but not many trees.',
Description = "A biome where there is enough water to support grasses but not many trees.",
['IsOcean'] = nil,
Land = true,
['CanSpawnLake'] = 'True',
Lakes = true,
['Color'] = 'LightGreen',
Color = "LightGreen",
['ElevationRangeMin'] = '0.02',
ElevationMin = 0.02,
['ElevationRangeMax'] = '0.4',
ElevationMax = 0.4,
['TemperatureRangeMin'] = '0.4',
TemperatureMin = 0.4,
['TemperatureRangeMax'] = '0.8',
TemperatureMax = 0.8,
['MoistureRangeMin'] = '0.3',
MoistureMin = 0.3,
['MoistureRangeMax'] = '0.5',
MoistureMax = 0.5,
['PrevailingRockType'] = 'LimestoneBlock',
GeneralBlock = "LimestoneBlock",
},
},
WarmForest = {
['Warm Forest'] = {
ID = "WarmForest",
['ID'] = 'WarmForest',
MainBiome = "",
['RootBiome'] = nil,
Name = "Warm Forest",
['Description'] = 'A biome wet enough to support dense tree cover, and warm enough that broadleaf trees tend to dominate.',
Description = "A biome wet enough to support dense tree cover, and warm enough that broadleaf trees tend to dominate.",
['IsOcean'] = nil,
Land = true,
['CanSpawnLake'] = nil,
Lakes = false,
['Color'] = 'DarkGoldenrod',
Color = "DarkGoldenrod",
['ElevationRangeMin'] = '0.1',
ElevationMin = 0.1,
['ElevationRangeMax'] = '0.5',
ElevationMax = 0.5,
['TemperatureRangeMin'] = '0.5',
TemperatureMin = 0.5,
['TemperatureRangeMax'] = '0.8',
TemperatureMax = 0.8,
['MoistureRangeMin'] = '0.5',
MoistureMin = 0.5,
['MoistureRangeMax'] = '0.6',
MoistureMax = 0.6,
['PrevailingRockType'] = 'GraniteBlock',
GeneralBlock = "GraniteBlock",
},
},
ColdForest = {
['Cold Forest'] = {
ID = "ColdForest",
['ID'] = 'ColdForest',
MainBiome = "",
['RootBiome'] = nil,
Name = "Cold Forest",
['Description'] = 'A biome wet enough to support dense tree cover, and cold enough that conniferous trees tend to dominate.',
Description = "A biome wet enough to support dense tree cover, and cold enough that conniferous trees tend to dominate.",
['IsOcean'] = nil,
Land = true,
['CanSpawnLake'] = nil,
Lakes = false,
['Color'] = 'ForestGreen',
Color = "ForestGreen",
['ElevationRangeMin'] = '0.1',
ElevationMin = 0.1,
['ElevationRangeMax'] = '0.7',
ElevationMax = 0.7,
['TemperatureRangeMin'] = '0.2',
TemperatureMin = 0.2,
['TemperatureRangeMax'] = '0.5',
TemperatureMax = 0.5,
['MoistureRangeMin'] = '0.5',
MoistureMin = 0.5,
['MoistureRangeMax'] = '0.6',
MoistureMax = 0.6,
['PrevailingRockType'] = 'GraniteBlock',
GeneralBlock = "GraniteBlock",
},
},
RainForest = {
['Rain Forest'] = {
ID = "RainForest",
['ID'] = 'RainForest',
MainBiome = "",
['RootBiome'] = nil,
Name = "Rainforest",
['Description'] = 'A wet and warm biome that supports a forest abundant with plant and animal life.',
Description = "A wet and warm biome that supports a forest abundant with plant and animal life.",
['IsOcean'] = nil,
Land = true,
['CanSpawnLake'] = 'True',
Lakes = true,
['Color'] = 'LightSeaGreen',
Color = "LightSeaGreen",
['ElevationRangeMin'] = '0.1',
ElevationMin = 0.1,
['ElevationRangeMax'] = '0.5',
ElevationMax = 0.5,
['TemperatureRangeMin'] = '0.6',
TemperatureMin = 0.6,
['TemperatureRangeMax'] = '0.8',
TemperatureMax = 0.8,
['MoistureRangeMin'] = '0.7',
MoistureMin = 0.7,
['MoistureRangeMax'] = '1.0',
MoistureMax = 1.0,
['PrevailingRockType'] = 'ShaleBlock',
GeneralBlock = "ShaleBlock",
},
},
Desert = {
['Desert'] = {
ID = "Desert",
['ID'] = 'Desert',
MainBiome = "",
['RootBiome'] = nil,
Name = "Desert",
['Description'] = 'The dryest biome, and in Eco currently the hottest as well.',
Description = "The dryest biome, and in Eco currently the hottest as well.",
['IsOcean'] = nil,
Land = true,
['CanSpawnLake'] = nil,
Lakes = false,
['Color'] = 'SandyBrown',
Color = "SandyBrown",
['ElevationRangeMin'] = '0.02',
ElevationMin = 0.02,
['ElevationRangeMax'] = '0.2',
ElevationMax = 0.2,
['TemperatureRangeMin'] = '0.7',
TemperatureMin = 0.7,
['TemperatureRangeMax'] = '1.0',
TemperatureMax = 1.0,
['MoistureRangeMin'] = '0.0',
MoistureMin = 0.0,
['MoistureRangeMax'] = '0.3',
MoistureMax = 0.3,
['PrevailingRockType'] = 'SandstoneBlock',
GeneralBlock = "SandstoneBlock",
},
},
Taiga = {
['Taiga'] = {
ID = "Taiga",
['ID'] = 'Taiga',
MainBiome = "",
['RootBiome'] = nil,
Name = "Taiga",
['Description'] = 'A cold and somewhat dry biome that supports a sparse forest of conniferous trees.',
Description = "A cold and somewhat dry biome that supports a sparse forest of conniferous trees.",
['IsOcean'] = nil,
Land = true,
['CanSpawnLake'] = 'True',
Lakes = true,
['Color'] = 'OliveDrab',
Color = "OliveDrab",
['ElevationRangeMin'] = '0.3',
ElevationMin = 0.3,
['ElevationRangeMax'] = '1.0',
ElevationMax = 1.0,
['TemperatureRangeMin'] = '0.2',
TemperatureMin = 0.2,
['TemperatureRangeMax'] = '0.3',
TemperatureMax = 0.3,
['MoistureRangeMin'] = '0.2',
MoistureMin = 0.2,
['MoistureRangeMax'] = '0.5',
MoistureMax = 0.5,
['PrevailingRockType'] = 'GraniteBlock',
GeneralBlock = "GraniteBlock",
},
},
Tundra = {
['Tundra'] = {
ID = "Tundra",
['ID'] = 'Tundra',
MainBiome = "",
['RootBiome'] = nil,
Name = "Tundra",
['Description'] = 'A very cold biome that cannot support trees but is host to a unique plant and animal community.',
Description = "A very cold biome that cannot support trees but is host to a unique plant and animal community.",
['IsOcean'] = nil,
Land = true,
['CanSpawnLake'] = 'True',
Lakes = true,
['Color'] = 'DarkKhaki',
Color = "DarkKhaki",
['ElevationRangeMin'] = '0.4',
ElevationMin = 0.4,
['ElevationRangeMax'] = '1.0',
ElevationMax = 1.0,
['TemperatureRangeMin'] = '0.1',
TemperatureMin = 0.1,
['TemperatureRangeMax'] = '0.2',
TemperatureMax = 0.2,
['MoistureRangeMin'] = '0.0',
MoistureMin = 0.0,
['MoistureRangeMax'] = '0.6',
MoistureMax = 0.6,
['PrevailingRockType'] = 'GraniteBlock',
GeneralBlock = "GraniteBlock",
},
},
Ice = {
['Ice'] = {
ID = "Ice",
['ID'] = 'Ice',
MainBiome = "",
['RootBiome'] = nil,
Name = "Ice",
['Description'] = 'The coldest areas of the land, covered by glacial ice.',
Description = "The coldest areas of the land, covered by glacial ice.",
['IsOcean'] = nil,
Land = true,
['CanSpawnLake'] = nil,
Lakes = false,
['Color'] = 'White',
Color = "White",
['ElevationRangeMin'] = '0.6',
ElevationMin = 0.6,
['ElevationRangeMax'] = '1.0',
ElevationMax = 1.0,
['TemperatureRangeMin'] = '0.0',
TemperatureMin = 0.0,
['TemperatureRangeMax'] = '0.1',
TemperatureMax = 0.1,
['MoistureRangeMin'] = '0.0',
MoistureMin = 0.0,
['MoistureRangeMax'] = '0.6',
MoistureMax = 0.6,
['PrevailingRockType'] = 'GraniteBlock',
GeneralBlock = "GraniteBlock",
},
},
Wetland = {
['Wetland'] = {
ID = "Wetland",
['ID'] = 'Wetland',
MainBiome = "",
['RootBiome'] = nil,
Name = "Wetlands",
['Description'] = 'A unique biome characterized by a saturation of the soil with fresh or brackish water.',
Description = "A unique biome characterized by a saturation of the soil with fresh or brackish water.",
['IsOcean'] = nil,
Land = true,
['CanSpawnLake'] = 'True',
Lakes = true,
['Color'] = 'DarkGreen',
Color = "DarkGreen",
['ElevationRangeMin'] = '0.02',
ElevationMin = 0.02,
['ElevationRangeMax'] = '0.3',
ElevationMax = 0.3,
['TemperatureRangeMin'] = '0.4',
TemperatureMin = 0.4,
['TemperatureRangeMax'] = '0.6',
TemperatureMax = 0.6,
['MoistureRangeMin'] = '0.6',
MoistureMin = 0.6,
['MoistureRangeMax'] = '0.8',
MoistureMax = 0.8,
['PrevailingRockType'] = 'ShaleBlock',
GeneralBlock = "ShaleBlock",
},
},
ColdCoast = {
['Cold Coast'] = {
ID = "ColdCoast",
['ID'] = 'ColdCoast',
MainBiome = "",
['RootBiome'] = nil,
Name = "Cold Coast",
['Description'] = 'Beaches and shallow waters in colder climates.',
Description = "Beaches and shallow waters in colder climates.",
['IsOcean'] = nil,
Land = true,
['CanSpawnLake'] = 'True',
Lakes = true,
['Color'] = 'LightCyan',
Color = "LightCyan",
['ElevationRangeMin'] = '0.05',
ElevationMin = 0.05,
['ElevationRangeMax'] = '0.1',
ElevationMax = 0.1,
['TemperatureRangeMin'] = '0.0',
TemperatureMin = 0.0,
['TemperatureRangeMax'] = '1.0',
TemperatureMax = 1.0,
['MoistureRangeMin'] = '0.0',
MoistureMin = 0.0,
['MoistureRangeMax'] = '1.0',
MoistureMax = 1.0,
['PrevailingRockType'] = 'LimestoneBlock',
GeneralBlock = "LimestoneBlock",
},
},
WarmCoast = {
['Warm Coast'] = {
ID = "WarmCoast",
['ID'] = 'WarmCoast',
MainBiome = "",
['RootBiome'] = nil,
Name = "Warm Coast",
['Description'] = 'Beaches and shallow waters in warmer climates.',
Description = "Beaches and shallow waters in warmer climates.",
['IsOcean'] = nil,
Land = true,
['CanSpawnLake'] = 'True',
Lakes = true,
['Color'] = 'LightGoldenrodYellow',
Color = "LightGoldenrodYellow",
['ElevationRangeMin'] = '0.05',
ElevationMin = 0.05,
['ElevationRangeMax'] = '0.1',
ElevationMax = 0.1,
['TemperatureRangeMin'] = '0.0',
TemperatureMin = 0.0,
['TemperatureRangeMax'] = '1.0',
TemperatureMax = 1.0,
['MoistureRangeMin'] = '0.0',
MoistureMin = 0.0,
['MoistureRangeMax'] = '1.0',
MoistureMax = 1.0,
['PrevailingRockType'] = 'SandstoneBlock',
GeneralBlock = "SandstoneBlock",
},
},
Steppe = {
['Cold Steppe'] = {
ID = "Steppe",
['ID'] = 'Steppe',
MainBiome = "Grassland",
['RootBiome'] = 'Grassland',
Name = "Cold Steppe",
['Description'] = 'A geologically uplifted part of the desert with species more tolerant to cold and that enjoy the steep cliffs caused by erosion.',
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,
Land = true,
['CanSpawnLake'] = nil,
Lakes = false,
['Color'] = 'LightGreen',
Color = "LightGreen",
['ElevationRangeMin'] = '0.325',
ElevationMin = 0.325,
['ElevationRangeMax'] = '0.4',
ElevationMax = 0.4,
['TemperatureRangeMin'] = '0.4',
TemperatureMin = 0.4,
['TemperatureRangeMax'] = '0.8',
TemperatureMax = 0.8,
['MoistureRangeMin'] = '0.3',
MoistureMin = 0.3,
['MoistureRangeMax'] = '0.5',
MoistureMax = 0.5,
['PrevailingRockType'] = 'LimestoneBlock',
GeneralBlock = "LimestoneBlock",
},
},
HighDesert = {
['High Desert'] = {
ID = "HighDesert",
['ID'] = 'HighDesert',
MainBiome = "Desert",
['RootBiome'] = 'Desert',
Name = "High Desert",
['Description'] = 'A slightly colder grassland, often characterized by even fewer trees and larger open spaces.  ',
Description = "A slightly colder grassland, often characterized by even fewer trees and larger open spaces.  ",
['IsOcean'] = nil,
Land = true,
['CanSpawnLake'] = nil,
Lakes = false,
['Color'] = 'SandyBrown',
Color = "SandyBrown",
['ElevationRangeMin'] = '0.225',
ElevationMin = 0.225,
['ElevationRangeMax'] = '0.3',
ElevationMax = 0.3,
['TemperatureRangeMin'] = '0.7',
TemperatureMin = 0.7,
['TemperatureRangeMax'] = '1.0',
TemperatureMax = 1.0,
['MoistureRangeMin'] = '0.0',
MoistureMin = 0.0,
['MoistureRangeMax'] = '0.3',
MoistureMax = 0.3,
['PrevailingRockType'] = 'SandstoneBlock',
GeneralBlock = "SandstoneBlock",
},
},
}
}

Revision as of 12:15, 16 December 2024


    return {
	['Deep Ocean'] = {
		['ID'] = 'DeepOcean',
		['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'] = 'BasaltBlock',
	},
	['Ocean'] = {
		['ID'] = 'Ocean',
		['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'] = 'BasaltBlock',
	},
	['Coast'] = {
		['ID'] = 'Coast',
		['RootBiome'] = nil,
		['Description'] = nil,
		['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'] = 'LimestoneBlock',
	},
	['Grassland'] = {
		['ID'] = 'Grassland',
		['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'] = 'LimestoneBlock',
	},
	['Warm Forest'] = {
		['ID'] = 'WarmForest',
		['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'] = 'GraniteBlock',
	},
	['Cold Forest'] = {
		['ID'] = 'ColdForest',
		['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'] = 'GraniteBlock',
	},
	['Rain Forest'] = {
		['ID'] = 'RainForest',
		['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'] = 'ShaleBlock',
	},
	['Desert'] = {
		['ID'] = 'Desert',
		['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'] = 'SandstoneBlock',
	},
	['Taiga'] = {
		['ID'] = 'Taiga',
		['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'] = 'GraniteBlock',
	},
	['Tundra'] = {
		['ID'] = 'Tundra',
		['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'] = 'GraniteBlock',
	},
	['Ice'] = {
		['ID'] = 'Ice',
		['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'] = 'GraniteBlock',
	},
	['Wetland'] = {
		['ID'] = 'Wetland',
		['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'] = 'ShaleBlock',
	},
	['Cold Coast'] = {
		['ID'] = 'ColdCoast',
		['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'] = 'LimestoneBlock',
	},
	['Warm Coast'] = {
		['ID'] = 'WarmCoast',
		['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'] = 'SandstoneBlock',
	},
	['Cold Steppe'] = {
		['ID'] = 'Steppe',
		['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'] = 'LimestoneBlock',
	},
	['High Desert'] = {
		['ID'] = 'HighDesert',
		['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'] = 'SandstoneBlock',
	},
}