Module:BiomeData: Difference between revisions
From Eco - English Wiki
| [checked revision] | [checked revision] |
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
biomes = { | biomes = { | ||
['Deep Ocean'] = { | ['Deep Ocean'] = { | ||
['ID'] = ' | ['ID'] = 'DeepOceanBiome', | ||
['RootBiome'] = 'Ocean', | ['RootBiome'] = '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.', | ||
| Line 17: | Line 17: | ||
}, | }, | ||
['Ocean'] = { | ['Ocean'] = { | ||
['ID'] = ' | ['ID'] = 'OceanBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['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.', | ||
| Line 32: | Line 32: | ||
}, | }, | ||
['Coast'] = { | ['Coast'] = { | ||
['ID'] = ' | ['ID'] = 'CoastBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = '', | ['Description'] = '', | ||
| Line 47: | Line 47: | ||
}, | }, | ||
['Grassland'] = { | ['Grassland'] = { | ||
['ID'] = ' | ['ID'] = 'GrasslandBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['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.', | ||
| Line 62: | Line 62: | ||
}, | }, | ||
['Warm Forest'] = { | ['Warm Forest'] = { | ||
['ID'] = ' | ['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'] = 'A biome wet enough to support dense tree cover, and warm enough that broadleaf trees tend to dominate.', | ||
| Line 77: | Line 77: | ||
}, | }, | ||
['Cold Forest'] = { | ['Cold Forest'] = { | ||
['ID'] = ' | ['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'] = 'A biome wet enough to support dense tree cover, and cold enough that conniferous trees tend to dominate.', | ||
| Line 92: | Line 92: | ||
}, | }, | ||
['Rain Forest'] = { | ['Rain Forest'] = { | ||
['ID'] = ' | ['ID'] = 'RainForestBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['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.', | ||
| Line 107: | Line 107: | ||
}, | }, | ||
['Desert'] = { | ['Desert'] = { | ||
['ID'] = ' | ['ID'] = 'DesertBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = 'The dryest biome, and in Eco currently the hottest as well.', | ['Description'] = 'The dryest biome, and in Eco currently the hottest as well.', | ||
| Line 122: | Line 122: | ||
}, | }, | ||
['Taiga'] = { | ['Taiga'] = { | ||
['ID'] = ' | ['ID'] = 'TaigaBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['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.', | ||
| Line 137: | Line 137: | ||
}, | }, | ||
['Tundra'] = { | ['Tundra'] = { | ||
['ID'] = ' | ['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'] = 'A very cold biome that cannot support trees but is host to a unique plant and animal community.', | ||
| Line 152: | Line 152: | ||
}, | }, | ||
['Ice'] = { | ['Ice'] = { | ||
['ID'] = ' | ['ID'] = 'IceBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = 'The coldest areas of the land, covered by glacial ice.', | ['Description'] = 'The coldest areas of the land, covered by glacial ice.', | ||
| Line 167: | Line 167: | ||
}, | }, | ||
['Wetland'] = { | ['Wetland'] = { | ||
['ID'] = ' | ['ID'] = 'WetlandBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['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.', | ||
| Line 182: | Line 182: | ||
}, | }, | ||
['Cold Coast'] = { | ['Cold Coast'] = { | ||
['ID'] = ' | ['ID'] = 'ColdCoastBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = 'Beaches and shallow waters in colder climates.', | ['Description'] = 'Beaches and shallow waters in colder climates.', | ||
| Line 197: | Line 197: | ||
}, | }, | ||
['Warm Coast'] = { | ['Warm Coast'] = { | ||
['ID'] = ' | ['ID'] = 'WarmCoastBiome', | ||
['RootBiome'] = nil, | ['RootBiome'] = nil, | ||
['Description'] = 'Beaches and shallow waters in warmer climates.', | ['Description'] = 'Beaches and shallow waters in warmer climates.', | ||
| Line 212: | Line 212: | ||
}, | }, | ||
['Cold Steppe'] = { | ['Cold Steppe'] = { | ||
['ID'] = ' | ['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'] = 'A geologically uplifted part of the desert with species more tolerant to cold and that enjoy the steep cliffs caused by erosion.', | ||
| Line 227: | Line 227: | ||
}, | }, | ||
['High Desert'] = { | ['High Desert'] = { | ||
['ID'] = ' | ['ID'] = 'HighDesertBiome', | ||
['RootBiome'] = 'Desert', | ['RootBiome'] = '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. ', | ||
Revision as of 16:41, 16 December 2024
ATTENTION! Data files are generated using game data and are not intended for manual editing.
Warning about use
To prevent multiple call of data array, you must use the function: local BiomeData = mw.loadData("Module:BiomeData")
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'] = 'BasaltBlock',
},
['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'] = 'BasaltBlock',
},
['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'] = 'LimestoneBlock',
},
['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'] = 'LimestoneBlock',
},
['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'] = 'GraniteBlock',
},
['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'] = 'GraniteBlock',
},
['Rain Forest'] = {
['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'] = 'ShaleBlock',
},
['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'] = 'SandstoneBlock',
},
['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'] = 'GraniteBlock',
},
['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'] = 'GraniteBlock',
},
['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'] = 'GraniteBlock',
},
['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'] = 'ShaleBlock',
},
['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'] = 'LimestoneBlock',
},
['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'] = 'SandstoneBlock',
},
['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'] = 'LimestoneBlock',
},
['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'] = 'SandstoneBlock',
},
},
}