Changes
Page history
Create skills/mechanics/setskillcooldown
authored
Nov 29, 2022
by
Lxlp
Show whitespace changes
Inline
Side-by-side
skills/mechanics/setskillcooldown.md
0 → 100644
View page @
233f38e3
Mechanic: Set Skill Cooldown
--------------------------
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 |
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
```
\ No newline at end of file