added Terminatable mechanic authored by Lxlp's avatar Lxlp
...@@ -256,6 +256,7 @@ by these will "inherit" the targets (if applicable). ...@@ -256,6 +256,7 @@ by these will "inherit" the targets (if applicable).
| [Switch-Case][] | Acts as a switch/case | | [Switch-Case][] | Acts as a switch/case |
| [StatAura] | Applies an aura to the target that applies a specific stat to them | | [StatAura] | Applies an aura to the target that applies a specific stat to them |
| [Totem][] | Creates a static "totem" at a location that can execute other skills | | [Totem][] | Creates a static "totem" at a location that can execute other skills |
| [Terminatable][] | Creates an [aura] that cancels the execution of its onStart metaskill is some conditions are met |
| [Volley][] | Shoots a volley of projectile-items at the target with various options | | [Volley][] | Shoots a volley of projectile-items at the target with various options |
| [VariableAdd][] | Adds an amount to a numeric variable | | [VariableAdd][] | Adds an amount to a numeric variable |
| [VariableMath][] | Performs math on a numeric variable | | [VariableMath][] | Performs math on a numeric variable |
...@@ -476,6 +477,7 @@ but not yet ready for use. ...@@ -476,6 +477,7 @@ but not yet ready for use.
[TeleportTo]: /skills/mechanics/teleportto [TeleportTo]: /skills/mechanics/teleportto
[Threat]: /skills/mechanics/threat [Threat]: /skills/mechanics/threat
[Throw]: /skills/mechanics/throw [Throw]: /skills/mechanics/throw
[Time]: /skills/mechanics/time
[ToggleLever]: /skills/mechanics/togglelever [ToggleLever]: /skills/mechanics/togglelever
[ToggleSitting]: /skills/mechanics/togglesitting [ToggleSitting]: /skills/mechanics/togglesitting
[TrackLocation]: /skills/mechanics/tracklocation [TrackLocation]: /skills/mechanics/tracklocation
...@@ -528,7 +530,7 @@ but not yet ready for use. ...@@ -528,7 +530,7 @@ but not yet ready for use.
[SetVariableLocation]: /skills/mechanics/setvariablelocation [SetVariableLocation]: /skills/mechanics/setvariablelocation
[VariableUnset]: /skills/mechanics/variableunset [VariableUnset]: /skills/mechanics/variableunset
[VariableSubtract]: /skills/mechanics/variablesubtract [VariableSubtract]: /skills/mechanics/variablesubtract
[Time]: /skills/mechanics/time [Terminatable]: /skills/mechanics/terminatable
[OnBlockBreak]: /skills/mechanics/onblockbreak [OnBlockBreak]: /skills/mechanics/onblockbreak
[OnBlockPlace]: /skills/mechanics/onblockplace [OnBlockPlace]: /skills/mechanics/onblockplace
[OnChat]: /skills/mechanics/OnChat [OnChat]: /skills/mechanics/OnChat
... ...
......