added consumeitem mechanic authored by Lxlp's avatar Lxlp
...@@ -9,6 +9,7 @@ These mechanics are added by Crucible, and are meant to be used with players and ...@@ -9,6 +9,7 @@ These mechanics are added by Crucible, and are meant to be used with players and
| Mechanic | Description | | Mechanic | Description |
|-------------------------|------------------------------------------------------------------------------| |-------------------------|------------------------------------------------------------------------------|
| [BlockCrack] | Shows a block crack effect on the target block for the selected audience | | [BlockCrack] | Shows a block crack effect on the target block for the selected audience |
| [ConsumeItem] | Removes some items from the casting player's inventory |
| [DealCustomDurability] | Deals damage or heals custom durability | | [DealCustomDurability] | Deals damage or heals custom durability |
| [InventoryClear] | Clears the target's inventory | | [InventoryClear] | Clears the target's inventory |
| [ModelSet] | Sets the calling item's model | | [ModelSet] | Sets the calling item's model |
...@@ -47,6 +48,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They ...@@ -47,6 +48,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
| [ReloadAmmo] | Attempts to reload an item's ammo | | [ReloadAmmo] | Attempts to reload an item's ammo |
[BlockCrack]: /Skills/Mechanics/BlockCrack [BlockCrack]: /Skills/Mechanics/BlockCrack
[ConsumeItem]: /Skills/Mechanics/ConsumeItem
[DealCustomDurability]: /Skills/Mechanics/DealCustomDurability [DealCustomDurability]: /Skills/Mechanics/DealCustomDurability
[InventoryClear]: /Skills/Mechanics/InventoryClear [InventoryClear]: /Skills/Mechanics/InventoryClear
[ModelSet]: Skills/Mechanics/ModelSet [ModelSet]: Skills/Mechanics/ModelSet
... ...
......