... | ... | @@ -8,10 +8,10 @@ A basic ranged attack that ranged entities can use. |
|
|
### Attributes
|
|
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|----------------|----------|--------------------------------------------|:-------:|
|
|
|
| speed | s | The attack speed modifier of this ai goal. | 1 |
|
|
|
| attackspeedmax | smax | | 60 |
|
|
|
| attackspeedmin | amin | | 20 |
|
|
|
|----------------|----------|------------------------------------|:-------:|
|
|
|
| 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 |
|
|
|
|
|
|
|
... | ... | |