added caster and papi placeholders authored by Lxlp's avatar Lxlp
......@@ -5,7 +5,11 @@ These are all of the placeholders MythicRPG provides
## Caster Placeholders
| Placeholder | Function |
|:----------------------------------:|-------------------------------------------------------------------|
| <caster.archetype.[group]> | Returns the caster's [archetype](/Archetypes) from the specified `group` |
| <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` |
| <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` |
## Variable Placeholders
| Placeholder | Function |
......@@ -15,6 +19,9 @@ These are all of the placeholders MythicRPG provides
## Placeholder API Integration
| Placeholder | Function |
|:----------------------------------:|-------------------------------------------------------------------|
| %mythic_reagent_[name]% | The reagent's current value.<br>Defaults to `0`.<br>If the resource does not exist, returns `[Invalid_Resource]` |
| %mythic_reagent_max_[name]% | The reagent's max value.<br>Defaults to `0`.<br>If the resource does not exist, returns `[Invalid_Resource]` |
| %mythic_class_[group]% | The player's selected archetype of the specified group.<br>Defaults to `NONE` |
\ No newline at end of file
| %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` |
\ No newline at end of file