added OpenBackpack mechanic authored by Lxlp's avatar Lxlp
......@@ -18,6 +18,7 @@ These mechanics are added by Crucible, and are meant to be used with players and
| [ModelSet] | Sets the calling item's model |
| [ModelToggle] | Toggles the calling item's model |
| [SetSlotModel] | Sets the model of an item in the target slot |
| [OpenBackpack] | Opens the first backpack found in the player's inventory |
| [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 |
......@@ -61,6 +62,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
[ModelSet]: Skills/Mechanics/ModelSet
[ModelToggle]: Skills/Mechanics/ModelToggle
[SetSlotModel]: Skills/Mechanics/SetSlotModel
[OpenBackpack]: Skills/Mechanics/OpenBackpack
[ParseArmor]: Skills/Mechanics/ParseArmor
[ParseWeapon]: Skills/Mechanics/ParseWeapon
[ResetAttackCooldown]: Skills/Mechanics/ResetAttackCooldown
......
......