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.archetype.[group]> | Returns the caster's [archetype](/Archetypes) from the specified `group`<br>Defaults to `NONE` |
| <caster.archetype.level.[group]> | Returns the caster's [archetype](/Archetypes) level from the specified `group` |
### Archetypes
| <caster.archetype.exp.[group]> | Returns the caster's [archetype](/Archetypes) experience from the specified `group` |
| <caster.archetype.exp.goal.[group]>| Returns the caster's [archetype](/Archetypes) experience goal from the specified `group` |
| `<caster.archetype.exp.<group>>` | Caster's current experience in the given group. |
| %mythic_reagent_[name]% | The parsed player reagent's current value.<br>Defaults to `0`.<br>If the resource does not exist, returns `[Invalid_Resource]` |
| `<caster.archetype.exp.goal.<group>>` | Caster's experience needed to reach the next level in the given group. |
| %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` |
### Points
| %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` |
| Placeholder | Returns |
| %mythic_archetype_exp_goal_[group]%| Returns the parsed player's [archetype](/Archetypes) experience goal from the specified `group` |
| `<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)).