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