CooldownSkill
Interface for COOLDOWN-type skills that have internal cooldowns.
Cooldown skills can trigger their effect but must wait for a cooldown period before they can trigger again (e.g., survive fatal damage once per minute).
Inheritors
Functions
Link copied to clipboard
Manually ends the cooldown for a player.
Link copied to clipboard
Gets the cooldown duration in seconds.
Link copied to clipboard
Gets the remaining cooldown time for a player.
Link copied to clipboard
Checks if a player is currently on cooldown for this skill.
Link copied to clipboard
Called when the cooldown skill activates.
Link copied to clipboard
Starts the cooldown for a player.
Link copied to clipboard
Whether generic player-to-elite hit handling should trigger this cooldown skill.
Link copied to clipboard
Attempts to activate the skill, reporting whether it actually fired.