Mechanic

setSkillCooldown

Sets the cooldown on the given skill for the target

Aliases

skillCooldownsetskillcdskillcd

Examples & Notes

Examples

  Skills:
  - setSkillCooldown{skill=test_skill;seconds=10} @self

This example would set the cooldown of the metaskill test_skill to 10 seconds for the caster

ExampleSkill:
  Cooldown: 0
  OnCooldownSkill: ExampleSkill-DisplayCooldown
  Skills:
  - delay 0
  - setSkillCooldown{s=ExampleSkill;seconds=<skill.cooldown>/20} @self

How to use the mechanic if you intend to set the cooldown of the calling metaskill

Universal Mechanic Options

Author:
Ashijin
Generated from @Mythic* annotations in the MythicMobs source.