Changes
Page history
updated attackspeedmin attribute for bowattack
authored
Mar 08, 2022
by
Phillip
Show whitespace changes
Inline
Side-by-side
Mobs/ai/goals/bowattack.md
View page @
037d6703
...
@@ -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 |
| attackspeedm
ax
|
smax
|
|
6
0 |
| attackspeedm
in
|
amin
|
Minimum attack interval
|
2
0 |
| 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