conqueror_obliteration

Vars | |
ability_range | The current range of the AoE. |
---|---|
ability_warning | Stores the visual effect for the AoE's warning. |
attack_timer | Timer ID. Stores the timer after which an attack will repeat. |
targets_to_attack | List containing the targets that we will attack while executing this ability. |
Procs | |
attack_targets | Attacks all eligible targets, inflicting damage and creating visuals. |
clear_ref | Removes a target from the list and clears related signals. |
enable_ability | Enables the abiity. If activated via the keybind, releasing it will move on to the next step. |
end_ability | not a mob so its an obj Ends the ability. |
try_start_attack | Checks if we meet the conditions to begin our attack, and tries to do so. |
Var Details
ability_range

The current range of the AoE.
ability_warning

Stores the visual effect for the AoE's warning.
attack_timer

Timer ID. Stores the timer after which an attack will repeat.
targets_to_attack

List containing the targets that we will attack while executing this ability.
Proc Details
attack_targets
Attacks all eligible targets, inflicting damage and creating visuals.
clear_ref
Removes a target from the list and clears related signals.
enable_ability
Enables the abiity. If activated via the keybind, releasing it will move on to the next step.
end_ability
not a mob so its an obj Ends the ability.
try_start_attack
Checks if we meet the conditions to begin our attack, and tries to do so.