added setSkillCooldown mechanic authored by Lxlp's avatar Lxlp
...@@ -200,6 +200,7 @@ by these will "inherit" the targets (if applicable). ...@@ -200,6 +200,7 @@ by these will "inherit" the targets (if applicable).
| [SudoSkill][] | Makes the target execute a skill | | [SudoSkill][] | Makes the target execute a skill |
| [Switch-Case][] | Acts as a switch/case | | [Switch-Case][] | Acts as a switch/case |
| [RandomSkill][] | Executes a random skill from a list | | [RandomSkill][] | Executes a random skill from a list |
| [SetSkillCooldown] | Sets the given metakill's cooldown to the given value |
| [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 |
| [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 |
...@@ -393,6 +394,7 @@ but not yet ready for use. ...@@ -393,6 +394,7 @@ but not yet ready for use.
[Volley]: /skills/mechanics/volley [Volley]: /skills/mechanics/volley
[SudoSkill]: /skills/mechanics/sudoskill [SudoSkill]: /skills/mechanics/sudoskill
[RandomSkill]: /skills/mechanics/randomskill [RandomSkill]: /skills/mechanics/randomskill
[SetSkillCooldown]: /skills/mechanics/setskillcooldown
[Totem]: /skills/mechanics/totem [Totem]: /skills/mechanics/totem
[VariableAdd]: /skills/mechanics/variableadd [VariableAdd]: /skills/mechanics/variableadd
[VariableMath]: /skills/mechanics/variablemath [VariableMath]: /skills/mechanics/variablemath
... ...
......