Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 137
    • Issues 137
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Skills
    • Mechanics
  • arrowvolley

arrowvolley · Changes

Page history
added canPickup attribute authored Jul 17, 2023 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 8 additions and 10 deletions
+8 -10
  • skills/mechanics/arrowvolley.md skills/mechanics/arrowvolley.md +8 -10
  • No files found.
skills/mechanics/arrowvolley.md
View page @ 15aa7794
Mechanic: Arrow Volley
======================
## Description
Fires a volley of arrows towards the target with a number of
configurable properties.
Attributes
----------
## Attributes
| Attribute | Aliases | Description | Default |
|-------------|---------|------------------------------------------------------------|---------|
| amount | a | The number of arrows in the volley | 20 |
......@@ -14,16 +12,16 @@ Attributes
| velocity | v | The velocity of the arrows | 20 |
| fireTicks | f | The duration hit entities will burn for in ticks | 0 |
| removeDelay | rd | The time the arrows will stay before disappearing in ticks | 200 |
| canPickup | pickup | Whether the arrows can be picked up by players | true |
Note that spread values must be very high to be noticed!
Examples
--------
## Examples
This example will fire 20 arrows, with a spread of 25, at a speed of 10,
settings anything they impact on fire for 50 ticks (2.5 seconds), and
then remove themselves after 200 ticks (10 seconds).
```yaml
Skills:
- arrowvolley{a=20;s=25;v=10;f=50;rd=200} @Target
```
Skills:
- arrowvolley{a=20;s=25;v=10;f=50;rd=200} @Target
```
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Extra: Disguises
  • Extra: Vanilla Mobs
  • Extra: ModelEngine
Skills
  • Mechanics
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Examples
Useful Skills