Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / NPC / Roles / _Core / Tests / Motion / Wander_Simple.json

Wander_Simple

Server/NPC/Roles/_Core/Tests/Motion/Wander_Simple.json, 411 B

Fields

FieldType
Classstring
TestTypestring
Contentobject
Typestring

Source

{
  "Class": "BodyMotion",
  "TestType": "Normal",
  "Content": {
    "Type": "Sequence",
    "Looped": true,
    "Motions": [
      {
        "Type": "Timer",
        "Time": [ 2, 5 ],
        "Motion": {
          "Type": "Wander"
        }
      },
      {
        "Type": "Timer",
        "Time": [ 3, 5 ],
        "Motion": {
          "Type": "Nothing"
        }
      }
    ]
  },
  "Type": "Component"
}