|
==============
|
|
==============
|
|
|
|
|
|
## Description
|
|
## Description:
|
|
|
|
|
|
Removes the given amount from the target player's held item.
|
|
Removes the given amount from the target player's held item.
|
|
|
|
|
|
|
|
|
|
## Attributes
|
|
## Attributes:
|
|
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
| Attribute | Aliases | Description | Default |
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
| amount | a | The amount to remove | 1 |
|
|
| amount | a | The amount to remove | 1 |
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
## Examples:
|
|
|
|
|
|
```yaml
|
|
```yaml
|
|
ExampleSkill:
|
|
ExampleSkill:
|
|
Skills:
|
|
Skills:
|
... | @@ -19,6 +21,7 @@ ExampleSkill: |
... | @@ -19,6 +21,7 @@ ExampleSkill: |
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
## Aliases
|
|
## Aliases:
|
|
|
|
|
|
- [x] consumeHeldItem
|
|
- [x] consumeHeldItem
|
|
- [x] takeHeldItem |
|
- [x] takeHeldItem |
|
|
|
\ No newline at end of file |