/datum/action/xeno_action

Vars | |
charge_time | When set, an ability has to be charged up by being the active ability before it can be used |
---|---|
xeno_cooldown | Cooldown of the ability (do not use the cooldown var) Probably should only have the cooldown var, but that is for another rework |
Procs | |
use_ability_wrapper | A wrapper for use_ability that sends a signal |
verb_acid_lance | Name of the action to appear on the ability icon |
verb_acid_mine | Name of the action to appear on the ability icon |
Var Details
charge_time

When set, an ability has to be charged up by being the active ability before it can be used
xeno_cooldown

Cooldown of the ability (do not use the cooldown var) Probably should only have the cooldown var, but that is for another rework
Proc Details
use_ability_wrapper
A wrapper for use_ability that sends a signal
verb_acid_lance
Name of the action to appear on the ability icon
verb_acid_mine
Name of the action to appear on the ability icon