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

weakpoint

Vars

crack_split_countHow many split off cracks are expected?
new_weakpointsHow many children weakpoints will this crack spawn when it propagates?
required_strengthThe required strength of explosion for a weakpoint to propogate
skip_turfsThese turfs are things we don't want to spawn new cracks onto.
spawns_childrenWhen the crack is finished expanding, will it spawn more cracks?

Procs

get_crack_chainGenerates a list of turfs from the start location meandering along a randomized set of turns.
turf_changedIf this turf becomes something we can't spawn a crack on, we should try and shift the crack or otherwise qdel.

Var Details

crack_split_count

How many split off cracks are expected?

new_weakpoints

How many children weakpoints will this crack spawn when it propagates?

required_strength

The required strength of explosion for a weakpoint to propogate

skip_turfs

These turfs are things we don't want to spawn new cracks onto.

spawns_children

When the crack is finished expanding, will it spawn more cracks?

Proc Details

get_crack_chain

Generates a list of turfs from the start location meandering along a randomized set of turns.

turf_changed

If this turf becomes something we can't spawn a crack on, we should try and shift the crack or otherwise qdel.