ConditionEntity
hasAuraType
Checks if the target entity has an aura of the given type
Aliases
hasbufftypehasdebufftype
Configuration Fields (1)
| Name | Type | Default | Description |
|---|---|---|---|
| type auragroup, auratype, group, type, t, g | PlaceholderString | — | The name of the aura type to check for |
Examples & Notes
Examples
This example would apply an aura of a Example Type. The second example will then check for its presence
Skills:
- aura{auraName=NotMeThisTime;auratype=Example;d=100} @self
Conditions:
- hasAuraType{type=Example} true
Universal Condition Options
- Author:
- Joikd
