Changes
Page history
added Variables
authored
Dec 06, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Items.md
View page @
4647ab34
...
@@ -41,3 +41,20 @@ The key of the Player Level Provider to be used to evaluate the player's level.
...
@@ -41,3 +41,20 @@ The key of the Player Level Provider to be used to evaluate the player's level.
## ArrowDamage
## ArrowDamage
The damage the arrows fired from this item will do. Does not influence other projectile types
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