... | @@ -6,13 +6,13 @@ Checks if the target entity has the given aura |
... | @@ -6,13 +6,13 @@ Checks if the target entity has the given aura |
|
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
| Attribute | Aliases | Description | Default |
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
| auraName | name, n, aura, buffname, buff, debuffname, debuff, b| The name of the aura to check for ||
|
|
| auraName | name, aura, buffname, buff, debuffname, debuff, b| The name of the aura to check for ||
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
## Examples
|
|
```yaml
|
|
```yaml
|
|
Conditions:
|
|
Conditions:
|
|
- hasaura{n=firedebuff} true
|
|
- hasaura{aura=firedebuff} true
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
... | | ... | |