added ConsumeUsedDurability mechanic authored by Lxlp's avatar Lxlp
...@@ -12,6 +12,7 @@ These mechanics are added by Crucible, and are meant to be used with players and ...@@ -12,6 +12,7 @@ These mechanics are added by Crucible, and are meant to be used with players and
| [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 | | [ConsumeItemDurability] | Consume the durability of an item |
| [ConsumeUsedItem] | Removes the item that triggered the skilltree | | [ConsumeUsedItem] | Removes the item that triggered the skilltree |
| [ConsumeUsedDurability] | Consumes durability from the item that triggered the skilltree |
| [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 |
...@@ -54,6 +55,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They ...@@ -54,6 +55,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
[ConsumeItem]: /Skills/Mechanics/ConsumeItem [ConsumeItem]: /Skills/Mechanics/ConsumeItem
[ConsumeItemDurability]: /Skills/Mechanics/ConsumeItemDurability [ConsumeItemDurability]: /Skills/Mechanics/ConsumeItemDurability
[ConsumeUsedItem]: /Skills/Mechanics/ConsumeUsedItem [ConsumeUsedItem]: /Skills/Mechanics/ConsumeUsedItem
[ConsumeUsedDurability]: /Skills/Mechanics/ConsumeUsedDurability
[DealCustomDurability]: /Skills/Mechanics/DealCustomDurability [DealCustomDurability]: /Skills/Mechanics/DealCustomDurability
[InventoryClear]: /Skills/Mechanics/InventoryClear [InventoryClear]: /Skills/Mechanics/InventoryClear
[ModelSet]: Skills/Mechanics/ModelSet [ModelSet]: Skills/Mechanics/ModelSet
... ...
......