drop_random_item
Drops one randomly chosen item from a list at the trigger location.
Categories: inventory
Required arguments
| Key(s) | Description | Type |
|---|---|---|
items \| item | The pool of items to choose from. One is picked at random per trigger. | ITEM_LIST |
Trigger parameters required
LOCATION
Example
effects:
- id: drop_random_item
args:
items:
- <value>
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |