Wander Around
A goal that causes the entity to wander around.
Type ID: ra_additions:wander_around
Fields
| Field | Type | Default | Description |
|---|---|---|---|
priority |
Int | optional | The priority of the goal, the lower, the more important. |
speed |
Double | optional | The speed it should wander at |
Example
{
"type": "ra_additions:wander_around",
"priority": 0,
"speed": 1
}