the alphabet does not work that way authored by Lxlp's avatar Lxlp
...@@ -12,18 +12,18 @@ These mechanics are added by Crucible, and are meant to be used with players and ...@@ -12,18 +12,18 @@ These mechanics are added by Crucible, and are meant to be used with players and
| [AmmoConsume](Skills/Mechanics/AmmoConsume) | Consumes ammo to execute a skill | | [AmmoConsume](Skills/Mechanics/AmmoConsume) | Consumes ammo to execute a skill |
| [AmmoGive](Skills/Mechanics/AmmoGive) | Gives the target player NBT Ammo | | [AmmoGive](Skills/Mechanics/AmmoGive) | Gives the target player NBT Ammo |
| [AmmoReload](Skills/Mechanics/AmmoReload) | Attempts to reload an item's ammo | | [AmmoReload](Skills/Mechanics/AmmoReload) | Attempts to reload an item's ammo |
| [ParseArmor](Skills/Mechanics/ParseArmor) | Force a re-scan of the caster's armor | | [DealCustomDurability](/Skills/Mechanics/DealCustomDurability)| Deals damage or heals custom durability|
| [ParseWeapon](Skills/Mechanics/ParseWeapon) | Force a re-scan of the caster's weapon | | [InventoryClear](/Skills/Mechanics/InventoryClear) | Clears the target's inventory |
| [ModelSet](Skills/Mechanics/ModelSet) | Sets the calling item's model | | [ModelSet](Skills/Mechanics/ModelSet) | Sets the calling item's model |
| [ModelSetSlot](Skills/Mechanics/ModelSetSlot) | Sets the model of an item in the target slot | | [ModelSetSlot](Skills/Mechanics/ModelSetSlot) | Sets the model of an item in the target slot |
| [ModelToggle](Skills/Mechanics/ModelToggle) | Toggles the calling item's model | | [ModelToggle](Skills/Mechanics/ModelToggle) | Toggles the calling item's model |
| [ParseArmor](Skills/Mechanics/ParseArmor) | Force a re-scan of the caster's armor |
| [ParseWeapon](Skills/Mechanics/ParseWeapon) | Force a re-scan of the caster's weapon |
| [RemoveFurniture](Skills/Mechanics/removefurniture) | Removes the casting Furniture | | [RemoveFurniture](Skills/Mechanics/removefurniture) | Removes the casting Furniture |
| [RemoveFurnitureAt](Skills/Mechanics/removefurnitureat) | Removes the Furniture at the target location | | [RemoveFurnitureAt](Skills/Mechanics/removefurnitureat) | Removes the Furniture at the target location |
| [ResetAttackCooldown](Skills/Mechanics/ResetAttackCooldown) | Resets the player's attack cooldown | | [ResetAttackCooldown](Skills/Mechanics/ResetAttackCooldown) | Resets the player's attack cooldown |
| [SetCrossbowCharged](Skills/Mechanics/SetCrossbowCharged)|Sets the state of the held crossbow's charge | | [SetCrossbowCharged](Skills/Mechanics/SetCrossbowCharged)|Sets the state of the held crossbow's charge |
| [SetFurnitureState](/Skills/Mechanics/setfurniturestate)| Sets the casting Furniture's state | | [SetFurnitureState](/Skills/Mechanics/setfurniturestate)| Sets the casting Furniture's state |
| [SetItemDisplay](/Skills/Mechanics/SetItemDisplay) | Sets the item display name | | [SetItemDisplay](/Skills/Mechanics/SetItemDisplay) | Sets the item display name |
| [InventoryClear](/Skills/Mechanics/InventoryClear) | Clears the target's inventory | |
| [SetLore](/Skills/Mechanics/SetLore) | Sets the item's new lore | | [SetLore](/Skills/Mechanics/SetLore) | Sets the item's new lore |
| [UpdateLore](/Skills/Mechanics/UpdateLore) | Reparses the item's lore config | [UpdateLore](/Skills/Mechanics/UpdateLore) | Reparses the item's lore config |
| [DealCustomDurability](/Skills/Mechanics/DealCustomDurability) | Deals damage or heals custom durability \ No newline at end of file
\ No newline at end of file