Changes
Page history
added bow-tension placeholder to onShoot trigger
authored
Aug 08, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Triggers.md
View page @
7e013b08
...
@@ -329,11 +329,15 @@ DUMMY_MOB:
...
@@ -329,11 +329,15 @@ DUMMY_MOB:
-
message{m=MOO...?} @World ~onSignal
-
message{m=MOO...?} @World ~onSignal
```
```
#### ~onShoot
#### ~onShoot
Executes the skill when the mob shoots a projectile.
Executes the skill when the mob shoots a projectile.
For example, skeletons with bows will shoot arrows; ghasts, blazes, or ender dragon will shoot some type of fireball.
For example, skeletons with bows will shoot arrows; ghasts, blazes, or ender dragon will shoot some type of fireball.
> The associated [@trigger] is the caster
> The associated [@trigger] is the caster
| [Implemented Placeholders] |
|--------------------------------|
|
`<skill.var.bow-tension>`
|
```
yml
```
yml
EXAMPLE_MOB
:
EXAMPLE_MOB
:
Type
:
SKELETON
Type
:
SKELETON
...
...
...
...