Mechanic
volley
Fires a volley of projectiles
Aliases
shootvolley
Configuration Fields (5)
| Name | Type | Default | Description |
|---|---|---|---|
| type source, s | VolleyType | — | The type of volley (regular, rain) |
| amount a | PlaceholderInt | — | The number of projectiles to shoot |
| radius r | double | — | The radius of the volley spread |
| yOffset y | double | — | The vertical offset of the volley |
| spread sp | PlaceholderFloat | 0 | How spread out the volley is |
Examples & Notes
Examples
Skills:
- volley{type=EGG;velocity=5;damage=10;amount=20}
# Raise a REGULAR volley so arrows don't spawn in the block below the caster
- volley{amount=10;spread=5;startyoffset=1.5}
# A rain of arrows falling in a 4-block radius, 20 blocks above the target
- volley{source=RAIN;amount=30;radius=4;yoffset=20}
Universal Mechanic Options
Mentioned by
- Author:
- Ashijin
