|
|
|
Condition: HasAchievement
|
|
|
|
===============
|
|
|
|
|
|
|
|
Checks if the player has a mythic achievement.
|
|
|
|
|
|
|
|
Attributes
|
|
|
|
----------
|
|
|
|
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|
|-----------|---------|-------------------------------------------|---------|
|
|
|
|
| achievement | achieve, a | The achievement to check for. | |
|
|
|
|
|
|
|
|
Examples
|
|
|
|
----
|
|
|
|
Checks if the mob has the `KILL_SKELETAL` achievement before executing the skills.
|
|
|
|
```yml
|
|
|
|
Conditions:
|
|
|
|
- hasAchievement{a=KILL_SKELETAL} true
|
|
|
|
Skills:
|
|
|
|
- # ...
|
|
|
|
``` |
|
|
|
\ No newline at end of file |