Changes
Page history
updated layout and informations
authored
Jun 06, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
skills/mechanics/removehelditem.md
View page @
fb0efc92
Mechanic: RemoveHeldItem
========================
## Description
Removes the given amount from the target player's held item.
Removes the given amount from the target's held item. This is an
artifacts-only mechanic.
Attributes
----------
## Attributes
| Attribute | Aliases | Description | Default
Value
|
|-----------|---------|-------------
|
---------------|
| amount | a
| | 1
|
| Attribute | Aliases
| Description
| Default |
|-----------|---------
--
|-------------
---------------------------------------------------
------
|
---------|
| amount | a
| The amount to remove | 1
|
Examples
--------
## Examples
```
yaml
ExampleSkill
:
Skills
:
-
consumeHeldItem{amount=1}
~onUse
-
...
-
consumeHeldItem{amount=1}
@trigger
```
If consumeHeldItem does not work for you, try using consumeUsedItem!
## Aliases
-
[x] consumeHeldItem
-
[x] takeHeldItem
\ No newline at end of file