Test_Template_Wander
Server/NPC/Roles/_Core/Tests/TemplateTests/Test_Template_Wander.json, 635 B
Fields
| Field | Type |
|---|---|
Class | string |
TestType | string |
Parameters | object |
Content | object |
Type | string |
Source
{
"Class": "BodyMotion",
"TestType": "Normal",
"Parameters": {
"Radius": {
"Value": 5,
"Description": "Wander radius",
"Validate": "v>0.1 && v<200"
}
},
"Content": {
"Type": "Sequence",
"Looped": true,
"Motions": [
{
"Type": "Timer",
"Time": [ 2, 5 ],
"Motion": {
"Type": "WanderInCircle",
"Radius": { "Compute": "Radius" },
"MaxHeadingChange": 135
}
},
{
"Type": "Timer",
"Time": [ 3, 5 ],
"Motion": {
"Type": "Nothing"
}
}
]
},
"Type": "Component"
}