set_armor_trim
Applies an armor trim with the specified pattern and material to the triggering item.
Categories: inventory
Required arguments
| Key(s) | Description | Type |
|---|---|---|
pattern | The trim pattern to apply, e.g. 'sentry' or 'dune'. | STRING |
material | The trim material to apply, e.g. 'gold' or 'diamond'. | STRING |
Trigger parameters required
ITEM
Example
effects:
- id: set_armor_trim
args:
pattern: sentry
material: diamond
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |