Changes
Page history
added source, radius and yoffset attributes, added aliases and updated layout
authored
May 14, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
skills/mechanics/volley.md
View page @
cb885a5c
Mechanic: ShootVolley
=====================
## Description
Shoots a volley of arrows or item-projectiles at the targeted entity or
location that deals damage. Can use any attribute from the Shoot
mechanic.
Attributes
----------
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|---------|---------------------------|---------|
| amount | a | The amount of projectiles | |
Examples
--------
|-----------|---------|---------------------------------------------------|---------|
| amount | a | The amount of projectiles | 10 |
| source | s | The type of the volley. Can be REGULAR or RAIN | REGULAR |
| radius | r | The radius of the volley | 00 |
| yoffset | y | The y offset of the target location of the projectiles | 0 |
## Examples
```
yaml
Skills
:
-
shootvolley{type=EGG;velocity=5;damage=10;amount=20}
-
...
-
volley{type=EGG;velocity=5;damage=10;amount=20}
```
## Aliases
-
[x] shootvolley
\ No newline at end of file