/tg/ Station 13 - Modules - TypesVar Details - Proc Details

random

Vars

exposure_basedDoes this turf's chance of spawning ore increase with distance to open air?
mineral_chanceWhat are the base odds that this turf spawns a mineral in the wall on initialize?
mineral_chances_by_depthChance of spawning a specific mineral per type per depth
mineral_chances_by_typeChance of spawning a specific mineral per type, cached for speed
spawn_chances_by_depthSum of ore spawn probabilities per type per depth

Procs

mineral_chancesReturns a list of the chances for minerals to spawn. Will only run once, and will then be cached.

Var Details

exposure_based

Does this turf's chance of spawning ore increase with distance to open air?

mineral_chance

What are the base odds that this turf spawns a mineral in the wall on initialize?

mineral_chances_by_depth

Chance of spawning a specific mineral per type per depth

mineral_chances_by_type

Chance of spawning a specific mineral per type, cached for speed

spawn_chances_by_depth

Sum of ore spawn probabilities per type per depth

Proc Details

mineral_chances

Returns a list of the chances for minerals to spawn. Will only run once, and will then be cached.