Changes
Page history
added Variable Placeholders section
authored
Mar 06, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Placeholders.md
View page @
aa699d10
These are all of the placeholders MythicCrucible provides.
[[
_TOC_
]]
## Caster Placeholders
These placeholders will return whatever attribute of the caster that is called.
...
...
@@ -22,6 +24,12 @@ Put a value to use after "|" inside the placeholder to provide a default when th
|
<caster.item.feet.nbt.KEY>
| Returns the specified NBT key of the caster's feet item. |
## Variable Placeholders
| Variable Placeholder | Generated by | Function |
|:-------------------------:|---------------------------------|------------------------------------------|
|
<skill.var.crafts>
|
[
CraftSkills
](
Recipes#craftskills
)
| Returns the amount of items crafted |
## Trigger Placeholders
These placeholders will return whatever attribute of the item that caused the skill to happen.
| Trigger Placeholder | Function |
...
...
...
...