Update Mechanics authored by Lxlp's avatar Lxlp
......@@ -14,8 +14,8 @@ These mechanics are added by Crucible, and are meant to be used with players and
| [DealCustomDurability] | Deals damage or heals custom durability |
| [InventoryClear] | Clears the target's inventory |
| [ModelSet] | Sets the calling item's model |
| [ModelSetSlot] | Sets the model of an item in the target slot |
| [ModelToggle] | Toggles the calling item's model |
| [SetSlotModel] | Sets the model of an item in the target slot |
| [ParseArmor] | Force a re-scan of the caster's armor |
| [ParseWeapon] | Force a re-scan of the caster's weapon |
| [ResetAttackCooldown] | Resets the player's attack cooldown |
......@@ -26,6 +26,7 @@ These mechanics are added by Crucible, and are meant to be used with players and
| [SetItemNbt] | Sets the item's NBT keys |
| [UpdateLore] | Reparses the item's lore config |
## Furniture Mechanics
Those mechanics are the ones that deals with custom [Furniture](Furniture). They can be used to interact with them in various ways.
......@@ -46,8 +47,8 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
[DealCustomDurability]: /Skills/Mechanics/DealCustomDurability
[InventoryClear]: /Skills/Mechanics/InventoryClear
[ModelSet]: Skills/Mechanics/ModelSet
[ModelSetSlot]: Skills/Mechanics/ModelSetSlot
[ModelToggle]: Skills/Mechanics/ModelToggle
[SetSlotModel]: Skills/Mechanics/SetSlotModel
[ParseArmor]: Skills/Mechanics/ParseArmor
[ParseWeapon]: Skills/Mechanics/ParseWeapon
[ResetAttackCooldown]: Skills/Mechanics/ResetAttackCooldown
......
......