Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Animations / NPC / Wildlife / Mosshorn / Mosshorn_Default.json

Mosshorn_Default

Server/Item/Animations/NPC/Wildlife/Mosshorn/Mosshorn_Default.json, 1.4 KB

Fields

FieldType
Animationsobject
Cameraobject
WiggleWeightsobject

Source

{
  "Animations": {
    "RamPrepare": {
      "ThirdPerson": "NPC/Wildlife/Mosshorn/Animations/Attacks/Ram/Ram_Prepare.blockyanim",
      "Speed": 1,
      "Looping": false
    },
    "RamCharge": {
      "ThirdPerson": "NPC/Wildlife/Mosshorn/Animations/Attacks/Ram/Ram_Charge.blockyanim",
      "Speed": 1,
      "Looping": true
    },
    "RamImpact": {
      "ThirdPerson": "NPC/Wildlife/Mosshorn/Animations/Attacks/Ram/Ram_Impact.blockyanim",
      "ThirdPersonMoving": "NPC/Wildlife/Mosshorn/Animations/Attacks/Ram/Ram_Impact_Moving.blockyanim",
      "Speed": 1,
      "BlendingDuration": 0.1,
      "Looping": false
    },
    "Bite": {
      "ThirdPerson": "NPC/Wildlife/Mosshorn/Animations/Attacks/Bite/Bite.blockyanim",
      "ThirdPersonMoving": "NPC/Wildlife/Mosshorn/Animations/Attacks/Bite/Bite_Moving.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
  }
}