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