uninscribe_item
Removes or decreases the level of the specified scroll on the found item.
Categories: inventory
Required arguments
| Key(s) | Description | Type |
|---|---|---|
scroll | The id of the scroll to remove or decrease on the item. | STRING |
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
type | Whether to fully remove the scroll, or decrease its level by one. Choices: remove, decrease | STRING | remove |
Example
effects:
- id: uninscribe_item
args:
scroll: <value>
type: remove|decrease # ← Optional
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |
| Permanent | false |