added bow-tension placeholder to onShoot trigger authored by Lxlp's avatar Lxlp
...@@ -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
... ...
......