Shiptest 13 - Modules - TypesVar Details

single_biome

Vars

area_typeThe type of area to use for generated turfs.
biomeStored reference to the biome, 'cause why not.
biome_typeThe type of biome to use for turf generation and population.
birth_limitIf an open (dead) cell has greater than this many neighbors, it become closed (alive).
death_limitIf a closed (alive) cell has fewer than this many neighbors, it will become open (dead).
initial_closed_chanceChance for a cell in the cavegen cellular automaton to start closed
smoothing_iterations
used_areaThe 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

of steps that the cellular automaton is run for

used_area

The area instance used for generated turfs.