Changes
Page history
added <caster.type> and <caster.type.name> placeholders
authored
Sep 02, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Placeholders.md
View page @
0556078c
...
@@ -74,6 +74,8 @@ These placeholders will return whatever attribute of the caster that is called.
...
@@ -74,6 +74,8 @@ 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 type |
|
<caster.mythic_type>
| Returns the caster's internal mob type |
|
<caster.type>
|Returns the internal id of a MythicMob or the entity name otherwise|
|
<caster.type.name>
|Returns the display name of a MythicMob or the entity name otherwise|
|
<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 |
...
...
...
...