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