spacevine_controller ![code/modules/events/space_vines/vine_controller.dm 11](git.png)
Vars | |
growth_queue | Queue of vines to process |
---|---|
max_mutation_severity | Maximum sum of mutation severities |
minimum_spread_rate | Minimum spread rate per second |
mutativeness | The chance that we will develop a new mutation |
spread_cap | Maximum spreading limit (ie. how many kudzu can there be) for this controller |
spread_multiplier | Spread multiplier, depends on productivity, affects how often kudzu spreads |
vines | Canonical list of all the vines we "own" |
Procs | |
process | Life cycle of a space vine |
Var Details
growth_queue ![code/modules/events/space_vines/vine_controller.dm 15](git.png)
Queue of vines to process
max_mutation_severity ![code/modules/events/space_vines/vine_controller.dm 25](git.png)
Maximum sum of mutation severities
minimum_spread_rate ![code/modules/events/space_vines/vine_controller.dm 27](git.png)
Minimum spread rate per second
mutativeness ![code/modules/events/space_vines/vine_controller.dm 23](git.png)
The chance that we will develop a new mutation
spread_cap ![code/modules/events/space_vines/vine_controller.dm 21](git.png)
Maximum spreading limit (ie. how many kudzu can there be) for this controller
spread_multiplier ![code/modules/events/space_vines/vine_controller.dm 19](git.png)
Spread multiplier, depends on productivity, affects how often kudzu spreads
vines ![code/modules/events/space_vines/vine_controller.dm 13](git.png)
Canonical list of all the vines we "own"
Proc Details
process
Life cycle of a space vine