added ClearTarget mechanic authored by Lxlp's avatar Lxlp
...@@ -52,6 +52,7 @@ are able to target locations as well. ...@@ -52,6 +52,7 @@ are able to target locations as well.
| [BreakBlockAndGiveItem][] | Breaks the block at the target location and gives an item/droptable | | [BreakBlockAndGiveItem][] | Breaks the block at the target location and gives an item/droptable |
| [ClearExperience][] | Clears the experience for the targeted players | | [ClearExperience][] | Clears the experience for the targeted players |
| [ClearExperienceLevels][] | Clears the experience levels for the targeted players | | [ClearExperienceLevels][] | Clears the experience levels for the targeted players |
| [ClearTarget][] | Forces the target of the mechanic to reset its current target |
| [GiveExperienceLevels][] | Gives experience levels to the targeted players | | [GiveExperienceLevels][] | Gives experience levels to the targeted players |
| [TakeExperienceLevels][] | Takes experience levels to the targeted players | | [TakeExperienceLevels][] | Takes experience levels to the targeted players |
| [CloseInventory][] | Closes the target player's inventory | | [CloseInventory][] | Closes the target player's inventory |
...@@ -403,6 +404,7 @@ but not yet ready for use. ...@@ -403,6 +404,7 @@ but not yet ready for use.
[BreakBlockAndGiveItem]: /skills/mechanics/breakBlockAndGiveItem [BreakBlockAndGiveItem]: /skills/mechanics/breakBlockAndGiveItem
[ClearExperience]: /skills/mechanics/ClearExperience [ClearExperience]: /skills/mechanics/ClearExperience
[ClearExperienceLevels]: /skills/mechanics/ClearExperienceLevels [ClearExperienceLevels]: /skills/mechanics/ClearExperienceLevels
[ClearTarget]: /skills/mechanics/ClearTarget
[GiveExperienceLevels]: /skills/mechanics/GiveExperienceLevels [GiveExperienceLevels]: /skills/mechanics/GiveExperienceLevels
[TakeExperienceLevels]: /skills/mechanics/TakeExperienceLevels [TakeExperienceLevels]: /skills/mechanics/TakeExperienceLevels
[CloseInventory]: /skills/mechanics/closeinventory [CloseInventory]: /skills/mechanics/closeinventory
... ...
......