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

spacevine

Vars

always_atmos_processShould atmos always process this tile
can_spreadCan this kudzu spread?
can_tangleCan this kudzu buckle mobs in?
growth_stageWhat growth stage is this vine at?
light_stateThe kudzu blocks light on default once it grows
masterOur associated spacevine_controller, for managing expansion/mutation
mutationsList of mutations for a specific vine
trait_flagsThe traits associated with a specific mutation of vines

Procs

DestroyTransparent has no hue
entangle_mobBuckles mobs trying to pass through it
ex_actDestroying an explosive vine sets off a chain reaction
growUpdates the icon as the space vine grows
spreadFinds a target tile to spread to. If checks pass it will spread to it and also proc on_spread on target.

Var Details

always_atmos_process

Should atmos always process this tile

can_spread

Can this kudzu spread?

can_tangle

Can this kudzu buckle mobs in?

growth_stage

What growth stage is this vine at?

light_state

The kudzu blocks light on default once it grows

master

Our associated spacevine_controller, for managing expansion/mutation

mutations

List of mutations for a specific vine

trait_flags

The traits associated with a specific mutation of vines

Proc Details

Destroy

Transparent has no hue

entangle_mob

Buckles mobs trying to pass through it

ex_act

Destroying an explosive vine sets off a chain reaction

grow

Updates the icon as the space vine grows

spread

Finds a target tile to spread to. If checks pass it will spread to it and also proc on_spread on target.