Changes
Page history
moved hasachievement over to the conditions folder
authored
May 12, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions/HasAchievement.md
0 → 100644
View page @
9ac4c702
## Description
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