... | @@ -123,7 +123,8 @@ These placeholders will return whatever variable has been called. For instance < |
... | @@ -123,7 +123,8 @@ These placeholders will return whatever variable has been called. For instance < |
|
| <skill.var.input> | Returns the chat input of the holder of a onChat aura. |
|
|
| <skill.var.input> | Returns the chat input of the holder of a onChat aura. |
|
|
| <skill.targets> | Returns the amount of inherited targets |
|
|
| <skill.targets> | Returns the amount of inherited targets |
|
|
| <skill.var.interval> | Returns the interval value in mechanics using `repeat` & `repeatInterval` attributes |
|
|
| <skill.var.interval> | Returns the interval value in mechanics using `repeat` & `repeatInterval` attributes |
|
|
| <skill.var.itr> | Returns the current iterationin mechanics using `repeat` & `repeatInterval` attributes |
|
|
| <skill.var.itr> | Returns the current iteration in mechanics using `repeat` & `repeatInterval` attributes |
|
|
|
|
| <skill.var.volume> | Returns the volume of the generated sound, if the mechanic was triggered by a [~onHear](Skills/Triggers#onhear) trigger |
|
|
|
|
|
|
## Target Placeholders
|
|
## Target Placeholders
|
|
These placeholders will return whatever target selector has been used. For instance <target.name> + @NearestPlayer will return the name of the player closest to the casting mob. The following are only some of the placeholders that can have a `target` scope, and in general any placeholder that is also present in the [Caster Placeholder](#caster-placeholders) section will also work.
|
|
These placeholders will return whatever target selector has been used. For instance <target.name> + @NearestPlayer will return the name of the player closest to the casting mob. The following are only some of the placeholders that can have a `target` scope, and in general any placeholder that is also present in the [Caster Placeholder](#caster-placeholders) section will also work.
|
... | | ... | |