Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Animations / NPC / Livestock / Cow / Cow_Default.json

Cow_Default

Server/Item/Animations/NPC/Livestock/Cow/Cow_Default.json, 689 B

Fields

FieldType
Animationsobject
Cameraobject
WiggleWeightsobject

Source

{
  "Animations": {
    "Kick": {
      "ThirdPerson": "NPC/Livestock/Cow/Animations/Attacks/Kick.blockyanim",
      "Speed": 1,
      "Looping": false
    }
  },
  "Camera": {
    "Pitch": {
      "AngleRange": {
        "Max": 45,
        "Min": -45
      },
      "TargetNodes": [
        "Head"
      ]
    },
    "Yaw": {
      "AngleRange": {
        "Max": 45,
        "Min": -45
      },
      "TargetNodes": [
        "Head"
      ]
    }
  },
  "WiggleWeights": {
    "Pitch": 2,
    "PitchDeceleration": 0.1,
    "Roll": 0.1,
    "RollDeceleration": 0.1,
    "X": 3,
    "XDeceleration": 0.1,
    "Y": 0.1,
    "YDeceleration": 0.1,
    "Z": 0.1,
    "ZDeceleration": 0.1
  }
}