... | ... | @@ -5,18 +5,14 @@ cooldown, used in conjunction with the [offgcd](/skills/conditions/offgcd) condi |
|
|
mob's abilities to have a global, over-all shared cooldown. This can be useful for allowing a mob to only use a single skill at a time rather than multiple by giving the cooldown to each skill the mob uses.
|
|
|
> This is a no-target mechanic, and the affected entity will always be the caster
|
|
|
|
|
|
Attributes
|
|
|
----------
|
|
|
|
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default Value |
|
|
|
|-----------|---------|-------------------------------|---------------|
|
|
|
| ticks | t | How many ticks to set the GCD | 20 |
|
|
|
|
|
|
|
|
|
|
|
|
Examples
|
|
|
--------
|
|
|
|
|
|
## Examples
|
|
|
This skill would trigger a Global Cooldown of 40 ticks, during which the
|
|
|
skill and all other skills using the [offgcd](/skills/conditions/offgcd) condition would not be
|
|
|
usable.
|
... | ... | @@ -27,3 +23,6 @@ IceBolt: |
|
|
Skills:
|
|
|
- gcd{ticks=40}
|
|
|
```
|
|
|
|
|
|
## Aliases
|
|
|
- [x] gcd |
|
|
\ No newline at end of file |