added <caster.skill.skill_name.cooldown> placeholder authored by Lxlp's avatar Lxlp
......@@ -67,7 +67,7 @@ Caster Placeholders
These placeholders will return whatever attribute of the caster that is called. For instance `<caster.l.y.#>` will return the caster's Y location.
| Caster Placeholder | Function |
|:---------------------------:|-------------------------------------------------------------------|
|:----------------------------------:|-------------------------------------------------------------------|
| <caster.damage> | Returns the caster's Attack_Damage attribute value |
| <caster.display> | Returns the caster's displayed name |
| <caster.mythic_type> | Returns the caster's internal mob type |
......@@ -95,6 +95,7 @@ These placeholders will return whatever attribute of the caster that is called.
| <caster.owner.name> | Returns the name of the wolf's owner |
| <caster.owner.uuid> | Returns the uuid of the wolf's owner |
| <caster.heldenchantlevel.#> | Returns the enchant level of specified # enchant |
| <caster.skill.\[skill_name\].cooldown> | Returns the current cooldown of the give skill as a float number |
**Variable Placeholders**
......
......