Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Animations / NPC / Intelligent / Outlander_Brute / Outlander_Brute_Axe.json

Outlander_Brute_Axe

Server/Item/Animations/NPC/Intelligent/Outlander_Brute/Outlander_Brute_Axe.json, 1.4 KB

Fields

FieldType
Animationsobject
Cameraobject
WiggleWeightsobject

Source

{
  "Animations": {
    "SwingLeft": {
      "ThirdPerson": "NPC/Intelligent/Outlander_Brute/Animations/Items/Weapons/Axe/Attacks/Swing_Left.blockyanim",
      "ThirdPersonMoving": "NPC/Intelligent/Outlander_Brute/Animations/Items/Weapons/Axe/Attacks/Swing_Left_Moving.blockyanim",
      "Speed": 1,
      "Looping": false
    },
    "SwingRight": {
      "ThirdPerson": "NPC/Intelligent/Outlander_Brute/Animations/Items/Weapons/Axe/Attacks/Swing_Right.blockyanim",
      "ThirdPersonMoving": "NPC/Intelligent/Outlander_Brute/Animations/Items/Weapons/Axe/Attacks/Swing_Right_Moving.blockyanim",
      "Speed": 1,
      "Looping": false
    },
    "SwingDown": {
      "ThirdPerson": "NPC/Intelligent/Outlander_Brute/Animations/Items/Weapons/Axe/Attacks/Swing_Down.blockyanim",
      "ThirdPersonMoving": "NPC/Intelligent/Outlander_Brute/Animations/Items/Weapons/Axe/Attacks/Swing_Down_Moving.blockyanim",
      "Speed": 1,
      "Looping": false
    }
  },
  "Camera": {
    "Pitch": {
      "AngleRange": {
        "Max": 45,
        "Min": -15
      },
      "TargetNodes": [
        "Head"
      ]
    },
    "Yaw": {
      "AngleRange": {
        "Max": 15,
        "Min": -15
      },
      "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
  }
}