Changes
Page history
Create Placeholders
authored
May 30, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Placeholders.md
0 → 100644
View page @
1d94bb35
These are all of the placeholders MythicRPG provides
[[
_TOC_
]]
## Caster Placeholders
| Placeholder | Function |
|:----------------------------------:|-------------------------------------------------------------------|
|
<caster.archetype>
| Returns the caster's
[
archetype
](
/Archetypes
)
|
## 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