Changes
Page history
onAttack trigger - item version wiki page
authored
Dec 07, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Triggers/onAttack.md
0 → 100644
View page @
e1962290
## Description
Executes the skill when the player attacks an entity with the item.
> The associated [@trigger](/../../../MythicMobs/-/wikis/Skills/Targeters/Trigger) is the entity that was attacked
|
[
Implemented Placeholders
](
/../../../MythicMobs/-/wikis/Skills/Placeholders#variable-placeholders
)
|
|--------------------------------|
|
`<skill.var.damage-amount>`
|
|
`<skill.var.damage-type>`
|
|
`<skill.var.damage-cause>`
|
## Implementations
-
[
MythicMobs
](
/../../../MythicMobs/-/wikis/Skills/Triggers/onAttack
)
## Examples
```
yml
ExampleItem
:
Material
:
STONE_SWORD
Skills
:
-
ignite @trigger ~onAttack
```
## Aliases
-
[x] onHit
\ No newline at end of file