added BlockCrack mechanic authored by Lxlp's avatar Lxlp
...@@ -8,6 +8,7 @@ These mechanics are added by Crucible, and are meant to be used with players and ...@@ -8,6 +8,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 |
| [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 |
...@@ -45,6 +46,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They ...@@ -45,6 +46,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
| [GiveAmmo] | Gives the target player NBT Ammo | | [GiveAmmo] | Gives the target player NBT Ammo |
| [ReloadAmmo] | Attempts to reload an item's ammo | | [ReloadAmmo] | Attempts to reload an item's ammo |
[BlockCrack]: /Skills/Mechanics/BlockCrack
[DealCustomDurability]: /Skills/Mechanics/DealCustomDurability [DealCustomDurability]: /Skills/Mechanics/DealCustomDurability
[InventoryClear]: /Skills/Mechanics/InventoryClear [InventoryClear]: /Skills/Mechanics/InventoryClear
[ModelSet]: Skills/Mechanics/ModelSet [ModelSet]: Skills/Mechanics/ModelSet
... ...
......