| %mythic_reagent_[name]% | The parsed player reagent's current value.<br>Defaults to `0`.<br>If the resource does not exist, returns `[Invalid_Resource]` |
| %mythic_reagent_max_[name]% | The parsed player reagent's max value.<br>Defaults to `0`.<br>If the resource does not exist, returns `[Invalid_Resource]` |
| %mythic_archetype_[group]% | Returns the parsed player's [archetype](/Archetypes) from the specified `group`<br>Defaults to `NONE` |
| %mythic_archetype_level_[group]% | Returns the parsed player's [archetype](/Archetypes) level from the specified `group` |
| %mythic_archetype_exp_[group]% | Returns the parsed player's [archetype](/Archetypes) experience from the specified `group` |
| %mythic_archetype_exp_goal_[group]%| Returns the parsed player's [archetype](/Archetypes) experience goal from the specified `group` |
| %mythic_is_casting% | Whether the player is casting a skill using any mode |
| %mythic_binding_id_[binding]% | The spell ID bound to the given binding |
| %mythic_binding_name_[binding]% | The spell display name |
| %mythic_binding_cooldown_current_[binding]% | The current cooldown |
| %mythic_binding_cooldown_max_[binding]% | The max cooldown |
| %mythic_binding_cost_[reagent]_[binding]% | The reagent cost of the spell for the reagent type given |
| %mythic_binding_key_[binding]% | The button to press if using hotbar mode |
\ No newline at end of file
All placeholders provided by MythicRPG.
[[_TOC_]]
## MythicMobs Placeholders
These can be used inside any Mythic skill, condition, mechanic, or menu lore via `<...>` syntax (with the appropriate scope prefix — typically `caster.`, `target.`, or `trigger.`).
| `<caster.spell.level>` | Level of the spell currently being cast (only meaningful inside spell skill execution). |
| `<caster.spell.level{class=<spellId>}>` | Caster's level in a specific learned spell. |
| `<caster.spell.levels>` | List form of `spell.level` for spells with stacked sources. |
| `<caster.spell.mod{m=<key>}>` | The current spell's [modifier](/Spells#modifiers) value at the caster's spell level. |
| `<caster.spell.mod{m=<key>;c=<spellId>}>` | A specific learned spell's modifier value, evaluated at that spell's level. |
Aliases for `spell.mod`: `spell.modifier`, `modifier`. Argument aliases: `m`/`mod`/`modifier` for the modifier key, `c`/`class` for the spell id.
### Talents
These only resolve when used inside a talent skill context (e.g. inside the `Configuration.Talents.OnInvest` / `OnDivest` hooks documented on [Talents](/Archetypes/Talents#talent-tree-hooks)).