added ResetAI and StealItem mechanics authored by Lxlp's avatar Lxlp
...@@ -168,6 +168,7 @@ are able to target locations as well. ...@@ -168,6 +168,7 @@ are able to target locations as well.
| [Remove][] | Removes the target mob | | [Remove][] | Removes the target mob |
| [RemoveHeldItem][] | Removes some of the item the target player is holding | | [RemoveHeldItem][] | Removes some of the item the target player is holding |
| [RemoveOwner][] | Removes the ownership of the target mob | | [RemoveOwner][] | Removes the ownership of the target mob |
| [ResetAI][] | Attempts to resets the AI of a casting mob to the base type's default |
| [RotateTowards][] | Rotates the caster towards the target location | | [RotateTowards][] | Rotates the caster towards the target location |
| [RunAIGoalSelector][] | Change the caster's [AIGoalSelectors] | | [RunAIGoalSelector][] | Change the caster's [AIGoalSelectors] |
| [RunAITargetSelector][] | Change the caster's [AITargetSelectors] | | [RunAITargetSelector][] | Change the caster's [AITargetSelectors] |
...@@ -227,6 +228,7 @@ are able to target locations as well. ...@@ -227,6 +228,7 @@ are able to target locations as well.
| [Smoke][] | Creates a puff of smoke | | [Smoke][] | Creates a puff of smoke |
| [SmokeSwirl][] | Creates a persistent "swirl" of smoke | | [SmokeSwirl][] | Creates a persistent "swirl" of smoke |
| [Sound][] | Plays a sound effect from both vanilla Minecraft and resource packs | | [Sound][] | Plays a sound effect from both vanilla Minecraft and resource packs |
| [StealItem][] | Steals an item from the target and puts it in the mob's hand |
| [StopSound][] | Stops a sound effect from playing | | [StopSound][] | Stops a sound effect from playing |
| [Speak][] | Causes the mob to speak in chat, with options for speech bubbles | | [Speak][] | Causes the mob to speak in chat, with options for speech bubbles |
| [Spin][] | Causes the target to spin | | [Spin][] | Causes the target to spin |
...@@ -508,6 +510,7 @@ but not yet ready for use. ...@@ -508,6 +510,7 @@ but not yet ready for use.
[Remove]: /skills/mechanics/remove [Remove]: /skills/mechanics/remove
[RemoveHeldItem]: /skills/mechanics/removehelditem [RemoveHeldItem]: /skills/mechanics/removehelditem
[RemoveOwner]: /skills/mechanics/removeowner [RemoveOwner]: /skills/mechanics/removeowner
[ResetAI]: /skills/mechanics/ResetAI
[RotateTowards]: /skills/mechanics/RotateTowards [RotateTowards]: /skills/mechanics/RotateTowards
[RunAIGoalSelector]: /skills/mechanics/runaigoalselector [RunAIGoalSelector]: /skills/mechanics/runaigoalselector
[RunAITargetSelector]: /skills/mechanics/runaitargetselector [RunAITargetSelector]: /skills/mechanics/runaitargetselector
...@@ -567,6 +570,7 @@ but not yet ready for use. ...@@ -567,6 +570,7 @@ but not yet ready for use.
[Smoke]: /skills/mechanics/Smoke [Smoke]: /skills/mechanics/Smoke
[SmokeSwirl]: /skills/mechanics/SmokeSwirl [SmokeSwirl]: /skills/mechanics/SmokeSwirl
[Sound]: /skills/mechanics/Sound [Sound]: /skills/mechanics/Sound
[StealItem]: /skills/mechanics/StealItem
[StopSound]: /skills/mechanics/StopSound [StopSound]: /skills/mechanics/StopSound
[Speak]: /skills/mechanics/speak [Speak]: /skills/mechanics/speak
[Spin]: /skills/mechanics/Spin [Spin]: /skills/mechanics/Spin
... ...
......