/datum/bioluminescent_algae 
| Vars | |
| color_alpha | The absolute lowest a color value can be, e.g. if the noise at the coords was 0. To help give us bright vibrant colors | 
|---|---|
| coverage | percentage of map to cover, used as salinity cutoff | 
| perlin_zoom | Used to select "zoom" level into the perlin noise, higher numbers result in slower transitions | 
| random_square_drift | the random offset applied to square coordinates, causes intermingling at biome borders | 
| seeds | our randomized seed values | 
Var Details
color_alpha  
The absolute lowest a color value can be, e.g. if the noise at the coords was 0. To help give us bright vibrant colors
coverage 
percentage of map to cover, used as salinity cutoff
perlin_zoom 
Used to select "zoom" level into the perlin noise, higher numbers result in slower transitions
random_square_drift  
the random offset applied to square coordinates, causes intermingling at biome borders
seeds  
our randomized seed values