single_biome
Vars | |
area_type | The type of area to use for generated turfs. |
---|---|
biome | Stored reference to the biome, 'cause why not. |
biome_type | The type of biome to use for turf generation and population. |
birth_limit | If an open (dead) cell has greater than this many neighbors, it become closed (alive). |
death_limit | If a closed (alive) cell has fewer than this many neighbors, it will become open (dead). |
initial_closed_chance | Chance for a cell in the cavegen cellular automaton to start closed |
smoothing_iterations | |
used_area | The area instance used for generated turfs. |
Var Details
area_type
The type of area to use for generated turfs.
biome
Stored reference to the biome, 'cause why not.
biome_type
The type of biome to use for turf generation and population.
birth_limit
If an open (dead) cell has greater than this many neighbors, it become closed (alive).
death_limit
If a closed (alive) cell has fewer than this many neighbors, it will become open (dead).
initial_closed_chance
Chance for a cell in the cavegen cellular automaton to start closed
smoothing_iterations
used_area
The area instance used for generated turfs.