Wander_Circle
Server/NPC/Roles/_Core/Tests/Motion/Wander_Circle.json, 477 B
Fields
| Field | Type |
|---|---|
Class | string |
TestType | string |
Content | object |
Type | string |
Source
{
"Class": "BodyMotion",
"TestType": "Normal",
"Content": {
"Type": "Sequence",
"Looped": true,
"Motions": [
{
"Type": "Timer",
"Time": [ 2, 5 ],
"Motion": {
"Type": "WanderInCircle",
"Radius": 5,
"MaxHeadingChange": 135
}
},
{
"Type": "Timer",
"Time": [ 3, 5 ],
"Motion": {
"Type": "Nothing"
}
}
]
},
"Type": "Component"
}