Update Placeholders authored by Ghmmy's avatar Ghmmy
...@@ -70,7 +70,7 @@ These placeholders will return whatever attribute of the caster that is called. ...@@ -70,7 +70,7 @@ These placeholders will return whatever attribute of the caster that is called.
|:---------------------------:|-------------------------------------------------------------------| |:---------------------------:|-------------------------------------------------------------------|
| <caster.damage> | Returns the caster's Attack_Damage attribute value | | <caster.damage> | Returns the caster's Attack_Damage attribute value |
| <caster.display> | Returns the caster's displayed name | | <caster.display> | Returns the caster's displayed name |
| <caster.mythic_type> | Returns the caster's internal mob name | | <caster.mythic_type> | Returns the caster's internal mob type |
| <caster.uuid> | Returns the UUID of the caster | | <caster.uuid> | Returns the UUID of the caster |
| <caster.level> | Returns the level of the caster | | <caster.level> | Returns the level of the caster |
| <caster.name> | Returns the name of the caster | | <caster.name> | Returns the name of the caster |
... ...
......