... | ... | @@ -2,13 +2,13 @@ Achievements support both dropping Mythic drop tables and running skills when an |
|
|
|
|
|
## Drop Tables
|
|
|
|
|
|
Currently if a player earns an achievement and their inventory is full, any excess items they earn will be dropped on the ground. These items can only be picked up by the player that earned them.
|
|
|
Currently, if a player earns an achievement and their inventory is full, any excess items they earn will be dropped on the ground. These items can only be picked up by the player that earned them.
|
|
|
|
|
|
For more information about Drop tables, see the Mythic page on them here:
|
|
|
https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/drops/Drops
|
|
|
|
|
|
### Example
|
|
|
```
|
|
|
```yml
|
|
|
Reward:
|
|
|
Message: 'You did the thing!'
|
|
|
Drops:
|
... | ... | @@ -28,7 +28,7 @@ https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/Skills/Start |
|
|
### Example
|
|
|
|
|
|
When the achievement is earned, the player will shoot out flame particles.
|
|
|
```
|
|
|
```yml
|
|
|
Reward:
|
|
|
Message: 'You did the thing!'
|
|
|
Drops: []
|
... | ... | |