... | ... | @@ -142,6 +142,7 @@ are able to target locations as well. |
|
|
| [Speak][] | Causes the mob to speak in chat, with options for speech bubbles |
|
|
|
| [Spring][] | Creates a temporary spring of liquid at the target |
|
|
|
| [Stun][] | Stuns the target entity |
|
|
|
| [StopUsingItem][] | Stops the targeted entity from using an item |
|
|
|
| [Suicide][] | Causes the caster to die |
|
|
|
| [Summon][] | Summons other mobs at 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 |
|
|
by these will "inherit" the targets (if applicable).
|
|
|
|
|
|
| Mechanic | Description |
|
|
|
|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
|
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
|
| **[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. |
|
|
|
| [CancelEvent][] | Cancel the Event that triggered the current skill-tree. Only works for certain triggers. |
|
... | ... | @@ -209,7 +210,7 @@ by these will "inherit" the targets (if applicable). |
|
|
| [VariableAdd][] | Adds an amount to a numeric variable |
|
|
|
| [VariableMath][] | Performs math on a numeric variable |
|
|
|
| [SetVariable][] | Sets the value of a variable |
|
|
|
| [SetVariableLocation][]| Sets a variable to the target location |
|
|
|
| [SetVariableLocation][] | Sets a variable to the target location |
|
|
|
| [VariableUnset][] | Unsets the variable |
|
|
|
| [VariableSubtract][] | Subtracts an amount from a numeric variable |
|
|
|
|
... | ... | @@ -358,6 +359,7 @@ but not yet ready for use. |
|
|
[Signal]: /skills/mechanics/signal
|
|
|
[Speak]: /skills/mechanics/speak
|
|
|
[Spring]: /skills/mechanics/spring
|
|
|
[StopUsingItem]: /skills/mechanics/stopusingitem
|
|
|
[Stun]: /skills/mechanics/stun
|
|
|
[Suicide]: /skills/mechanics/suicide
|
|
|
[Summon]: /skills/mechanics/summon
|
... | ... | |