These are all of the placeholders MythicRPG provides
Caster Placeholders
Placeholder | Function |
---|---|
<caster.archetype.[group]> | Returns the caster's archetype from the specified group
|
Variable Placeholders
Placeholder | Function |
---|---|
<skill.var.click-type> | The type of the click used to interact with a menu button. Returns 1 if rightclick was used, 0 otherwise |
Placeholder API Integration
Placeholder | Function |
---|---|
%mythic_reagent_[name]% | The reagent's current value. Defaults to 0 .If the resource does not exist, returns [Invalid_Resource]
|
%mythic_reagent_max_[name]% | The reagent's max value. Defaults to 0 .If the resource does not exist, returns [Invalid_Resource]
|
%mythic_class_[group]% | The player's selected archetype of the specified group. Defaults to NONE
|