Changes
Page history
updated layout and informations
authored
Jun 14, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
skills/conditions/skilloncooldown.md
View page @
456e606b
**Description**
: Checks if the given skill is in cooldown for the target
## Description
Checks if the given skill is in cooldown for the target entity
---
## Attributes
**Attributes**
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| skill | s | The metaskill to check | |
| Attribute | Alias | Description | Default |
|-----------|-------------|-------------------------------------------------------------------------------------------------|---------|
| skill | | The metaskill to check | |
Examples
## Examples
---
```
yaml
```
yaml
TargetConditions
:
TargetConditions
:
-
skillOnCooldown{skill=TestSkill}
-
skillOnCooldown{skill=TestSkill}
```
```
\ No newline at end of file