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

apply_mutations

A spell type that adds mutations to the caster temporarily.

Vars

mutation_durationThe duration the mutations will last afetr cast (keep this above the minimum cooldown)
mutations_to_addA list of all mutations we add on cast

Procs

remove_mutationsRemoves the mutations we added from casting our spell

Var Details

mutation_duration

The duration the mutations will last afetr cast (keep this above the minimum cooldown)

mutations_to_add

A list of all mutations we add on cast

Proc Details

remove_mutations

Removes the mutations we added from casting our spell