Update Placeholders authored by Phillip's avatar Phillip
...@@ -59,6 +59,7 @@ These placeholders will return whatever attribute of the caster that is called. ...@@ -59,6 +59,7 @@ These placeholders will return whatever attribute of the caster that is called.
| Caster Placeholder | Function | | Caster Placeholder | Function |
|:-------------------:|-------------------------------------------------------------------| |:-------------------:|-------------------------------------------------------------------|
| <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.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 |
... ...
......