Update Placeholders authored by Phillip's avatar Phillip
...@@ -57,7 +57,7 @@ These placeholders will return whatever attribute of the caster that is called. ...@@ -57,7 +57,7 @@ These placeholders will return whatever attribute of the caster that is called.
|Caster Placeholder|Function| |Caster Placeholder|Function|
|----------------------------------|-------------------------------------------------------------------------| |----------------------------------|-------------------------------------------------------------------------|
|<caster.damage>|Returns the total amount of taken damage| |<caster.damage>|Returns the caster's Attack_Damage attribute value|
|<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|
... ...
......