updated layout and informations authored by Lxlp's avatar Lxlp
Mechanic: Set Skill Cooldown ## Description
--------------------------
Sets the given metakill's cooldown to the given value (in seconds) Sets the given metakill's cooldown to the given value (in seconds)
**Attributes**
| Attribute | Alias | Description | ## Attributes
| --------- | ----- | ----------- | | Attribute | Aliases | Description | Default |
| skill | | The metaskillset of which you want to set the cooldown | |-----------|-----------|----------------------------------------------------------------------|---------|
| seconds | | The duration of the cooldown | | skill | s | The [metaskill] of which you want to set the cooldown. Defaults to the executing one |
| seconds | sec, time, t | The duration of the cooldown | 0 |
Examples
-------- ## Examples
this example would set the cooldown of the metaskill *test_skill* to 10 seconds for the caster ```yaml
Skills:
- setSkillCooldown{skill=test_skill;seconds=10} @self
``` ```
- setSkillCooldown{skill=test_skill;seconds=10} @self > This example would set the cooldown of the metaskill *test_skill* to 10 seconds for the caster
## Aliases
- [x] skillCooldown
- [x] setskillcd
- [x] skillcd
``` <!-- ALIASES -->
\ No newline at end of file [metaskill]: /Skills/Metaskills
\ No newline at end of file