added ConsumeHeldDurability 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
| Mechanic | Description |
|-------------------------|------------------------------------------------------------------------------|
| [BlockCrack] | Shows a block crack effect on the target block for the selected audience |
| [ConsumeHeldDurability] | Consumes durability from the held item |
| [ConsumeItem] | Removes some items from the casting player's inventory |
| [ConsumeItemDurability] | Consume the durability of an item |
| [ConsumeUsedItem] | Removes the item that triggered the skilltree |
......@@ -56,6 +57,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
| [ReloadAmmo] | Attempts to reload an item's ammo |
[BlockCrack]: /Skills/Mechanics/BlockCrack
[ConsumeHeldDurability]: /Skills/Mechanics/ConsumeHeldDurability
[ConsumeItem]: /Skills/Mechanics/ConsumeItem
[ConsumeItemDurability]: /Skills/Mechanics/ConsumeItemDurability
[ConsumeUsedItem]: /Skills/Mechanics/ConsumeUsedItem
......
......