Changes
Page history
Update bowattack
authored
Dec 18, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Mobs/ai/goals/bowattack.md
View page @
0b94b15e
Goal: bowAttack
--------------
*Aliases*
: skeletonbowattack, bowshoot, bowmaster
## Description
An advanced ranged attack that can often cause the shooter to strafe backwards or clockwise.
### Attributes
| Attribute | Aliases | Description | Default |
|----------------|----------|-------------------------|:-------:|
| speed | s | Movement speed modifier | 1 |
| attackspeedmin | amin | Minimum attack interval | 20 |
| attackradius | radius,r | | 15 |
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| speed | s | Movement speed modifier | 1 |
| attackradius | radius,r | The radius of the attack | 15 |
| attackspeedmax | smax | The maximum attack speed | 20 |
### Examples
## Examples
```
yaml
ExampleMob
:
Type
:
Skeleton
AIGoalSelectors
:
-
clear
-
bowattack{speed=1;amin=20;radius=15}
```
\ No newline at end of file
```
## Aliases
-
[x] skeletonbowattack
-
[x] bowshoot
-
[x] bowmaster
\ No newline at end of file