added ConsumeItemDurability mechanic authored by Lxlp's avatar Lxlp
...@@ -10,6 +10,7 @@ These mechanics are added by Crucible, and are meant to be used with players and ...@@ -10,6 +10,7 @@ These mechanics are added by Crucible, and are meant to be used with players and
|-------------------------|------------------------------------------------------------------------------| |-------------------------|------------------------------------------------------------------------------|
| [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 | | [ConsumeItem] | Removes some items from the casting player's inventory |
| [ConsumeItemDurability] | Consume the durability of an item |
| [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 |
...@@ -49,6 +50,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They ...@@ -49,6 +50,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
[BlockCrack]: /Skills/Mechanics/BlockCrack [BlockCrack]: /Skills/Mechanics/BlockCrack
[ConsumeItem]: /Skills/Mechanics/ConsumeItem [ConsumeItem]: /Skills/Mechanics/ConsumeItem
[ConsumeItem]: /Skills/Mechanics/ConsumeItemDurability
[DealCustomDurability]: /Skills/Mechanics/DealCustomDurability [DealCustomDurability]: /Skills/Mechanics/DealCustomDurability
[InventoryClear]: /Skills/Mechanics/InventoryClear [InventoryClear]: /Skills/Mechanics/InventoryClear
[ModelSet]: Skills/Mechanics/ModelSet [ModelSet]: Skills/Mechanics/ModelSet
... ...
......