| <caster.damage> | Returns the caster's Attack_Damage attribute value |
| <caster.uuid> | Returns the UUID of the caster |
| <caster.level> | Returns the level of the caster |
...
...
@@ -88,7 +88,7 @@ These placeholders will return whatever attribute of the caster that is called.
These placeholders will return whatever variable has been called. For instance <caster.var.\[name\]> will return the value of the caster's \[name\] variable.
| <caster.var.\[name\]> | Returns the value of the variable \[name\] on the caster. |
| <skill.var.\[name\]> | Returns the value of the variable \[name\] on the current skill tree. |
| <skill.var.damage-amount> | Returns the amount of damage taken in the onDamaged trigger |
...
...
@@ -104,7 +104,7 @@ These placeholders will return whatever variable has been called. For instance <
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.