|
|
|
## Description
|
|
|
|
Tests if the target has the given range of stacks from an aura
|
|
|
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
|
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
|
| aura | auraname, b, buff, buffname, debuff, debuffname, n, name | The name of the aura to check for
|
|
|
|
| stacks | s | The number/range of stacks to check for | 1 |
|
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
```yaml
|
|
|
|
Conditions:
|
|
|
|
- hasaurastacks{n=firedebuff;s=>3} true
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
|
- [x] hasbuffstacks
|
|
|
|
- [x] hasdebuffstacks
|
|
|
|
- [x] aurastacks
|
|
|
|
- [x] buffstacks
|
|
|
|
- [x] debuffstacks |
|
|
|
\ No newline at end of file |