Changes
Page history
added onSteal attribute
authored
Feb 15, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics/StealItem.md
View page @
e4ae6b30
...
...
@@ -9,7 +9,7 @@ Steals an item from the target and puts it in the mob's hand
| dropchance | dc | Sets the chance for the stolen item to be dropped upon death | 0.0 |
| strict | exact, e | Whether the matcher should more strictly match the target item | false |
| types | type, t, material, mat, m, item, i | The items to match. Can be a list | DIRT |
| onSteal | then | The Metaskill to execute once an item is successfully stolen | |
## Examples
```
yaml
...
...
@@ -27,4 +27,5 @@ Steals an item from the target and puts it in the mob's hand
<!--TAGS-->
<!--tag:Item-->
<!--tag:Inventory-->
<!--tag:ItemMatcher-->
\ No newline at end of file
<!--tag:ItemMatcher-->
<!--tag:Meta-Mechanic-->
\ No newline at end of file