Changes
Page history
added Variables
authored
Dec 06, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Items.md
View page @
4647ab34
...
...
@@ -40,4 +40,21 @@ The MetaSkill to be executed once the item is equipped with the correct level
The key of the Player Level Provider to be used to evaluate the player's level. Defaults to evaluating the player's vanilla experience level
## ArrowDamage
The damage the arrows fired from this item will do. Does not influence other projectile types
\ No newline at end of file
The damage the arrows fired from this item will do. Does not influence other projectile types
## Variables
Variables to add to the item, just like
[
Mob Variables
](
/../../../MythicMobs/-/wikis/Mobs/Mobs#variables
)
```
yaml
ExampleItem
:
Material
:
STONE
Variables
:
test
:
hello
ExampleItem_Templated
:
Template
:
ExampleItem
Variables
:
mammamia
:
world
Skills
:
-
message{m=<item.variable.test> <item.variable.mammamia>} @self ~onUse
```
\ No newline at end of file