added consumeslot mechanic to the list authored by Phillip's avatar Phillip
...@@ -32,6 +32,7 @@ are able to target locations as well. ...@@ -32,6 +32,7 @@ are able to target locations as well.
| [Close Inventory][] | Closes the target player's inventory | | [Close Inventory][] | Closes the target player's inventory |
| [Command][] | Executes a command for each target | | [Command][] | Executes a command for each target |
| [Consume][] | Deals damage and restores health per target hit | | [Consume][] | Deals damage and restores health per target hit |
| [Consume Slot][] | Remove an item from a specific slot of the player's inventory |
| [Disengage][] | Causes the caster to leap backwards away from the target entity | | [Disengage][] | Causes the caster to leap backwards away from the target entity |
| [Disguise][] | Changes the caster's disguise | | [Disguise][] | Changes the caster's disguise |
| [Disguise Target][] | Changes the target's disguise | | [Disguise Target][] | Changes the target's disguise |
...@@ -233,6 +234,7 @@ but not yet ready for use. ...@@ -233,6 +234,7 @@ but not yet ready for use.
[Close Inventory]: /skills/mechanics/closeinventory [Close Inventory]: /skills/mechanics/closeinventory
[Command]: /skills/mechanics/command [Command]: /skills/mechanics/command
[Consume]: /skills/mechanics/consume [Consume]: /skills/mechanics/consume
[Consume Slot]: /skills/mechanics/consumeslot
[Disengage]: /skills/mechanics/disengage [Disengage]: /skills/mechanics/disengage
[Disguise]: /skills/mechanics/disguise [Disguise]: /skills/mechanics/disguise
[Disguise Target]: /skills/mechanics/disguisetarget [Disguise Target]: /skills/mechanics/disguisetarget
...@@ -332,6 +334,7 @@ but not yet ready for use. ...@@ -332,6 +334,7 @@ but not yet ready for use.
[Summon]: /skills/mechanics/summon [Summon]: /skills/mechanics/summon
[Add Tag]: /skills/mechanics/addtag [Add Tag]: /skills/mechanics/addtag
[Remove Tag]: /skills/mechanics/removetag [Remove Tag]: /skills/mechanics/removetag
[Take Item]: /skills/mechanics/takeitem
[Teleport]: /skills/mechanics/teleport [Teleport]: /skills/mechanics/teleport
[Teleport In]: /skills/mechanics/teleportin [Teleport In]: /skills/mechanics/teleportin
[Teleport To]: /skills/mechanics/teleportto [Teleport To]: /skills/mechanics/teleportto
...@@ -355,7 +358,10 @@ but not yet ready for use. ...@@ -355,7 +358,10 @@ but not yet ready for use.
[Modify Projectile]: /skills/mechanics/modifyprojectile [Modify Projectile]: /skills/mechanics/modifyprojectile
[On Attack]: /skills/mechanics/onattack [On Attack]: /skills/mechanics/onattack
[On Damaged]: /skills/mechanics/ondamaged [On Damaged]: /skills/mechanics/ondamaged
[On Jump]: /skills/mechanics/onjump
[On Shoot]: /skills/mechanics/onshoot [On Shoot]: /skills/mechanics/onshoot
[On Swing]: /skills/mechanics/onswing
[On Use]: /skills/mechanics/onuse
[Orbital]: /skills/mechanics/orbital [Orbital]: /skills/mechanics/orbital
[Projectile]: /skills/mechanics/projectile [Projectile]: /skills/mechanics/projectile
[PlayBlockBreakSound]: skills/mechanics/PlayBlockBreakSound [PlayBlockBreakSound]: skills/mechanics/PlayBlockBreakSound
... ...
......