| ... | ... | @@ -9,7 +9,7 @@ An advanced ranged attack that can often cause the shooter to strafe backwards o | 
| 
 | 
 | 
| Attribute      | Aliases  | Description             | Default |
 | 
| 
 | 
 | 
|----------------|----------|-------------------------|:-------:|
 | 
| 
 | 
 | 
| speed          | s        | Movement speed modifier |    1    |
 | 
| 
 | 
 | 
| attackspeedmax | smax     |                         |   60    |
 | 
| 
 | 
 | 
| attackspeedmin | amin     | Minimum attack interval |   20    |
 | 
| 
 | 
 | 
| attackradius   | radius,r |                         |   15    |
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
### Examples
 | 
| ... | ... | @@ -19,5 +19,5 @@ ExampleMob: | 
| 
 | 
 | 
  Type: Skeleton
 | 
| 
 | 
 | 
  AIGoalSelectors:
 | 
| 
 | 
 | 
    - clear
 | 
| 
 | 
 | 
    - bowattack{speed=1;smax=20;radius=15}
 | 
| 
 | 
 | 
    - bowattack{speed=1;amin=20;radius=15}
 | 
| 
 | 
 | 
``` | 
 | 
 | 
\ No newline at end of file |