apply_reforge
Applies the specified reforge to the item, if the reforge can be applied to it.
Categories: inventory
Required arguments
| Key(s) | Description | Type |
|---|---|---|
reforge | The id of the reforge to apply to the item. | STRING |
Trigger parameters required
PLAYERITEM
Example
effects:
- id: apply_reforge
args:
reforge: sharp
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |