added stopusingitem mechanic authored by Phillip's avatar Phillip
...@@ -142,6 +142,7 @@ are able to target locations as well. ...@@ -142,6 +142,7 @@ are able to target locations as well.
| [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 |
| [Spring][] | Creates a temporary spring of liquid at the target | | [Spring][] | Creates a temporary spring of liquid at the target |
| [Stun][] | Stuns the target entity | | [Stun][] | Stuns the target entity |
| [StopUsingItem][] | Stops the targeted entity from using an item |
| [Suicide][] | Causes the caster to die | | [Suicide][] | Causes the caster to die |
| [Summon][] | Summons other mobs at the target | | [Summon][] | Summons other mobs at the target |
| [Swap][] | Swaps locations with the target | | [Swap][] | Swaps locations with the target |
...@@ -176,7 +177,7 @@ to call other skills. If you specify a target, all other skills called ...@@ -176,7 +177,7 @@ to call other skills. If you specify a target, all other skills called
by these will "inherit" the targets (if applicable). by these will "inherit" the targets (if applicable).
| Mechanic | Description | | Mechanic | Description |
|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------| |-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
| **[Skill][]** | Executes a meta-skill. The butter for your bread. | | **[Skill][]** | Executes a meta-skill. The butter for your bread. |
| [Aura][] | Applies an aura to the targeted entity, allowing for skills to be run onStart/onTick/onEnd/Etc which all originate from the target. | | [Aura][] | Applies an aura to the targeted entity, allowing for skills to be run onStart/onTick/onEnd/Etc which all originate from the target. |
| [CancelEvent][] | Cancel the Event that triggered the current skill-tree. Only works for certain triggers. | | [CancelEvent][] | Cancel the Event that triggered the current skill-tree. Only works for certain triggers. |
...@@ -358,6 +359,7 @@ but not yet ready for use. ...@@ -358,6 +359,7 @@ but not yet ready for use.
[Signal]: /skills/mechanics/signal [Signal]: /skills/mechanics/signal
[Speak]: /skills/mechanics/speak [Speak]: /skills/mechanics/speak
[Spring]: /skills/mechanics/spring [Spring]: /skills/mechanics/spring
[StopUsingItem]: /skills/mechanics/stopusingitem
[Stun]: /skills/mechanics/stun [Stun]: /skills/mechanics/stun
[Suicide]: /skills/mechanics/suicide [Suicide]: /skills/mechanics/suicide
[Summon]: /skills/mechanics/summon [Summon]: /skills/mechanics/summon
... ...
......