Changes
Page history
add arguments to rangedattack and bowattack ai goals
authored
Mar 08, 2022
by
Phillip
Hide whitespace changes
Inline
Side-by-side
Mobs/ai/goals/bowattack.md
0 → 100644
View page @
869da0dd
Goal: bowAttack
--------------
*Aliases*
: skeletonbowattack, bowshoot, bowmaster
An advanced ranged attack that can often cause the shooter to strafe backwards or clockwise.
### Attributes
| Attribute | Aliases | Description | Default |
|----------------|----------|--------------------------------------------|:-------:|
| speed | s | The attack speed modifier of this ai goal. | 1 |
| attackspeedmax | smax | | 60 |
| attackradius | radius,r | | 15 |
### Examples
```
yaml
ExampleMob
:
Type
:
Skeleton
AIGoalSelectors
:
-
clear
-
bowattack{speed=1;smax=20;radius=15}
```
\ No newline at end of file