Changes
Page history
updated layout and informations
authored
Mar 19, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
skills/mechanics/setskillcooldown.md
View page @
39e464eb
Mechanic: Set Skill Cooldown
--------------------------
## Description
Sets the given metakill's cooldown to the given value (in seconds)
**Attributes**
| Attribute | Alias | Description |
| --------- | ----- | ----------- |
| skill | | The metaskillset of which you want to set the cooldown |
| seconds | | The duration of the cooldown |
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| 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
--------
this example would set the cooldown of the metaskill
*test_skill*
to 10 seconds for the caster
```
- setSkillCooldown{skill=test_skill;seconds=10} @self
## Examples
```
yaml
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
## Aliases
-
[x] skillCooldown
-
[x] setskillcd
-
[x] skillcd
<!-- ALIASES -->
[
metaskill
]:
/Skills/Metaskills
\ No newline at end of file