byond - Modules - TypesVar Details - Proc Details

empower

Vars

combo_countThe amount of abilities we've chained together.
empowerable_actionsList of abilities that can be empowered.
fade_timerHolds the fade-out timer.

Procs

activate_empowerHandles empowering, and gives visual feedback if applicable.
check_empowerChecks if Empower is capped and gives bonuses if so, otherwise increases combo count.
clear_empowerClears empowering, as well as visual feedback and combo count.
empower_fadeHappens when Empower fades.

Var Details

combo_count

The amount of abilities we've chained together.

empowerable_actions

List of abilities that can be empowered.

fade_timer

Holds the fade-out timer.

Proc Details

activate_empower

Handles empowering, and gives visual feedback if applicable.

check_empower

Checks if Empower is capped and gives bonuses if so, otherwise increases combo count.

clear_empower

Clears empowering, as well as visual feedback and combo count.

empower_fade

Happens when Empower fades.