... | ... | @@ -7,12 +7,12 @@ A basic ranged attack that ranged entities can use. |
|
|
|
|
|
### Attributes
|
|
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|----------------|----------|------------------------------------|:-------:|
|
|
|
| speed | s | Movement speed modifier | 1 |
|
|
|
| attackspeedmax | smax | The maximum attack speed | 60 |
|
|
|
| attackspeedmin | amin | The minimum attack speed | 20 |
|
|
|
| attackradius | radius,r | The attack radius of this ai goal. | 15 |
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|----------------|----------|-------------------------------------------|:-------:|
|
|
|
| speed | s | Movement speed modifier | 1 |
|
|
|
| attackspeedmax | smax | The maximum interval per shot (in ticks) | 60 |
|
|
|
| attackspeedmin | amin | The minimum interval per shot (in ticks) | 20 |
|
|
|
| attackradius | radius,r | The attack radius of this ai goal. | 15 |
|
|
|
|
|
|
|
|
|
### Examples
|
... | ... | |